summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2-143/+97
2016-06-04Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-18/+103
2016-06-03Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extentChris Mason1-1/+12
2016-06-01ceph: use i_version to check validity of fscacheYan, Zheng1-0/+3
2016-06-01ceph: improve fscache revalidationYan, Zheng4-83/+41
2016-06-01ceph: disable fscache when inode is opened for writeYan, Zheng4-53/+52
2016-06-01ceph: avoid unnecessary fscache invalidation/revlidationYan, Zheng1-6/+3
2016-06-01ceph: call __fscache_uncache_page() if readpages failsYan, Zheng1-1/+3
2016-06-01FS-Cache: make check_consistency callback return intYan, Zheng1-1/+1
2016-06-01FS-Cache: wake write waiter after invalidating writesYan, Zheng1-0/+2
2016-05-31Btrfs: fix race between device replace and read repairFilipe Manana1-0/+10
2016-05-31Btrfs: fix race between device replace and discardFilipe Manana1-0/+6
2016-05-30libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov1-4/+4
2016-05-30Btrfs: fix race between device replace and chunk allocationFilipe Manana1-12/+9
2016-05-30Btrfs: fix race setting block group back to RW mode during device replaceFilipe Manana1-5/+5
2016-05-30Btrfs: fix unprotected assignment of the left cursor for device replaceFilipe Manana1-0/+4
2016-05-30Btrfs: fix race setting block group readonly during device replaceFilipe Manana3-2/+46
2016-05-30Btrfs: fix race between device replace and block group removalFilipe Manana1-0/+11
2016-05-30Btrfs: fix race between readahead and device replace/removalFilipe Manana1-0/+2
2016-05-29hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin1-2/+2
2016-05-28Rename other copy of hash_string to hashlen_stringGeorge Spelvin1-2/+2
2016-05-28hpfs: implement the show_options methodMikulas Patocka1-11/+32
2016-05-28affs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-28hpfs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-28fs: fix binfmt_aout.c build errorGuenter Roeck1-1/+0
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2-40/+125
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin1-1/+5
2016-05-28fs/namei.c: Improve dcache hash functionGeorge Spelvin1-40/+81
2016-05-28fs/namei.c: Add hashlen_string() functionGeorge Spelvin2-7/+47
2016-05-27Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-1/+1
2016-05-27nfs: fix anonymous member initializer build failure with older compilersLinus Torvalds1-1/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds48-183/+205
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro14-35/+43
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-107/+38
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds36-210/+219
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds2-17/+12
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann3-13/+12
2016-05-27direct-io: fix direct write stale data exposure from concurrent buffered readEryu Guan1-7/+7
2016-05-27ocfs2: bump up o2cb network protocol versionJunxiao Bi1-1/+4
2016-05-27ocfs2: o2hb: fix hb hung timeJunxiao Bi1-1/+1
2016-05-27ocfs2: o2hb: don't negotiate if last hb failJunxiao Bi1-0/+10
2016-05-27ocfs2: o2hb: add some user/debug logJunxiao Bi1-7/+32
2016-05-27ocfs2: o2hb: add NEGOTIATE_APPROVE messageJunxiao Bi1-1/+27
2016-05-27ocfs2: o2hb: add NEGO_TIMEOUT messageJunxiao Bi1-1/+65
2016-05-27ocfs2: o2hb: add negotiate timerJunxiao Bi1-4/+47
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro32-130/+150
2016-05-27ovl: Do d_type check only if work dir creation was successfulVivek Goyal1-8/+11
2016-05-27ovl: override creds with the ones from the superblock mounterAntonio Murdaca5-99/+27
2016-05-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+1
2016-05-26Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-171/+422