summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-02-09Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'selinux/next'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'overlayfs/overlayfs-next'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'orangefs/for-next'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'nfsd/nfsd-next'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'gfs2/for-next'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'f2fs/dev'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'ext4/dev'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'ext3/for_next'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'ecryptfs/next'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'cifs/for-next'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'btrfs-kdave/for-next'Stephen Rothwell
2017-02-09Merge remote-tracking branch 'fscrypt/master'Stephen Rothwell
2017-02-08Merge branch 'misc-4.11' into for-next-current-v4.10-20170208David Sterba
2017-02-08Merge branch 'next/liubo' into for-next-current-v4.10-20170208David Sterba
2017-02-08Merge branch 'next/filipe' into for-next-current-v4.10-20170208David Sterba
2017-02-08Revert "Btrfs: refactor __btrfs_map_block"David Sterba
2017-02-07Btrfs: refactor __btrfs_map_blockLiu Bo
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-07mm: fix KPF_SWAPCACHE in /proc/kpageflagsHugh Dickins
2017-02-07Btrfs: fix if style in find_free_extentLiu Bo
2017-02-07Btrfs: try to avoid acquiring free space ctl's lockLiu Bo
2017-02-07ovl: drop CAP_SYS_RESOURCE from saved mounter's credentialsKonstantin Khlebnikov
2017-02-07ovl: properly implement sync_filesystem()Amir Goldstein
2017-02-07ovl: concurrent copy up of regular filesAmir Goldstein
2017-02-07ovl: introduce copy up waitqueueAmir Goldstein
2017-02-07ovl: copy up regular file using O_TMPFILEAmir Goldstein
2017-02-07ovl: rearrange code in ovl_copy_up_locked()Amir Goldstein
2017-02-07ovl: check if upperdir fs supports O_TMPFILEAmir Goldstein
2017-02-07vfs: wrap write f_ops with file_{start,end}_write()Amir Goldstein
2017-02-07vfs: deny copy_file_range() for non regular filesAmir Goldstein
2017-02-07vfs: deny fallocate() on directoryAmir Goldstein
2017-02-07vfs: create vfs helper vfs_tmpfile()Amir Goldstein
2017-02-07Btrfs: fix use-after-free due to wrong order of destroying work queuesFilipe Manana
2017-02-06fscrypt: properly declare on-stack completionRichard Weinberger
2017-02-06fscrypt: split supp and notsupp declarations into their own headersEric Biggers
2017-02-06fscrypt: remove redundant assignment of resColin Ian King
2017-02-06Btrfs: use helper to get used bytes of space_infoLiu Bo
2017-02-06Merge branch 'master' into for-nextJens Axboe
2017-02-06NFSDv4: use export cache flushtime for changeid on V4ROOT objects.NeilBrown
2017-02-06initify: Mark functions with the __nocapture attributeEmese Revfy
2017-02-06f2fs: call internal __write_data_page directlyJaegeuk Kim
2017-02-06f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim
2017-02-05ext4: add EXT4_IOC_GOINGDOWN ioctlTheodore Ts'o