summaryrefslogtreecommitdiffstats
path: root/fs/nfs/callback_proc.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: When displaying session slot numbers, use "%u" consistentlyChuck Lever2013-09-031-4/+4
* NFSv4.1: Add tracepoints for debugging slot table operationsTrond Myklebust2013-08-221-0/+1
* NFSv4: Add tracepoints for debugging delegationsTrond Myklebust2013-08-221-0/+2
* Merge branch 'labeled-nfs' into linux-nextTrond Myklebust2013-06-281-1/+2
|\
| * NFS: Make callbacks minor version genericBryan Schumaker2013-06-081-1/+2
* | NFSv4.1 Fix a pNFS session draining deadlockAndy Adamson2013-05-201-1/+1
|/
* NFSv4: Fix CB_RECALL_ANY to only return delegations that are not in useTrond Myklebust2013-04-051-1/+1
* NFSv4.1: Fix bulk recall and destroy of layoutsTrond Myklebust2013-02-141-53/+8
* nfs: avoid dereferencing null pointer in initiate_bulk_drainingNickolai Zeldovich2013-01-051-1/+1
* NFSv4.1: Cleanup move session slot management to fs/nfs/nfs4session.cTrond Myklebust2012-12-061-0/+1
* NFSv4.1: CB_RECALL_SLOT must schedule a sequence op after updating targetsTrond Myklebust2012-12-061-0/+1
* NFSv4.1: Remove the state manager code to resize the slot tableTrond Myklebust2012-12-061-1/+0
* NFSv4.1: Allow the server to recall all but one slotTrond Myklebust2012-12-061-5/+0
* NFSv4.1: Don't confuse target_highest_slotid and max_slots in cb_recall_slotTrond Myklebust2012-12-061-7/+5
* NFSv4.1: Fix nfs4_callback_recallslot to work with dynamic slot allocationTrond Myklebust2012-12-061-1/+1
* NFSv4.1: Ensure that the client tracks the server target_highest_slotidTrond Myklebust2012-12-061-1/+1
* NFSv4: Get rid of unnecessary BUG_ON()sTrond Myklebust2012-11-041-1/+0
* NFSv4.1: Clean up the removal of pnfs_layout_hdr from the server listTrond Myklebust2012-09-281-1/+18
* NFSv4.1: Cleanup; add "pnfs_" prefix to get_layout_hdr() and put_layout_hdr()Trond Myklebust2012-09-281-4/+4
* NFSv4.1: Cleanup add a "pnfs_" prefix to mark_matching_lsegs_invalidTrond Myklebust2012-09-281-2/+2
* NFSv4: Further clean-ups of delegation stateid validationTrond Myklebust2012-03-061-24/+0
* NFSv4.1: Fix matching of the stateids when returning a delegationTrond Myklebust2012-03-061-5/+5
* SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust2012-03-021-4/+5
* NFSv4.1: Get rid of NFS4CLNT_LAYOUTRECALLTrond Myklebust2012-03-011-5/+1
* NFS: search for client session id in proper network namespaceStanislav Kinsbursky2012-02-061-1/+1
* pnfs: clean up initiate_file_draining layout lookupBenny Halevy2012-01-311-18/+38
* NFSv4.1: fix backchannel slotid off-by-one bugAndy Adamson2012-01-051-1/+1
* NFSv4.1: Return NFS4ERR_BADSESSION to callbacks during session resetsTrond Myklebust2011-08-041-0/+5
* NFSv4.1: Fix the callback 'highest_used_slotid' behaviourTrond Myklebust2011-08-041-6/+14
* NFS: move pnfs layouts to nfs_server structureWeston Andros Adamson2011-07-121-21/+36
* pnfs: Use byte-range for cb_layoutrecallBenny Halevy2011-05-291-2/+2
* NFSv4.1: use layout driver in global device cacheBenny Halevy2011-05-291-1/+1
* pnfs: CB_NOTIFY_DEVICEIDMarc Eshel2011-05-291-0/+47
* pnfs: fix pnfs lock inversion of i_lock and cl_lockFred Isaman2011-03-111-1/+1
* NFS fix cb_sequence error processingAndy Adamson2011-01-251-1/+1
* NFS do not find client in NFSv4 pg_authenticateAndy Adamson2011-01-251-8/+2
* pnfs: update nfs4_callback_recallany to handle layoutsAlexandros Batsakis2011-01-061-3/+26
* pnfs: add CB_LAYOUTRECALL handlingFred Isaman2011-01-061-1/+118
* pnfs: CB_LAYOUTRECALL xdr codeFred Isaman2011-01-061-0/+6
* NFS add session back channel drainingAndy Adamson2011-01-061-0/+7
* NFS refactor nfs_find_client and reference client across callback processingAndy Adamson2011-01-061-102/+65
* NFS: change stateid to be a unionAlexandros Batsakis2010-10-241-4/+4
* NFS: Fix the locking in nfs4_callback_getattrTrond Myklebust2010-08-061-3/+3
* NFSv41: Fix nfs_async_inode_return_delegation() uglinessTrond Myklebust2010-06-221-12/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* nfs41: cleanup callback code to use __be32 typeAndy Adamson2010-02-101-7/+8
* nfs41: fix nfs4_callback_recallslotAndy Adamson2010-02-101-3/+7
* nfs41: implement cb_recall_slotAndy Adamson2010-02-101-0/+32
* nfs41: back channel drc minimal implementationAndy Adamson2010-02-101-8/+17
* nfs41: prepare for back channel drcAndy Adamson2010-02-101-10/+9