summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-01NFS: move per-net callback thread initialization to nfs_callback_up_net()Stanislav Kinsbursky2-48/+87
2012-10-01NFS: callback service creation function introducedStanislav Kinsbursky1-14/+49
2012-10-01NFS: pass net to nfs_callback_down()Stanislav Kinsbursky3-4/+4
2012-10-01NFSv4: Add ACCESS operation to OPEN compoundWeston Andros Adamson5-13/+76
2012-10-01NFS: Use kzalloc() instead of kmalloc() in the idmapperBryan Schumaker1-4/+1
2012-10-01NFS: Remove bad delegations during open recoveryBryan Schumaker1-0/+4
2012-10-01NFS: Always use the open stateid when checking for expired opensBryan Schumaker1-1/+1
2012-09-28SUNRPC: Limit the rpciod workqueue concurrencyTrond Myklebust1-1/+1
2012-09-28NFSv4.1: nfs4_proc_layoutreturn must always drop the plh_block_lgets countTrond Myklebust1-6/+6
2012-09-28NFSv4.1: _pnfs_return_layout() shouldn't invalidate the layout on failureTrond Myklebust1-2/+3
2012-09-28NFSv4.1: Remove the NFS_LAYOUT_RETURNED stateTrond Myklebust2-25/+1
2012-09-28NFSv4.1: Clear NFS_LAYOUT_BULK_RECALL when the layout segments are freedTrond Myklebust1-0/+2
2012-09-28NFSv4.1: Get rid of the NFS_LAYOUT_DESTROYED stateTrond Myklebust3-17/+2
2012-09-28NFSv4.1: Remove unused 'default allocation' for pnfs_alloc_layout_hdr()Trond Myklebust1-3/+2
2012-09-28NFSv4.1: Get rid of pNFS spin lock debugging asserts...Trond Myklebust1-3/+0
2012-09-28NFSv4.1: Balance pnfs_layout_hdr refcount in pnfs_layout_(insert|remove)_lsegTrond Myklebust1-2/+4
2012-09-28NFSv4.1: Clean up pnfs_put_lseg()Trond Myklebust1-6/+3
2012-09-28NFSv4.1: Clean up the removal of pnfs_layout_hdr from the server listTrond Myklebust2-20/+28
2012-09-28NFSv4.1: Free the pnfs_layout_hdr outside the inode->i_lockTrond Myklebust1-12/+9
2012-09-28NFSv4.1: Remove redundant reference to the pnfs_layout_hdrTrond Myklebust1-9/+4
2012-09-28NFSv4.1: Rename the pnfs_put_lseg_common to pnfs_layout_remove_lsegTrond Myklebust1-12/+15
2012-09-28NFSv4.1: reset the inode MDS threshold counters on layout destructionTrond Myklebust1-4/+5
2012-09-28NFSv4.1: Get rid of pNFS layout state "NFS_LAYOUT_INVALID"Trond Myklebust3-10/+7
2012-09-28NFSv4.1: Simplify the pNFS return-on-close codeTrond Myklebust3-10/+5
2012-09-28NFSv4.1: Fix a race in the pNFS return-on-close codeTrond Myklebust3-17/+17
2012-09-28NFSv4.1: pnfs_layout_io_set_failed must clear invalid lsegsTrond Myklebust1-0/+8
2012-09-28NFSv4.1: Don't drop the pnfs_layout_hdr after a layoutget failureTrond Myklebust1-8/+32
2012-09-28NFSv4.1: Fix a reference leak in pnfs_update_layoutTrond Myklebust1-3/+6
2012-09-28NFSv4.1: pNFS data servers may be temporarily offlineTrond Myklebust5-17/+59
2012-09-28NFSv4.1: Retry pNFS after a 2 minute timeoutTrond Myklebust2-1/+15
2012-09-28NFSv4.1: Add helpers for setting/reading the I/O fail bitTrond Myklebust2-18/+26
2012-09-28NFSv4.1: Replace dprintk() in pnfs_update_layout with something less buggyTrond Myklebust1-7/+11
2012-09-28NFSv4.1: Replace get_device_info() with filelayout_get_device_info()Trond Myklebust4-4/+4
2012-09-28NFSv4.1: Cleanup; add "pnfs_" prefix to put_lseg() and get_lseg()Trond Myklebust4-31/+31
2012-09-28NFSv4.1: Cleanup; add "pnfs_" prefix to get_layout_hdr() and put_layout_hdr()Trond Myklebust4-22/+22
2012-09-28NFSv4.1: Cleanup add a "pnfs_" prefix to mark_matching_lsegs_invalidTrond Myklebust3-6/+6
2012-09-28NFS: Clean up the pNFS layoutget interfaceTrond Myklebust4-17/+27
2012-09-28SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust4-40/+11
2012-09-28NFS: Write the entire file if a server reboot occurs during fsync()Trond Myklebust2-0/+14
2012-09-28NFS: Fix fdatasync/fsync() when confronted with a server rebootTrond Myklebust4-22/+36
2012-09-28NFSv4: Convert the nfs4_lock_state->ls_flags to a bit fieldTrond Myklebust3-11/+11
2012-09-28NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust8-16/+42
2012-09-28NFS: Convert nfs_get_lock_context to return an ERR_PTR on failureTrond Myklebust3-8/+18
2012-09-28SUNRPC: Optimise away unnecessary data moves in xdr_align_pagesTrond Myklebust1-10/+13
2012-09-26NFSv4.1: decode_getdeviceinfo should check xdr_read_pages() return valueTrond Myklebust1-1/+2
2012-09-26SUNRPC: Fix the return value of xdr_align_pages()Trond Myklebust1-0/+2
2012-09-25NFS4: avoid underflow when converting error to pointer.NeilBrown1-1/+1
2012-09-25NFS: fix the return value check by using IS_ERRWei Yongjun2-2/+2
2012-09-25SUNRPC: Set alloc_slot for backchannel tcp opsBryan Schumaker1-0/+1
2012-09-19SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAITTrond Myklebust1-5/+16