aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-17btrfs: remove build fixup for qgroup_account_snapshotDavid Sterba1-5/+0
2016-06-17btrfs: use new error message helper in qgroup_account_snapshotDavid Sterba1-1/+1
2016-06-17btrfs: avoid blocking open_ctree from cleaner_kthreadZygo Blaxell2-15/+12
2016-06-17Btrfs: don't BUG_ON() in btrfs_orphan_addJosef Bacik1-1/+10
2016-06-17btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney4-4/+7
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo6-15/+28
2016-06-17btrfs: Use correct format specifierHeinrich Schuchardt1-1/+1
2016-06-16Merge tag 'nfsd-4.7-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-49/+40
2016-06-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-22/+17
2016-06-15nfsd: Make init_open_stateid() a bit more wholeOleg Drokin1-15/+12
2016-06-15nfsd: Extend the mutex holding region around in nfsd4_process_open2()Oleg Drokin1-3/+13
2016-06-15nfsd: Always lock state exclusively.Oleg Drokin2-21/+21
2016-06-15nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields1-17/+1
2016-06-15ovl: fix uid/gid when creating over whiteoutMiklos Szeredi1-2/+11
2016-06-15debugfs: open_proxy_open(): avoid double fops releaseNicolai Stange1-1/+0
2016-06-15debugfs: full_proxy_open(): free proxy on ->open() failureNicolai Stange1-2/+4
2016-06-15mnt: Account for MS_RDONLY in fs_fully_visibleEric W. Biederman1-0/+4
2016-06-14nfsd: Fix NFSD_MDS_PR_KEY on 32-bit by adding ULL postfixGeert Uytterhoeven1-1/+1
2016-06-12autofs racesAl Viro3-22/+15
2016-06-10rxrpc: Limit the listening backlogDavid Howells1-15/+19
2016-06-10Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds18-357/+568
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds2-2/+18
2016-06-10ecryptfs: forbid opening files without mmap handlerJann Horn1-2/+11
2016-06-10proc: prevent stacking filesystems on topJann Horn1-0/+7
2016-06-10much milder d_walk() raceAl Viro3-9/+54
2016-06-08Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.7Chris Mason5-17/+114
2016-06-08Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.7Chris Mason15-340/+454
2016-06-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-51/+22
2016-06-07coredump: fix dumping through pipesMateusz Guzik3-3/+5
2016-06-07fix a regression in atomic_open()Al Viro1-3/+7
2016-06-07fix d_walk()/non-delayed __d_free() raceAl Viro1-2/+2
2016-06-06mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman1-1/+1
2016-06-06mnt: If fs_fully_visible fails call put_filesystem.Eric W. Biederman1-1/+3
2016-06-06Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu1-1/+11
2016-06-06Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsizeFeifei Xu1-1/+7
2016-06-06Btrfs: self-tests: Use macros instead of constants and add missing newlineFeifei Xu3-18/+31
2016-06-06Btrfs: self-tests: Support testing all possible sectorsizes and nodesizesFeifei Xu1-22/+32
2016-06-06Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZEFeifei Xu1-19/+30
2016-06-06ovl: xattr filter fixMiklos Szeredi1-20/+6
2016-06-06btrfs: advertise which crc32c implementation is being used at module loadJeff Mahoney3-2/+9
2016-06-06Btrfs: add validadtion checks for chunk loadingLiu Bo1-15/+67
2016-06-06Btrfs: add more validation checks for superblockLiu Bo2-0/+35
2016-06-06Btrfs: clear uptodate flags of pages in sys_array ebLiu Bo1-0/+2
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2-143/+97
2016-06-05autofs braino fix for do_last()Al Viro1-4/+4
2016-06-04Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds8-18/+103
2016-06-04fix EOPENSTALE bug in do_last()Al Viro1-39/+4
2016-06-03Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extentChris Mason1-1/+12
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu15-291/+355
2016-06-02Btrfs: Fix integer overflow when calculating bytes_per_bitmapFeifei Xu2-7/+7