summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | nfsd: drop unused stp arg to alloc_init_delegJeff Layton2014-07-29
| * | | | | | | | | | | | | | | | nfsd: Convert delegation counter to an atomic_long_t typeTrond Myklebust2014-07-29
| * | | | | | | | | | | | | | | | nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lockJeff Layton2014-07-29
| * | | | | | | | | | | | | | | | nfsd: fully unhash delegations when revoking themJeff Layton2014-07-29
| * | | | | | | | | | | | | | | | nfsd: simplify stateid allocation and file handlingTrond Myklebust2014-07-29
| * | | | | | | | | | | | | | | | nfsd: Do not let nfs4_file pin the struct inodeJeff Layton2014-07-23
| * | | | | | | | | | | | | | | | nfsd: nfs4_check_fh - make it actually check the filehandleTrond Myklebust2014-07-23
| * | | | | | | | | | | | | | | | nfsd: Use the filehandle to look up the struct nfs4_file instead of inodeTrond Myklebust2014-07-23
| * | | | | | | | | | | | | | | | nfsd: Store the filehandle with the struct nfs4_fileTrond Myklebust2014-07-23
| * | | | | | | | | | | | | | | | nfsd4: convert comma to semicolonHimangi Saraogi2014-07-23
| * | | | | | | | | | | | | | | | nfsd: ensure that st_access_bmap and st_deny_bmap are initialized to 0Jeff Layton2014-07-23
| * | | | | | | | | | | | | | | | nfsd: bump dl_time when unhashing delegationJeff Layton2014-07-22
| * | | | | | | | | | | | | | | | nfsd: Move the delegation reference counter into the struct nfs4_stidTrond Myklebust2014-07-21
| * | | | | | | | | | | | | | | | nfsd: fix race that grants unrecallable delegationJeff Layton2014-07-21
| * | | | | | | | | | | | | | | | nfsd4: CREATE_SESSION should update backchannel immediatelyJ. Bruce Fields2014-07-21
| * | | | | | | | | | | | | | | | svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever2014-07-18
| * | | | | | | | | | | | | | | | nfsd4: zero op arguments beyond the 8th compound opJ. Bruce Fields2014-07-17
| * | | | | | | | | | | | | | | | nfsd: silence sparse warning about accessing credentialsJeff Layton2014-07-17
| * | | | | | | | | | | | | | | | nfsd: Ensure stateids remain unique until they are freedTrond Myklebust2014-07-16
| * | | | | | | | | | | | | | | | nfsd: nfs4_alloc_init_lease should take a nfs4_file argJeff Layton2014-07-16
| * | | | | | | | | | | | | | | | nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_delegJeff Layton2014-07-16
| * | | | | | | | | | | | | | | | nfsd: eliminate nfsd4_init_callbackJeff Layton2014-07-16
| * | | | | | | | | | | | | | | | NFSD: Fix bad checking of space for padding in splice readKinglong Mee2014-07-11
| * | | | | | | | | | | | | | | | NFSD: Check acl returned from get_acl/posix_acl_from_modeKinglong Mee2014-07-11
| * | | | | | | | | | | | | | | | nfsd: cleanup and rename nfs4_check_openJeff Layton2014-07-11
| * | | | | | | | | | | | | | | | nfsd: make deny mode enforcement more efficient and close races in itJeff Layton2014-07-11
| * | | | | | | | | | | | | | | | nfsd: always hold the fi_lock when bumping fi_access refcountsJeff Layton2014-07-11
| * | | | | | | | | | | | | | | | nfsd: clean up reset_union_bmap_denyJeff Layton2014-07-11
| * | | | | | | | | | | | | | | | nfsd: set stateid access and deny bits in nfs4_get_vfs_fileJeff Layton2014-07-11
| * | | | | | | | | | | | | | | | nfsd: shrink st_access_bmap and st_deny_bmapJeff Layton2014-07-11
| * | | | | | | | | | | | | | | | nfsd: remove nfs4_file_put_fdJeff Layton2014-07-11
| * | | | | | | | | | | | | | | | nfsd: refactor nfs4_file_get_access and nfs4_file_put_accessJeff Layton2014-07-11
| * | | | | | | | | | | | | | | | nfsd: clean up helper __release_lock_stateidTrond Myklebust2014-07-10
| * | | | | | | | | | | | | | | | nfsd: Add locking to the nfs4_file->fi_fds[] arrayTrond Myklebust2014-07-10
| * | | | | | | | | | | | | | | | nfsd: Add fine grained protection for the nfs4_file->fi_stateids listTrond Myklebust2014-07-10
| * | | | | | | | | | | | | | | | nfsd: reduce some spinlocking in put_client_renewJeff Layton2014-07-10
| * | | | | | | | | | | | | | | | nfsd: close potential race between delegation break and laundromatJeff Layton2014-07-10
| * | | | | | | | | | | | | | | | NFSD: Fix memory leak in encoding denied lockKinglong Mee2014-07-09
| * | | | | | | | | | | | | | | | nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()Trond Myklebust2014-07-09
| * | | | | | | | | | | | | | | | nfsd: Always use lookup_clientid() in nfsd4_process_open1Trond Myklebust2014-07-09
| * | | | | | | | | | | | | | | | nfsd: Convert nfsd4_process_open1() to work with lookup_clientid()Trond Myklebust2014-07-09
| * | | | | | | | | | | | | | | | nfsd: Allow struct nfsd4_compound_state to cache the nfs4_clientJeff Layton2014-07-09
| * | | | | | | | | | | | | | | | nfsd: add a nfserrno mapping for -E2BIG to nfserr_fbigJeff Layton2014-07-09
| * | | | | | | | | | | | | | | | nfsd: properly convert return from commit_metadata to __be32Jeff Layton2014-07-09
| * | | | | | | | | | | | | | | | nfsd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argumentTrond Myklebust2014-07-09
| * | | | | | | | | | | | | | | | nfsd: Don't get a session reference without a client referenceTrond Myklebust2014-07-09
| * | | | | | | | | | | | | | | | nfsd: clean up nfsd4_release_lockownerJeff Layton2014-07-09
| * | | | | | | | | | | | | | | | nfsd: NFSv4 lock-owners are not associated to a specific fileTrond Myklebust2014-07-09
| * | | | | | | | | | | | | | | | nfsd: Allow lockowners to hold several stateidsJeff Layton2014-07-09
| * | | | | | | | | | | | | | | | nfsd: lock owners are not per open stateidTrond Myklebust2014-07-08