summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-13SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lockChuck Lever1-1/+4
2015-02-12SUNRPC: Fix a compile error when #undef CONFIG_PROC_FSTrond Myklebust1-2/+5
2015-02-11NFSv4.1: Convert open-coded array allocation calls to kmalloc_array()Trond Myklebust1-2/+2
2015-02-11NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust1-1/+3
2015-02-10SUNRPC: Cleanup to remove xs_tcp_close()Trond Myklebust1-6/+1
2015-02-10pnfs: delete an unintended gotoDan Carpenter1-1/+0
2015-02-09pnfs/flexfiles: Do not dprintk after the freeTom Haynes1-1/+1
2015-02-09SUNRPC: Fix stupid typo in xs_sock_set_reuseportTrond Myklebust1-2/+3
2015-02-09SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUGTrond Myklebust1-2/+2
2015-02-09SUNRPC: Handle connection reset more efficiently.Trond Myklebust1-16/+18
2015-02-09SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust3-3/+0
2015-02-09SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_releaseTrond Myklebust1-5/+1
2015-02-09SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connectionTrond Myklebust1-2/+2
2015-02-09SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust2-4/+0
2015-02-09SUNRPC: Remove TCP socket linger codeTrond Myklebust1-35/+0
2015-02-08SUNRPC: Remove TCP client connection reset hackTrond Myklebust2-67/+1
2015-02-08SUNRPC: TCP/UDP always close the old socket before reconnectingTrond Myklebust1-2/+3
2015-02-08SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust3-6/+41
2015-02-08SUNRPC: Ensure xs_reset_transport() resets the close connection flagsTrond Myklebust1-16/+13
2015-02-08SUNRPC: Do not clear the source port in xs_reset_transportTrond Myklebust1-2/+0
2015-02-08SUNRPC: Handle EADDRINUSE on connectTrond Myklebust2-0/+5
2015-02-08SUNRPC: Set SO_REUSEPORT socket option for TCP connectionsTrond Myklebust1-4/+49
2015-02-08Merge tag 'nfs-rdma-for-3.20-part-2' of git://git.linux-nfs.org/projects/anna...Trond Myklebust1-3/+4
2015-02-05NFSv4.1: Fix pnfs_put_lseg racesTrond Myklebust1-34/+19
2015-02-05NFSv4.1: pnfs_send_layoutreturn should use GFP_NOFSTrond Myklebust1-1/+1
2015-02-05NFSv4.1: Pin the inode and super block in asynchronous layoutreturnsTrond Myklebust2-8/+12
2015-02-05NFSv4.1: Pin the inode and super block in asynchronous layoutcommitTrond Myklebust2-8/+12
2015-02-05NFSv4: Ensure we reference the inode for return-on-close in delegreturnTrond Myklebust3-9/+36
2015-02-05xprtrdma: Address sparse complaint in rpcr_to_rdmar()Chuck Lever1-3/+4
2015-02-04NFSv4.1: Ask for no delegation on OPEN if using O_DIRECTTrond Myklebust3-26/+85
2015-02-04NFS: Add Anna Schumaker as co-maintainer for the NFS clientTrond Myklebust1-0/+1
2015-02-03SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust4-12/+24
2015-02-03Merge branch 'flexfiles'Trond Myklebust39-1041/+4268
2015-02-03pnfs: lookup new lseg at lseg boundaryWeston Andros Adamson1-2/+8
2015-02-03nfs41: .init_read and .init_write can be called with valid pg_lsegPeng Tao1-21/+20
2015-02-03pnfs: Update documentation on the Layout DriversTom Haynes1-6/+7
2015-02-03pnfs/flexfiles: Add the FlexFile Layout DriverTom Haynes13-12/+2325
2015-02-03nfs: count DIO good bytes correctly with mirroringPeng Tao1-4/+8
2015-02-03nfs41: wait for LAYOUTRETURN before retrying LAYOUTGETPeng Tao3-3/+45
2015-02-03nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writesPeng Tao2-0/+7
2015-02-03nfs41: add NFS_LAYOUT_RETRY_LAYOUTGET to layout header flagsPeng Tao2-0/+21
2015-02-03nfs/flexfiles: send layoutreturn before freeing lsegPeng Tao1-25/+56
2015-02-03nfs41: introduce NFS_LAYOUT_RETURN_BEFORE_CLOSEPeng Tao3-7/+36
2015-02-03nfs41: allow async version layoutreturnPeng Tao3-8/+16
2015-02-03nfs41: add range to layoutreturn argsPeng Tao3-5/+7
2015-02-03pnfs: allow LD to ask to resend read through pnfsPeng Tao2-1/+16
2015-02-03nfs: add nfs_pgio_current_mirror helperPeng Tao4-14/+24
2015-02-03nfs: only reset desc->pg_mirror_idx when mirroring is supportedPeng Tao2-4/+11
2015-02-03nfs41: add a debug warning if we destroy an unempty layoutPeng Tao1-0/+2
2015-02-03pnfs: fail comparison when bucket verifier not setWeston Andros Adamson1-1/+5