summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-08-08fs/ufs: convert printk to pr_foo()Fabian Frederick
2014-08-08nilfs2: integrate sysfs support into driverVyacheslav Dubeyko
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots/<snapshot> groupVyacheslav Dubeyko
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots groupVyacheslav Dubeyko
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/checkpoints groupVyacheslav Dubeyko
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/segments groupVyacheslav Dubeyko
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/segctor groupVyacheslav Dubeyko
2014-08-08nilfs2: add /sys/fs/nilfs2/<device>/superblock groupVyacheslav Dubeyko
2014-08-08nilfs2: add /sys/fs/nilfs2/<device> groupVyacheslav Dubeyko
2014-08-08nilfs2: add /sys/fs/nilfs2/features groupVyacheslav Dubeyko
2014-08-08fs/coda: use linux/uaccess.hFabian Frederick
2014-08-08fs/befs/linuxvfs.c: check superblock before dump operationFabian Frederick
2014-08-08minix zmap block counts calculation fixQi Yong
2014-08-08autofs4: comment typo: remove a a doubled wordNeilBrown
2014-08-08autofs4: remove some unused inline functionsNeilBrown
2014-08-08autofs4: don't take spinlock when not needed in autofs4_lookup_expiringNeilBrown
2014-08-08autofs4: remove a redundant assignmentNeilBrown
2014-08-08autofs4: remove unused autofs4_ispending()NeilBrown
2014-08-08fs/ramfs/file-nommu.c: replace count*size kzalloc by kcallocFabian Frederick
2014-08-08fs/efs/namei.c: return is not a functionFabian Frederick
2014-08-07Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-08-07list: fix order of arguments for hlist_add_after(_rcu)Ken Helias
2014-08-07mm: softdirty: respect VM_SOFTDIRTY in PTE holesPeter Feiner
2014-08-07mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini
2014-08-07fs/ocfs2/slot_map.c: replace count*size kzalloc by kcallocFabian Frederick
2014-08-07ocfs2: race between umount and unfinished remastering during recoveryTariq Saeed
2014-08-07ocfs2: remove conversion of total_backoff in dlm_join_domain()Xue jiufei
2014-08-07ocfs2: correctly check the return value of ocfs2_search_extent_listYingtai Xie
2014-08-07fs/squashfs/super.c: logging cleanupFabian Frederick
2014-08-07fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick
2014-08-07ntfs: kernel-doc warning fixesFabian Frederick
2014-08-07fs/logfs/readwrite.c: kernel-doc warning fixesFabian Frederick
2014-08-07fanotify: fix double free of pending permission eventsJan Kara
2014-08-07fsnotify: rename event handling functionsJan Kara
2014-08-07fs/fscache: make ctl_table staticFabian Frederick
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-08-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-08-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-08-05Merge tag 'for-f2fs-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2014-08-05Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-08-04f2fs: use for_each_set_bit to simplify the codeChao Yu
2014-08-04f2fs: add f2fs_balance_fs for expand_inode_dataChao Yu
2014-08-04f2fs: invalidate xattr node page when evict inodeChao Yu
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-08-04Merge tag 'locks-v3.17-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-08-02f2fs: avoid skipping recover_inline_xattr after recover_inline_dataChao Yu
2014-08-02f2fs: add tracepoint for f2fs_direct_IOChao Yu