summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | ovl: xattr filter fixMiklos Szeredi2016-06-061-20/+6
| * | | | | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-1018-357/+568
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2016-06-085-17/+114
| | |\ \ \ \ \
| | | * | | | | btrfs: advertise which crc32c implementation is being used at module loadJeff Mahoney2016-06-063-2/+9
| | | * | | | | Btrfs: add validadtion checks for chunk loadingLiu Bo2016-06-061-15/+67
| | | * | | | | Btrfs: add more validation checks for superblockLiu Bo2016-06-062-0/+35
| | | * | | | | Btrfs: clear uptodate flags of pages in sys_array ebLiu Bo2016-06-061-0/+2
| | | * | | | | Btrfs: end transaction if we abort when creating uuid rootJosef Bacik2016-06-011-0/+1
| | * | | | | | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2016-06-0815-340/+454
| | |\ \ \ \ \ \
| | | * | | | | | Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu2016-06-061-1/+11
| | | * | | | | | Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsizeFeifei Xu2016-06-061-1/+7
| | | * | | | | | Btrfs: self-tests: Use macros instead of constants and add missing newlineFeifei Xu2016-06-063-18/+31
| | | * | | | | | Btrfs: self-tests: Support testing all possible sectorsizes and nodesizesFeifei Xu2016-06-061-22/+32
| | | * | | | | | Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZEFeifei Xu2016-06-061-19/+30
| | | * | | | | | Btrfs: self-tests: Support non-4k page sizeFeifei Xu2016-06-0215-291/+355
| | | * | | | | | Btrfs: Fix integer overflow when calculating bytes_per_bitmapFeifei Xu2016-06-022-7/+7
| | | * | | | | | Btrfs: test_check_exists: Fix infinite loop when searching for free space ent...Feifei Xu2016-06-021-2/+2
| | | |/ / / / /
| * | | | | | | Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds2016-06-102-2/+18
| |\ \ \ \ \ \ \
| | * | | | | | | ecryptfs: forbid opening files without mmap handlerJann Horn2016-06-101-2/+11
| | * | | | | | | proc: prevent stacking filesystems on topJann Horn2016-06-101-0/+7
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-06-075-51/+22
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman2016-06-061-1/+1
| * | | | | | | | mnt: If fs_fully_visible fails call put_filesystem.Eric W. Biederman2016-06-061-1/+3
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2016-06-052-143/+97
| * | | | | | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-048-18/+103
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extentChris Mason2016-06-031-1/+12
| | * | | | | | Btrfs: fix race between device replace and read repairFilipe Manana2016-05-311-0/+10
| | * | | | | | Btrfs: fix race between device replace and discardFilipe Manana2016-05-311-0/+6
| | * | | | | | Btrfs: fix race between device replace and chunk allocationFilipe Manana2016-05-301-12/+9
| | * | | | | | Btrfs: fix race setting block group back to RW mode during device replaceFilipe Manana2016-05-301-5/+5
| | * | | | | | Btrfs: fix unprotected assignment of the left cursor for device replaceFilipe Manana2016-05-301-0/+4
| | * | | | | | Btrfs: fix race setting block group readonly during device replaceFilipe Manana2016-05-303-2/+46
| | * | | | | | Btrfs: fix race between device replace and block group removalFilipe Manana2016-05-301-0/+11
| | * | | | | | Btrfs: fix race between readahead and device replace/removalFilipe Manana2016-05-301-0/+2
| | | |_|/ / / | | |/| | | |
| * | | | | | ceph: use i_version to check validity of fscacheYan, Zheng2016-06-011-0/+3
| * | | | | | ceph: improve fscache revalidationYan, Zheng2016-06-014-83/+41
| * | | | | | ceph: disable fscache when inode is opened for writeYan, Zheng2016-06-014-53/+52
| * | | | | | ceph: avoid unnecessary fscache invalidation/revlidationYan, Zheng2016-06-011-6/+3
| * | | | | | ceph: call __fscache_uncache_page() if readpages failsYan, Zheng2016-06-011-1/+3
| * | | | | | FS-Cache: make check_consistency callback return intYan, Zheng2016-06-011-1/+1
| * | | | | | FS-Cache: wake write waiter after invalidating writesYan, Zheng2016-06-011-0/+2
| * | | | | | libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov2016-05-301-4/+4
* | | | | | | Remove last traces of ->sync_pageMatthew Wilcox2016-06-302-2/+1
* | | | | | | new helper: d_same_name()Al Viro2016-06-301-91/+36
* | | | | | | dentry_cmp(): use lockless_dereference() instead of smp_read_barrier_depends()He Kuang2016-06-301-4/+3
* | | | | | | Merge branch 'for-linus' into work.miscAl Viro2016-06-3013-135/+181
|\ \ \ \ \ \ \
| * | | | | | | namespace: update event counter when umounting a deleted dentryAndrey Ulanov2016-06-301-0/+1
| * | | | | | | 9p: use file_dentry()Miklos Szeredi2016-06-301-3/+3
| * | | | | | | ceph: fix d_obtain_alias() misusesAl Viro2016-06-241-7/+3
| * | | | | | | lockless next_positive()Al Viro2016-06-201-5/+27