summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-07-31nfsd: Add a struct nfs4_file field to struct nfs4_stidTrond Myklebust
2014-07-31nfsd: Add reference counting to the lock and open stateidsTrond Myklebust
2014-07-30nfsd: print status when nfsd4_open fails to open file it just createdJeff Layton
2014-07-29nfsd: remove dl_fh field from struct nfs4_delegationJeff Layton
2014-07-29nfsd: give block_delegation and delegation_blocked its own spinlockJeff Layton
2014-07-29nfsd: clean up nfs4_set_delegationJeff Layton
2014-07-29nfsd: clean up arguments to nfs4_open_delegationJeff Layton
2014-07-29nfsd: drop unused stp arg to alloc_init_delegJeff Layton
2014-07-29nfsd: Convert delegation counter to an atomic_long_t typeTrond Myklebust
2014-07-29nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lockJeff Layton
2014-07-29nfsd: fully unhash delegations when revoking themJeff Layton
2014-07-29nfsd: simplify stateid allocation and file handlingTrond Myklebust
2014-07-23nfsd: Do not let nfs4_file pin the struct inodeJeff Layton
2014-07-23nfsd: nfs4_check_fh - make it actually check the filehandleTrond Myklebust
2014-07-23nfsd: Use the filehandle to look up the struct nfs4_file instead of inodeTrond Myklebust
2014-07-23nfsd: Store the filehandle with the struct nfs4_fileTrond Myklebust
2014-07-23nfsd4: convert comma to semicolonHimangi Saraogi
2014-07-23nfsd: ensure that st_access_bmap and st_deny_bmap are initialized to 0Jeff Layton
2014-07-22nfsd: bump dl_time when unhashing delegationJeff Layton
2014-07-21nfsd: Move the delegation reference counter into the struct nfs4_stidTrond Myklebust
2014-07-21nfsd: fix race that grants unrecallable delegationJeff Layton
2014-07-21nfsd4: CREATE_SESSION should update backchannel immediatelyJ. Bruce Fields
2014-07-18svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever
2014-07-17nfsd4: zero op arguments beyond the 8th compound opJ. Bruce Fields
2014-07-17nfsd: silence sparse warning about accessing credentialsJeff Layton
2014-07-17nfsd: Ensure stateids remain unique until they are freedTrond Myklebust
2014-07-17nfsd: nfs4_alloc_init_lease should take a nfs4_file argJeff Layton
2014-07-17nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_delegJeff Layton
2014-07-16nfsd: eliminate nfsd4_init_callbackJeff Layton
2014-07-11NFSD: Fix bad checking of space for padding in splice readKinglong Mee
2014-07-11NFSD: Check acl returned from get_acl/posix_acl_from_modeKinglong Mee
2014-07-11nfsd: cleanup and rename nfs4_check_openJeff Layton
2014-07-11nfsd: make deny mode enforcement more efficient and close races in itJeff Layton
2014-07-11nfsd: always hold the fi_lock when bumping fi_access refcountsJeff Layton
2014-07-11nfsd: clean up reset_union_bmap_denyJeff Layton
2014-07-11nfsd: set stateid access and deny bits in nfs4_get_vfs_fileJeff Layton
2014-07-11nfsd: shrink st_access_bmap and st_deny_bmapJeff Layton
2014-07-11nfsd: remove nfs4_file_put_fdJeff Layton
2014-07-11nfsd: refactor nfs4_file_get_access and nfs4_file_put_accessJeff Layton
2014-07-10nfsd: clean up helper __release_lock_stateidTrond Myklebust
2014-07-10nfsd: Add locking to the nfs4_file->fi_fds[] arrayTrond Myklebust
2014-07-10nfsd: Add fine grained protection for the nfs4_file->fi_stateids listTrond Myklebust
2014-07-10nfsd: reduce some spinlocking in put_client_renewJeff Layton
2014-07-10nfsd: close potential race between delegation break and laundromatJeff Layton
2014-07-10NFSD: Fix memory leak in encoding denied lockKinglong Mee
2014-07-10nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()Trond Myklebust
2014-07-10nfsd: Always use lookup_clientid() in nfsd4_process_open1Trond Myklebust
2014-07-10nfsd: Convert nfsd4_process_open1() to work with lookup_clientid()Trond Myklebust
2014-07-10nfsd: Allow struct nfsd4_compound_state to cache the nfs4_clientJeff Layton
2014-07-10nfsd: add a nfserrno mapping for -E2BIG to nfserr_fbigJeff Layton