aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-17nfsd4: zero op arguments beyond the 8th compound opJ. Bruce Fields1-1/+1
2014-07-17nfsd: silence sparse warning about accessing credentialsJeff Layton2-1/+10
2014-07-16nfsd: Ensure stateids remain unique until they are freedTrond Myklebust2-4/+5
2014-07-16nfsd: nfs4_alloc_init_lease should take a nfs4_file argJeff Layton1-3/+3
2014-07-16nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_delegJeff Layton3-25/+62
2014-07-16nfsd: eliminate nfsd4_init_callbackJeff Layton3-9/+5
2014-07-11NFSD: Fix bad checking of space for padding in splice readKinglong Mee1-5/+2
2014-07-11NFSD: Check acl returned from get_acl/posix_acl_from_modeKinglong Mee3-14/+21
2014-07-11svcrdma: send_write() must not overflow the device's max sgeSteve Wise1-24/+15
2014-07-11nfsd: cleanup and rename nfs4_check_openJeff Layton1-9/+6
2014-07-11nfsd: make deny mode enforcement more efficient and close races in itJeff Layton2-58/+125
2014-07-11nfsd: always hold the fi_lock when bumping fi_access refcountsJeff Layton1-2/+14
2014-07-11nfsd: clean up reset_union_bmap_denyJeff Layton1-2/+3
2014-07-11nfsd: set stateid access and deny bits in nfs4_get_vfs_fileJeff Layton1-11/+12
2014-07-11nfsd: shrink st_access_bmap and st_deny_bmapJeff Layton2-13/+29
2014-07-11nfsd: remove nfs4_file_put_fdJeff Layton1-11/+2
2014-07-11nfsd: refactor nfs4_file_get_access and nfs4_file_put_accessJeff Layton1-21/+27
2014-07-10nfsd: clean up helper __release_lock_stateidTrond Myklebust1-4/+2
2014-07-10nfsd: Add locking to the nfs4_file->fi_fds[] arrayTrond Myklebust2-42/+118
2014-07-10nfsd: Add fine grained protection for the nfs4_file->fi_stateids listTrond Myklebust2-3/+19
2014-07-10nfsd: reduce some spinlocking in put_client_renewJeff Layton1-2/+4
2014-07-10nfsd: close potential race between delegation break and laundromatJeff Layton1-7/+33
2014-07-09NFSD: Fix memory leak in encoding denied lockKinglong Mee1-1/+3
2014-07-09nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()Trond Myklebust3-8/+13
2014-07-09nfsd: Always use lookup_clientid() in nfsd4_process_open1Trond Myklebust1-6/+5
2014-07-09nfsd: Convert nfsd4_process_open1() to work with lookup_clientid()Trond Myklebust1-7/+7
2014-07-09nfsd: Allow struct nfsd4_compound_state to cache the nfs4_clientJeff Layton2-22/+53
2014-07-09nfsd: add a nfserrno mapping for -E2BIG to nfserr_fbigJeff Layton1-1/+2
2014-07-09nfsd: properly convert return from commit_metadata to __be32Jeff Layton1-2/+2
2014-07-09nfsd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argumentTrond Myklebust1-9/+9
2014-07-09nfsd: Don't get a session reference without a client referenceTrond Myklebust2-46/+68
2014-07-09nfsd: clean up nfsd4_release_lockownerJeff Layton2-25/+22
2014-07-09nfsd: NFSv4 lock-owners are not associated to a specific fileTrond Myklebust3-64/+14
2014-07-09nfsd: Allow lockowners to hold several stateidsJeff Layton1-22/+33
2014-07-08nfsd: lock owners are not per open stateidTrond Myklebust2-20/+36
2014-07-08nfsd: clean up nfsd4_close_open_stateidTrond Myklebust1-20/+18
2014-07-08nfsd: declare v4.1+ openowners confirmed on creationJeff Layton1-6/+10
2014-07-08nfsd: Cleanup nfs4svc_encode_compoundresTrond Myklebust4-29/+24
2014-07-08nfsd: nfs4_preprocess_seqid_op should only set *stpp on successTrond Myklebust1-3/+7
2014-07-08nfsd: add a new /proc/fs/nfsd/max_connections fileJeff Layton3-0/+53
2014-07-08nfsd: Ensure that nfsd_create_setattr commits files to stable storageTrond Myklebust1-6/+9
2014-07-08NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee5-10/+5
2014-07-08nfsd: Protect addition to the file_hashtblTrond Myklebust1-12/+37
2014-07-08nfsd: fix file access refcount leak when nfsd4_truncate failsChristoph Hellwig1-32/+30
2014-07-08NFSD: Avoid warning message when compile at i686 archKinglong Mee1-1/+1
2014-07-08nfsd4: replace defer_free by svcxdr_tmpallocJ. Bruce Fields2-33/+26
2014-07-08nfsd4: remove nfs4_acl_newJ. Bruce Fields3-12/+10
2014-07-08nfsd4: define svcxdr_dupstr to share some common codeJ. Bruce Fields1-13/+23
2014-07-08nfsd4: remove unused defer_free argumentJ. Bruce Fields2-13/+9
2014-07-08nfsd4: rename cr_linkname->cr_dataJ. Bruce Fields3-13/+12