aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/callback_proc.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-19NFSv4.1: Minor optimisation in get_layout_by_fh_locked()Gravatar Trond Myklebust 1-2/+2
2014-02-19NFSv4.1: Ensure that the layout recall callback matches layout stateidsGravatar Trond Myklebust 1-5/+10
2013-09-03NFS: When displaying session slot numbers, use "%u" consistentlyGravatar Chuck Lever 1-4/+4
2013-08-22NFSv4.1: Add tracepoints for debugging slot table operationsGravatar Trond Myklebust 1-0/+1
2013-08-22NFSv4: Add tracepoints for debugging delegationsGravatar Trond Myklebust 1-0/+2
2013-06-28Merge branch 'labeled-nfs' into linux-nextGravatar Trond Myklebust 1-1/+2
2013-06-08NFS: Make callbacks minor version genericGravatar Bryan Schumaker 1-1/+2
2013-05-20NFSv4.1 Fix a pNFS session draining deadlockGravatar Andy Adamson 1-1/+1
2013-04-05NFSv4: Fix CB_RECALL_ANY to only return delegations that are not in useGravatar Trond Myklebust 1-1/+1
2013-02-14NFSv4.1: Fix bulk recall and destroy of layoutsGravatar Trond Myklebust 1-53/+8
2013-01-05nfs: avoid dereferencing null pointer in initiate_bulk_drainingGravatar Nickolai Zeldovich 1-1/+1
2012-12-06NFSv4.1: Cleanup move session slot management to fs/nfs/nfs4session.cGravatar Trond Myklebust 1-0/+1
2012-12-06NFSv4.1: CB_RECALL_SLOT must schedule a sequence op after updating targetsGravatar Trond Myklebust 1-0/+1
2012-12-06NFSv4.1: Remove the state manager code to resize the slot tableGravatar Trond Myklebust 1-1/+0
2012-12-06NFSv4.1: Allow the server to recall all but one slotGravatar Trond Myklebust 1-5/+0
2012-12-06NFSv4.1: Don't confuse target_highest_slotid and max_slots in cb_recall_slotGravatar Trond Myklebust 1-7/+5
2012-12-06NFSv4.1: Fix nfs4_callback_recallslot to work with dynamic slot allocationGravatar Trond Myklebust 1-1/+1
2012-12-06NFSv4.1: Ensure that the client tracks the server target_highest_slotidGravatar Trond Myklebust 1-1/+1
2012-11-04NFSv4: Get rid of unnecessary BUG_ON()sGravatar Trond Myklebust 1-1/+0
2012-09-28NFSv4.1: Clean up the removal of pnfs_layout_hdr from the server listGravatar Trond Myklebust 1-1/+18
2012-09-28NFSv4.1: Cleanup; add "pnfs_" prefix to get_layout_hdr() and put_layout_hdr()Gravatar Trond Myklebust 1-4/+4
2012-09-28NFSv4.1: Cleanup add a "pnfs_" prefix to mark_matching_lsegs_invalidGravatar Trond Myklebust 1-2/+2
2012-03-06NFSv4: Further clean-ups of delegation stateid validationGravatar Trond Myklebust 1-24/+0
2012-03-06NFSv4.1: Fix matching of the stateids when returning a delegationGravatar Trond Myklebust 1-5/+5
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldGravatar Trond Myklebust 1-4/+5
2012-03-01NFSv4.1: Get rid of NFS4CLNT_LAYOUTRECALLGravatar Trond Myklebust 1-5/+1
2012-02-06NFS: search for client session id in proper network namespaceGravatar Stanislav Kinsbursky 1-1/+1
2012-01-31pnfs: clean up initiate_file_draining layout lookupGravatar Benny Halevy 1-18/+38
2012-01-05NFSv4.1: fix backchannel slotid off-by-one bugGravatar Andy Adamson 1-1/+1
2011-08-04NFSv4.1: Return NFS4ERR_BADSESSION to callbacks during session resetsGravatar Trond Myklebust 1-0/+5
2011-08-04NFSv4.1: Fix the callback 'highest_used_slotid' behaviourGravatar Trond Myklebust 1-6/+14
2011-07-12NFS: move pnfs layouts to nfs_server structureGravatar Weston Andros Adamson 1-21/+36
2011-05-29pnfs: Use byte-range for cb_layoutrecallGravatar Benny Halevy 1-2/+2
2011-05-29NFSv4.1: use layout driver in global device cacheGravatar Benny Halevy 1-1/+1
2011-05-29pnfs: CB_NOTIFY_DEVICEIDGravatar Marc Eshel 1-0/+47
2011-03-11pnfs: fix pnfs lock inversion of i_lock and cl_lockGravatar Fred Isaman 1-1/+1
2011-01-25NFS fix cb_sequence error processingGravatar Andy Adamson 1-1/+1
2011-01-25NFS do not find client in NFSv4 pg_authenticateGravatar Andy Adamson 1-8/+2
2011-01-06pnfs: update nfs4_callback_recallany to handle layoutsGravatar Alexandros Batsakis 1-3/+26
2011-01-06pnfs: add CB_LAYOUTRECALL handlingGravatar Fred Isaman 1-1/+118
2011-01-06pnfs: CB_LAYOUTRECALL xdr codeGravatar Fred Isaman 1-0/+6
2011-01-06NFS add session back channel drainingGravatar Andy Adamson 1-0/+7
2011-01-06NFS refactor nfs_find_client and reference client across callback processingGravatar Andy Adamson 1-102/+65
2010-10-24NFS: change stateid to be a unionGravatar Alexandros Batsakis 1-4/+4
2010-08-06NFS: Fix the locking in nfs4_callback_getattrGravatar Trond Myklebust 1-3/+3
2010-06-22NFSv41: Fix nfs_async_inode_return_delegation() uglinessGravatar Trond Myklebust 1-12/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-10nfs41: cleanup callback code to use __be32 typeGravatar Andy Adamson 1-7/+8
2010-02-10nfs41: fix nfs4_callback_recallslotGravatar Andy Adamson 1-3/+7
2010-02-10nfs41: implement cb_recall_slotGravatar Andy Adamson 1-0/+32