summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4filelayout.c
Commit message (Expand)AuthorAgeFilesLines
* Push the file layout driver into a subdirectoryTom Haynes2014-05-291-1409/+0
* pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr()Trond Myklebust2014-05-291-1/+1
* pnfs: filelayout: support non page aligned layoutsWeston Andros Adamson2014-05-291-32/+20
* pnfs: support multiple verfs per direct reqWeston Andros Adamson2014-05-291-0/+6
* nfs: chain calls to pg_testWeston Andros Adamson2014-05-291-13/+14
* pnfs: clean up filelayout_alloc_commit_infoWeston Andros Adamson2014-05-291-20/+26
* nfs: call nfs_can_coalesce_requests for every reqWeston Andros Adamson2014-05-291-0/+3
* nfs: modify pg_test interface to return size_tWeston Andros Adamson2014-05-291-5/+7
* pnfs: fix race in filelayout commit pathWeston Andros Adamson2014-05-291-4/+16
* NFS: Create a common initiate_pgio() functionAnna Schumaker2014-05-291-3/+3
* NFS: Create a common read and write data structAnna Schumaker2014-05-281-17/+17
* NFSv4.1 Fail data server I/O if stateid represents a lost lockAndy Adamson2014-03-051-4/+6
* NFSv4.1: CleanupTrond Myklebust2014-01-291-4/+2
* NFSv4.1 free slot before resending I/O to MDSAndy Adamson2014-01-291-2/+8
* pnfs: fix BUG in filelayout_recover_commit_reqsWeston Andros Adamson2014-01-211-4/+4
* NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos2014-01-051-4/+4
* NFSv4.1 Use MDS auth flavor for data server connectionAndy Adamson2013-09-061-8/+27
* NFSv4: Add tracepoints for debugging reads and writesTrond Myklebust2013-08-221-0/+4
* NFSv4.1: Use layout credentials for get_deviceinfo callsTrond Myklebust2013-06-061-1/+2
* NFSv4: The stateid must remain the same for replayed RPC callsTrond Myklebust2013-03-251-4/+10
* NFS: Don't accept more reads/writes if the open context recovery failedTrond Myklebust2013-03-251-0/+8
* NFSv4: Fail I/O if the state recovery fails irrevocablyTrond Myklebust2013-03-251-3/+9
* NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturnTrond Myklebust2013-03-211-1/+0
* pnfs: fix resend_to_mds for directioBenny Halevy2013-02-241-2/+4
* SUNRPC handle EKEYEXPIRED in call_refreshresultAndy Adamson2012-12-121-1/+0
* NFSv4.1: Simplify the sequence setupTrond Myklebust2012-12-061-18/+12
* NFSv4.1: Move slot table and session struct definitions to nfs4session.hTrond Myklebust2012-12-061-0/+1
* NFSv4.1: Remove assertion BUG_ON()s from the files and generic layout codeTrond Myklebust2012-11-041-9/+4
* NFSv4.1: Use kcalloc() to allocate zeroed arrays instead of kzalloc()Trond Myklebust2012-10-151-1/+1
* NFSv4.1: Do not call pnfs_return_layout() from an rpciod contextTrond Myklebust2012-10-151-3/+15
* NFSv4.1: Kill nfs4_ds_disconnect()Trond Myklebust2012-10-151-1/+0
* NFSv4.1: Get rid of the NFS_LAYOUT_DESTROYED stateTrond Myklebust2012-09-281-2/+1
* NFSv4.1: Get rid of pNFS layout state "NFS_LAYOUT_INVALID"Trond Myklebust2012-09-281-3/+1
* NFSv4.1: pNFS data servers may be temporarily offlineTrond Myklebust2012-09-281-3/+19
* NFSv4.1: Replace get_device_info() with filelayout_get_device_info()Trond Myklebust2012-09-281-1/+1
* NFSv4.1: Cleanup; add "pnfs_" prefix to put_lseg() and get_lseg()Trond Myklebust2012-09-281-8/+8
* NFSv4.1 don't send LAYOUTCOMMIT if data resent through MDSAndy Adamson2012-07-161-0/+1
* NFSv4.1 return the LAYOUT for each file with failed DS connection I/OAndy Adamson2012-07-161-2/+1
* NFS: Cleanup - only store the write verifier in struct nfs_pageTrond Myklebust2012-06-281-3/+3
* NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust2012-05-271-1/+1
* NFS: Fix compiler warningsBryan Schumaker2012-05-221-6/+4
* NFSv4.1 skip rpc_call_done only on disconnected DS slot_table_waitq tasksAndy Adamson2012-05-221-2/+4
* NFSv4.1 Just use nfs_put_client in filelayout releaseAndy Adamson2012-05-221-10/+2
* NFSv4.1 fix null state reference in filelayout_async_handle_errorAndy Adamson2012-05-221-3/+3
* NFSv4.1: Fix a bad reference count issue in the pNFS commit codeTrond Myklebust2012-05-221-0/+1
* NFSv4.1 resend LAYOUTGET on data server invalid layout errorsAndy Adamson2012-05-191-4/+24
* NFSv4.1 dereference a disconnected data server client recordAndy Adamson2012-05-191-0/+1
* NFSv4.1 ref count nfs_client across filelayout data server ioAndy Adamson2012-05-191-5/+21
* NFSv4.1 send layoutreturn to fence disconnected data serverAndy Adamson2012-05-191-0/+2
* NFSv4.1 wake up all tasks on un-connected DS slot table waitqAndy Adamson2012-05-191-0/+2
OpenPOWER on IntegriCloud