summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-01nfs: replace strict_strto* with kstrto*Daniel Walter2-4/+4
2012-10-01NFS: Remove unnecessary semicolons (fs/nfs/client.c)Yanchuan Nian1-2/+2
2012-10-01pnfsblock: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1
2012-10-01pnfsblock: fix non-aligned DIO writePeng Tao1-3/+31
2012-10-01pnfsblock: fix non-aligned DIO readPeng Tao1-8/+56
2012-10-01pnfsblock: fix partial page buffer wirtePeng Tao2-12/+166
2012-10-01Revert "pnfsblock: bail out partial page IO"Peng Tao1-36/+3
2012-10-01NFS41: fix error of setting blocklayoutdriverPeng Tao2-2/+4
2012-10-01NFSv41: fix DIO write_io calculationPeng Tao1-2/+2
2012-10-01NFS: Add nfs4_unique_id boot parameterChuck Lever5-4/+59
2012-10-01NFS: Discover NFSv4 server trunking when mountingChuck Lever7-2/+455
2012-10-01NFS: Use the same nfs_client_id4 for every serverChuck Lever1-12/+39
2012-10-01NFS: Introduce "migration" mount optionChuck Lever3-0/+24
2012-10-01SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever4-24/+27
2012-10-01SUNRPC: Refactor rpc_clone_client()Chuck Lever1-40/+43
2012-10-01SUNRPC: Use __func__ in dprintk() in auth_gss.cChuck Lever1-29/+29
2012-10-01SUNRPC: Clean up dprintk messages in rpc_pipe.cChuck Lever1-4/+4
2012-10-01NFS: Slow down state manager after an unhandled errorChuck Lever1-0/+1
2012-10-01NFS: nfs_parsed_mount_options can use unsigned intChuck Lever1-4/+4
2012-10-01lockd: create and use per-net NSM RPC clients on MON/UNMON requestsStanislav Kinsbursky1-17/+20
2012-10-01lockd: use rpc client's cl_nodename for id encodingStanislav Kinsbursky1-1/+3
2012-10-01lockd: per-net NSM client creation and destruction helpers introducedStanislav Kinsbursky3-2/+54
2012-10-01NFS: add debug messages to callback down functionStanislav Kinsbursky1-0/+2
2012-10-01NFS: callback per-net usage counting introducedStanislav Kinsbursky2-2/+18
2012-10-01NFS: make nfs_callback_tcpport6 per network contextStanislav Kinsbursky4-6/+4
2012-10-01NFS: make nfs_callback_tcpport per network contextStanislav Kinsbursky4-4/+8
2012-10-01NFS: callback up - users counting cleanupStanislav Kinsbursky1-12/+10
2012-10-01NFS: callback service start function introducedStanislav Kinsbursky1-32/+45
2012-10-01NFS: callback up - transport backchannel cleanupStanislav Kinsbursky1-17/+17
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