aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4filelayout.c
AgeCommit message (Expand)Author
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
2012-05-19NFSv4.1 Check invalid deviceid upon slot table waitq wakeupAndy Adamson
2012-05-19NFSv4.1: mark deviceid invalid on filelayout DS connection errorsAndy Adamson
2012-05-19NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC callsAndy Adamson
2012-05-19NFSv4.1 cleanup filelayout invalid layout handlingAndy Adamson
2012-05-19NFSv4.1: cleanup filelayout invalid deviceid handlingAndy Adamson
2012-04-27NFS: Prevent garbage cinfo->ds from leaking outFred Isaman
2012-04-27NFS: rewrite directio write to use async coalesce codeFred Isaman
2012-04-27NFS: create nfs_commit_completion_opsFred Isaman
2012-04-27NFS: create struct nfs_commit_infoFred Isaman
2012-04-27NFS: prepare coalesce testing for directioFred Isaman
2012-04-27NFS: merge _full and _partial write rpc_opsFred Isaman
2012-04-27NFS: merge _full and _partial read rpc_opsFred Isaman
2012-04-27NFS: create common nfs_pgio_header for both read and writeFred Isaman
2012-04-27NFS: use req_offset where appropriateFred Isaman
2012-04-27NFS: remove unnecessary casts of void pointers in nfs4filelayout.cFred Isaman
2012-04-27NFS: reverse arg order in nfs_initiate_[read|write]Fred Isaman
2012-04-27NFS: add a struct nfs_commit_data to replace nfs_write_data in commitsFred Isaman
2012-04-27NFS4.1: Add lseg to struct nfs4_fl_commit_bucketFred Isaman
2012-03-24NFS4.1: remove duplicate variable declaration in filelayout_clear_request_commitFred Isaman
2012-03-20NFS: Use cond_resched_lock() to reduce latencies in the commit scansTrond Myklebust
2012-03-17NFSv4.1: Fix a few issues in filelayout_commit_pagelistTrond Myklebust
2012-03-17NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit codeTrond Myklebust
2012-03-11NFS: Fix a number of sparse warningsTrond Myklebust
2012-03-10NFS: remove nfs_inode radix treeFred Isaman