summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-24NFSD: Use "depends on" for PROC_FS dependencyChuck Lever1-2/+1
2008-04-24nfsd: move most of fh_verify to separate functionJ. Bruce Fields1-105/+123
2008-04-24net/sunrpc/svc.c: suppress unintialized var warningAndrew Morton1-1/+1
2008-04-24Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependentKevin Coffman3-7/+2
2008-04-24Correct grammer/typos in dprintksKevin Coffman1-3/+3
2008-04-24SVCRDMA: Add check for XPT_CLOSE in svc_rdma_sendTom Tucker1-0/+2
2008-04-24nfsd: initialize lease type in nfs4_open_delegation()Felix Blyakher1-2/+2
2008-04-24Documentation: NFS/RDMA instructions for 2.6.25-rc1James Lentini1-0/+252
2008-04-24NFS: convert nfs4 callback thread to kthread APIJeff Layton1-38/+35
2008-04-24nfsd: fix sparse warning in vfs.cHarvey Harrison1-1/+1
2008-04-24nfsd: fix sparse warningsHarvey Harrison5-13/+15
2008-04-24lockd: convert nsm_mutex to a spinlockJ. Bruce Fields1-15/+19
2008-04-24lockd: clean up __nsm_find()J. Bruce Fields1-16/+16
2008-04-24lockd: fix race in nlm_release()J. Bruce Fields1-6/+4
2008-04-24sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGSHarshula Jayasuriya2-4/+8
2008-04-24lockd: fix sparse warning in svcshare.cHarvey Harrison1-1/+2
2008-04-24make nfsd_create_setattr() staticAdrian Bunk1-1/+1
2008-04-24SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page failsJeff Layton1-3/+5
2008-04-24NFSD: Remove redundant "select" clauses in fs/KconfigChuck Lever1-2/+0
2008-04-24NFSD: Move "select NFSD_V2_ACL if NFSD_V3_ACL"Chuck Lever1-1/+1
2008-04-24NFSD: Move "select FS_POSIX_ACL if NFSD_V4"Chuck Lever1-2/+2
2008-04-24NFSD: Update help text for CONFIG_NFSDChuck Lever1-29/+47
2008-04-24NFSD: Remove NFSD_TCP kernel build optionChuck Lever2-12/+0
2008-04-24nfsd: clarify readdir/mountpoint-crossing codeJ. Bruce Fields1-3/+10
2008-04-24svcrpc: move unused field from cache_deferred_reqJ. Bruce Fields2-2/+0
2008-04-24nfsd4: kill unnecessary check in preprocess_stateid_opJ. Bruce Fields1-1/+1
2008-04-24nfsd4: simplify stateid sequencing checksJ. Bruce Fields1-15/+26
2008-04-24nfsd4: remove unnecessary CHECK_FH check in preprocess_seqid_opJ. Bruce Fields1-7/+7
2008-04-24nfs: remove unnecessary NFS_NEED_* definesJ. Bruce Fields2-2/+1
2008-04-24IPv6 support for NFS server export cachesAurélien Charbon5-45/+111
2008-04-24NLM: Convert lockd to use kthreadsJeff Layton2-75/+60
2008-04-24SUNRPC: have svc_recv() check kthread_should_stop()Jeff Layton1-2/+22
2008-04-24SUNRPC: export svc_sock_update_bufsJeff Layton1-0/+1
2008-04-24knfsd: Remove NLM_HOST_MAX and associated logic.NeilBrown1-6/+3
2008-04-23slab_err: Pass parameters correctly to slab_bugChristoph Lameter1-2/+2
2008-04-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds12-138/+573
2008-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds21-54/+49
2008-04-23pnpacpi: fix potential corruption on "pnpacpi: exceeded the max number of IRQ...Len Brown1-4/+6
2008-04-23iwlwifi: Fix built-in compilation of iwlcoreTomas Winkler1-1/+1
2008-04-23net: Unexport move_addr_to_{kernel,user}Adrian Bunk1-3/+0
2008-04-23rt2x00: Select LEDS_CLASS.David S. Miller1-5/+10
2008-04-23iwlwifi: Select LEDS_CLASS.David S. Miller1-2/+6
2008-04-23leds: Do not guard NEW_LEDS with HAS_IOMEMDavid S. Miller1-1/+0
2008-04-23[patch 7/7] vfs: mountinfo: show dominating group idMiklos Szeredi4-2/+65
2008-04-23[patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfoRam Pai4-23/+144
2008-04-23[patch 5/7] vfs: mountinfo: allow using process rootMiklos Szeredi3-63/+70
2008-04-23[patch 4/7] vfs: mountinfo: add mount peer group IDMiklos Szeredi3-4/+95
2008-04-23[patch 3/7] vfs: mountinfo: add mount IDMiklos Szeredi2-0/+35
2008-04-23[patch 2/7] vfs: mountinfo: add seq_file_root()Miklos Szeredi4-8/+49
2008-04-23[patch 1/7] vfs: mountinfo: add dentry_path()Ram Pai4-40/+118