summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
...
| * nfsd4: fix mixed 4.0/4.1 handling, 4.1 rebootJ. Bruce Fields2010-12-172-21/+17Star
| * nfsd4: replace unintuitive match_clientid_establishmentJ. Bruce Fields2010-12-171-10/+4Star
| * Merge commit 'v2.6.37-rc6' into for-2.6.38J. Bruce Fields2010-12-173-17/+18
| |\
| * | NFS4.1: Fix bug server don't reply the right fore_channel to client at create...Mi Jinlong2010-11-201-0/+2
| * | NFS4.1: server gets drc mem fail should reply error at create_sessionMi Jinlong2010-11-201-0/+2
| * | nfsd4: return serverfault on request for ssvJ. Bruce Fields2010-11-201-1/+1
| * | NFSv4.1: Make sure nfsd can decode SP4_SSV correctly at exchange_idMi Jinlong2010-11-201-7/+15
| * | nfsd: fix NULL dereference in setattr()Dan Carpenter2010-11-201-2/+3
* | | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-5/+0Star
|\ \ \
| * | | Fix compile warnings due to missing removal of a 'ret' variableJens Axboe2010-12-201-1/+0Star
| * | | fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław2010-12-171-4/+0Star
| |/ /
* | | Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2011-01-121-266/+424
|\ \ \
| * | | SUNRPC: New xdr_streams XDR decoder APIChuck Lever2010-12-161-8/+8
| * | | SUNRPC: New xdr_streams XDR encoder APIChuck Lever2010-12-161-14/+8Star
| * | | NFS: Repair whitespace damage in NFS PROC macroChuck Lever2010-12-161-26/+26
| * | | NFSD: Update XDR decoders in NFSv4 callback clientChuck Lever2010-12-161-176/+239
| * | | NFSD: Update XDR encoders in NFSv4 callback clientChuck Lever2010-12-161-77/+178
| | |/ | |/|
* | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-081-1/+1
|\ \ \
| * | | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-151-1/+1
* | | | fs: dcache scale dentry refcountNick Piggin2011-01-071-3/+2Star
| |/ / |/| |
* | | nfsd: Fix possible BUG_ON firing in set_change_infoNeil Brown2010-12-082-13/+14
|/ /
* / BKL: remove references to lock_kernel from commentsArnd Bergmann2010-11-171-4/+4
|/
* nfsd4: fix 4.1 connection registration raceJ. Bruce Fields2010-11-021-4/+12
* locks: let the caller free file_lock on ->setlease failureChristoph Hellwig2010-10-311-0/+1
* nfsd4: initialize delegation pointer to leaseJ. Bruce Fields2010-10-311-17/+2Star
* convert get_sb_single() usersAl Viro2010-10-291-4/+4
* Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-282-12/+15
|\
| * locks/nfsd: allocate file lock outside of spinlockArnd Bergmann2010-10-271-11/+15
| * lockd: push lock_flocks downArnd Bergmann2010-10-271-1/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-271-13/+3Star
|\ \ | |/ |/|
| * fs: add sync_inode_metadataChristoph Hellwig2010-10-261-13/+3Star
* | Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-2611-436/+601
|\ \
| * | nfsd4: fix connection allocation in sequence()J. Bruce Fields2010-10-251-14/+17
| * | nfsd4: only require krb5 principal for NFSv4.0 callbacksJ. Bruce Fields2010-10-211-7/+8
| * | nfsd4: move minorversion to clientJ. Bruce Fields2010-10-213-7/+15
| * | nfsd4: delay session removal till free_clientJ. Bruce Fields2010-10-211-8/+13
| * | nfsd4: separate callback change and callback probeJ. Bruce Fields2010-10-213-9/+16
| * | nfsd4: callback program number is per-sessionJ. Bruce Fields2010-10-213-2/+5
| * | nfsd4: track backchannel connectionsJ. Bruce Fields2010-10-211-4/+7
| * | nfsd4: confirm only on succesful create_sessionJ. Bruce Fields2010-10-211-3/+5
| * | nfsd4: make backchannel sequence number per-sessionJ. Bruce Fields2010-10-213-15/+17
| * | nfsd4: use client pointer to backchannel sessionJ. Bruce Fields2010-10-213-8/+6Star
| * | nfsd4: move callback setup into session init codeJ. Bruce Fields2010-10-212-15/+15
| * | nfsd4: don't cache seq_misordered repliesJ. Bruce Fields2010-10-211-2/+1Star
| * | nfsd4: expire clients more promptlyJ. Bruce Fields2010-10-121-1/+1
| * | nfsd4: return expired on unfound stateid'sJ. Bruce Fields2010-10-031-2/+9
| * | nfsd4: add new connections to sessionJ. Bruce Fields2010-10-021-2/+47
| * | nfsd4: refactor connection allocationJ. Bruce Fields2010-10-021-6/+26
| * | nfsd4: use callbacks on svc_xprt_deletionJ. Bruce Fields2010-10-022-9/+45
| * | nfsd4: keep per-session list of connectionsJ. Bruce Fields2010-10-022-15/+62