| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-02-11 | 9 | -25/+193 |
|\ |
|
| * | pstore: Fix sprintf format specifier in pstore_dump() | alex chen | 2015-01-16 | 1 | -2/+2 |
| * | pstore: Add pmsg - user-space accessible pstore object | Mark Salyzyn | 2015-01-16 | 9 | -2/+170 |
| * | pstore: Handle zero-sized prz in series | Mark Salyzyn | 2015-01-16 | 1 | -3/+9 |
| * | pstore: Remove superfluous memory size check | Mark Salyzyn | 2015-01-16 | 1 | -9/+0 |
| * | pstore: Use scnprintf() in pstore_mkfile() | Mark Salyzyn | 2015-01-16 | 1 | -10/+13 |
* | | Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2015-02-11 | 60 | -1729/+5236 |
|\ \ |
|
| * | | SUNRPC: Cleanup to remove xs_tcp_close() | Trond Myklebust | 2015-02-10 | 1 | -6/+1 |
| * | | pnfs: delete an unintended goto | Dan Carpenter | 2015-02-10 | 1 | -1/+0 |
| * | | pnfs/flexfiles: Do not dprintk after the free | Tom Haynes | 2015-02-09 | 1 | -1/+1 |
| * | | SUNRPC: Fix stupid typo in xs_sock_set_reuseport | Trond Myklebust | 2015-02-09 | 1 | -2/+3 |
| * | | SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUG | Trond Myklebust | 2015-02-09 | 1 | -2/+2 |
| * | | SUNRPC: Handle connection reset more efficiently. | Trond Myklebust | 2015-02-09 | 1 | -16/+18 |
| * | | SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag | Trond Myklebust | 2015-02-09 | 3 | -3/+0 |
| * | | SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_release | Trond Myklebust | 2015-02-09 | 1 | -5/+1 |
| * | | SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connection | Trond Myklebust | 2015-02-09 | 1 | -2/+2 |
| * | | SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORT | Trond Myklebust | 2015-02-09 | 2 | -4/+0 |
| * | | SUNRPC: Remove TCP socket linger code | Trond Myklebust | 2015-02-09 | 1 | -35/+0 |
| * | | SUNRPC: Remove TCP client connection reset hack | Trond Myklebust | 2015-02-08 | 2 | -67/+1 |
| * | | SUNRPC: TCP/UDP always close the old socket before reconnecting | Trond Myklebust | 2015-02-08 | 1 | -2/+3 |
| * | | SUNRPC: Add helpers to prevent socket create from racing | Trond Myklebust | 2015-02-08 | 3 | -6/+41 |
| * | | SUNRPC: Ensure xs_reset_transport() resets the close connection flags | Trond Myklebust | 2015-02-08 | 1 | -16/+13 |
| * | | SUNRPC: Do not clear the source port in xs_reset_transport | Trond Myklebust | 2015-02-08 | 1 | -2/+0 |
| * | | SUNRPC: Handle EADDRINUSE on connect | Trond Myklebust | 2015-02-08 | 2 | -0/+5 |
| * | | SUNRPC: Set SO_REUSEPORT socket option for TCP connections | Trond Myklebust | 2015-02-08 | 1 | -4/+49 |
| * | | Merge tag 'nfs-rdma-for-3.20-part-2' of git://git.linux-nfs.org/projects/anna... | Trond Myklebust | 2015-02-08 | 1 | -3/+4 |
| |\ \ |
|
| | * | | xprtrdma: Address sparse complaint in rpcr_to_rdmar() | Chuck Lever | 2015-02-05 | 1 | -3/+4 |
| * | | | NFSv4.1: Fix pnfs_put_lseg races | Trond Myklebust | 2015-02-05 | 1 | -34/+19 |
| * | | | NFSv4.1: pnfs_send_layoutreturn should use GFP_NOFS | Trond Myklebust | 2015-02-05 | 1 | -1/+1 |
| * | | | NFSv4.1: Pin the inode and super block in asynchronous layoutreturns | Trond Myklebust | 2015-02-05 | 2 | -8/+12 |
| * | | | NFSv4.1: Pin the inode and super block in asynchronous layoutcommit | Trond Myklebust | 2015-02-05 | 2 | -8/+12 |
| * | | | NFSv4: Ensure we reference the inode for return-on-close in delegreturn | Trond Myklebust | 2015-02-05 | 3 | -9/+36 |
| * | | | NFSv4.1: Ask for no delegation on OPEN if using O_DIRECT | Trond Myklebust | 2015-02-04 | 3 | -26/+85 |
| * | | | NFS: Add Anna Schumaker as co-maintainer for the NFS client | Trond Myklebust | 2015-02-04 | 1 | -0/+1 |
| * | | | SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup | Trond Myklebust | 2015-02-03 | 4 | -12/+24 |
| * | | | Merge branch 'flexfiles' | Trond Myklebust | 2015-02-03 | 39 | -1041/+4268 |
| |\ \ \ |
|
| | * | | | pnfs: lookup new lseg at lseg boundary | Weston Andros Adamson | 2015-02-03 | 1 | -2/+8 |
| | * | | | nfs41: .init_read and .init_write can be called with valid pg_lseg | Peng Tao | 2015-02-03 | 1 | -21/+20 |
| | * | | | pnfs: Update documentation on the Layout Drivers | Tom Haynes | 2015-02-03 | 1 | -6/+7 |
| | * | | | pnfs/flexfiles: Add the FlexFile Layout Driver | Tom Haynes | 2015-02-03 | 13 | -12/+2325 |
| | * | | | nfs: count DIO good bytes correctly with mirroring | Peng Tao | 2015-02-03 | 1 | -4/+8 |
| | * | | | nfs41: wait for LAYOUTRETURN before retrying LAYOUTGET | Peng Tao | 2015-02-03 | 3 | -3/+45 |
| | * | | | nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writes | Peng Tao | 2015-02-03 | 2 | -0/+7 |
| | * | | | nfs41: add NFS_LAYOUT_RETRY_LAYOUTGET to layout header flags | Peng Tao | 2015-02-03 | 2 | -0/+21 |
| | * | | | nfs/flexfiles: send layoutreturn before freeing lseg | Peng Tao | 2015-02-03 | 1 | -25/+56 |
| | * | | | nfs41: introduce NFS_LAYOUT_RETURN_BEFORE_CLOSE | Peng Tao | 2015-02-03 | 3 | -7/+36 |
| | * | | | nfs41: allow async version layoutreturn | Peng Tao | 2015-02-03 | 3 | -8/+16 |
| | * | | | nfs41: add range to layoutreturn args | Peng Tao | 2015-02-03 | 3 | -5/+7 |
| | * | | | pnfs: allow LD to ask to resend read through pnfs | Peng Tao | 2015-02-03 | 2 | -1/+16 |
| | * | | | nfs: add nfs_pgio_current_mirror helper | Peng Tao | 2015-02-03 | 4 | -14/+24 |