summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2011-01-05nfsd: declare several functions of nfs4callback as staticKirill A. Shutemov1-3/+4
2010-12-29nfsd4: fix oops on secinfo_no_name result encodingMi Jinlong1-4/+17
2010-12-20Fix compile warnings due to missing removal of a 'ret' variableJens Axboe1-1/+0
2010-12-17nfsd4: implement secinfo_no_nameJ. Bruce Fields3-2/+45
2010-12-17nfsd4: move guts of nfsd4_lookupp into helperJ. Bruce Fields1-6/+10
2010-12-17nfsd4: 4.1 SECINFO should consume filehandleJ. Bruce Fields1-0/+3
2010-12-17nfs: add missed CONFIG_NFSD_DEPRECATEDbookjovi@gmail.com1-0/+2
2010-12-17nfsd: fix offset printk's in nfsd3 read/writeJ. Bruce Fields1-4/+4
2010-12-17nfsd4: fix mixed 4.0/4.1 handling, 4.1 rebootJ. Bruce Fields2-21/+17
2010-12-17nfsd4: replace unintuitive match_clientid_establishmentJ. Bruce Fields1-10/+4
2010-12-17Merge commit 'v2.6.37-rc6' into for-2.6.38J. Bruce Fields3-17/+18
2010-12-17fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław1-4/+0
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever1-8/+8
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever1-14/+8
2010-12-16NFS: Repair whitespace damage in NFS PROC macroChuck Lever1-26/+26
2010-12-16NFSD: Update XDR decoders in NFSv4 callback clientChuck Lever1-176/+239
2010-12-16NFSD: Update XDR encoders in NFSv4 callback clientChuck Lever1-77/+178
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo1-1/+1
2010-12-08nfsd: Fix possible BUG_ON firing in set_change_infoNeil Brown2-13/+14
2010-11-20NFS4.1: Fix bug server don't reply the right fore_channel to client at create...Mi Jinlong1-0/+2
2010-11-20NFS4.1: server gets drc mem fail should reply error at create_sessionMi Jinlong1-0/+2
2010-11-20nfsd4: return serverfault on request for ssvJ. Bruce Fields1-1/+1
2010-11-20NFSv4.1: Make sure nfsd can decode SP4_SSV correctly at exchange_idMi Jinlong1-7/+15
2010-11-20nfsd: fix NULL dereference in setattr()Dan Carpenter1-2/+3
2010-11-17BKL: remove references to lock_kernel from commentsArnd Bergmann1-4/+4
2010-11-03nfsd4: fix 4.1 connection registration raceJ. Bruce Fields1-4/+12
2010-10-31locks: let the caller free file_lock on ->setlease failureChristoph Hellwig1-0/+1
2010-10-31nfsd4: initialize delegation pointer to leaseJ. Bruce Fields1-17/+2
2010-10-29convert get_sb_single() usersAl Viro1-4/+4
2010-10-28Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-12/+15
2010-10-27locks/nfsd: allocate file lock outside of spinlockArnd Bergmann1-11/+15
2010-10-27lockd: push lock_flocks downArnd Bergmann1-1/+0
2010-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-13/+3
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-436/+601
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds1-1/+0
2010-10-26fs: add sync_inode_metadataChristoph Hellwig1-13/+3
2010-10-25nfsd4: fix connection allocation in sequence()J. Bruce Fields1-14/+17
2010-10-25NFSD: remove duplicate NFS4_STATEID_SIZEAndy Adamson1-1/+0
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-3/+3
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-21nfsd4: only require krb5 principal for NFSv4.0 callbacksJ. Bruce Fields1-7/+8
2010-10-21nfsd4: move minorversion to clientJ. Bruce Fields3-7/+15
2010-10-21nfsd4: delay session removal till free_clientJ. Bruce Fields1-8/+13
2010-10-21nfsd4: separate callback change and callback probeJ. Bruce Fields3-9/+16
2010-10-21nfsd4: callback program number is per-sessionJ. Bruce Fields3-2/+5
2010-10-21nfsd4: track backchannel connectionsJ. Bruce Fields1-4/+7
2010-10-21nfsd4: confirm only on succesful create_sessionJ. Bruce Fields1-3/+5
2010-10-21nfsd4: make backchannel sequence number per-sessionJ. Bruce Fields3-15/+17
2010-10-21nfsd4: use client pointer to backchannel sessionJ. Bruce Fields3-8/+6