aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4filelayout.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-05NFSv4.1 Fail data server I/O if stateid represents a lost lockGravatar Andy Adamson 1-4/+6
2014-01-29NFSv4.1: CleanupGravatar Trond Myklebust 1-4/+2
2014-01-29NFSv4.1 free slot before resending I/O to MDSGravatar Andy Adamson 1-2/+8
2014-01-21pnfs: fix BUG in filelayout_recover_commit_reqsGravatar Weston Andros Adamson 1-4/+4
2014-01-05NFS: dprintk() should not print negative fileids and inode numbersGravatar Niels de Vos 1-4/+4
2013-09-06NFSv4.1 Use MDS auth flavor for data server connectionGravatar Andy Adamson 1-8/+27
2013-08-22NFSv4: Add tracepoints for debugging reads and writesGravatar Trond Myklebust 1-0/+4
2013-06-06NFSv4.1: Use layout credentials for get_deviceinfo callsGravatar Trond Myklebust 1-1/+2
2013-03-25NFSv4: The stateid must remain the same for replayed RPC callsGravatar Trond Myklebust 1-4/+10
2013-03-25NFS: Don't accept more reads/writes if the open context recovery failedGravatar Trond Myklebust 1-0/+8
2013-03-25NFSv4: Fail I/O if the state recovery fails irrevocablyGravatar Trond Myklebust 1-3/+9
2013-03-21NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturnGravatar Trond Myklebust 1-1/+0
2013-02-24pnfs: fix resend_to_mds for directioGravatar Benny Halevy 1-2/+4
2012-12-12SUNRPC handle EKEYEXPIRED in call_refreshresultGravatar Andy Adamson 1-1/+0
2012-12-06NFSv4.1: Simplify the sequence setupGravatar Trond Myklebust 1-18/+12
2012-12-06NFSv4.1: Move slot table and session struct definitions to nfs4session.hGravatar Trond Myklebust 1-0/+1
2012-11-04NFSv4.1: Remove assertion BUG_ON()s from the files and generic layout codeGravatar Trond Myklebust 1-9/+4
2012-10-15NFSv4.1: Use kcalloc() to allocate zeroed arrays instead of kzalloc()Gravatar Trond Myklebust 1-1/+1
2012-10-15NFSv4.1: Do not call pnfs_return_layout() from an rpciod contextGravatar Trond Myklebust 1-3/+15
2012-10-15NFSv4.1: Kill nfs4_ds_disconnect()Gravatar Trond Myklebust 1-1/+0
2012-09-28NFSv4.1: Get rid of the NFS_LAYOUT_DESTROYED stateGravatar Trond Myklebust 1-2/+1
2012-09-28NFSv4.1: Get rid of pNFS layout state "NFS_LAYOUT_INVALID"Gravatar Trond Myklebust 1-3/+1
2012-09-28NFSv4.1: pNFS data servers may be temporarily offlineGravatar Trond Myklebust 1-3/+19
2012-09-28NFSv4.1: Replace get_device_info() with filelayout_get_device_info()Gravatar Trond Myklebust 1-1/+1
2012-09-28NFSv4.1: Cleanup; add "pnfs_" prefix to put_lseg() and get_lseg()Gravatar Trond Myklebust 1-8/+8
2012-07-16NFSv4.1 don't send LAYOUTCOMMIT if data resent through MDSGravatar Andy Adamson 1-0/+1
2012-07-16NFSv4.1 return the LAYOUT for each file with failed DS connection I/OGravatar Andy Adamson 1-2/+1
2012-06-28NFS: Cleanup - only store the write verifier in struct nfs_pageGravatar Trond Myklebust 1-3/+3
2012-05-27NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSIONGravatar Trond Myklebust 1-1/+1
2012-05-22NFS: Fix compiler warningsGravatar Bryan Schumaker 1-6/+4
2012-05-22NFSv4.1 skip rpc_call_done only on disconnected DS slot_table_waitq tasksGravatar Andy Adamson 1-2/+4
2012-05-22NFSv4.1 Just use nfs_put_client in filelayout releaseGravatar Andy Adamson 1-10/+2
2012-05-22NFSv4.1 fix null state reference in filelayout_async_handle_errorGravatar Andy Adamson 1-3/+3
2012-05-22NFSv4.1: Fix a bad reference count issue in the pNFS commit codeGravatar Trond Myklebust 1-0/+1
2012-05-19NFSv4.1 resend LAYOUTGET on data server invalid layout errorsGravatar Andy Adamson 1-4/+24
2012-05-19NFSv4.1 dereference a disconnected data server client recordGravatar Andy Adamson 1-0/+1
2012-05-19NFSv4.1 ref count nfs_client across filelayout data server ioGravatar Andy Adamson 1-5/+21
2012-05-19NFSv4.1 send layoutreturn to fence disconnected data serverGravatar Andy Adamson 1-0/+2
2012-05-19NFSv4.1 wake up all tasks on un-connected DS slot table waitqGravatar Andy Adamson 1-0/+2
2012-05-19NFSv4.1 Check invalid deviceid upon slot table waitq wakeupGravatar Andy Adamson 1-0/+20
2012-05-19NFSv4.1: mark deviceid invalid on filelayout DS connection errorsGravatar Andy Adamson 1-33/+97
2012-05-19NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC callsGravatar Andy Adamson 1-4/+6
2012-05-19NFSv4.1 cleanup filelayout invalid layout handlingGravatar Andy Adamson 1-22/+6
2012-05-19NFSv4.1: cleanup filelayout invalid deviceid handlingGravatar Andy Adamson 1-10/+0
2012-04-27NFS: Prevent garbage cinfo->ds from leaking outGravatar Fred Isaman 1-1/+6
2012-04-27NFS: rewrite directio write to use async coalesce codeGravatar Fred Isaman 1-6/+38
2012-04-27NFS: create nfs_commit_completion_opsGravatar Fred Isaman 1-8/+4
2012-04-27NFS: create struct nfs_commit_infoGravatar Fred Isaman 1-53/+66
2012-04-27NFS: prepare coalesce testing for directioGravatar Fred Isaman 1-0/+12
2012-04-27NFS: merge _full and _partial write rpc_opsGravatar Fred Isaman 1-1/+0