index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ceph
/
messenger.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
libceph: kill last of ceph_msg_pos
Alex Elder
2013-05-01
1
-25
/
+31
*
libceph: kill most of ceph_msg_pos
Alex Elder
2013-05-01
1
-21
/
+1
*
libceph: use cursor resid for loop condition
Alex Elder
2013-05-01
1
-5
/
+4
*
libceph: collapse all data items into one
Alex Elder
2013-05-01
1
-85
/
+38
*
libceph: get rid of read helpers
Alex Elder
2013-05-01
1
-62
/
+18
*
libceph: no outbound zero data
Alex Elder
2013-05-01
1
-7
/
+4
[next]