aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-06-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-31/+17
2016-06-24autofs: don't get stuck in a loop if vfs_write() returns an errorGravatar Andrey Vagin 1-3/+4
2016-06-24fs/nilfs2: fix potential underflow in call to crc32_leGravatar Torsten Hilbrich 1-1/+1
2016-06-24ocfs2: disable BUG assertions in reading blocksGravatar Gang He 2-2/+5
2016-06-24jbd2: get rid of superfluous __GFP_REPEATGravatar Michal Hocko 1-25/+7
2016-06-24Merge tag 'nfsd-4.7-2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 4-46/+48
2016-06-24nfsd: check permissions when setting ACLsGravatar Ben Hutchings 3-27/+25
2016-06-24posix_acl: Add set_posix_aclGravatar Andreas Gruenbacher 1-19/+23
2016-06-23Merge tag 'upstream-4.7-rc5' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-0/+24
2016-06-23UBIFS: Implement ->migratepage()Gravatar Kirill A. Shutemov 1-0/+24
2016-06-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+4
2016-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-36/+81
2016-06-20fix idiotic braino in d_alloc_parallel()Gravatar Al Viro 1-5/+12
2016-06-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 4-16/+33
2016-06-18Merge tag 'driver-core-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+4
2016-06-18Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 11-43/+61
2016-06-17Btrfs: btrfs_check_super_valid: Allow 4096 as stripesizeGravatar Chandan Rajendra 1-1/+2
2016-06-17btrfs: remove build fixup for qgroup_account_snapshotGravatar David Sterba 1-5/+0
2016-06-17btrfs: use new error message helper in qgroup_account_snapshotGravatar David Sterba 1-1/+1
2016-06-17btrfs: avoid blocking open_ctree from cleaner_kthreadGravatar Zygo Blaxell 2-15/+12
2016-06-17Btrfs: don't BUG_ON() in btrfs_orphan_addGravatar Josef Bacik 1-1/+10
2016-06-17btrfs: account for non-CoW'd blocks in btrfs_abort_transactionGravatar Jeff Mahoney 4-4/+7
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeGravatar Liu Bo 6-15/+28
2016-06-17btrfs: Use correct format specifierGravatar Heinrich Schuchardt 1-1/+1
2016-06-16Merge tag 'nfsd-4.7-1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 4-49/+40
2016-06-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-22/+17
2016-06-15nfsd: Make init_open_stateid() a bit more wholeGravatar Oleg Drokin 1-15/+12
2016-06-15nfsd: Extend the mutex holding region around in nfsd4_process_open2()Gravatar Oleg Drokin 1-3/+13
2016-06-15nfsd: Always lock state exclusively.Gravatar Oleg Drokin 2-21/+21
2016-06-15nfsd4/rpc: move backchannel create logic into rpc codeGravatar J. Bruce Fields 1-17/+1
2016-06-15ovl: fix uid/gid when creating over whiteoutGravatar Miklos Szeredi 1-2/+11
2016-06-15debugfs: open_proxy_open(): avoid double fops releaseGravatar Nicolai Stange 1-1/+0
2016-06-15debugfs: full_proxy_open(): free proxy on ->open() failureGravatar Nicolai Stange 1-2/+4
2016-06-15mnt: Account for MS_RDONLY in fs_fully_visibleGravatar Eric W. Biederman 1-0/+4
2016-06-14nfsd: Fix NFSD_MDS_PR_KEY on 32-bit by adding ULL postfixGravatar Geert Uytterhoeven 1-1/+1
2016-06-12autofs racesGravatar Al Viro 3-22/+15
2016-06-10Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 18-357/+568
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Gravatar Linus Torvalds 2-2/+18
2016-06-10ecryptfs: forbid opening files without mmap handlerGravatar Jann Horn 1-2/+11
2016-06-10proc: prevent stacking filesystems on topGravatar Jann Horn 1-0/+7
2016-06-10much milder d_walk() raceGravatar Al Viro 3-9/+54
2016-06-08Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Chris Mason 5-17/+114
2016-06-08Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Chris Mason 15-340/+454
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-06Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemGravatar Feifei Xu 1-1/+11