aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-07nfsd: take file and mnt write in nfs4_upgrade_openBenny Halevy1-0/+4
2008-07-07nfsd: document open share bit trackingJ. Bruce Fields1-0/+18
2008-06-23nfsd: rename MAY_ flagsMiklos Szeredi1-3/+3
2008-06-23knfsd: clean up nfsd filesystem interfacesJeff Layton1-4/+13
2008-05-18nfsd: remove unnecessary atomic opsJ. Bruce Fields1-2/+2
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields1-3/+0
2008-04-23nfsd: initialize lease type in nfs4_open_delegation()Felix Blyakher1-2/+2
2008-04-23nfsd: fix sparse warningsHarvey Harrison1-5/+5
2008-04-23nfsd4: kill unnecessary check in preprocess_stateid_opJ. Bruce Fields1-1/+1
2008-04-23nfsd4: simplify stateid sequencing checksJ. Bruce Fields1-15/+26
2008-04-23nfsd4: remove unnecessary CHECK_FH check in preprocess_seqid_opJ. Bruce Fields1-7/+7
2008-04-19[PATCH] r/o bind mounts: create helper to drop file write accessDave Hansen1-1/+2
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-1/+1
2008-02-01nfsd4: clean up access_valid, deny_valid checks.J. Bruce Fields1-4/+9
2008-02-01nfsd4: fix bad seqid on lock request incompatible with open modeJ. Bruce Fields1-4/+3
2008-02-01nfsd4: recognize callback channel failure earlierJ. Bruce Fields1-1/+4
2008-02-01nfsd4: miscellaneous nfs4state.c style fixesJ. Bruce Fields1-29/+26
2008-02-01nfsd4: make current_clientid localJ. Bruce Fields1-3/+4
2008-02-01nfsd4: kill unneeded cl_confirm checkJ. Bruce Fields1-3/+1
2008-02-01nfsd4: remove unnecessary cl_verifier check from setclientid_confirmJ. Bruce Fields1-4/+1
2008-02-01nfsd4: kill unnecessary same_name() in setclientid_confirmJ. Bruce Fields1-3/+1
2008-02-01nfsd: uniquify cl_confirm valuesJ. Bruce Fields1-7/+6
2008-02-01nfsd: eliminate final bogus case from setclientid logicJ. Bruce Fields1-6/+1
2008-02-01nfsd4: kill some unneeded setclientid commentsJ. Bruce Fields1-96/+40
2008-02-01nfsd4: probe callback channel only onceJ. Bruce Fields1-2/+1
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2007-10-09Cleanup macros for distinguishing mandatory locksPavel Emelyanov1-1/+1
2007-10-09knfsd: nfsv4 delegation recall should take reference on clientJ. Bruce Fields1-0/+2
2007-10-09knfsd: don't shutdown callbacks until nfsv4 client is freedJ. Bruce Fields1-14/+13
2007-10-09knfsd: let nfsd manage timing out its own leasesJ. Bruce Fields1-2/+6
2007-10-09knfsd: remove code duplication in nfsd4_setclientid()J. Bruce Fields1-24/+6
2007-10-09knfsd: move nfsv4 slab creation/destruction to module init/exitJ. Bruce Fields1-12/+10
2007-10-09knfsd: demote some printk()s to dprintk()sJ. Bruce Fields1-10/+10
2007-10-09knfsd: cleanup of nfsd4 cmp_* functionsJ. Bruce Fields1-44/+47
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-4/+4
2007-07-18locks: rename lease functions to reflect locks.c conventionsJ. Bruce Fields1-5/+5
2007-07-17knfsd: nfsd4: don't delegate files that have had conflictsMeelap Shah1-0/+4
2007-07-17knfsd: nfsd4: vary maximum delegation limit based on RAM sizeMeelap Shah1-1/+25
2007-07-17knfsd: lockd: nfsd4: use same grace period for lockd and nfsd4Marc Eshel1-4/+12
2007-07-10SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()Trond Myklebust1-1/+0
2007-05-09nfsd/nfs4state: remove unnecessary daemonize callEric W. Biederman1-2/+0
2007-05-06nfsd4: Convert NFSv4 to new lock interfaceMarc Eshel1-7/+13
2007-05-06locks: allow {vfs,posix}_lock_file to return conflicting lockMarc Eshel1-4/+6
2007-05-06locks: give posix_test_lock same interface as ->lockMarc Eshel1-3/+3
2007-03-27[PATCH] knfsd: nfsd4: remove superfluous cancel_delayed_work() callJ. Bruce Fields1-1/+0
2007-03-27[PATCH] knfsd: nfsd4: demote "clientid in use" printk to a dprintkBruce Fields1-3/+2
2007-02-12[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever1-9/+9
2006-12-13[PATCH] knfsd: nfsd4: reorganize compound opsJ.Bruce Fields1-4/+10
2006-12-13[PATCH] knfsd: nfsd4: move replay_owner to cstateJ.Bruce Fields1-12/+10