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