aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/pnfs.c
AgeCommit message (Expand)Author
2014-01-13NFSv4.1: Fix a race in nfs4_write_inodeTrond Myklebust
2013-08-22NFSv4: Add tracepoints for debugging reads and writesTrond Myklebust
2013-06-18NFSv4.1: Clean up layout segment comparison helper namesTrond Myklebust
2013-06-18NFSv4.1: layout segment comparison helpers should take 'const' parametersTrond Myklebust
2013-06-06NFSv4.1: Simplify setting the layout header credentialTrond Myklebust
2013-06-06NFSv4.1: Ensure that layoutreturn uses the correct credentialTrond Myklebust
2013-06-06NFSv4.1: Ensure that layoutget is called using the layout credentialTrond Myklebust
2013-03-25NFSv4: Fail I/O if the state recovery fails irrevocablyTrond Myklebust
2013-03-21NFSv4.1: Add a helper pnfs_commit_and_return_layoutTrond Myklebust
2013-03-21NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturnTrond Myklebust
2013-03-21NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust
2013-02-28NFSv4.1: LAYOUTGET EDELAY loops timeout to the MDSWeston Andros Adamson
2013-02-24pnfs: fix resend_to_mds for directioBenny Halevy
2013-02-14NFSv4.1: Fix bulk recall and destroy of layoutsTrond Myklebust
2013-01-04pnfs: Increase the refcount when LAYOUTGET fails the first timeYanchuan Nian
2012-11-04NFSv4.1: Remove assertion BUG_ON()s from the files and generic layout codeTrond Myklebust
2012-11-04NFSv4.1: Remove unused function last_byte_offsetTrond Myklebust
2012-10-31nfs: Check whether a layout pointer is NULL before free itYanchuan Nian
2012-10-08NFS41: send real read size in layoutgetPeng Tao
2012-10-08NFS41: send real write size in layoutgetPeng Tao
2012-10-05NFSv4.1: Cleanup ugliness in pnfs_layoutgets_blocked()Trond Myklebust
2012-10-04NFSv4.1: Ensure that the layout sequence id stays 'close' to the currentTrond Myklebust
2012-10-04NFSv4.1: Deal with seqid wraparound in the pNFS return-on-close codeTrond Myklebust
2012-10-02NFSv4.1: Deal with wraparound when updating the layout "barrier" seqidTrond Myklebust
2012-10-02NFSv4.1: Deal with wraparound issues when updating the layout stateidTrond Myklebust
2012-10-02NFSv4.1: Always set the layout stateid if this is the first layoutgetTrond Myklebust
2012-10-02NFSv4.1: Fix another refcount issue in pnfs_find_alloc_layoutTrond Myklebust
2012-09-28NFSv4.1: _pnfs_return_layout() shouldn't invalidate the layout on failureTrond Myklebust
2012-09-28NFSv4.1: Remove the NFS_LAYOUT_RETURNED stateTrond Myklebust
2012-09-28NFSv4.1: Clear NFS_LAYOUT_BULK_RECALL when the layout segments are freedTrond Myklebust
2012-09-28NFSv4.1: Get rid of the NFS_LAYOUT_DESTROYED stateTrond Myklebust
2012-09-28NFSv4.1: Remove unused 'default allocation' for pnfs_alloc_layout_hdr()Trond Myklebust
2012-09-28NFSv4.1: Get rid of pNFS spin lock debugging asserts...Trond Myklebust
2012-09-28NFSv4.1: Balance pnfs_layout_hdr refcount in pnfs_layout_(insert|remove)_lsegTrond Myklebust
2012-09-28NFSv4.1: Clean up pnfs_put_lseg()Trond Myklebust
2012-09-28NFSv4.1: Clean up the removal of pnfs_layout_hdr from the server listTrond Myklebust
2012-09-28NFSv4.1: Free the pnfs_layout_hdr outside the inode->i_lockTrond Myklebust
2012-09-28NFSv4.1: Remove redundant reference to the pnfs_layout_hdrTrond Myklebust
2012-09-28NFSv4.1: Rename the pnfs_put_lseg_common to pnfs_layout_remove_lsegTrond Myklebust
2012-09-28NFSv4.1: reset the inode MDS threshold counters on layout destructionTrond Myklebust
2012-09-28NFSv4.1: Fix a race in the pNFS return-on-close codeTrond Myklebust
2012-09-28NFSv4.1: pnfs_layout_io_set_failed must clear invalid lsegsTrond Myklebust
2012-09-28NFSv4.1: Don't drop the pnfs_layout_hdr after a layoutget failureTrond Myklebust
2012-09-28NFSv4.1: Fix a reference leak in pnfs_update_layoutTrond Myklebust
2012-09-28NFSv4.1: Retry pNFS after a 2 minute timeoutTrond Myklebust
2012-09-28NFSv4.1: Add helpers for setting/reading the I/O fail bitTrond Myklebust
2012-09-28NFSv4.1: Replace dprintk() in pnfs_update_layout with something less buggyTrond Myklebust
2012-09-28NFSv4.1: Cleanup; add "pnfs_" prefix to put_lseg() and get_lseg()Trond Myklebust
2012-09-28NFSv4.1: Cleanup; add "pnfs_" prefix to get_layout_hdr() and put_layout_hdr()Trond Myklebust
2012-09-28NFSv4.1: Cleanup add a "pnfs_" prefix to mark_matching_lsegs_invalidTrond Myklebust