| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | libceph: add a compatibility check interface | Alex Elder | 2013-02-13 | 1 | -0/+16 |
| | * | | | libceph: fix messenger CONFIG_BLOCK dependencies | Alex Elder | 2013-02-13 | 1 | -1/+4 |
| | * | | | Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testing | Alex Elder | 2013-01-30 | 3 | -161/+103 |
| | |\ \ \ |
|
| | | * | | | libceph: fix undefined behavior when using snprintf() | Cong Ding | 2013-01-25 | 1 | -18/+10 |
| | | * | | | libceph: pass num_op with ops | Alex Elder | 2013-01-17 | 1 | -28/+15 |
| | | * | | | libceph: don't set pages or bio in ceph_osdc_alloc_request() | Alex Elder | 2013-01-17 | 1 | -13/+2 |
| | | * | | | libceph: don't set flags in ceph_osdc_alloc_request() | Alex Elder | 2013-01-17 | 1 | -7/+4 |
| | | * | | | libceph: drop osdc from ceph_calc_raw_layout() | Alex Elder | 2013-01-17 | 1 | -6/+4 |
| | | * | | | libceph: drop snapid in ceph_calc_raw_layout() | Alex Elder | 2013-01-17 | 1 | -10/+4 |
| | | * | | | libceph: pass length to ceph_calc_file_object_mapping() | Alex Elder | 2013-01-17 | 2 | -7/+8 |
| | | * | | | libceph: pass length to ceph_osdc_build_request() | Alex Elder | 2013-01-17 | 1 | -3/+3 |
| | | * | | | libceph: kill op_needs_trail() | Alex Elder | 2013-01-17 | 1 | -23/+4 |
| | | * | | | libceph: always allow trail in osd request | Alex Elder | 2013-01-17 | 1 | -31/+12 |
| | | * | | | rbd: drop oid parameters from ceph_osdc_build_request() | Alex Elder | 2013-01-17 | 1 | -8/+5 |
| | | * | | | libceph: reformat __reset_osd() | Alex Elder | 2013-01-17 | 1 | -14/+18 |
| | | * | | | crush: avoid recursion if we have already collided | Sage Weil | 2013-01-17 | 1 | -1/+1 |
| | | * | | | libceph: for chooseleaf rules, retry CRUSH map descent from root if leaf is f... | Jim Schutt | 2013-01-17 | 2 | -3/+16 |
| | | * | | | ceph: re-calculate truncate_size for strip object | Yan, Zheng | 2013-01-17 | 1 | -0/+8 |
* | | | | | | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 110 | -870/+555 |
* | | | | | | sctp: convert to idr_alloc() | Tejun Heo | 2013-02-27 | 1 | -16/+15 |
* | | | | | | mac80211: convert to idr_alloc() | Tejun Heo | 2013-02-27 | 2 | -16/+4 |
* | | | | | | net/9p: convert to idr_alloc() | Tejun Heo | 2013-02-27 | 1 | -11/+6 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 | 10 | -29/+28 |
|\ \ \ \ \ \ |
|
| * | | | | | | get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zero | Al Viro | 2013-02-26 | 1 | -1/+0 |
| * | | | | | | fs: Preserve error code in get_empty_filp(), part 2 | Anatol Pomozov | 2013-02-22 | 1 | -2/+2 |
| * | | | | | | new helper: file_inode(file) | Al Viro | 2013-02-22 | 9 | -26/+26 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-02-26 | 8 | -45/+75 |
|\ \ \ \ \ \ |
|
| * | | | | | | Revert "ip_gre: propogate target device GSO capability to the tunnel device" | Pravin B Shelar | 2013-02-25 | 1 | -8/+2 |
| * | | | | | | IP_GRE: Fix GRE_CSUM case. | Pravin B Shelar | 2013-02-25 | 1 | -4/+8 |
| * | | | | | | IP_GRE: Fix IP-Identification. | Pravin B Shelar | 2013-02-25 | 2 | -3/+6 |
| * | | | | | | sock_diag: Simplify sock_diag_handlers[] handling in __sock_diag_rcv_msg | Mathias Krause | 2013-02-23 | 1 | -17/+7 |
| * | | | | | | sock_diag: Fix out-of-bounds access to sock_diag_handlers[] | Mathias Krause | 2013-02-23 | 1 | -0/+3 |
| * | | | | | | tcp: fix SYN-data space mis-accounting | Yuchung Cheng | 2013-02-22 | 1 | -7/+11 |
| * | | | | | | sock: only define socket limit if mem cgroup configured | stephen hemminger | 2013-02-22 | 1 | -0/+2 |
| * | | | | | | net: Fix locking bug in netif_set_xps_queue | Alexander Duyck | 2013-02-22 | 1 | -1/+3 |
| * | | | | | | ipv4: fix error handling in icmp_protocol. | Li Wei | 2013-02-22 | 2 | -1/+24 |
| * | | | | | | ipv6: use a stronger hash for tcp | Eric Dumazet | 2013-02-21 | 1 | -2/+7 |
| * | | | | | | ipv4: fix a bug in ping_err(). | Li Wei | 2013-02-21 | 1 | -2/+2 |
* | | | | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2013-02-26 | 1 | -10/+10 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | IB/core: Add "type 2" memory windows support | Shani Michaeli | 2013-02-21 | 1 | -10/+10 |
* | | | | | | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-02-26 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | dmaengine: remove dma_async_memcpy_complete() macro | Bartlomiej Zolnierkiewicz | 2013-01-07 | 1 | -1/+1 |
| * | | | | | | | | dmaengine: remove dma_async_memcpy_pending() macro | Bartlomiej Zolnierkiewicz | 2013-01-07 | 1 | -3/+3 |
| | |_|_|_|_|/ /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2013-02-25 | 9 | -91/+170 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | sunrpc: Properly decode kuids and kgids in RPC_AUTH_UNIX credentials | Eric W. Biederman | 2013-02-13 | 1 | -2/+4 |
| * | | | | | | | | sunrpc: Properly encode kuids and kgids in auth.unix.gid rpc pipe upcalls. | Eric W. Biederman | 2013-02-13 | 1 | -5/+9 |
| * | | | | | | | | sunrpc: Properly encode kuids and kgids in RPC_AUTH_UNIX credentials | Eric W. Biederman | 2013-02-13 | 1 | -3/+3 |
| * | | | | | | | | sunrpc: Hash uids by first computing their value in the initial userns | Eric W. Biederman | 2013-02-13 | 2 | -3/+8 |
| * | | | | | | | | sunrpc: Update svcgss xdr handle to rpsec_contect cache | Eric W. Biederman | 2013-02-13 | 1 | -5/+13 |
| * | | | | | | | | sunrpc: Update gss uid to security context mapping. | Eric W. Biederman | 2013-02-13 | 1 | -5/+15 |