| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-12-20 | 5 | -60/+61 |
|\ |
|
| * | nfsd4: cleanup: replace rq_resused count by rq_next_page pointer | J. Bruce Fields | 2012-12-18 | 4 | -7/+11 |
| * | svcrpc: fix some printks | J. Bruce Fields | 2012-12-17 | 1 | -4/+4 |
| * | SUNRPC: remove redundant "linux/nsproxy.h" includes | Stanislav Kinsbursky | 2012-12-10 | 2 | -2/+0 |
| * | svcrpc: support multiple-fragment rpc's | J. Bruce Fields | 2012-12-04 | 1 | -25/+25 |
| * | svcrpc: track rpc data length separately from sk_tcplen | J. Bruce Fields | 2012-12-04 | 1 | -7/+12 |
| * | svcrpc: fix off-by-4 error in "incomplete TCP record" dprintk | J. Bruce Fields | 2012-12-04 | 1 | -1/+2 |
| * | svcrpc: delay minimum-rpc-size check till later | J. Bruce Fields | 2012-12-04 | 1 | -9/+7 |
| * | svcrpc: don't byte-swap sk_reclen in place | J. Bruce Fields | 2012-12-04 | 1 | -15/+11 |
| * | svcrpc: demote some printks to a dprintk | J. Bruce Fields | 2012-11-08 | 1 | -3/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-12-20 | 4 | -111/+105 |
|\ \ |
|
| * | | libceph: register request before unregister linger | Alex Elder | 2012-12-20 | 1 | -1/+1 |
| * | | libceph: don't use rb_init_node() in ceph_osdc_alloc_request() | Alex Elder | 2012-12-20 | 1 | -1/+1 |
| * | | libceph: init event->node in ceph_osdc_create_event() | Alex Elder | 2012-12-20 | 1 | -0/+1 |
| * | | libceph: init osd->o_node in create_osd() | Alex Elder | 2012-12-20 | 1 | -0/+1 |
| * | | libceph: report connection fault with warning | Alex Elder | 2012-12-20 | 1 | -1/+1 |
| * | | libceph: socket can close in any connection state | Alex Elder | 2012-12-17 | 1 | -17/+30 |
| * | | rbd: remove linger unconditionally | Alex Elder | 2012-12-17 | 1 | -1/+1 |
| * | | libceph: avoid using freed osd in __kick_osd_requests() | Alex Elder | 2012-12-17 | 1 | -1/+2 |
| * | | ceph: don't reference req after put | Alex Elder | 2012-12-17 | 1 | -1/+1 |
| * | | libceph: remove 'osdtimeout' option | Sage Weil | 2012-12-13 | 2 | -45/+5 |
| * | | libceph: define ceph_pg_pool_name_by_id() | Alex Elder | 2012-11-01 | 1 | -0/+16 |
| * | | libceph: fix osdmap decode error paths | Sage Weil | 2012-10-30 | 1 | -11/+20 |
| * | | libceph: avoid NULL kref_put from NULL alloc_msg return | Sage Weil | 2012-10-26 | 1 | -1/+2 |
| * | | rbd: define common queue_con_delay() | Alex Elder | 2012-10-10 | 1 | -15/+23 |
| * | | rbd: let con_work() handle backoff | Alex Elder | 2012-10-10 | 1 | -18/+2 |
* | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-20 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | virtio: 9p: correctly pass physical address to userspace for high pages | Will Deacon | 2012-10-22 | 1 | -1/+2 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-12-20 | 18 | -57/+121 |
|\ \ \ \ |
|
| * | | | | ipv6: addrconf.c: remove unnecessary "if" | Cong Ding | 2012-12-19 | 1 | -2/+1 |
| * | | | | bridge: Correctly encode addresses when dumping mdb entries | Vlad Yasevich | 2012-12-19 | 1 | -2/+4 |
| * | | | | bridge: Do not unregister all PF_BRIDGE rtnl operations | Vlad Yasevich | 2012-12-19 | 4 | -1/+9 |
| * | | | | atm: use scnprintf() instead of sprintf() | chas williams - CONTRACTOR | 2012-12-18 | 1 | -25/+15 |
| * | | | | netlink: validate addr_len on bind | Hannes Frederic Sowa | 2012-12-18 | 1 | -0/+3 |
| * | | | | netlink: change presentation of portid in procfs to unsigned | Hannes Frederic Sowa | 2012-12-18 | 1 | -1/+1 |
| * | | | | ipv6: Fix Makefile offload objects | Simon Arlott | 2012-12-16 | 1 | -1/+1 |
| * | | | | sctp: jsctp_sf_eat_sack: fix jprobes function signature mismatch | Daniel Borkmann | 2012-12-16 | 1 | -1/+2 |
| * | | | | bridge: add flags to distinguish permanent mdb entires | Amerigo Wang | 2012-12-16 | 3 | -7/+14 |
| * | | | | sctp: Change defaults on cookie hmac selection | Neil Horman | 2012-12-16 | 2 | -4/+27 |
| * | | | | inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock | Christoph Paasch | 2012-12-14 | 5 | -8/+24 |
| * | | | | ipv6: Change skb->data before using icmpv6_notify() to propagate redirect | Duan Jiong | 2012-12-14 | 1 | -0/+17 |
| * | | | | mac802154: fix destructon ordering for ieee802154 devices | Konstantin Khlebnikov | 2012-12-14 | 1 | -2/+2 |
| * | | | | bridge: remove temporary variable for MLDv2 maximum response code computation | Ang Way Chuang | 2012-12-14 | 1 | -3/+1 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-12-18 | 1 | -1/+2 |
|\ \ \ \ \ |
|
| * | | | | | userns: Require CAP_SYS_ADMIN for most uses of setns. | Eric W. Biederman | 2012-12-15 | 1 | -1/+2 |
* | | | | | | Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-12-18 | 13 | -74/+144 |
|\ \ \ \ \ \ |
|
| * | | | | | | SUNRPC: continue run over clients list on PipeFS event instead of break | Stanislav Kinsbursky | 2012-12-17 | 1 | -1/+1 |
| * | | | | | | SUNRPC: variable 'svsk' is unused in function bc_send_request | Trond Myklebust | 2012-12-15 | 1 | -2/+0 |
| * | | | | | | SUNRPC: Handle ECONNREFUSED in xs_local_setup_socket | Trond Myklebust | 2012-12-15 | 1 | -0/+4 |
| * | | | | | | SUNRPC handle EKEYEXPIRED in call_refreshresult | Andy Adamson | 2012-12-12 | 1 | -0/+1 |