aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2006-05-23[PATCH] knfsd: Fix two problems that can cause rmmod nfsd to dieGravatar NeilBrown 1-1/+3
2006-05-21[PATCH] nfsd: sign conversion obscuring errors in nfsd_set_posix_acl()Gravatar Florin Malita 1-4/+3
2006-04-11[PATCH] knfsd: nfsd4: grant delegations more frequentlyGravatar NeilBrown 1-11/+2
2006-04-11[PATCH] knfsd: nfsd4: limit number of delegations handed out.Gravatar NeilBrown 1-34/+40
2006-04-11[PATCH] knfsd: nfsd4: add missing rpciod_down()Gravatar NeilBrown 1-7/+14
2006-04-11[PATCH] knfsd: nfsd4: nfsd4_probe_callback cleanupGravatar NeilBrown 1-3/+3
2006-04-11[PATCH] knfsd: nfsd4: fix laundromat shutdown raceGravatar NeilBrown 1-2/+2
2006-04-11[PATCH] knfsd: nfsd4: fix corruption on readdir encoding with 64k pagesGravatar NeilBrown 1-7/+6
2006-04-11[PATCH] knfsd: nfsd4: fix corruption of returned data when using 64k pagesGravatar NeilBrown 1-25/+17
2006-04-11[PATCH] knfsd: nfsd4: remove nfsd_setuser from putrootfhGravatar NeilBrown 1-2/+0
2006-04-11[PATCH] knfsd: nfsd: nfsd_setuser doesn't really need to modify rqstp->rq_cred.Gravatar NeilBrown 1-23/+23
2006-04-11[PATCH] knfsd: nfsd: oops exporting nonexistent directoryGravatar NeilBrown 1-1/+2
2006-04-11[PATCH] knfsd: nfsd4: fix acl xattr length returnGravatar NeilBrown 1-5/+1
2006-04-11[PATCH] knfsd: nfsd4: better nfs4acl errorsGravatar NeilBrown 2-7/+6
2006-04-11[PATCH] knfsd: nfsd4: Wrong error handling in nfs4aclGravatar NeilBrown 1-1/+1
2006-04-11[PATCH] fs/nfsd/nfs4state.c: make a struct staticGravatar Adrian Bunk 1-1/+1
2006-04-11[PATCH] knfsd: locks: flag NFSv4-owned locksGravatar NeilBrown 1-22/+16
2006-04-11[PATCH] knfsd: Correct reserved reply space for read requests.Gravatar NeilBrown 3-3/+3
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 2-3/+3
2006-03-28[PATCH] mark f_ops const in the inodeGravatar Arjan van de Ven 1-1/+1
2006-03-27[PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code staticGravatar Adrian Bunk 1-5/+8
2006-03-27[PATCH] knfsd: Convert sunrpc_cache to use krefsGravatar NeilBrown 3-38/+33
2006-03-27[PATCH] knfsd: Use new cache code for name/id lookup cachesGravatar NeilBrown 1-23/+103
2006-03-27[PATCH] knfsd: Use new cache_lookup for svc_expkey cacheGravatar NeilBrown 1-37/+99
2006-03-27[PATCH] knfsd: Use new cache_lookup for svc_exportGravatar NeilBrown 1-37/+88
2006-03-27[PATCH] knfsd: Get rid of 'inplace' sunrpc cachesGravatar NeilBrown 2-10/+4
2006-03-27[PATCH] knfsd: Break the hard linkage from svc_expkey to svc_exportGravatar NeilBrown 1-20/+40
2006-03-27[PATCH] knfsd: Change the store of auth_domains to not be a 'cache'Gravatar NeilBrown 1-3/+2
2006-03-26[PATCH] NFSD4: return conflict lock without racesGravatar Andy Adamson 1-22/+16
2006-03-26[PATCH] sem2mutex: fs/Gravatar Ingo Molnar 1-4/+5
2006-03-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Gravatar Linus Torvalds 2-7/+8
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroGravatar Tobias Klauser 5-8/+8
2006-03-20locks,lockd: fix race in nlmsvc_testlockGravatar Andy Adamson 1-7/+6
2006-03-20SUNRPC: display human-readable procedure name in rpc_iostats outputGravatar Chuck Lever 1-0/+2
2006-02-07[PATCH] knfsd: fix nfs4_open lock leakGravatar J. Bruce Fields 1-2/+4
2006-02-01[PATCH] knfsd: Restore recently broken ACL functionality to NFS serverGravatar Andreas Gruenbacher 1-27/+49
2006-01-18[PATCH] knfsd: Provide missing NFSv2 part of patch for checking vfs_getattr.Gravatar David Shaw 1-7/+30
2006-01-18[PATCH] knfsd: Fix some more errno/nfserr confusion in vfs.cGravatar NeilBrown 1-11/+6
2006-01-18[PATCH] nfsd4_lock() returns bogus values to clientsGravatar Al Viro 1-0/+3
2006-01-18[PATCH] NFSERR_SERVERFAULT returned host-endianGravatar Al Viro 1-2/+2
2006-01-18[PATCH] nfsd4_truncate() bogus return valueGravatar Al Viro 1-1/+1
2006-01-18[PATCH] nfsd/vfs.c: endianness fixesGravatar Al Viro 1-3/+3
2006-01-18[PATCH] nfsd4: clean up settattr codeGravatar Fred Isaman 1-9/+1
2006-01-18[PATCH] nfsd4: Fix bug in rdattr_error returnGravatar Fred Isaman 1-2/+3
2006-01-18[PATCH] nfsd4: fix open_downgradeGravatar J. Bruce Fields 1-11/+11
2006-01-18[PATCH] nfsd4: don't create on open that fails due to ERR_GRACEGravatar J. Bruce Fields 2-6/+8
2006-01-18[PATCH] nfsd4: simplify process-open1 logicGravatar J. Bruce Fields 1-64/+35
2006-01-18[PATCH] nfsd4: nfs4state.c miscellaneous goto removalsGravatar J. Bruce Fields 1-19/+14
2006-01-18[PATCH] nfsd4: no replays on unconfirmed ownersGravatar J. Bruce Fields 1-13/+11
2006-01-18[PATCH] nfsd4: handle replays of failed open reclaimsGravatar J. Bruce Fields 1-0/+2