aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong
2016-01-01vfs: wire up compat ioctl for CLONE/CLONE_RANGEDarrick J. Wong
2015-12-08cifs: avoid unused variable and labelArnd Bergmann
2015-12-07nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig
2015-12-07nfsd: Pass filehandle to nfs4_preprocess_stateid_op()Anna Schumaker
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig
2015-12-07locks: new locks_mandatory_area calling conventionChristoph Hellwig
2015-12-01vfs: Add vfs_copy_file_range() support for pagecache copiesAnna Schumaker
2015-12-01btrfs: add .copy_file_range file operationZach Brown
2015-12-01vfs: add copy_file_range syscall and vfs helperZach Brown
2015-11-27Merge tag 'nfs-for-4.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-11-27Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-11-25nfs4: resend LAYOUTGET when there is a race that changes the seqidJeff Layton
2015-11-25nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton
2015-11-25nfs: ensure that attrcache is revalidated after a SETATTRJeff Layton
2015-11-25btrfs: fix balance range usage filters in 4.4-rcHolger Hoffstätte
2015-11-25btrfs: qgroup: account shared subtree during snapshot deleteMark Fasheh
2015-11-25Btrfs: use btrfs_get_fs_root in resolve_indirect_refJosef Bacik
2015-11-25btrfs: qgroup: fix quota disable during rescanJustin Maggard
2015-11-25Btrfs: fix race between cleaner kthread and space cache writeoutFilipe Manana
2015-11-25Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana
2015-11-25Btrfs: fix race between scrub and block group deletionFilipe Manana
2015-11-25btrfs: fix rcu warning during device replaceDavid Sterba
2015-11-25btrfs: Continue replace when set_block_ro failedZhaolei
2015-11-25btrfs: fix clashing number of the enhanced balance usage filterDavid Sterba
2015-11-25Btrfs: fix the number of transaction units needed to remove a block groupFilipe Manana
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana
2015-11-25Btrfs: tests: checking for NULL instead of IS_ERR()Dan Carpenter
2015-11-25btrfs: fix signed overflows in btrfs_sync_fileDavid Sterba
2015-11-23nfs4: limit callback decoding to received bytesBenjamin Coddington
2015-11-23nfs4: start callback_ident at idr 1Benjamin Coddington
2015-11-23nfs: use sliding delay when LAYOUTGET gets NFS4ERR_DELAYJeff Layton
2015-11-23NFS4: Cleanup FATTR4_WORD0_FS_LOCATIONS after decoding successKinglong Mee
2015-11-23NFS: Properly set NFS v4.2 NFSDBG_FACILITYAnna Schumaker
2015-11-23nfs: reduce the amount of ifdefs for v4.2 in nfs4file.cChristoph Hellwig
2015-11-23nfs: use btrfs ioctl defintions for cloneChristoph Hellwig
2015-11-23nfs: allow intra-file CLONEChristoph Hellwig
2015-11-23nfs: offer native ioctls even if CONFIG_COMPAT is setChristoph Hellwig
2015-11-23nfs: pass on count for CLONE operationsChristoph Hellwig
2015-11-23vfs: Avoid softlockups with sendfile(2)Jan Kara
2015-11-23vfs: Make sendfile(2) killable even betterJan Kara
2015-11-23fix sysvfs symlinksAl Viro
2015-11-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-20ocfs2: fix umask ignored issueJunxiao Bi
2015-11-20fat: fix fake_offset handling on error pathOGAWA Hirofumi
2015-11-20mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holesMike Kravetz
2015-11-20ncpfs: don't allow negative timeoutsDan Carpenter
2015-11-20configfs: allow dynamic group creationDaniel Baluta
2015-11-20Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-11-19block: protect rw_page against device teardownDan Williams