aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/pnfs.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-1/+1
2014-02-19NFSv4.1: Ensure that we free existing layout segments if we get a new layoutGravatar Trond Myklebust 1-0/+15
2014-02-19NFSv4.1: Fix wraparound issues in pnfs_seqid_is_newer()Gravatar Trond Myklebust 1-1/+1
2014-01-13NFSv4.1: Fix a race in nfs4_write_inodeGravatar Trond Myklebust 1-32/+35
2013-08-22NFSv4: Add tracepoints for debugging reads and writesGravatar Trond Myklebust 1-0/+3
2013-06-18NFSv4.1: Clean up layout segment comparison helper namesGravatar Trond Myklebust 1-9/+9
2013-06-18NFSv4.1: layout segment comparison helpers should take 'const' parametersGravatar Trond Myklebust 1-14/+14
2013-06-06NFSv4.1: Simplify setting the layout header credentialGravatar Trond Myklebust 1-1/+1
2013-06-06NFSv4.1: Ensure that layoutreturn uses the correct credentialGravatar Trond Myklebust 1-0/+1
2013-06-06NFSv4.1: Ensure that layoutget is called using the layout credentialGravatar Trond Myklebust 1-0/+1
2013-03-25NFSv4: Fail I/O if the state recovery fails irrevocablyGravatar Trond Myklebust 1-0/+2
2013-03-21NFSv4.1: Add a helper pnfs_commit_and_return_layoutGravatar Trond Myklebust 1-0/+27
2013-03-21NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturnGravatar Trond Myklebust 1-8/+27
2013-03-21NFSv4.1: Fix a race in pNFS layoutcommitGravatar Trond Myklebust 1-1/+18
2013-02-28NFSv4.1: LAYOUTGET EDELAY loops timeout to the MDSGravatar Weston Andros Adamson 1-4/+3
2013-02-24pnfs: fix resend_to_mds for directioGravatar Benny Halevy 1-4/+10
2013-02-14NFSv4.1: Fix bulk recall and destroy of layoutsGravatar Trond Myklebust 1-20/+130
2013-01-04pnfs: Increase the refcount when LAYOUTGET fails the first timeGravatar Yanchuan Nian 1-1/+1
2012-11-04NFSv4.1: Remove assertion BUG_ON()s from the files and generic layout codeGravatar Trond Myklebust 1-4/+2
2012-11-04NFSv4.1: Remove unused function last_byte_offsetGravatar Trond Myklebust 1-11/+0
2012-10-31nfs: Check whether a layout pointer is NULL before free itGravatar Yanchuan Nian 1-2/+2
2012-10-08NFS41: send real read size in layoutgetGravatar Peng Tao 1-1/+9
2012-10-08NFS41: send real write size in layoutgetGravatar Peng Tao 1-2/+4
2012-10-05NFSv4.1: Cleanup ugliness in pnfs_layoutgets_blocked()Gravatar Trond Myklebust 1-11/+14
2012-10-04NFSv4.1: Ensure that the layout sequence id stays 'close' to the currentGravatar Trond Myklebust 1-13/+8
2012-10-04NFSv4.1: Deal with seqid wraparound in the pNFS return-on-close codeGravatar Trond Myklebust 1-1/+1
2012-10-02NFSv4.1: Deal with wraparound when updating the layout "barrier" seqidGravatar Trond Myklebust 1-4/+7
2012-10-02NFSv4.1: Deal with wraparound issues when updating the layout stateidGravatar Trond Myklebust 1-1/+10
2012-10-02NFSv4.1: Always set the layout stateid if this is the first layoutgetGravatar Trond Myklebust 1-3/+5
2012-10-02NFSv4.1: Fix another refcount issue in pnfs_find_alloc_layoutGravatar Trond Myklebust 1-7/+8
2012-09-28NFSv4.1: _pnfs_return_layout() shouldn't invalidate the layout on failureGravatar Trond Myklebust 1-2/+3
2012-09-28NFSv4.1: Remove the NFS_LAYOUT_RETURNED stateGravatar Trond Myklebust 1-6/+1
2012-09-28NFSv4.1: Clear NFS_LAYOUT_BULK_RECALL when the layout segments are freedGravatar Trond Myklebust 1-0/+2
2012-09-28NFSv4.1: Get rid of the NFS_LAYOUT_DESTROYED stateGravatar Trond Myklebust 1-8/+1
2012-09-28NFSv4.1: Remove unused 'default allocation' for pnfs_alloc_layout_hdr()Gravatar Trond Myklebust 1-3/+2
2012-09-28NFSv4.1: Get rid of pNFS spin lock debugging asserts...Gravatar Trond Myklebust 1-3/+0
2012-09-28NFSv4.1: Balance pnfs_layout_hdr refcount in pnfs_layout_(insert|remove)_lsegGravatar Trond Myklebust 1-2/+4
2012-09-28NFSv4.1: Clean up pnfs_put_lseg()Gravatar Trond Myklebust 1-6/+3
2012-09-28NFSv4.1: Clean up the removal of pnfs_layout_hdr from the server listGravatar Trond Myklebust 1-19/+10
2012-09-28NFSv4.1: Free the pnfs_layout_hdr outside the inode->i_lockGravatar Trond Myklebust 1-12/+9
2012-09-28NFSv4.1: Remove redundant reference to the pnfs_layout_hdrGravatar Trond Myklebust 1-9/+4
2012-09-28NFSv4.1: Rename the pnfs_put_lseg_common to pnfs_layout_remove_lsegGravatar Trond Myklebust 1-12/+15
2012-09-28NFSv4.1: reset the inode MDS threshold counters on layout destructionGravatar Trond Myklebust 1-4/+5
2012-09-28NFSv4.1: Fix a race in the pNFS return-on-close codeGravatar Trond Myklebust 1-10/+12
2012-09-28NFSv4.1: pnfs_layout_io_set_failed must clear invalid lsegsGravatar Trond Myklebust 1-0/+8
2012-09-28NFSv4.1: Don't drop the pnfs_layout_hdr after a layoutget failureGravatar Trond Myklebust 1-8/+32
2012-09-28NFSv4.1: Fix a reference leak in pnfs_update_layoutGravatar Trond Myklebust 1-3/+6
2012-09-28NFSv4.1: Retry pNFS after a 2 minute timeoutGravatar Trond Myklebust 1-1/+14
2012-09-28NFSv4.1: Add helpers for setting/reading the I/O fail bitGravatar Trond Myklebust 1-12/+26
2012-09-28NFSv4.1: Replace dprintk() in pnfs_update_layout with something less buggyGravatar Trond Myklebust 1-7/+11