summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)AuthorLines
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar-1/+1
2006-06-26[PATCH] fs: use list_move()Akinobu Mita-4/+2
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells-3/+3
2006-05-23[PATCH] knfsd: Fix two problems that can cause rmmod nfsd to dieNeilBrown-1/+3
2006-05-21[PATCH] nfsd: sign conversion obscuring errors in nfsd_set_posix_acl()Florin Malita-4/+3
2006-04-11[PATCH] knfsd: nfsd4: grant delegations more frequentlyNeilBrown-11/+2
2006-04-11[PATCH] knfsd: nfsd4: limit number of delegations handed out.NeilBrown-34/+40
2006-04-11[PATCH] knfsd: nfsd4: add missing rpciod_down()NeilBrown-7/+14
2006-04-11[PATCH] knfsd: nfsd4: nfsd4_probe_callback cleanupNeilBrown-3/+3
2006-04-11[PATCH] knfsd: nfsd4: fix laundromat shutdown raceNeilBrown-2/+2
2006-04-11[PATCH] knfsd: nfsd4: fix corruption on readdir encoding with 64k pagesNeilBrown-7/+6
2006-04-11[PATCH] knfsd: nfsd4: fix corruption of returned data when using 64k pagesNeilBrown-25/+17
2006-04-11[PATCH] knfsd: nfsd4: remove nfsd_setuser from putrootfhNeilBrown-2/+0
2006-04-11[PATCH] knfsd: nfsd: nfsd_setuser doesn't really need to modify rqstp->rq_cred.NeilBrown-23/+23
2006-04-11[PATCH] knfsd: nfsd: oops exporting nonexistent directoryNeilBrown-1/+2
2006-04-11[PATCH] knfsd: nfsd4: fix acl xattr length returnNeilBrown-5/+1
2006-04-11[PATCH] knfsd: nfsd4: better nfs4acl errorsNeilBrown-7/+6
2006-04-11[PATCH] knfsd: nfsd4: Wrong error handling in nfs4aclNeilBrown-1/+1
2006-04-11[PATCH] fs/nfsd/nfs4state.c: make a struct staticAdrian Bunk-1/+1
2006-04-11[PATCH] knfsd: locks: flag NFSv4-owned locksNeilBrown-22/+16
2006-04-11[PATCH] knfsd: Correct reserved reply space for read requests.NeilBrown-3/+3
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven-3/+3
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven-1/+1
2006-03-27[PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code staticAdrian Bunk-5/+8
2006-03-27[PATCH] knfsd: Convert sunrpc_cache to use krefsNeilBrown-38/+33
2006-03-27[PATCH] knfsd: Use new cache code for name/id lookup cachesNeilBrown-23/+103
2006-03-27[PATCH] knfsd: Use new cache_lookup for svc_expkey cacheNeilBrown-37/+99
2006-03-27[PATCH] knfsd: Use new cache_lookup for svc_exportNeilBrown-37/+88
2006-03-27[PATCH] knfsd: Get rid of 'inplace' sunrpc cachesNeilBrown-10/+4
2006-03-27[PATCH] knfsd: Break the hard linkage from svc_expkey to svc_exportNeilBrown-20/+40
2006-03-27[PATCH] knfsd: Change the store of auth_domains to not be a 'cache'NeilBrown-3/+2
2006-03-26[PATCH] NFSD4: return conflict lock without racesAndy Adamson-22/+16
2006-03-26[PATCH] sem2mutex: fs/Ingo Molnar-4/+5
2006-03-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds-7/+8
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser-8/+8
2006-03-20locks,lockd: fix race in nlmsvc_testlockAndy Adamson-7/+6
2006-03-20SUNRPC: display human-readable procedure name in rpc_iostats outputChuck Lever-0/+2
2006-02-07[PATCH] knfsd: fix nfs4_open lock leakJ. Bruce Fields-2/+4
2006-02-01[PATCH] knfsd: Restore recently broken ACL functionality to NFS serverAndreas Gruenbacher-27/+49
2006-01-18[PATCH] knfsd: Provide missing NFSv2 part of patch for checking vfs_getattr.David Shaw-7/+30
2006-01-18[PATCH] knfsd: Fix some more errno/nfserr confusion in vfs.cNeilBrown-11/+6
2006-01-18[PATCH] nfsd4_lock() returns bogus values to clientsAl Viro-0/+3
2006-01-18[PATCH] NFSERR_SERVERFAULT returned host-endianAl Viro-2/+2
2006-01-18[PATCH] nfsd4_truncate() bogus return valueAl Viro-1/+1
2006-01-18[PATCH] nfsd/vfs.c: endianness fixesAl Viro-3/+3
2006-01-18[PATCH] nfsd4: clean up settattr codeFred Isaman-9/+1
2006-01-18[PATCH] nfsd4: Fix bug in rdattr_error returnFred Isaman-2/+3
2006-01-18[PATCH] nfsd4: fix open_downgradeJ. Bruce Fields-11/+11
2006-01-18[PATCH] nfsd4: don't create on open that fails due to ERR_GRACEJ. Bruce Fields-6/+8