aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* add a vfs_fsync helperChristoph Hellwig2009-01-051-32/+3
* inode->i_op is never NULLAl Viro2009-01-051-4/+4
* Merge branch 'devel' into nextTrond Myklebust2008-12-302-1/+20
|\
| * nfsd: support callbacks with gss flavorsOlga Kornievskaia2008-12-232-1/+3
| * rpc: pass target name down to rpc level on callbacksOlga Kornievskaia2008-12-231-0/+6
| * nfsd: pass client principal name in rsc downcallOlga Kornievskaia2008-12-231-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-282-3/+3
|\ \
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-152-1/+2
| |\|
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-111-4/+1
| |\ \
| * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-061-0/+1
| |\ \ \
| * | | | fs: replace NIPQUAD()Harvey Harrison2008-10-312-3/+3
* | | | | Merge branch 'master' into nextJames Morris2008-12-042-0/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | nfsd: use of unitialized list head on error exit in nfs4recover.cJ. Bruce Fields2008-11-241-1/+1
| * | | | nfsd: clean up grace period on early exitJ. Bruce Fields2008-11-241-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'master' into nextJames Morris2008-11-141-4/+1
|\| | |
| * | | Fix nfsd truncation of readdir resultsDoug Nazar2008-11-091-4/+1
| | |/ | |/|
* | | CRED: Differentiate objective and effective subjective credentials on a taskDavid Howells2008-11-141-1/+4
* | | CRED: Inaugurate COW credentialsDavid Howells2008-11-143-69/+102
* | | CRED: Pass credentials through dentry_open()David Howells2008-11-142-2/+4
* | | CRED: Separate task security context from task_structDavid Howells2008-11-143-19/+21
* | | CRED: Wrap task credential accesses in the NFS daemonDavid Howells2008-11-141-3/+3
|/ /
* / nfsd: fix failure to set eof in readdir in some situationsJ. Bruce Fields2008-10-301-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-235-116/+201
|\
| * [PATCH] Optimise NFS readdir hack slightly.David Woodhouse2008-10-231-2/+3
| * [PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro2008-10-231-2/+9
| * [PATCH] Copy XFS readdir hack into nfsd code.David Woodhouse2008-10-231-15/+93
| * [PATCH] Factor out nfsd_do_readdir() into its own functionDavid Woodhouse2008-10-231-16/+24
| * [PATCH] switch nfsd to kern_path()Al Viro2008-10-234-58/+56
| * [PATCH] sanitize svc_export_parse()Al Viro2008-10-231-42/+35
* | nfsd: clean up expkey_parse error casesJ. Bruce Fields2008-10-221-14/+11
* | nfsd: Drop reference in expkey_parse error casesKrishna Kumar2008-10-221-2/+6
* | nfsd: Fix memory leak in nfsd_getxattrKrishna Kumar2008-10-221-1/+5
* | NFSD: Fix BUG during NFSD shutdown processingChuck Lever2008-10-221-0/+4
|/
* NLM: Remove unused argument from svc_addsock() functionChuck Lever2008-10-041-1/+1
* NLM: Remove "proto" argument from lockd_up()Chuck Lever2008-10-042-15/+9
* nfsd: common grace period controlJ. Bruce Fields2008-10-033-24/+19
* nfsd: use nfs client rpc callback programBenny Halevy2008-09-291-0/+1
* nfsd: do_probe_callback should not clear rpc statsBenny Halevy2008-09-291-3/+0
* knfsd: allocate readahead cache in individual chunksJeff Layton2008-09-291-24/+35
* nfsd: nfs4xdr decode_stateid helper functionBenny Halevy2008-09-291-44/+55
* nfsd: properly xdr-decode NFS4_OPEN_CLAIM_DELEGATE_CUR stateidBenny Halevy2008-09-291-1/+3
* nfsd: don't declare p in ENCODE_SEQID_OP_HEADBenny Halevy2008-09-291-1/+1
* nfsd: nfs4xdr encode_stateid helper functionBenny Halevy2008-09-291-44/+32
* nfsd: fix nfsd4_encode_open buffer space reservationBenny Halevy2008-09-291-1/+1
* nfsd: properly xdr-encode deleg stateid returned from openBenny Halevy2008-09-291-2/+6
* nfsd: properly xdr-encode stateid4.seqid as uint32_t for cb_recallBenny Halevy2008-09-291-1/+2
* nfsd: permit unauthenticated stat of export rootJ. Bruce Fields2008-09-294-17/+31
* SUNRPC: Add address family field to svc_serv data structureChuck Lever2008-09-291-0/+1
* nfsd: fix buffer overrun decoding NFSv4 aclJ. Bruce Fields2008-09-011-1/+1
* nfsd: fix compound state allocation error handlingAndy Adamson2008-09-011-6/+6