| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2015-07-02 | 1 | -2/+1 |
|\ |
|
| * | libceph: Fix ceph_tcp_sendpage()'s more boolean usage | Benoît Canet | 2015-06-29 | 1 | -1/+1 |
| * | libceph: Remove spurious kunmap() of the zero page | Benoît Canet | 2015-06-25 | 1 | -1/+0 |
* | | net: Add a struct net parameter to sock_create_kern | Eric W. Biederman | 2015-05-11 | 1 | -2/+2 |
|/ |
|
* | libceph: don't overwrite specific con error msgs | Ilya Dryomov | 2015-04-20 | 1 | -12/+13 |
* | Revert "libceph: use memalloc flags for net IO" | Ilya Dryomov | 2015-04-07 | 1 | -8/+1 |
* | libceph: tcp_nodelay support | Chaitanya Huilgol | 2015-02-19 | 1 | -1/+13 |
* | libceph: message signature support | Yan, Zheng | 2014-12-17 | 1 | -3/+29 |
* | libceph: nuke ceph_kvfree() | Ilya Dryomov | 2014-12-17 | 1 | -1/+1 |
* | libceph: use memalloc flags for net IO | Mike Christie | 2014-10-30 | 1 | -1/+9 |
* | libceph: ceph-msgr workqueue needs a resque worker | Ilya Dryomov | 2014-10-14 | 1 | -1/+5 |
* | libceph: reference counting pagelist | Yan, Zheng | 2014-10-14 | 1 | -3/+1 |
* | libceph: Convert pr_warning to pr_warn | Joe Perches | 2014-10-14 | 1 | -9/+9 |
* | 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: move and add dout()s to ceph_msg_{get,put}() | Ilya Dryomov | 2014-07-08 | 1 | -9/+22 |
* | libceph: fix corruption when using page_count 0 page in rbd | Chunwei Chen | 2014-05-16 | 1 | -1/+19 |
* | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 2014-04-11 | 1 | -1/+1 |
* | libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance() | Yan, Zheng | 2014-04-04 | 1 | -0/+6 |
* | libceph: do not dereference a NULL bio pointer | Ilya Dryomov | 2014-02-07 | 1 | -2/+6 |
* | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-01-30 | 1 | -26/+17 |
|\ |
|
| * | ceph: Convert to immutable biovecs | Kent Overstreet | 2013-11-23 | 1 | -26/+17 |
* | | libceph: add ceph_kv{malloc,free}() and switch to them | Ilya Dryomov | 2014-01-26 | 1 | -11/+2 |
* | | libceph: fix preallocation check in get_reply() | Ilya Dryomov | 2014-01-14 | 1 | -2/+1 |
* | | libceph: rename ceph_msg::front_max to front_alloc_len | Ilya Dryomov | 2014-01-14 | 1 | -3/+3 |
* | | libceph: use CEPH_MON_PORT when the specified port is 0 | Ilya Dryomov | 2013-12-31 | 1 | -1/+3 |
* | | libceph: update ceph_features.h | Ilya Dryomov | 2013-12-31 | 1 | -1/+3 |
* | | libceph: all features fields must be u64 | Ilya Dryomov | 2013-12-31 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2013-09-09 | 1 | -1/+1 |
|\ |
|
| * | ceph: WQ_NON_REENTRANT is meaningless and going away | Tejun Heo | 2013-08-09 | 1 | -1/+1 |
* | | net: add sk_stream_is_writeable() helper | Eric Dumazet | 2013-07-24 | 1 | -1/+1 |
|/ |
|
* | libceph: allocate ceph message data with a slab allocator | Alex Elder | 2013-05-02 | 1 | -3/+23 |
* | libceph: allocate ceph messages with a slab allocator | Alex Elder | 2013-05-02 | 1 | -2/+27 |
* | libceph: fix two messenger bugs | Alex Elder | 2013-05-01 | 1 | -5/+3 |
* | libceph: add, don't set data for a message | Alex Elder | 2013-05-01 | 1 | -6/+6 |
* | libceph: implement multiple data items in a message | Alex Elder | 2013-05-01 | 1 | -16/+32 |
* | libceph: replace message data pointer with list | Alex Elder | 2013-05-01 | 1 | -15/+31 |
* | libceph: have cursor point to data | Alex Elder | 2013-05-01 | 1 | -58/+55 |
* | libceph: move cursor into message | Alex Elder | 2013-05-01 | 1 | -16/+19 |
* | libceph: record bio length | Alex Elder | 2013-05-01 | 1 | -0/+1 |
* | libceph: skip message if too big to receive | Alex Elder | 2013-05-01 | 1 | -1/+9 |
* | libceph: fix possible CONFIG_BLOCK build problem | Alex Elder | 2013-05-01 | 1 | -1/+3 |
* | libceph: provide data length when preparing message | Alex Elder | 2013-05-01 | 1 | -11/+8 |
* | libceph: record message data length | Alex Elder | 2013-05-01 | 1 | -1/+9 |
* | libceph: account for alignment in pages cursor | Alex Elder | 2013-05-01 | 1 | -3/+4 |
* | libceph: page offset must be less than page size | Alex Elder | 2013-05-01 | 1 | -7/+7 |
* | libceph: fix broken data length assertions | Alex Elder | 2013-05-01 | 1 | -2/+2 |
* | libceph: make message data be a pointer | Alex Elder | 2013-05-01 | 1 | -33/+61 |
* | libceph: use only ceph_msg_data_advance() | Alex Elder | 2013-05-01 | 1 | -36/+3 |
* | libceph: don't add to crc unless data sent | Alex Elder | 2013-05-01 | 1 | -2/+2 |