aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2011-04-20Open with O_CREAT flag set fails to open existing files on non writable direc...Gravatar Sachin Prabhu 1-1/+8
2011-04-19nfsd4: Fix filp leakGravatar OGAWA Hirofumi 1-1/+1
2011-04-18nfsd4: fix struct file leak on delegationGravatar J. Bruce Fields 1-0/+1
2011-04-11Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 2-4/+6
2011-04-10nfsd4: fix oops on lock failureGravatar J. Bruce Fields 1-3/+6
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 3-4/+4
2011-03-24nfsd: fix auth_domain reference leak on nlm operationsGravatar J. Bruce Fields 1-1/+0
2011-03-24Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 8-95/+125
2011-03-18don't pass 'mounting_here' flag to follow_down()Gravatar Al Viro 1-1/+1
2011-03-17nfsd: wrong index used in inner loopGravatar Mi Jinlong 1-4/+1
2011-03-17Merge create_session decoding fix into for-2.6.39Gravatar J. Bruce Fields 3-9/+10
2011-03-17nfsd4: fix comment and remove unused nfsd4_file fieldsGravatar J. Bruce Fields 1-8/+4
2011-03-16nfs41: make sure nfs server return right ca_maxresponsesize_cachedGravatar Mi Jinlong 1-1/+2
2011-03-14nfsd: fix compile errorGravatar J. Bruce Fields 1-0/+4
2011-03-08nfsd: wrong index used in inner loopGravatar roel 1-2/+2
2011-03-08nfsd4: fix struct file leakGravatar J. Bruce Fields 1-11/+21
2011-03-08nfsd4: minor nfs4state.c reshufflingGravatar J. Bruce Fields 1-64/+61
2011-03-07nfsd41: modify the members value of nfsd4_op_flagsGravatar Mi Jinlong 1-2/+2
2011-03-07nfsd: add proc file listing kernel's gss_krb5 enctypesGravatar Kevin Coffman 1-1/+30
2011-03-07NFSD, VFS: Remove dead code in nfsd_rename()Gravatar Jesper Juhl 1-2/+0
2011-03-07nfsd: kill unused macro definitionGravatar Shan Wei 3-3/+1
2011-03-07nfsd4: fix bad pointer on failure to find delegationGravatar J. Bruce Fields 1-6/+7
2011-02-22NFSD: fix decode_cb_sequence4resokGravatar Benny Halevy 1-1/+1
2011-02-16nfsd: correctly handle return value from nfsd_map_name_to_*Gravatar NeilBrown 1-4/+4
2011-02-14nfsd: break lease on unlink due to renameGravatar J. Bruce Fields 1-0/+7
2011-02-14nfsd4: acquire only one lease per fileGravatar J. Bruce Fields 2-42/+58
2011-02-14nfsd4: modify fi_delegations under recall_lockGravatar J. Bruce Fields 1-4/+4
2011-02-14nfsd4: remove unused deleg dprintk's.Gravatar J. Bruce Fields 1-4/+0
2011-02-14nfsd4: split lease setting into separate functionGravatar J. Bruce Fields 1-13/+19
2011-02-14nfsd4: fix leak on allocation errorGravatar J. Bruce Fields 1-8/+10
2011-02-14nfsd4: add helper function for lease setupGravatar J. Bruce Fields 1-12/+21
2011-02-14nfsd4: split up nfsd_break_deleg_cbGravatar J. Bruce Fields 1-18/+16
2011-02-14NFSD: memory corruption due to writing beyond the stat arrayGravatar Konstantin Khorenko 1-1/+1
2011-02-14NFSD: use nfserr for status after decode_cb_op_statusGravatar Benny Halevy 1-4/+2
2011-02-14nfsd: don't leak dentry count on mnt_want_write failureGravatar J. Bruce Fields 1-6/+6
2011-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+3
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitGravatar David Howells 1-2/+3
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 18-270/+572
2011-01-14nfsd4: fix callback restartingGravatar J. Bruce Fields 1-12/+9
2011-01-13nfsd: break lease on unlink, link, and renameGravatar J. Bruce Fields 1-4/+23
2011-01-13nfsd4: break lease on nfsd setattrGravatar J. Bruce Fields 1-8/+4
2011-01-13nfsd: don't support msnfs export optionGravatar J. Bruce Fields 2-43/+2
2011-01-13nfsd4: initialize cb_per_clientGravatar J. Bruce Fields 1-0/+1
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-5/+0
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar Linus Torvalds 1-266/+424
2011-01-11nfsd4: allow restarting callbacksGravatar J. Bruce Fields 3-6/+32
2011-01-11nfsd4: simplify nfsd4_cb_prepareGravatar J. Bruce Fields 1-22/+4
2011-01-11nfsd4: give out delegations more quickly in 4.1 caseGravatar J. Bruce Fields 1-2/+15
2011-01-11nfsd4: add helper function to run callbacksGravatar J. Bruce Fields 1-2/+7
2011-01-11nfsd4: make sure sequence flags are set after destroy_sessionGravatar J. Bruce Fields 3-2/+8