Age | Commit message (Expand) | Author | Files | Lines |
2011-01-11 | nfsd4: re-probe callback on connection loss | J. Bruce Fields | 1 | -1/+1 |
2011-01-11 | nfsd4: set sequence flag when backchannel is down | J. Bruce Fields | 3 | -8/+8 |
2011-01-11 | nfsd4: keep finer-grained callback status | J. Bruce Fields | 3 | -17/+22 |
2011-01-11 | nfsd4: allow backchannel recovery | J. Bruce Fields | 2 | -9/+43 |
2011-01-11 | nfsd4: support BIND_CONN_TO_SESSION | J. Bruce Fields | 5 | -10/+99 |
2011-01-11 | nfsd4: modify session list under cl_lock | J. Bruce Fields | 1 | -0/+6 |
2011-01-08 | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
2011-01-07 | fs: dcache scale dentry refcount | Nick Piggin | 1 | -3/+2 |
2011-01-05 | nfs4: set source address when callback is generated | Takuma Umeya | 3 | -3/+21 |
2011-01-05 | nfsd4: return nfs errno from name_to_id functions | J. Bruce Fields | 4 | -14/+14 |
2011-01-05 | nfsd4: remove outdated pathname-comments | J. Bruce Fields | 2 | -4/+0 |
2011-01-05 | nfsd4: move idmap and acl header files into fs/nfsd | J. Bruce Fields | 7 | -7/+133 |
2011-01-05 | nfsd4: name->id mapping should fail with BADOWNER not BADNAME | J. Bruce Fields | 3 | -3/+4 |
2011-01-05 | locks: eliminate fl_mylease callback | J. Bruce Fields | 1 | -20/+1 |
2011-01-05 | nfsd4: use a single struct file for delegations | J. Bruce Fields | 2 | -5/+6 |
2011-01-05 | nfsd4: eliminate lease delete callback | J. Bruce Fields | 1 | -18/+0 |
2011-01-05 | nfsd: remove some unnecessary dropit handling | J. Bruce Fields | 4 | -12/+0 |
2011-01-05 | nfsd: stop translating EAGAIN to nfserr_dropit | J. Bruce Fields | 1 | -1/+2 |
2011-01-05 | svcrpc: simpler request dropping | J. Bruce Fields | 1 | -1/+1 |
2011-01-05 | nfsd: don't drop requests on -ENOMEM | J. Bruce Fields | 1 | -1/+1 |
2011-01-05 | nfsd: declare several functions of nfs4callback as static | Kirill A. Shutemov | 1 | -3/+4 |
2010-12-29 | nfsd4: fix oops on secinfo_no_name result encoding | Mi Jinlong | 1 | -4/+17 |
2010-12-20 | Fix compile warnings due to missing removal of a 'ret' variable | Jens Axboe | 1 | -1/+0 |
2010-12-17 | nfsd4: implement secinfo_no_name | J. Bruce Fields | 3 | -2/+45 |
2010-12-17 | nfsd4: move guts of nfsd4_lookupp into helper | J. Bruce Fields | 1 | -6/+10 |
2010-12-17 | nfsd4: 4.1 SECINFO should consume filehandle | J. Bruce Fields | 1 | -0/+3 |
2010-12-17 | nfs: add missed CONFIG_NFSD_DEPRECATED | bookjovi@gmail.com | 1 | -0/+2 |
2010-12-17 | nfsd: fix offset printk's in nfsd3 read/write | J. Bruce Fields | 1 | -4/+4 |
2010-12-17 | nfsd4: fix mixed 4.0/4.1 handling, 4.1 reboot | J. Bruce Fields | 2 | -21/+17 |
2010-12-17 | nfsd4: replace unintuitive match_clientid_establishment | J. Bruce Fields | 1 | -10/+4 |
2010-12-17 | Merge commit 'v2.6.37-rc6' into for-2.6.38 | J. Bruce Fields | 3 | -17/+18 |
2010-12-17 | fs/splice: Pull buf->ops->confirm() from splice_from_pipe actors | Michał Mirosław | 1 | -4/+0 |
2010-12-16 | SUNRPC: New xdr_streams XDR decoder API | Chuck Lever | 1 | -8/+8 |
2010-12-16 | SUNRPC: New xdr_streams XDR encoder API | Chuck Lever | 1 | -14/+8 |
2010-12-16 | NFS: Repair whitespace damage in NFS PROC macro | Chuck Lever | 1 | -26/+26 |
2010-12-16 | NFSD: Update XDR decoders in NFSv4 callback client | Chuck Lever | 1 | -176/+239 |
2010-12-16 | NFSD: Update XDR encoders in NFSv4 callback client | Chuck Lever | 1 | -77/+178 |
2010-12-15 | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela... | Tejun Heo | 1 | -1/+1 |
2010-12-08 | nfsd: Fix possible BUG_ON firing in set_change_info | Neil Brown | 2 | -13/+14 |
2010-11-20 | NFS4.1: Fix bug server don't reply the right fore_channel to client at create... | Mi Jinlong | 1 | -0/+2 |
2010-11-20 | NFS4.1: server gets drc mem fail should reply error at create_session | Mi Jinlong | 1 | -0/+2 |
2010-11-20 | nfsd4: return serverfault on request for ssv | J. Bruce Fields | 1 | -1/+1 |
2010-11-20 | NFSv4.1: Make sure nfsd can decode SP4_SSV correctly at exchange_id | Mi Jinlong | 1 | -7/+15 |
2010-11-20 | nfsd: fix NULL dereference in setattr() | Dan Carpenter | 1 | -2/+3 |
2010-11-17 | BKL: remove references to lock_kernel from comments | Arnd Bergmann | 1 | -4/+4 |
2010-11-03 | nfsd4: fix 4.1 connection registration race | J. Bruce Fields | 1 | -4/+12 |
2010-10-31 | locks: let the caller free file_lock on ->setlease failure | Christoph Hellwig | 1 | -0/+1 |
2010-10-31 | nfsd4: initialize delegation pointer to lease | J. Bruce Fields | 1 | -17/+2 |
2010-10-29 | convert get_sb_single() users | Al Viro | 1 | -4/+4 |
2010-10-28 | Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2 | -12/+15 |