| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | xprtrdma: Update rkeys after transport reconnect | Chuck Lever | 2014-07-31 | 3 | -42/+54 |
| | * | | xprtrdma: Limit data payload size for ALLPHYSICAL | Chuck Lever | 2014-07-31 | 3 | -1/+45 |
| | * | | xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs | Chuck Lever | 2014-07-31 | 2 | -6/+18 |
| | * | | xprtrdma: Fix panic in rpcrdma_register_frmr_external() | Chuck Lever | 2014-07-31 | 1 | -5/+7 |
| | * | | xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map result | Yan Burman | 2014-07-22 | 1 | -0/+3 |
| * | | | SUNRPC: Enforce an upper limit on the number of cached credentials | Trond Myklebust | 2014-08-03 | 1 | -9/+35 |
| * | | | replace strict_strto calls | Daniel Walter | 2014-07-12 | 3 | -13/+9 |
| * | | | rpc_pipe: Drop memory allocation cast | Himangi Saraogi | 2014-07-12 | 1 | -1/+1 |
| * | | | sunrpc: add a new "stringify_acceptor" rpc_credop | Jeff Layton | 2014-07-12 | 2 | -20/+51 |
| * | | | auth_gss: fetch the acceptor name out of the downcall | Jeff Layton | 2014-07-12 | 1 | -3/+17 |
| * | | | SUNRPC: Handle EPIPE in xprt_connect_status | Trond Myklebust | 2014-07-03 | 2 | -0/+2 |
| * | | | SUNRPC: Ensure that we handle ENOBUFS errors correctly. | Trond Myklebust | 2014-06-30 | 2 | -0/+9 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2014-08-13 | 2 | -55/+121 |
|\ \ \ \ |
|
| * | | | | libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctly | Ilya Dryomov | 2014-08-09 | 1 | -1/+1 |
| * | | | | libceph: drop osd ref when canceling con work | Ilya Dryomov | 2014-07-08 | 1 | -4/+10 |
| * | | | | libceph: nuke ceph_osdc_unregister_linger_request() | Ilya Dryomov | 2014-07-08 | 1 | -10/+0 |
| * | | | | libceph: introduce ceph_osdc_cancel_request() | Ilya Dryomov | 2014-07-08 | 1 | -6/+25 |
| * | | | | libceph: fix linger request check in __unregister_request() | Ilya Dryomov | 2014-07-08 | 1 | -1/+1 |
| * | | | | libceph: unregister only registered linger requests | Ilya Dryomov | 2014-07-08 | 1 | -5/+14 |
| * | | | | libceph: assert both regular and lingering lists in __remove_osd() | Ilya Dryomov | 2014-07-08 | 1 | -0/+2 |
| * | | | | libceph: harden ceph_osdc_request_release() a bit | Ilya Dryomov | 2014-07-08 | 1 | -0/+7 |
| * | | | | libceph: move and add dout()s to ceph_osdc_request_{get,put}() | Ilya Dryomov | 2014-07-08 | 1 | -4/+22 |
| * | | | | libceph: move and add dout()s to ceph_msg_{get,put}() | Ilya Dryomov | 2014-07-08 | 1 | -9/+22 |
| * | | | | libceph: add maybe_move_osd_to_lru() and switch to it | Ilya Dryomov | 2014-07-08 | 1 | -12/+14 |
| * | | | | libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_item | Ilya Dryomov | 2014-07-08 | 1 | -4/+4 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2014-08-09 | 1 | -4/+6 |
|\ \ \ \ \ |
|
| * | | | | | namespaces: Use task_lock and not rcu to protect nsproxy | Eric W. Biederman | 2014-07-29 | 1 | -4/+6 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2014-08-09 | 9 | -72/+103 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | svcrdma: remove rdma_create_qp() failure recovery logic | Steve Wise | 2014-08-05 | 1 | -17/+2 |
| * | | | | SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed | Trond Myklebust | 2014-07-29 | 2 | -0/+11 |
| * | | | | SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurely | Trond Myklebust | 2014-07-29 | 1 | -18/+21 |
| * | | | | SUNRPC: Reduce contention in svc_xprt_enqueue() | Trond Myklebust | 2014-07-29 | 1 | -8/+17 |
| * | | | | svcrdma: Add zero padding if the client doesn't send it | Chuck Lever | 2014-07-22 | 1 | -0/+28 |
| * | | | | SUNRPC: xdr_get_next_encode_buffer should be declared static | Trond Myklebust | 2014-07-18 | 1 | -1/+2 |
| * | | | | svcrdma: Select NFSv4.1 backchannel transport based on forward channel | Chuck Lever | 2014-07-18 | 3 | -1/+4 |
| * | | | | svcrdma: send_write() must not overflow the device's max sge | Steve Wise | 2014-07-11 | 1 | -24/+15 |
| * | | | | SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_ok | Kinglong Mee | 2014-06-23 | 2 | -3/+3 |
* | | | | | Merge branch 'akpm' (patchbomb from Andrew Morton) | Linus Torvalds | 2014-08-06 | 5 | -6/+6 |
|\ \ \ \ \ |
|
| * | | | | | list: fix order of arguments for hlist_add_after(_rcu) | Ken Helias | 2014-08-06 | 5 | -6/+6 |
* | | | | | | netlink: hold nl_sock_hash_lock during diag dump | Thomas Graf | 2014-08-06 | 3 | -0/+5 |
* | | | | | | tcp: md5: check md5 signature without socket lock | Dmitry Popov | 2014-08-06 | 2 | -17/+44 |
* | | | | | | net-timestamp: cumulative tcp timestamping fixes | Willem de Bruijn | 2014-08-06 | 2 | -9/+11 |
* | | | | | | net-timestamp: sock_tx_timestamp() fix | Eric Dumazet | 2014-08-06 | 1 | -7/+13 |
|/ / / / / |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-08-06 | 321 | -11796/+14000 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-08-05 | 11 | -23/+41 |
| |\ \ \ \ \ |
|
| | * | | | | | sctp: fix possible seqlock seadlock in sctp_packet_transmit() | Eric Dumazet | 2014-08-05 | 1 | -1/+1 |
| | * | | | | | batman-adv: Fix out-of-order fragmentation support | Sven Eckelmann | 2014-08-05 | 1 | -3/+7 |
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2014-08-02 | 3 | -4/+9 |
| | |\ \ \ \ \ |
|
| | | * | | | | | netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same key | Thomas Graf | 2014-08-01 | 1 | -0/+1 |
| | | * | | | | | netfilter: xt_LED: fix too short led-always-blink | Jiri Prchal | 2014-07-25 | 1 | -3/+7 |