aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-06-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-51/+22
2016-06-07coredump: fix dumping through pipesGravatar Mateusz Guzik 3-3/+5
2016-06-07fix a regression in atomic_open()Gravatar Al Viro 1-3/+7
2016-06-07fix d_walk()/non-delayed __d_free() raceGravatar Al Viro 1-2/+2
2016-06-06mnt: fs_fully_visible test the proper mount for MNT_LOCKEDGravatar Eric W. Biederman 1-1/+1
2016-06-06mnt: If fs_fully_visible fails call put_filesystem.Gravatar Eric W. Biederman 1-1/+3
2016-06-05devpts: Make each mount of devpts an independent filesystem.Gravatar Eric W. Biederman 2-143/+97
2016-06-05autofs braino fix for do_last()Gravatar Al Viro 1-4/+4
2016-06-04Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-18/+103
2016-06-04fix EOPENSTALE bug in do_last()Gravatar Al Viro 1-39/+4
2016-06-03Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extentGravatar Chris Mason 1-1/+12
2016-06-01ceph: use i_version to check validity of fscacheGravatar Yan, Zheng 1-0/+3
2016-06-01ceph: improve fscache revalidationGravatar Yan, Zheng 4-83/+41
2016-06-01ceph: disable fscache when inode is opened for writeGravatar Yan, Zheng 4-53/+52
2016-06-01ceph: avoid unnecessary fscache invalidation/revlidationGravatar Yan, Zheng 1-6/+3
2016-06-01ceph: call __fscache_uncache_page() if readpages failsGravatar Yan, Zheng 1-1/+3
2016-06-01FS-Cache: make check_consistency callback return intGravatar Yan, Zheng 1-1/+1
2016-06-01FS-Cache: wake write waiter after invalidating writesGravatar Yan, Zheng 1-0/+2
2016-05-31Btrfs: fix race between device replace and read repairGravatar Filipe Manana 1-0/+10
2016-05-31Btrfs: fix race between device replace and discardGravatar Filipe Manana 1-0/+6
2016-05-30libceph: change ceph_osdmap_flag() to take osdcGravatar Ilya Dryomov 1-4/+4
2016-05-30Btrfs: fix race between device replace and chunk allocationGravatar Filipe Manana 1-12/+9
2016-05-30Btrfs: fix race setting block group back to RW mode during device replaceGravatar Filipe Manana 1-5/+5
2016-05-30Btrfs: fix unprotected assignment of the left cursor for device replaceGravatar Filipe Manana 1-0/+4
2016-05-30Btrfs: fix race setting block group readonly during device replaceGravatar Filipe Manana 3-2/+46
2016-05-30Btrfs: fix race between device replace and block group removalGravatar Filipe Manana 1-0/+11
2016-05-30Btrfs: fix race between readahead and device replace/removalGravatar Filipe Manana 1-0/+2
2016-05-29hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGravatar George Spelvin 1-2/+2
2016-05-28Rename other copy of hash_string to hashlen_stringGravatar George Spelvin 1-2/+2
2016-05-28hpfs: implement the show_options methodGravatar Mikulas Patocka 1-11/+32
2016-05-28affs: fix remount failure when there are no options changedGravatar Mikulas Patocka 1-2/+3
2016-05-28hpfs: fix remount failure when there are no options changedGravatar Mikulas Patocka 1-2/+3
2016-05-28fs: fix binfmt_aout.c build errorGravatar Guenter Roeck 1-1/+0
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxGravatar Linus Torvalds 2-40/+125
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGravatar George Spelvin 1-1/+5
2016-05-28fs/namei.c: Improve dcache hash functionGravatar George Spelvin 1-40/+81
2016-05-28fs/namei.c: Add hashlen_string() functionGravatar George Spelvin 2-7/+47
2016-05-27Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-1/+1
2016-05-27nfs: fix anonymous member initializer build failure with older compilersGravatar Linus Torvalds 1-1/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 48-183/+205
2016-05-27switch ->setxattr() to passing dentry and inode separatelyGravatar Al Viro 14-35/+43
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-107/+38
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 36-210/+219
2016-05-27mm: remove more IS_ERR_VALUE abusesGravatar Linus Torvalds 2-17/+12
2016-05-27remove lots of IS_ERR_VALUE abusesGravatar Arnd Bergmann 3-13/+12
2016-05-27direct-io: fix direct write stale data exposure from concurrent buffered readGravatar Eryu Guan 1-7/+7
2016-05-27ocfs2: bump up o2cb network protocol versionGravatar Junxiao Bi 1-1/+4
2016-05-27ocfs2: o2hb: fix hb hung timeGravatar Junxiao Bi 1-1/+1
2016-05-27ocfs2: o2hb: don't negotiate if last hb failGravatar Junxiao Bi 1-0/+10
2016-05-27ocfs2: o2hb: add some user/debug logGravatar Junxiao Bi 1-7/+32