summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
...
| * nfsd4: allow an EXCHANGE_ID to kill a 4.0 clientJ. Bruce Fields2012-06-011-2/+8
| * nfsd4: exchange_id: check creds before killing confirmed clientJ. Bruce Fields2012-06-011-9/+8Star
| * nfsd4: exchange_id error cleanupJ. Bruce Fields2012-06-011-5/+1Star
| * nfsd4: exchange_id has a pointless copyJ. Bruce Fields2012-06-011-1/+0Star
| * nfsd: return 0 on reads of fault injection filesWeston Andros Adamson2012-06-011-0/+1
| * nfsd: wrap all accesses to st_deny_bmapJeff Layton2012-06-011-8/+29
| * nfsd: wrap accesses to st_access_bmapJeff Layton2012-06-011-28/+54
| * nfsd: make test_share a bool returnJeff Layton2012-06-011-3/+3
| * nfsd: consolidate set_access and set_denyJeff Layton2012-06-011-17/+7Star
| * NFSD: SETCLIENTID_CONFIRM returns NFS4ERR_CLID_INUSE too oftenChuck Lever2012-06-011-12/+2Star
| * SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky2012-06-012-3/+23
| * SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2012-06-011-0/+9
| * nfsd: add IPv6 addr escaping to fs_location hostsWeston Andros Adamson2012-06-011-7/+33
| * nfsd4: fix change attribute endiannessJ. Bruce Fields2012-06-011-2/+2
| * nfsd4: fix free_stateid return endiannessJ. Bruce Fields2012-06-011-2/+2
| * nfsd4: int/__be32 fixesJ. Bruce Fields2012-06-013-20/+20
| * nfsd4: preserve __user annotation on cld downcall msgJ. Bruce Fields2012-06-011-1/+1
| * nfsd4: fix missing "static"J. Bruce Fields2012-06-014-4/+4
| * nfsd: state.c should include current_stateid.hJ. Bruce Fields2012-06-011-0/+1
* | Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-019-144/+234
|\|
| * 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-122-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/+24Star
| * 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/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-241-2/+3
|\ \
| * | userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-031-2/+3
* | | nfsd: fix nfs4recover.c printk format warningRandy Dunlap2012-04-301-1/+1
* | | Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-04-192-5/+5
|\ \ \ | | |/ | |/|
| * | nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields2012-04-112-5/+5
| |/
* | nfsd: fix compose_entry_fh() failure exitsAl Viro2012-04-131-14/+8Star
* | nfsd: fix error value on allocation failure in nfsd4_decode_test_stateid()Al Viro2012-04-131-1/+1
* | nfsd: fix endianness breakage in TEST_STATEID handlingAl Viro2012-04-131-1/+1
* | nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro2012-04-131-14/+9Star
* | nfsd: fix b0rken error value for setattr on read-only mountAl Viro2012-04-131-3/+4
|/