summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: rearrange exchange_id logic to simplifyJ. Bruce Fields2012-05-311-20/+20
* nfsd4: exchange_id cleanup: commentsJ. Bruce Fields2012-05-311-26/+10
* nfsd4: exchange_id cleanup: local shorthands for repeated testsJ. Bruce Fields2012-05-311-6/+10
* nfsd4: allow an EXCHANGE_ID to kill a 4.0 clientJ. Bruce Fields2012-05-311-2/+8
* nfsd4: exchange_id: check creds before killing confirmed clientJ. Bruce Fields2012-05-311-9/+8
* nfsd4: exchange_id error cleanupJ. Bruce Fields2012-05-311-5/+1
* nfsd4: exchange_id has a pointless copyJ. Bruce Fields2012-05-311-1/+0
* nfsd: return 0 on reads of fault injection filesWeston Andros Adamson2012-05-311-0/+1
* nfsd: wrap all accesses to st_deny_bmapJeff Layton2012-05-311-8/+29
* nfsd: wrap accesses to st_access_bmapJeff Layton2012-05-311-28/+54
* nfsd: make test_share a bool returnJeff Layton2012-05-311-3/+3
* nfsd: consolidate set_access and set_denyJeff Layton2012-05-311-17/+7
* NFSD: SETCLIENTID_CONFIRM returns NFS4ERR_CLID_INUSE too oftenChuck Lever2012-05-311-12/+2
* SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky2012-05-312-3/+23
* SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2012-05-311-0/+9
* nfsd: add IPv6 addr escaping to fs_location hostsWeston Andros Adamson2012-05-311-7/+33
* nfsd4: fix change attribute endiannessJ. Bruce Fields2012-05-311-2/+2
* nfsd4: fix free_stateid return endiannessJ. Bruce Fields2012-05-311-2/+2
* nfsd4: int/__be32 fixesJ. Bruce Fields2012-05-313-20/+20
* nfsd4: preserve __user annotation on cld downcall msgJ. Bruce Fields2012-05-311-1/+1
* nfsd4: fix missing "static"J. Bruce Fields2012-05-314-4/+4
* nfsd: state.c should include current_stateid.hJ. Bruce Fields2012-05-311-0/+1
* nfsd: trivial: use SEEK_SET instead of 0 in vfs_llseekJeff Layton2012-04-251-1/+1
* nfsd: allocate id-to-name and name-to-id caches in per-net operations.Stanislav Kinsbursky2012-04-121-7/+7
* nfsd: make name-to-id cache allocated per network namespace contextStanislav Kinsbursky2012-04-122-10/+16
* nfsd: make id-to-name cache allocated per network namespace contextStanislav Kinsbursky2012-04-122-10/+26
* nfsd: pass network context to idmap init/exit functionsStanislav Kinsbursky2012-04-123-14/+14
* nfsd: allocate export and expkey caches in per-net operations.Stanislav Kinsbursky2012-04-121-6/+21
* nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky2012-04-123-12/+20
* nfsd: make export cache allocated per network namespace contextStanislav Kinsbursky2012-04-124-17/+36
* nfsd: pass pointer to export cache down to stack wherever possible.Stanislav Kinsbursky2012-04-121-15/+22
* nfsd: pass network context to export caches init/shutdown routinesStanislav Kinsbursky2012-04-112-13/+13
* Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky2012-04-111-3/+3
* NFSd: remove hard-coded dereferences to name-to-id and id-to-name cachesStanislav Kinsbursky2012-04-111-26/+24
* nfsd: pass pointer to expkey cache down to stack wherever possible.Stanislav Kinsbursky2012-04-111-16/+16
* nfsd: use hash table from cache detail in nfsd export seq opsStanislav Kinsbursky2012-04-111-0/+3
* nfsd: pass svc_export_cache pointer as private data to "exports" seq file opsStanislav Kinsbursky2012-04-112-8/+21
* nfsd: use exp_put() for svc_export_cache putStanislav Kinsbursky2012-04-112-2/+2
* nfsd: add link to owner cache detail to svc_export structureStanislav Kinsbursky2012-04-111-5/+5
* nfsd: use passed cache_detail pointer expkey_parse()Stanislav Kinsbursky2012-04-111-1/+1
* nfsd: don't use locks_in_grace to determine whether to call nfs4_grace_endJeff Layton2012-04-111-2/+9
* nfsd: trivial: remove unused variable from nfsd4_lockJeff Layton2012-04-111-2/+0
* nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields2012-04-112-5/+5
* Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-03-2916-276/+1311
|\
| * nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabledJeff Layton2012-03-294-5/+21
| * nfsd4: use auth_unix unconditionally on backchannelJ. Bruce Fields2012-03-281-1/+2
| * nfsd: fix NULL pointer dereference in cld_pipe_downcallJeff Layton2012-03-281-2/+1
| * nfsd4: memory corruption in numeric_name_to_id()Dan Carpenter2012-03-281-1/+1
| * nfsd4: allow numeric idmappingJ. Bruce Fields2012-03-261-4/+49
| * nfsd: don't allow legacy client tracker init for anything but init_netJeff Layton2012-03-261-0/+7
OpenPOWER on IntegriCloud