aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-30Merge branch 'devel' into nextTrond Myklebust2-1/+20
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-3/+3
2008-12-23nfsd: support callbacks with gss flavorsOlga Kornievskaia2-1/+3
2008-12-23rpc: pass target name down to rpc level on callbacksOlga Kornievskaia1-0/+6
2008-12-23nfsd: pass client principal name in rsc downcallOlga Kornievskaia1-0/+11
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-1/+2
2008-12-04Merge branch 'master' into nextJames Morris2-0/+2
2008-11-24nfsd: use of unitialized list head on error exit in nfs4recover.cJ. Bruce Fields1-1/+1
2008-11-24nfsd: clean up grace period on early exitJ. Bruce Fields1-0/+1
2008-11-14Merge branch 'master' into nextJames Morris1-4/+1
2008-11-14CRED: Differentiate objective and effective subjective credentials on a taskDavid Howells1-1/+4
2008-11-14CRED: Inaugurate COW credentialsDavid Howells3-69/+102
2008-11-14CRED: Pass credentials through dentry_open()David Howells2-2/+4
2008-11-14CRED: Separate task security context from task_structDavid Howells3-19/+21
2008-11-14CRED: Wrap task credential accesses in the NFS daemonDavid Howells1-3/+3
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+1
2008-11-09Fix nfsd truncation of readdir resultsDoug Nazar1-4/+1
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2008-10-31fs: replace NIPQUAD()Harvey Harrison2-3/+3
2008-10-30nfsd: fix failure to set eof in readdir in some situationsJ. Bruce Fields1-0/+1
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds5-116/+201
2008-10-23[PATCH] Optimise NFS readdir hack slightly.David Woodhouse1-2/+3
2008-10-23[PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro1-2/+9
2008-10-23[PATCH] Copy XFS readdir hack into nfsd code.David Woodhouse1-15/+93
2008-10-23[PATCH] Factor out nfsd_do_readdir() into its own functionDavid Woodhouse1-16/+24
2008-10-23[PATCH] switch nfsd to kern_path()Al Viro4-58/+56
2008-10-23[PATCH] sanitize svc_export_parse()Al Viro1-42/+35
2008-10-22nfsd: clean up expkey_parse error casesJ. Bruce Fields1-14/+11
2008-10-22nfsd: Drop reference in expkey_parse error casesKrishna Kumar1-2/+6
2008-10-22nfsd: Fix memory leak in nfsd_getxattrKrishna Kumar1-1/+5
2008-10-22NFSD: Fix BUG during NFSD shutdown processingChuck Lever1-0/+4
2008-10-04NLM: Remove unused argument from svc_addsock() functionChuck Lever1-1/+1
2008-10-04NLM: Remove "proto" argument from lockd_up()Chuck Lever2-15/+9
2008-10-03nfsd: common grace period controlJ. Bruce Fields3-24/+19
2008-09-29nfsd: use nfs client rpc callback programBenny Halevy1-0/+1
2008-09-29nfsd: do_probe_callback should not clear rpc statsBenny Halevy1-3/+0
2008-09-29knfsd: allocate readahead cache in individual chunksJeff Layton1-24/+35
2008-09-29nfsd: nfs4xdr decode_stateid helper functionBenny Halevy1-44/+55
2008-09-29nfsd: properly xdr-decode NFS4_OPEN_CLAIM_DELEGATE_CUR stateidBenny Halevy1-1/+3
2008-09-29nfsd: don't declare p in ENCODE_SEQID_OP_HEADBenny Halevy1-1/+1
2008-09-29nfsd: nfs4xdr encode_stateid helper functionBenny Halevy1-44/+32
2008-09-29nfsd: fix nfsd4_encode_open buffer space reservationBenny Halevy1-1/+1
2008-09-29nfsd: properly xdr-encode deleg stateid returned from openBenny Halevy1-2/+6
2008-09-29nfsd: properly xdr-encode stateid4.seqid as uint32_t for cb_recallBenny Halevy1-1/+2
2008-09-29nfsd: permit unauthenticated stat of export rootJ. Bruce Fields4-17/+31
2008-09-29SUNRPC: Add address family field to svc_serv data structureChuck Lever1-0/+1
2008-09-01nfsd: fix buffer overrun decoding NFSv4 aclJ. Bruce Fields1-1/+1
2008-09-01nfsd: fix compound state allocation error handlingAndy Adamson1-6/+6
2008-08-12Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+3
2008-08-08[NFSD] uninline nfsd4_op_name()Adrian Bunk1-3/+2