aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-31nfsd4: exchange_id cleanup: local shorthands for repeated testsJ. Bruce Fields1-6/+10
2012-05-31nfsd4: allow an EXCHANGE_ID to kill a 4.0 clientJ. Bruce Fields1-2/+8
2012-05-31nfsd4: exchange_id: check creds before killing confirmed clientJ. Bruce Fields1-9/+8
2012-05-31nfsd4: exchange_id error cleanupJ. Bruce Fields1-5/+1
2012-05-31nfsd4: exchange_id has a pointless copyJ. Bruce Fields1-1/+0
2012-05-31nfsd: return 0 on reads of fault injection filesWeston Andros Adamson1-0/+1
2012-05-31nfsd: wrap all accesses to st_deny_bmapJeff Layton1-8/+29
2012-05-31nfsd: wrap accesses to st_access_bmapJeff Layton1-28/+54
2012-05-31nfsd: make test_share a bool returnJeff Layton1-3/+3
2012-05-31nfsd: consolidate set_access and set_denyJeff Layton1-17/+7
2012-05-31NFSD: SETCLIENTID_CONFIRM returns NFS4ERR_CLID_INUSE too oftenChuck Lever1-12/+2
2012-05-31SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky2-3/+23
2012-05-31SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky1-0/+9
2012-05-31nfsd: add IPv6 addr escaping to fs_location hostsWeston Andros Adamson1-7/+33
2012-05-31nfsd4: fix change attribute endiannessJ. Bruce Fields1-2/+2
2012-05-31nfsd4: fix free_stateid return endiannessJ. Bruce Fields1-2/+2
2012-05-31nfsd4: int/__be32 fixesJ. Bruce Fields3-20/+20
2012-05-31nfsd4: preserve __user annotation on cld downcall msgJ. Bruce Fields1-1/+1
2012-05-31nfsd4: fix missing "static"J. Bruce Fields4-4/+4
2012-05-31nfsd: state.c should include current_stateid.hJ. Bruce Fields1-0/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+3
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman1-2/+3
2012-04-30nfsd: fix nfs4recover.c printk format warningRandy Dunlap1-1/+1
2012-04-25nfsd: trivial: use SEEK_SET instead of 0 in vfs_llseekJeff Layton1-1/+1
2012-04-19Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-5/+5
2012-04-13nfsd: fix compose_entry_fh() failure exitsAl Viro1-14/+8
2012-04-13nfsd: fix error value on allocation failure in nfsd4_decode_test_stateid()Al Viro1-1/+1
2012-04-13nfsd: fix endianness breakage in TEST_STATEID handlingAl Viro1-1/+1
2012-04-13nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro1-14/+9
2012-04-13nfsd: fix b0rken error value for setattr on read-only mountAl Viro1-3/+4
2012-04-12nfsd: allocate id-to-name and name-to-id caches in per-net operations.Stanislav Kinsbursky1-7/+7
2012-04-12nfsd: make name-to-id cache allocated per network namespace contextStanislav Kinsbursky2-10/+16
2012-04-12nfsd: make id-to-name cache allocated per network namespace contextStanislav Kinsbursky2-10/+26
2012-04-12nfsd: pass network context to idmap init/exit functionsStanislav Kinsbursky3-14/+14
2012-04-12nfsd: allocate export and expkey caches in per-net operations.Stanislav Kinsbursky1-6/+21
2012-04-12nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky3-12/+20
2012-04-12nfsd: make export cache allocated per network namespace contextStanislav Kinsbursky4-17/+36
2012-04-12nfsd: pass pointer to export cache down to stack wherever possible.Stanislav Kinsbursky1-15/+22
2012-04-11nfsd: pass network context to export caches init/shutdown routinesStanislav Kinsbursky2-13/+13
2012-04-11Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky1-3/+3
2012-04-11NFSd: remove hard-coded dereferences to name-to-id and id-to-name cachesStanislav Kinsbursky1-26/+24
2012-04-11nfsd: pass pointer to expkey cache down to stack wherever possible.Stanislav Kinsbursky1-16/+16
2012-04-11nfsd: use hash table from cache detail in nfsd export seq opsStanislav Kinsbursky1-0/+3
2012-04-11nfsd: pass svc_export_cache pointer as private data to "exports" seq file opsStanislav Kinsbursky2-8/+21
2012-04-11nfsd: use exp_put() for svc_export_cache putStanislav Kinsbursky2-2/+2
2012-04-11nfsd: add link to owner cache detail to svc_export structureStanislav Kinsbursky1-5/+5
2012-04-11nfsd: use passed cache_detail pointer expkey_parse()Stanislav Kinsbursky1-1/+1
2012-04-11nfsd: don't use locks_in_grace to determine whether to call nfs4_grace_endJeff Layton1-2/+9
2012-04-11nfsd: trivial: remove unused variable from nfsd4_lockJeff Layton1-2/+0
2012-04-11nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields2-5/+5