summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfsd: silence sparse warning about accessing credentialsJeff Layton2014-07-171-1/+1
* nfsd: Ensure stateids remain unique until they are freedTrond Myklebust2014-07-172-4/+5
* nfsd: nfs4_alloc_init_lease should take a nfs4_file argJeff Layton2014-07-171-3/+3
* nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_delegJeff Layton2014-07-173-25/+62
* nfsd: eliminate nfsd4_init_callbackJeff Layton2014-07-163-9/+5
* NFSD: Fix bad checking of space for padding in splice readKinglong Mee2014-07-111-5/+2
* NFSD: Check acl returned from get_acl/posix_acl_from_modeKinglong Mee2014-07-113-14/+21
* nfsd: cleanup and rename nfs4_check_openJeff Layton2014-07-111-9/+6
* nfsd: make deny mode enforcement more efficient and close races in itJeff Layton2014-07-112-58/+125
* nfsd: always hold the fi_lock when bumping fi_access refcountsJeff Layton2014-07-111-2/+14
* nfsd: clean up reset_union_bmap_denyJeff Layton2014-07-111-2/+3
* nfsd: set stateid access and deny bits in nfs4_get_vfs_fileJeff Layton2014-07-111-11/+12
* nfsd: shrink st_access_bmap and st_deny_bmapJeff Layton2014-07-112-13/+29
* nfsd: remove nfs4_file_put_fdJeff Layton2014-07-111-11/+2
* nfsd: refactor nfs4_file_get_access and nfs4_file_put_accessJeff Layton2014-07-111-21/+27
* nfsd: clean up helper __release_lock_stateidTrond Myklebust2014-07-101-4/+2
* nfsd: Add locking to the nfs4_file->fi_fds[] arrayTrond Myklebust2014-07-102-42/+118
* nfsd: Add fine grained protection for the nfs4_file->fi_stateids listTrond Myklebust2014-07-102-3/+19
* nfsd: reduce some spinlocking in put_client_renewJeff Layton2014-07-101-2/+4
* nfsd: close potential race between delegation break and laundromatJeff Layton2014-07-101-7/+33
* NFSD: Fix memory leak in encoding denied lockKinglong Mee2014-07-101-1/+3
* nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()Trond Myklebust2014-07-103-8/+13
* nfsd: Always use lookup_clientid() in nfsd4_process_open1Trond Myklebust2014-07-101-6/+5
* nfsd: Convert nfsd4_process_open1() to work with lookup_clientid()Trond Myklebust2014-07-101-7/+7
* nfsd: Allow struct nfsd4_compound_state to cache the nfs4_clientJeff Layton2014-07-102-22/+53
* nfsd: add a nfserrno mapping for -E2BIG to nfserr_fbigJeff Layton2014-07-101-1/+2
* nfsd: properly convert return from commit_metadata to __be32Jeff Layton2014-07-101-2/+2
* nfsd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argumentTrond Myklebust2014-07-101-9/+9
* nfsd: Don't get a session reference without a client referenceTrond Myklebust2014-07-102-46/+68
* nfsd: clean up nfsd4_release_lockownerJeff Layton2014-07-102-25/+22
* nfsd: NFSv4 lock-owners are not associated to a specific fileTrond Myklebust2014-07-103-64/+14
* nfsd: Allow lockowners to hold several stateidsJeff Layton2014-07-101-22/+33
* nfsd: lock owners are not per open stateidTrond Myklebust2014-07-082-20/+36
* nfsd: clean up nfsd4_close_open_stateidTrond Myklebust2014-07-081-20/+18
* nfsd: declare v4.1+ openowners confirmed on creationJeff Layton2014-07-081-6/+10
* nfsd: Cleanup nfs4svc_encode_compoundresTrond Myklebust2014-07-084-29/+24
* nfsd: nfs4_preprocess_seqid_op should only set *stpp on successTrond Myklebust2014-07-081-3/+7
* nfsd: add a new /proc/fs/nfsd/max_connections fileJeff Layton2014-07-083-0/+53
* nfsd: Ensure that nfsd_create_setattr commits files to stable storageTrond Myklebust2014-07-081-6/+9
* NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee2014-07-085-10/+5
* nfsd: Protect addition to the file_hashtblTrond Myklebust2014-07-081-12/+37
* nfsd: fix file access refcount leak when nfsd4_truncate failsChristoph Hellwig2014-07-081-32/+30
* NFSD: Avoid warning message when compile at i686 archKinglong Mee2014-07-081-1/+1
* nfsd4: replace defer_free by svcxdr_tmpallocJ. Bruce Fields2014-07-082-33/+26
* nfsd4: remove nfs4_acl_newJ. Bruce Fields2014-07-083-12/+10
* nfsd4: define svcxdr_dupstr to share some common codeJ. Bruce Fields2014-07-081-13/+23
* nfsd4: remove unused defer_free argumentJ. Bruce Fields2014-07-082-13/+9
* nfsd4: rename cr_linkname->cr_dataJ. Bruce Fields2014-07-083-13/+12
* nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields2014-07-085-18/+7
* nfsd: make NFSv2 null terminate symlink dataJ. Bruce Fields2014-07-081-1/+4