summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Kill unused nfs_inode->delegation_state fieldTrond Myklebust2015-02-143-6/+0
* NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust2015-02-142-2/+2
* SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lockChuck Lever2015-02-131-1/+4
* SUNRPC: Fix a compile error when #undef CONFIG_PROC_FSTrond Myklebust2015-02-121-2/+5
* NFSv4.1: Convert open-coded array allocation calls to kmalloc_array()Trond Myklebust2015-02-121-2/+2
* NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust2015-02-121-1/+3
* SUNRPC: Cleanup to remove xs_tcp_close()Trond Myklebust2015-02-101-6/+1
* pnfs: delete an unintended gotoDan Carpenter2015-02-101-1/+0
* pnfs/flexfiles: Do not dprintk after the freeTom Haynes2015-02-101-1/+1
* SUNRPC: Fix stupid typo in xs_sock_set_reuseportTrond Myklebust2015-02-091-2/+3
* SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUGTrond Myklebust2015-02-091-2/+2
* SUNRPC: Handle connection reset more efficiently.Trond Myklebust2015-02-091-16/+18
* SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust2015-02-093-3/+0
* SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_releaseTrond Myklebust2015-02-091-5/+1
* SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connectionTrond Myklebust2015-02-091-2/+2
* SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust2015-02-092-4/+0
* SUNRPC: Remove TCP socket linger codeTrond Myklebust2015-02-091-35/+0
* SUNRPC: Remove TCP client connection reset hackTrond Myklebust2015-02-092-67/+1
* SUNRPC: TCP/UDP always close the old socket before reconnectingTrond Myklebust2015-02-091-2/+3
* SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust2015-02-093-6/+41
* SUNRPC: Ensure xs_reset_transport() resets the close connection flagsTrond Myklebust2015-02-091-16/+13
* SUNRPC: Do not clear the source port in xs_reset_transportTrond Myklebust2015-02-091-2/+0
* SUNRPC: Handle EADDRINUSE on connectTrond Myklebust2015-02-092-0/+5
* SUNRPC: Set SO_REUSEPORT socket option for TCP connectionsTrond Myklebust2015-02-091-4/+49
* Merge tag 'nfs-rdma-for-3.20-part-2' of git://git.linux-nfs.org/projects/anna...Trond Myklebust2015-02-081-3/+4
|\
| * xprtrdma: Address sparse complaint in rpcr_to_rdmar()Chuck Lever2015-02-051-3/+4
* | NFSv4.1: Fix pnfs_put_lseg racesTrond Myklebust2015-02-061-34/+19
* | NFSv4.1: pnfs_send_layoutreturn should use GFP_NOFSTrond Myklebust2015-02-061-1/+1
* | NFSv4.1: Pin the inode and super block in asynchronous layoutreturnsTrond Myklebust2015-02-062-8/+12
* | NFSv4.1: Pin the inode and super block in asynchronous layoutcommitTrond Myklebust2015-02-062-8/+12
* | NFSv4: Ensure we reference the inode for return-on-close in delegreturnTrond Myklebust2015-02-063-9/+36
* | NFSv4.1: Ask for no delegation on OPEN if using O_DIRECTTrond Myklebust2015-02-043-26/+85
* | NFS: Add Anna Schumaker as co-maintainer for the NFS clientTrond Myklebust2015-02-041-0/+1
* | SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust2015-02-034-12/+24
* | Merge branch 'flexfiles'Trond Myklebust2015-02-0339-1041/+4268
|\ \
| * | pnfs: lookup new lseg at lseg boundaryWeston Andros Adamson2015-02-031-2/+8
| * | nfs41: .init_read and .init_write can be called with valid pg_lsegPeng Tao2015-02-031-21/+20
| * | pnfs: Update documentation on the Layout DriversTom Haynes2015-02-031-6/+7
| * | pnfs/flexfiles: Add the FlexFile Layout DriverTom Haynes2015-02-0313-12/+2325
| * | nfs: count DIO good bytes correctly with mirroringPeng Tao2015-02-031-4/+8
| * | nfs41: wait for LAYOUTRETURN before retrying LAYOUTGETPeng Tao2015-02-033-3/+45
| * | nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writesPeng Tao2015-02-032-0/+7
| * | nfs41: add NFS_LAYOUT_RETRY_LAYOUTGET to layout header flagsPeng Tao2015-02-032-0/+21
| * | nfs/flexfiles: send layoutreturn before freeing lsegPeng Tao2015-02-031-25/+56
| * | nfs41: introduce NFS_LAYOUT_RETURN_BEFORE_CLOSEPeng Tao2015-02-033-7/+36
| * | nfs41: allow async version layoutreturnPeng Tao2015-02-033-8/+16
| * | nfs41: add range to layoutreturn argsPeng Tao2015-02-033-5/+7
| * | pnfs: allow LD to ask to resend read through pnfsPeng Tao2015-02-032-1/+16
| * | nfs: add nfs_pgio_current_mirror helperPeng Tao2015-02-034-14/+24
| * | nfs: only reset desc->pg_mirror_idx when mirroring is supportedPeng Tao2015-02-032-4/+11