summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2016-06-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-06-24autofs: don't get stuck in a loop if vfs_write() returns an errorAndrey Vagin
2016-06-24fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich
2016-06-24ocfs2: disable BUG assertions in reading blocksGang He
2016-06-24jbd2: get rid of superfluous __GFP_REPEATMichal Hocko
2016-06-24Merge tag 'nfsd-4.7-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-06-24nfsd: check permissions when setting ACLsBen Hutchings
2016-06-24posix_acl: Add set_posix_aclAndreas Gruenbacher
2016-06-23Merge tag 'upstream-4.7-rc5' of git://git.infradead.org/linux-ubifsLinus Torvalds
2016-06-23UBIFS: Implement ->migratepage()Kirill A. Shutemov
2016-06-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-06-20fix idiotic braino in d_alloc_parallel()Al Viro
2016-06-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-06-18Merge tag 'driver-core-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-06-18Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-17Btrfs: btrfs_check_super_valid: Allow 4096 as stripesizeChandan Rajendra
2016-06-17btrfs: remove build fixup for qgroup_account_snapshotDavid Sterba
2016-06-17btrfs: use new error message helper in qgroup_account_snapshotDavid Sterba
2016-06-17btrfs: avoid blocking open_ctree from cleaner_kthreadZygo Blaxell
2016-06-17Btrfs: don't BUG_ON() in btrfs_orphan_addJosef Bacik
2016-06-17btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo
2016-06-17btrfs: Use correct format specifierHeinrich Schuchardt
2016-06-16Merge tag 'nfsd-4.7-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-06-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-06-15nfsd: Make init_open_stateid() a bit more wholeOleg Drokin
2016-06-15nfsd: Extend the mutex holding region around in nfsd4_process_open2()Oleg Drokin
2016-06-15nfsd: Always lock state exclusively.Oleg Drokin
2016-06-15nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields
2016-06-15ovl: fix uid/gid when creating over whiteoutMiklos Szeredi
2016-06-15debugfs: open_proxy_open(): avoid double fops releaseNicolai Stange
2016-06-15debugfs: full_proxy_open(): free proxy on ->open() failureNicolai Stange
2016-06-15mnt: Account for MS_RDONLY in fs_fully_visibleEric W. Biederman
2016-06-14nfsd: Fix NFSD_MDS_PR_KEY on 32-bit by adding ULL postfixGeert Uytterhoeven
2016-06-12autofs racesAl Viro
2016-06-10Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds
2016-06-10ecryptfs: forbid opening files without mmap handlerJann Horn
2016-06-10proc: prevent stacking filesystems on topJann Horn
2016-06-10much milder d_walk() raceAl Viro
2016-06-08Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason
2016-06-08Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason
2016-06-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-06-07coredump: fix dumping through pipesMateusz Guzik
2016-06-07fix a regression in atomic_open()Al Viro
2016-06-07fix d_walk()/non-delayed __d_free() raceAl Viro
2016-06-06mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman
2016-06-06mnt: If fs_fully_visible fails call put_filesystem.Eric W. Biederman
2016-06-06Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu