summaryrefslogtreecommitdiffstats
path: root/net/ceph/messenger.c
AgeCommit message (Expand)AuthorLines
2015-02-19libceph: tcp_nodelay supportChaitanya Huilgol-1/+13
2014-12-17libceph: message signature supportYan, Zheng-3/+29
2014-12-17libceph: nuke ceph_kvfree()Ilya Dryomov-1/+1
2014-10-30libceph: use memalloc flags for net IOMike Christie-1/+9
2014-10-14libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov-1/+5
2014-10-14libceph: reference counting pagelistYan, Zheng-3/+1
2014-10-14libceph: Convert pr_warning to pr_warnJoe Perches-9/+9
2014-08-09libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov-1/+1
2014-07-08libceph: drop osd ref when canceling con workIlya Dryomov-4/+10
2014-07-08libceph: move and add dout()s to ceph_msg_{get,put}()Ilya Dryomov-9/+22
2014-05-16libceph: fix corruption when using page_count 0 page in rbdChunwei Chen-1/+19
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller-1/+1
2014-04-04libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance()Yan, Zheng-0/+6
2014-02-07libceph: do not dereference a NULL bio pointerIlya Dryomov-2/+6
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds-26/+17
2014-01-26libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov-11/+2
2014-01-14libceph: fix preallocation check in get_reply()Ilya Dryomov-2/+1
2014-01-14libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov-3/+3
2013-12-31libceph: use CEPH_MON_PORT when the specified port is 0Ilya Dryomov-1/+3
2013-12-31libceph: update ceph_features.hIlya Dryomov-1/+3
2013-12-31libceph: all features fields must be u64Ilya Dryomov-2/+2
2013-11-23ceph: Convert to immutable biovecsKent Overstreet-26/+17
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-1/+1
2013-08-09ceph: WQ_NON_REENTRANT is meaningless and going awayTejun Heo-1/+1
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet-1/+1
2013-05-02libceph: allocate ceph message data with a slab allocatorAlex Elder-3/+23
2013-05-02libceph: allocate ceph messages with a slab allocatorAlex Elder-2/+27
2013-05-01libceph: fix two messenger bugsAlex Elder-5/+3
2013-05-01libceph: add, don't set data for a messageAlex Elder-6/+6
2013-05-01libceph: implement multiple data items in a messageAlex Elder-16/+32
2013-05-01libceph: replace message data pointer with listAlex Elder-15/+31
2013-05-01libceph: have cursor point to dataAlex Elder-58/+55
2013-05-01libceph: move cursor into messageAlex Elder-16/+19
2013-05-01libceph: record bio lengthAlex Elder-0/+1
2013-05-01libceph: skip message if too big to receiveAlex Elder-1/+9
2013-05-01libceph: fix possible CONFIG_BLOCK build problemAlex Elder-1/+3
2013-05-01libceph: provide data length when preparing messageAlex Elder-11/+8
2013-05-01libceph: record message data lengthAlex Elder-1/+9
2013-05-01libceph: account for alignment in pages cursorAlex Elder-3/+4
2013-05-01libceph: page offset must be less than page sizeAlex Elder-7/+7
2013-05-01libceph: fix broken data length assertionsAlex Elder-2/+2
2013-05-01libceph: make message data be a pointerAlex Elder-33/+61
2013-05-01libceph: use only ceph_msg_data_advance()Alex Elder-36/+3
2013-05-01libceph: don't add to crc unless data sentAlex Elder-2/+2
2013-05-01libceph: kill last of ceph_msg_posAlex Elder-25/+31
2013-05-01libceph: kill most of ceph_msg_posAlex Elder-21/+1
2013-05-01libceph: use cursor resid for loop conditionAlex Elder-5/+4
2013-05-01libceph: collapse all data items into oneAlex Elder-85/+38
2013-05-01libceph: get rid of read helpersAlex Elder-62/+18
2013-05-01libceph: no outbound zero dataAlex Elder-7/+4