aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells1-2/+3
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-5/+0
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-266/+424
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2011-01-07fs: dcache scale dentry refcountNick Piggin1-3/+2
2010-12-20Fix compile warnings due to missing removal of a 'ret' variableJens Axboe1-1/+0
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_delayed_work_sync()Tejun Heo1-1/+1
2010-12-08nfsd: Fix possible BUG_ON firing in set_change_infoNeil Brown2-13/+14
2010-11-17BKL: remove references to lock_kernel from commentsArnd Bergmann1-4/+4
2010-11-02nfsd4: 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-30nfsd4: initialize delegation pointer to leaseJ. Bruce Fields1-17/+2
2010-10-29convert get_sb_single() usersAl Viro1-4/+4
2010-10-27Merge 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-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus 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-2.6Linus Torvalds1-1/+0
2010-10-25fs: add sync_inode_metadataChristoph Hellwig1-13/+3
2010-10-24nfsd4: fix connection allocation in sequence()J. Bruce Fields1-14/+17
2010-10-24NFSD: 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
2010-10-21nfsd4: move callback setup into session init codeJ. Bruce Fields2-15/+15
2010-10-21nfsd4: don't cache seq_misordered repliesJ. Bruce Fields1-2/+1
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-13nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlinkJ. Bruce Fields1-2/+0
2010-10-11nfsd4: expire clients more promptlyJ. Bruce Fields1-1/+1
2010-10-05fs/locks.c: prepare for BKL removalArnd Bergmann1-3/+3
2010-10-02nfsd4: return expired on unfound stateid'sJ. Bruce Fields1-2/+9
2010-10-01nfsd4: add new connections to sessionJ. Bruce Fields1-2/+47
2010-10-01nfsd4: refactor connection allocationJ. Bruce Fields1-6/+26