Age | Commit message (Expand) | Author | Files | Lines |
2008-07-07 | nfsd: take file and mnt write in nfs4_upgrade_open | Benny Halevy | 1 | -0/+4 |
2008-07-07 | nfsd: document open share bit tracking | J. Bruce Fields | 1 | -0/+18 |
2008-06-23 | nfsd: rename MAY_ flags | Miklos Szeredi | 1 | -3/+3 |
2008-06-23 | knfsd: clean up nfsd filesystem interfaces | Jeff Layton | 1 | -4/+13 |
2008-05-19 | nfsd: remove unnecessary atomic ops | J. Bruce Fields | 1 | -2/+2 |
2008-04-25 | locks: don't call ->copy_lock methods on return of conflicting locks | J. Bruce Fields | 1 | -3/+0 |
2008-04-24 | nfsd: initialize lease type in nfs4_open_delegation() | Felix Blyakher | 1 | -2/+2 |
2008-04-24 | nfsd: fix sparse warnings | Harvey Harrison | 1 | -5/+5 |
2008-04-24 | nfsd4: kill unnecessary check in preprocess_stateid_op | J. Bruce Fields | 1 | -1/+1 |
2008-04-24 | nfsd4: simplify stateid sequencing checks | J. Bruce Fields | 1 | -15/+26 |
2008-04-24 | nfsd4: remove unnecessary CHECK_FH check in preprocess_seqid_op | J. Bruce Fields | 1 | -7/+7 |
2008-04-19 | [PATCH] r/o bind mounts: create helper to drop file write access | Dave Hansen | 1 | -1/+2 |
2008-02-15 | Introduce path_put() | Jan Blunck | 1 | -1/+1 |
2008-02-15 | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 1 | -1/+1 |
2008-02-02 | nfsd4: clean up access_valid, deny_valid checks. | J. Bruce Fields | 1 | -4/+9 |
2008-02-02 | nfsd4: fix bad seqid on lock request incompatible with open mode | J. Bruce Fields | 1 | -4/+3 |
2008-02-02 | nfsd4: recognize callback channel failure earlier | J. Bruce Fields | 1 | -1/+4 |
2008-02-02 | nfsd4: miscellaneous nfs4state.c style fixes | J. Bruce Fields | 1 | -29/+26 |
2008-02-02 | nfsd4: make current_clientid local | J. Bruce Fields | 1 | -3/+4 |
2008-02-02 | nfsd4: kill unneeded cl_confirm check | J. Bruce Fields | 1 | -3/+1 |
2008-02-02 | nfsd4: remove unnecessary cl_verifier check from setclientid_confirm | J. Bruce Fields | 1 | -4/+1 |
2008-02-02 | nfsd4: kill unnecessary same_name() in setclientid_confirm | J. Bruce Fields | 1 | -3/+1 |
2008-02-02 | nfsd: uniquify cl_confirm values | J. Bruce Fields | 1 | -7/+6 |
2008-02-02 | nfsd: eliminate final bogus case from setclientid logic | J. Bruce Fields | 1 | -6/+1 |
2008-02-02 | nfsd4: kill some unneeded setclientid comments | J. Bruce Fields | 1 | -96/+40 |
2008-02-02 | nfsd4: probe callback channel only once | J. Bruce Fields | 1 | -2/+1 |
2007-10-16 | Merge branch 'locks' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+1 |
2007-10-10 | Cleanup macros for distinguishing mandatory locks | Pavel Emelyanov | 1 | -1/+1 |
2007-10-10 | knfsd: nfsv4 delegation recall should take reference on client | J. Bruce Fields | 1 | -0/+2 |
2007-10-10 | knfsd: don't shutdown callbacks until nfsv4 client is freed | J. Bruce Fields | 1 | -14/+13 |
2007-10-10 | knfsd: let nfsd manage timing out its own leases | J. Bruce Fields | 1 | -2/+6 |
2007-10-10 | knfsd: remove code duplication in nfsd4_setclientid() | J. Bruce Fields | 1 | -24/+6 |
2007-10-10 | knfsd: move nfsv4 slab creation/destruction to module init/exit | J. Bruce Fields | 1 | -12/+10 |
2007-10-10 | knfsd: demote some printk()s to dprintk()s | J. Bruce Fields | 1 | -10/+10 |
2007-10-10 | knfsd: cleanup of nfsd4 cmp_* functions | J. Bruce Fields | 1 | -44/+47 |
2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -4/+4 |
2007-07-19 | locks: rename lease functions to reflect locks.c conventions | J. Bruce Fields | 1 | -5/+5 |
2007-07-17 | knfsd: nfsd4: don't delegate files that have had conflicts | Meelap Shah | 1 | -0/+4 |
2007-07-17 | knfsd: nfsd4: vary maximum delegation limit based on RAM size | Meelap Shah | 1 | -1/+25 |
2007-07-17 | knfsd: lockd: nfsd4: use same grace period for lockd and nfsd4 | Marc Eshel | 1 | -4/+12 |
2007-07-11 | SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down() | Trond Myklebust | 1 | -1/+0 |
2007-05-09 | nfsd/nfs4state: remove unnecessary daemonize call | Eric W. Biederman | 1 | -2/+0 |
2007-05-07 | nfsd4: Convert NFSv4 to new lock interface | Marc Eshel | 1 | -7/+13 |
2007-05-07 | locks: allow {vfs,posix}_lock_file to return conflicting lock | Marc Eshel | 1 | -4/+6 |
2007-05-07 | locks: give posix_test_lock same interface as ->lock | Marc Eshel | 1 | -3/+3 |
2007-03-27 | [PATCH] knfsd: nfsd4: remove superfluous cancel_delayed_work() call | J. Bruce Fields | 1 | -1/+0 |
2007-03-27 | [PATCH] knfsd: nfsd4: demote "clientid in use" printk to a dprintk | Bruce Fields | 1 | -3/+2 |
2007-02-12 | [PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addresses | Chuck Lever | 1 | -9/+9 |
2006-12-13 | [PATCH] knfsd: nfsd4: reorganize compound ops | J.Bruce Fields | 1 | -4/+10 |
2006-12-13 | [PATCH] knfsd: nfsd4: move replay_owner to cstate | J.Bruce Fields | 1 | -12/+10 |