summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-01NFS: make nfs_callback_tcpport per network contextStanislav Kinsbursky
2012-10-01NFS: callback up - users counting cleanupStanislav Kinsbursky
2012-10-01NFS: callback service start function introducedStanislav Kinsbursky
2012-10-01NFS: callback up - transport backchannel cleanupStanislav Kinsbursky
2012-10-01NFS: move per-net callback thread initialization to nfs_callback_up_net()Stanislav Kinsbursky
2012-10-01NFS: callback service creation function introducedStanislav Kinsbursky
2012-10-01NFS: pass net to nfs_callback_down()Stanislav Kinsbursky
2012-10-01NFSv4: Add ACCESS operation to OPEN compoundWeston Andros Adamson
2012-10-01NFS: Use kzalloc() instead of kmalloc() in the idmapperBryan Schumaker
2012-10-01NFS: Remove bad delegations during open recoveryBryan Schumaker
2012-10-01NFS: Always use the open stateid when checking for expired opensBryan Schumaker
2012-09-29SUNRPC: Limit the rpciod workqueue concurrencyTrond Myklebust
2012-09-28NFSv4.1: nfs4_proc_layoutreturn must always drop the plh_block_lgets countTrond 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: Get rid of pNFS layout state "NFS_LAYOUT_INVALID"Trond Myklebust
2012-09-28NFSv4.1: Simplify the pNFS return-on-close codeTrond 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: pNFS data servers may be temporarily offlineTrond 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: 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-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
2012-09-28NFS: Clean up the pNFS layoutget interfaceTrond Myklebust
2012-09-28SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust
2012-09-28NFS: Write the entire file if a server reboot occurs during fsync()Trond Myklebust
2012-09-28NFS: Fix fdatasync/fsync() when confronted with a server rebootTrond Myklebust
2012-09-28NFSv4: Convert the nfs4_lock_state->ls_flags to a bit fieldTrond Myklebust
2012-09-28NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust
2012-09-28NFS: Convert nfs_get_lock_context to return an ERR_PTR on failureTrond Myklebust
2012-09-28SUNRPC: Optimise away unnecessary data moves in xdr_align_pagesTrond Myklebust
2012-09-26NFSv4.1: decode_getdeviceinfo should check xdr_read_pages() return valueTrond Myklebust
2012-09-26SUNRPC: Fix the return value of xdr_align_pages()Trond Myklebust