summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv41: Cleanup for nfs4_alloc_session.Trond Myklebust2010-06-221-7/+0
* NFSv41: Clean up exclusive createTrond Myklebust2010-06-221-11/+6
* NFSv41: Fix nfs_async_inode_return_delegation() uglinessTrond Myklebust2010-06-221-0/+2
* NFSv41: Convert the various reboot recovery ops etc to minor version opsTrond Myklebust2010-06-221-25/+6
* NFSv41: Clean up the NFSv4.1 minor version specific operationsTrond Myklebust2010-06-221-1/+20
* NFSv41: Don't store session state in the nfs_client->cl_stateTrond Myklebust2010-06-221-2/+2
* NFSv41: Further cleanup for nfs4_sequence_doneTrond Myklebust2010-06-221-9/+12
* NFSv4.1: Make nfs4_setup_sequence take a nfs_server argumentTrond Myklebust2010-06-221-22/+27
* NFSv4.1: Merge the nfs41_proc_async_sequence() and nfs4_proc_sequence()Trond Myklebust2010-06-221-24/+44
* NFSv4: Kill nfs4_async_handle_error() abuses by NFSv4.1Trond Myklebust2010-06-221-37/+41
* NFSv4.1: Simplify nfs41_sequence_done()Trond Myklebust2010-06-221-14/+12
* NFSv4.1: Clean up nfs4_setup_sequenceTrond Myklebust2010-06-221-6/+1
* NFSv41: Fix a memory leak in nfs41_proc_async_sequence()Trond Myklebust2010-06-221-18/+21
* NFSv4: Don't use GFP_KERNEL allocations in state recoveryTrond Myklebust2010-05-141-22/+25
* NFS: Calldata for nfs4_renew_done()Chuck Lever2010-05-141-6/+20
* NFSv4: Clean up the NFSv4 setclientid operationTrond Myklebust2010-05-141-6/+12
* NFS: Reduce stack footprint of nfs4_proc_create()Trond Myklebust2010-05-141-10/+15
* NFS: Reduce stack footprint of nfs_proc_remove()Trond Myklebust2010-05-141-4/+9
* NFS: Reduce the stack footprint of nfs_link()Trond Myklebust2010-05-141-7/+9
* NFS: Reduce stack footprint of nfs3_proc_rename() and nfs4_proc_rename()Trond Myklebust2010-05-141-7/+9
* NFSv4: Reduce stack footprint of nfs4_proc_access() and nfs3_proc_access()Trond Myklebust2010-05-141-4/+7
* nfs: fix some issues in nfs41_proc_reclaim_complete()Dan Carpenter2010-04-281-1/+4
* NFSv4: fix delegated lockingTrond Myklebust2010-04-121-1/+3
* Have nfs ->d_revalidate() report errors properlyAl Viro2010-04-071-2/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* nfs: fix unlikely memory leakDan Carpenter2010-03-081-0/+1
* Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust2010-03-051-4/+4
|\
| * a couple of mntget+dget -> path_get in nfs4procAl Viro2010-03-031-4/+4
* | nfs41 fix NFS4ERR_CLID_INUSE for exchange idAndy Adamson2010-03-021-1/+1
* | nfs4: renewd renew operations should take/put a client referenceAlexandros Batsakis2010-03-021-1/+5
* | nfs41: renewd sequence operations should take/put client referenceAlexandros Batsakis2010-03-021-6/+12
* | nfs: prevent backlogging of renewd requestsAlexandros Batsakis2010-03-021-4/+20
* | nfs41: resize slot table in resetAndy Adamson2010-02-101-19/+21
* | nfs41: Adjust max cache response size valueMike Sager2010-02-101-4/+2
* | nfs4: handle -EKEYEXPIRED errors from RPC layerJeff Layton2010-02-101-2/+9
|/
* NFS: Ensure that we handle NFS4ERR_STALE_STATEID correctlyTrond Myklebust2010-01-261-13/+31
* NFSv4.1: Don't call nfs4_schedule_state_recovery() unnecessarilyTrond Myklebust2010-01-261-6/+2
* NFSv4: Don't allow posix locking against servers that don't support itTrond Myklebust2010-01-261-1/+6
* NFSv4: Ensure that the NFSv4 locking can recover from stateid errorsTrond Myklebust2010-01-261-0/+19
* NFSv4: Release the sequence id before restarting a CLOSE rpc callTrond Myklebust2009-12-151-4/+3
* nfs41: fix session fore channel negotiationAndy Adamson2009-12-151-2/+10
* nfs41: do not zero seqid portion of stateid on closeAndy Adamson2009-12-151-2/+0
* nfs: run state manager in privileged modeAlexandros Batsakis2009-12-151-1/+2
* nfs: make recovery state manager operations privilegedAlexandros Batsakis2009-12-151-18/+97
* nfs: enforce FIFO ordering of operations trying to acquire slotAlexandros Batsakis2009-12-151-4/+18
* nfs: remove rpc_task argument from nfs4_find_slotAlexandros Batsakis2009-12-151-2/+2
* nfs: change nfs4_do_setlk params to identify recovery typeAlexandros Batsakis2009-12-151-7/+7
* nfs: do not do a LOOKUP after openAlexandros Batsakis2009-12-151-3/+0
* nfs: minor cleanup of session drainingAlexandros Batsakis2009-12-151-9/+18
* NFSv41: Fix a potential state leakage when restarting nfs4_close_prepareTrond Myklebust2009-12-081-17/+35
OpenPOWER on IntegriCloud