| Commit message (Expand) | Author | Age | Files | Lines |
* | libceph: fix crypto key null deref, memory leak | Sylvain Munaut | 2012-08-02 | 2 | -1/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-08-01 | 1 | -50/+43 |
|\ |
|
| * | clean unix_bind() up a bit | Al Viro | 2012-07-29 | 1 | -45/+43 |
| * | pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea... | Al Viro | 2012-07-29 | 1 | -4/+0 |
| * | new helper: done_path_create() | Al Viro | 2012-07-29 | 1 | -5/+4 |
* | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-07-31 | 16 | -60/+304 |
|\ \ |
|
| * | | nfs: enable swap on NFS | Mel Gorman | 2012-07-31 | 4 | -2/+62 |
| * | | netvm: prevent a stream-specific deadlock | Mel Gorman | 2012-07-31 | 4 | -13/+27 |
| * | | netvm: set PF_MEMALLOC as appropriate during SKB processing | Mel Gorman | 2012-07-31 | 2 | -6/+63 |
| * | | netvm: allow skb allocation to use PFMEMALLOC reserves | Mel Gorman | 2012-07-31 | 3 | -25/+112 |
| * | | netvm: allow the use of __GFP_MEMALLOC by specific sockets | Mel Gorman | 2012-07-31 | 1 | -0/+22 |
| * | | net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th... | Mel Gorman | 2012-07-31 | 2 | -8/+12 |
| * | | memcg: rename config variables | Andrew Morton | 2012-07-31 | 5 | -6/+6 |
* | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-07-31 | 2 | -0/+4 |
|\ \ \ |
|
| * | | | net: feed /dev/random with the MAC address when registering a device | Theodore Ts'o | 2012-07-14 | 2 | -0/+4 |
* | | | | Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-07-31 | 4 | -5/+19 |
|\ \ \ \ |
|
| * | | | | SUNRPC: return negative value in case rpcbind client creation error | Stanislav Kinsbursky | 2012-07-30 | 1 | -2/+2 |
| * | | | | nfs: skip commit in releasepage if we're freeing memory for fs-related reasons | Jeff Layton | 2012-07-30 | 3 | -1/+14 |
| * | | | | sunrpc: clarify comments on rpc_make_runnable | Jeff Layton | 2012-07-30 | 1 | -2/+3 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-07-31 | 14 | -119/+216 |
|\ \ \ \ \ |
|
| * | | | | | ipv4: Properly purge netdev references on uncached routes. | David S. Miller | 2012-07-31 | 3 | -4/+66 |
| * | | | | | ipv4: Cache routes in nexthop exception entries. | David S. Miller | 2012-07-31 | 2 | -64/+78 |
| * | | | | | ipv4: percpu nh_rth_output cache | Eric Dumazet | 2012-07-31 | 2 | -6/+32 |
| * | | | | | ipv4: Restore old dst_free() behavior. | Eric Dumazet | 2012-07-31 | 4 | -40/+39 |
| * | | | | | bridge: make port attributes const | stephen hemminger | 2012-07-30 | 1 | -3/+3 |
| * | | | | | ipv4: remove rt_cache_rebuild_count | Eric Dumazet | 2012-07-30 | 1 | -11/+0 |
| * | | | | | net: ipv4: fix RCU races on dst refcounts | Eric Dumazet | 2012-07-30 | 7 | -29/+41 |
| * | | | | | net: TCP early demux cleanup | Eric Dumazet | 2012-07-30 | 2 | -4/+0 |
| * | | | | | ipv6: fix incorrect route 'expires' value passed to userspace | Li Wei | 2012-07-29 | 2 | -8/+8 |
| * | | | | | ipv4: clean up put_child | Lin Ming | 2012-07-29 | 1 | -26/+25 |
| * | | | | | ipv4: fix debug info in tnode_new | Lin Ming | 2012-07-29 | 1 | -1/+1 |
* | | | | | | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-07-31 | 1 | -1/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | SUNRPC/cache: fix reporting of expired cache entries in 'content' file. | NeilBrown | 2012-07-12 | 1 | -1/+4 |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-07-31 | 7 | -445/+737 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | libceph: recheck con state after allocating incoming message | Sage Weil | 2012-07-30 | 1 | -1/+8 |
| * | | | | | | libceph: change ceph_con_in_msg_alloc convention to be less weird | Sage Weil | 2012-07-30 | 1 | -25/+31 |
| * | | | | | | libceph: avoid dropping con mutex before fault | Sage Weil | 2012-07-30 | 1 | -3/+1 |
| * | | | | | | libceph: verify state after retaking con lock after dispatch | Sage Weil | 2012-07-30 | 1 | -1/+2 |
| * | | | | | | libceph: revoke mon_client messages on session restart | Sage Weil | 2012-07-30 | 1 | -0/+4 |
| * | | | | | | libceph: fix handling of immediate socket connect failure | Sage Weil | 2012-07-30 | 1 | -7/+19 |
| * | | | | | | libceph: be less chatty about stray replies | Sage Weil | 2012-07-30 | 1 | -2/+2 |
| * | | | | | | libceph: clear all flags on con_close | Sage Weil | 2012-07-30 | 1 | -0/+2 |
| * | | | | | | libceph: clean up con flags | Sage Weil | 2012-07-30 | 1 | -26/+36 |
| * | | | | | | libceph: replace connection state bits with states | Sage Weil | 2012-07-30 | 1 | -62/+68 |
| * | | | | | | libceph: drop unnecessary CLOSED check in socket state change callback | Sage Weil | 2012-07-30 | 1 | -3/+0 |
| * | | | | | | libceph: close socket directly from ceph_con_close() | Sage Weil | 2012-07-30 | 1 | -7/+1 |
| * | | | | | | libceph: drop gratuitous socket close calls in con_work | Sage Weil | 2012-07-30 | 1 | -4/+4 |
| * | | | | | | libceph: move ceph_con_send() closed check under the con mutex | Sage Weil | 2012-07-30 | 1 | -9/+7 |
| * | | | | | | libceph: move msgr clear_standby under con mutex protection | Sage Weil | 2012-07-30 | 1 | -3/+4 |
| * | | | | | | libceph: fix fault locking; close socket on lossy fault | Sage Weil | 2012-07-30 | 1 | -7/+7 |