summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFSD: Strip __KERNEL__ testing from unexported header files.Robert P. J. Day2008-04-233-7/+2
* sunrpc: make token header values less confusingKevin Coffman2008-04-234-8/+8
* gss_krb5: consistently use unsigned for seqnumKevin Coffman2008-04-234-6/+6
* NFSD: Remove NFSv4 dependency on NFSv3Chuck Lever2008-04-231-1/+2
* SUNRPC: Remove PROC_FS dependencyChuck Lever2008-04-231-1/+0
* NFSD: Use "depends on" for PROC_FS dependencyChuck Lever2008-04-231-2/+1
* nfsd: move most of fh_verify to separate functionJ. Bruce Fields2008-04-231-105/+123
* net/sunrpc/svc.c: suppress unintialized var warningAndrew Morton2008-04-231-1/+1
* Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependentKevin Coffman2008-04-233-7/+2
* Correct grammer/typos in dprintksKevin Coffman2008-04-231-3/+3
* SVCRDMA: Add check for XPT_CLOSE in svc_rdma_sendTom Tucker2008-04-231-0/+2
* nfsd: initialize lease type in nfs4_open_delegation()Felix Blyakher2008-04-231-2/+2
* Documentation: NFS/RDMA instructions for 2.6.25-rc1James Lentini2008-04-231-0/+252
* NFS: convert nfs4 callback thread to kthread APIJeff Layton2008-04-231-38/+35
* nfsd: fix sparse warning in vfs.cHarvey Harrison2008-04-231-1/+1
* nfsd: fix sparse warningsHarvey Harrison2008-04-235-13/+15
* lockd: convert nsm_mutex to a spinlockJ. Bruce Fields2008-04-231-15/+19
* lockd: clean up __nsm_find()J. Bruce Fields2008-04-231-16/+16
* lockd: fix race in nlm_release()J. Bruce Fields2008-04-231-6/+4
* sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGSHarshula Jayasuriya2008-04-232-4/+8
* lockd: fix sparse warning in svcshare.cHarvey Harrison2008-04-231-1/+2
* make nfsd_create_setattr() staticAdrian Bunk2008-04-231-1/+1
* SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page failsJeff Layton2008-04-231-3/+5
* NFSD: Remove redundant "select" clauses in fs/KconfigChuck Lever2008-04-231-2/+0
* NFSD: Move "select NFSD_V2_ACL if NFSD_V3_ACL"Chuck Lever2008-04-231-1/+1
* NFSD: Move "select FS_POSIX_ACL if NFSD_V4"Chuck Lever2008-04-231-2/+2
* NFSD: Update help text for CONFIG_NFSDChuck Lever2008-04-231-29/+47
* NFSD: Remove NFSD_TCP kernel build optionChuck Lever2008-04-232-12/+0
* nfsd: clarify readdir/mountpoint-crossing codeJ. Bruce Fields2008-04-231-3/+10
* svcrpc: move unused field from cache_deferred_reqJ. Bruce Fields2008-04-232-2/+0
* nfsd4: kill unnecessary check in preprocess_stateid_opJ. Bruce Fields2008-04-231-1/+1
* nfsd4: simplify stateid sequencing checksJ. Bruce Fields2008-04-231-15/+26
* nfsd4: remove unnecessary CHECK_FH check in preprocess_seqid_opJ. Bruce Fields2008-04-231-7/+7
* nfs: remove unnecessary NFS_NEED_* definesJ. Bruce Fields2008-04-232-2/+1
* IPv6 support for NFS server export cachesAurélien Charbon2008-04-235-45/+111
* NLM: Convert lockd to use kthreadsJeff Layton2008-04-232-75/+60
* SUNRPC: have svc_recv() check kthread_should_stop()Jeff Layton2008-04-231-2/+22
* SUNRPC: export svc_sock_update_bufsJeff Layton2008-04-231-0/+1
* knfsd: Remove NLM_HOST_MAX and associated logic.NeilBrown2008-04-231-6/+3
* slab_err: Pass parameters correctly to slab_bugChristoph Lameter2008-04-231-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-04-2312-138/+573
|\
| * [patch 7/7] vfs: mountinfo: show dominating group idMiklos Szeredi2008-04-234-2/+65
| * [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfoRam Pai2008-04-234-23/+144
| * [patch 5/7] vfs: mountinfo: allow using process rootMiklos Szeredi2008-04-233-63/+70
| * [patch 4/7] vfs: mountinfo: add mount peer group IDMiklos Szeredi2008-04-233-4/+95
| * [patch 3/7] vfs: mountinfo: add mount IDMiklos Szeredi2008-04-232-0/+35
| * [patch 2/7] vfs: mountinfo: add seq_file_root()Miklos Szeredi2008-04-234-8/+49
| * [patch 1/7] vfs: mountinfo: add dentry_path()Ram Pai2008-04-234-40/+118
| * [PATCH] remove unused label in xattr.c (noise from ro-bind)Al Viro2008-04-231-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-2321-54/+49
|\ \