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, ceph: implement msgr2.1 protocol (crc and secure modes)
Ilya Dryomov
2020-12-14
1
-12
/
+56
*
libceph: move msgr1 protocol specific fields to its own struct
Ilya Dryomov
2020-12-14
1
-4
/
+4
*
libceph: move msgr1 protocol implementation to its own file
Ilya Dryomov
2020-12-14
1
-1495
/
+0
*
libceph: separate msgr1 protocol implementation
Ilya Dryomov
2020-12-14
1
-50
/
+88
*
libceph: export remaining protocol independent infrastructure
Ilya Dryomov
2020-12-14
1
-82
/
+75
*
libceph: export zero_page
Ilya Dryomov
2020-12-14
1
-8
/
+9
*
libceph: rename and export con->flags bits
Ilya Dryomov
2020-12-14
1
-43
/
+34
*
libceph: rename and export con->state states
Ilya Dryomov
2020-12-14
1
-51
/
+39
*
libceph: make con->state an int
Ilya Dryomov
2020-12-14
1
-10
/
+6
*
libceph: don't export ceph_messenger_{init_fini}() to modules
Ilya Dryomov
2020-12-14
1
-2
/
+0
*
libceph: make sure our addr->port is zero and addr->nonce is non-zero
Ilya Dryomov
2020-12-14
1
-10
/
+17
*
libceph: factor out ceph_con_get_out_msg()
Ilya Dryomov
2020-12-14
1
-20
/
+39
*
libceph: change ceph_con_in_msg_alloc() to take hdr
Ilya Dryomov
2020-12-14
1
-5
/
+6
*
libceph: change ceph_msg_data_cursor_init() to take cursor
Ilya Dryomov
2020-12-14
1
-4
/
+3
*
libceph: handle discarding acked and requeued messages separately
Ilya Dryomov
2020-12-14
1
-20
/
+54
*
libceph: drop msg->ack_stamp field
Ilya Dryomov
2020-12-14
1
-1
/
+0
*
libceph: remove redundant session reset log message
Ilya Dryomov
2020-12-14
1
-4
/
+3
*
libceph: clear con->peer_global_seq on RESETSESSION
Ilya Dryomov
2020-12-14
1
-3
/
+3
*
libceph: rename reset_connection() to ceph_con_reset_session()
Ilya Dryomov
2020-12-14
1
-6
/
+4
*
libceph: split protocol reset bits out of reset_connection()
Ilya Dryomov
2020-12-14
1
-26
/
+24
*
libceph: don't call reset_connection() on version/feature mismatches
Ilya Dryomov
2020-12-14
1
-3
/
+0
*
libceph: lower exponential backoff delay
Ilya Dryomov
2020-12-14
1
-3
/
+9
*
libceph: include middle_len in process_message() dout
Ilya Dryomov
2020-12-14
1
-1
/
+2
*
libceph: clear con->out_msg on Policy::stateful_server faults
Ilya Dryomov
2020-10-12
1
-0
/
+5
*
libceph: format ceph_entity_addr nonces as unsigned
Ilya Dryomov
2020-10-12
1
-3
/
+3
*
libceph: move a dout in queue_con_delay()
Ilya Dryomov
2020-10-12
1
-1
/
+1
*
libceph: use sendpage_ok() in ceph_tcp_sendpage()
Coly Li
2020-10-02
1
-1
/
+1
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-2
/
+2
*
tcp: add tcp_sock_set_nodelay
Christoph Hellwig
2020-05-28
1
-9
/
+2
*
libceph: fix alloc_msg_with_page_vector() memory leaks
Ilya Dryomov
2020-03-23
1
-2
/
+7
*
libceph, rbd, ceph: convert to use the new mount API
David Howells
2019-11-27
1
-2
/
+0
*
libceph: add function that reset client's entity addr
Yan, Zheng
2019-09-16
1
-0
/
+6
*
Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2019-07-18
1
-6
/
+8
|
\
|
*
libceph: rename ceph_encode_addr to ceph_encode_banner_addr
Jeff Layton
2019-07-08
1
-3
/
+3
|
*
libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONE
Jeff Layton
2019-07-08
1
-2
/
+5
|
*
libceph: fix sa_family just after reading address
Jeff Layton
2019-07-08
1
-3
/
+2
*
|
keys: Pass the network namespace into request_key mechanism
David Howells
2019-06-27
1
-1
/
+2
|
/
*
Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-05-16
1
-1
/
+1
|
\
|
*
dns_resolver: Allow used keys to be invalidated
David Howells
2019-05-15
1
-1
/
+1
*
|
libceph: make ceph_pr_addr take an struct ceph_entity_addr pointer
Jeff Layton
2019-05-07
1
-24
/
+24
*
|
libceph: fix unaligned accesses in ceph_entity_addr handling
Jeff Layton
2019-05-07
1
-40
/
+37
|
/
*
libceph: fix breakage caused by multipage bvecs
Ilya Dryomov
2019-03-25
1
-2
/
+6
*
libceph: handle an empty authorize reply
Ilya Dryomov
2019-02-18
1
-6
/
+9
*
libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()
Ilya Dryomov
2019-01-21
1
-2
/
+3
*
libceph: switch more to bool in ceph_tcp_sendmsg()
Ilya Dryomov
2018-12-26
1
-1
/
+1
*
libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage()
Ilya Dryomov
2018-12-26
1
-4
/
+13
*
libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage()
Ilya Dryomov
2018-12-26
1
-26
/
+6
*
libceph: drop last_piece logic from write_partial_message_data()
Ilya Dryomov
2018-12-26
1
-5
/
+3
*
libceph: fall back to sendmsg for slab pages
Ilya Dryomov
2018-11-19
1
-3
/
+9
*
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-11-01
1
-3
/
+3
|
\
[next]