summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2009-01-05add a vfs_fsync helperChristoph Hellwig1-32/+3
2009-01-05inode->i_op is never NULLAl Viro1-4/+4
2008-12-31Merge 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-24nfsd: support callbacks with gss flavorsOlga Kornievskaia2-1/+3
2008-12-24rpc: pass target name down to rpc level on callbacksOlga Kornievskaia1-0/+6
2008-12-24nfsd: pass client principal name in rsc downcallOlga Kornievskaia1-0/+11
2008-12-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+1
2008-11-09Fix nfsd truncation of readdir resultsDoug Nazar1-4/+1
2008-11-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2008-10-31fs: replace NIPQUAD()Harvey Harrison2-3/+3
2008-10-31nfsd: 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/vir...Linus 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-05NLM: Remove unused argument from svc_addsock() functionChuck Lever1-1/+1
2008-10-05NLM: Remove "proto" argument from lockd_up()Chuck Lever2-15/+9
2008-10-04nfsd: common grace period controlJ. Bruce Fields3-24/+19
2008-09-30nfsd: use nfs client rpc callback programBenny Halevy1-0/+1
2008-09-30nfsd: do_probe_callback should not clear rpc statsBenny Halevy1-3/+0
2008-09-30knfsd: allocate readahead cache in individual chunksJeff Layton1-24/+35
2008-09-30nfsd: nfs4xdr decode_stateid helper functionBenny Halevy1-44/+55
2008-09-30nfsd: properly xdr-decode NFS4_OPEN_CLAIM_DELEGATE_CUR stateidBenny Halevy1-1/+3
2008-09-30nfsd: don't declare p in ENCODE_SEQID_OP_HEADBenny Halevy1-1/+1
2008-09-30nfsd: nfs4xdr encode_stateid helper functionBenny Halevy1-44/+32
2008-09-30nfsd: fix nfsd4_encode_open buffer space reservationBenny Halevy1-1/+1
2008-09-30nfsd: properly xdr-encode deleg stateid returned from openBenny Halevy1-2/+6
2008-09-30nfsd: properly xdr-encode stateid4.seqid as uint32_t for cb_recallBenny Halevy1-1/+2
2008-09-30nfsd: permit unauthenticated stat of export rootJ. Bruce Fields4-17/+31
2008-09-30SUNRPC: 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