summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-12-168-85/+103
|\
| * nfsd: add support for the umask attributeAndreas Gruenbacher2016-12-164-9/+33
| * nfsd: constify reply_cache_stats_operations structureJulia Lawall2016-11-141-1/+1
| * nfsd: update workqueue creationJ. Bruce Fields2016-11-141-1/+1
| * nfsd: catch errors in decode_fattr earlierJ. Bruce Fields2016-11-012-7/+14
| * nfsd: clean up supported attribute handlingJ. Bruce Fields2016-11-013-60/+42
| * nfsd: fix error handling for clients that fail to return the layoutJeff Layton2016-11-011-4/+4
| * nfsd: more robust allocation failure handling in nfsd_reply_cache_initJeff Layton2016-11-011-3/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-1633-9320/+88
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro2016-12-159-203/+74
| |\ \ \ \
| | | | * | [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-052-10/+5
| | | * | | ceph: switch to use of ->d_init()Al Viro2016-10-296-67/+5
| | | * | | ceph: unify dentry_operations instancesAl Viro2016-10-294-33/+10
| | * | | | namei: fold should_follow_link() with the step into not-followed linkAl Viro2016-12-061-30/+18
| | * | | | namei: pass both WALK_GET and WALK_MORE to should_follow_link()Al Viro2016-12-061-11/+7
| | * | | | namei: invert WALK_PUT logicsAl Viro2016-12-061-6/+7
| | * | | | namei: shift interpretation of LOOKUP_FOLLOW inside should_follow_link()Al Viro2016-12-061-10/+4
| | * | | | namei: saner calling conventions for mountpoint_last()Al Viro2016-12-061-25/+25
| | * | | | namei.c: get rid of user_path_parent()Al Viro2016-12-061-26/+8
| | | |/ / | | |/| |
| * | | | logfs: remove from treeChristoph Hellwig2016-12-1517-9139/+0
| * | | | vfs: fix put_compat_statfs64() does not handle errorsLi Wang2016-12-071-3/+3
| * | | | don't open-code file_inode()Al Viro2016-12-056-9/+11
| |/ / /
* | | | Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-12-1630-597/+1090
|\ \ \ \
| * | | | nfs: add support for the umask attributeAndreas Gruenbacher2016-12-103-17/+42
| * | | | pNFS/flexfiles: Ensure we have enough buffer for layoutreturnTrond Myklebust2016-12-102-6/+27
| * | | | pNFS/flexfiles: Remove a redundant parameter in ff_layout_encode_ioerr()Trond Myklebust2016-12-101-6/+4
| * | | | pNFS/flexfiles: Fix a deadlock on LAYOUTGETFred Isaman2016-12-093-46/+43
| * | | | pNFS: Layoutreturn must free the layout after the layout-private dataTrond Myklebust2016-12-071-2/+2
| * | | | pNFS/flexfiles: Fix ff_layout_add_ds_error_locked()Trond Myklebust2016-12-071-1/+2
| * | | | NFSv4: Add missing nfs_put_lock_context()NeilBrown2016-12-071-2/+4
| * | | | pNFS: Release NFS_LAYOUT_RETURN when invalidating the layout stateidTrond Myklebust2016-12-061-9/+12
| * | | | NFSv4.1: Don't schedule lease recovery in nfs4_schedule_session_recovery()Trond Myklebust2016-12-051-1/+1
| * | | | NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCETrond Myklebust2016-12-051-0/+4
| * | | | NFS: Only look at the change attribute cache state in nfs_check_verifierTrond Myklebust2016-12-052-9/+7
| * | | | NFS: Fix incorrect size revalidation when holding a delegationTrond Myklebust2016-12-051-1/+4
| * | | | NFS: Fix incorrect mapping revalidation when holding a delegationTrond Myklebust2016-12-041-3/+9
| * | | | pNFS/flexfiles: Support sending layoutstats in layoutreturnTrond Myklebust2016-12-032-6/+79
| * | | | pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturnTrond Myklebust2016-12-034-31/+43
| * | | | NFS: Fix up read of mirror statsTrond Myklebust2016-12-031-0/+2
| * | | | pNFS/flexfiles: Clean up layoutstatsTrond Myklebust2016-12-031-20/+7
| * | | | pNFS/flexfiles: Refactor encoding of the layoutreturn payloadTrond Myklebust2016-12-033-31/+124
| * | | | pNFS: Add a layoutreturn callback to performa layout-private setupTrond Myklebust2016-12-032-1/+14
| * | | | pNFS: Allow layout drivers to manage private data in struct nfs4_layoutreturnTrond Myklebust2016-12-033-1/+10
| * | | | pNFS/flexfiles: Only send layoutstats updates for mirrors that were updatedTrond Myklebust2016-12-022-0/+9
| * | | | pNFS/flexfiles: Don't attempt to send layoutstats if there are no entriesTrond Myklebust2016-12-021-0/+5
| * | | | NFS: Allow getattr to also report readdirplus cache hitsTrond Myklebust2016-12-023-5/+18
| * | | | NFS: Be more targeted about readdirplus use when doing lookup/revalidationTrond Myklebust2016-12-021-11/+19
| * | | | NFS: Fix a performance regression in readdirTrond Myklebust2016-12-021-13/+2
| * | | | NFS: fix typo in parameter descriptionWei Yongjun2016-12-021-1/+1
| * | | | NFS: discard nfs_lockowner structure.NeilBrown2016-12-014-5/+5