index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ceph
/
messenger.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-03
libceph: use sendpage_ok() in ceph_tcp_sendpage()
Coly Li
1
-1
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-05-28
tcp: add tcp_sock_set_nodelay
Christoph Hellwig
1
-9
/
+2
2020-03-23
libceph: fix alloc_msg_with_page_vector() memory leaks
Ilya Dryomov
1
-2
/
+7
2019-11-28
libceph, rbd, ceph: convert to use the new mount API
David Howells
1
-2
/
+0
2019-09-16
libceph: add function that reset client's entity addr
Yan, Zheng
1
-0
/
+6
2019-07-18
Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-6
/
+8
2019-07-08
libceph: rename ceph_encode_addr to ceph_encode_banner_addr
Jeff Layton
1
-3
/
+3
2019-07-08
libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONE
Jeff Layton
1
-2
/
+5
2019-07-08
libceph: fix sa_family just after reading address
Jeff Layton
1
-3
/
+2
2019-06-28
keys: Pass the network namespace into request_key mechanism
David Howells
1
-1
/
+2
2019-05-17
Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2019-05-15
dns_resolver: Allow used keys to be invalidated
David Howells
1
-1
/
+1
2019-05-07
libceph: make ceph_pr_addr take an struct ceph_entity_addr pointer
Jeff Layton
1
-24
/
+24
2019-05-07
libceph: fix unaligned accesses in ceph_entity_addr handling
Jeff Layton
1
-40
/
+37
2019-03-26
libceph: fix breakage caused by multipage bvecs
Ilya Dryomov
1
-2
/
+6
2019-02-18
libceph: handle an empty authorize reply
Ilya Dryomov
1
-6
/
+9
2019-01-21
libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()
Ilya Dryomov
1
-2
/
+3
2018-12-26
libceph: switch more to bool in ceph_tcp_sendmsg()
Ilya Dryomov
1
-1
/
+1
2018-12-26
libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage()
Ilya Dryomov
1
-4
/
+13
2018-12-26
libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage()
Ilya Dryomov
1
-26
/
+6
2018-12-26
libceph: drop last_piece logic from write_partial_message_data()
Ilya Dryomov
1
-5
/
+3
2018-11-19
libceph: fall back to sendmsg for slab pages
Ilya Dryomov
1
-3
/
+9
2018-11-02
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-3
/
+3
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
1
-3
/
+3
2018-10-22
libceph: preallocate message data items
Ilya Dryomov
1
-67
/
+39
2018-10-22
libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()
Ilya Dryomov
1
-0
/
+1
2018-08-02
libceph: check authorizer reply/challenge length before reading
Ilya Dryomov
1
-0
/
+7
2018-08-02
libceph: add authorizer challenge
Ilya Dryomov
1
-1
/
+16
2018-08-02
libceph: factor out __prepare_write_connect()
Ilya Dryomov
1
-9
/
+12
2018-08-02
libceph: store ceph_auth_handshake pointer in ceph_connection
Ilya Dryomov
1
-28
/
+26
2018-08-02
libceph: use timespec64 in for keepalive2 and ticket validity
Arnd Bergmann
1
-10
/
+10
2018-06-04
libceph: use MSG_TRUNC for discarding received bytes
Ilya Dryomov
1
-13
/
+8
2018-06-04
libceph: get rid of more_kvec in try_write()
Ilya Dryomov
1
-7
/
+3
2018-04-26
libceph: validate con->state at the top of try_write()
Ilya Dryomov
1
-0
/
+7
2018-04-02
libceph, ceph: add __init attribution to init funcitons
Chengguang Xu
1
-3
/
+1
2018-04-02
libceph: handle zero-length data items
Ilya Dryomov
1
-2
/
+12
2018-04-02
libceph: introduce BVECS data type
Ilya Dryomov
1
-0
/
+75
2018-04-02
libceph, rbd: new bio handling code (aka don't clone bios)
Ilya Dryomov
1
-67
/
+34
2017-11-13
ceph: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-01
libceph: don't call ->reencode_message() more than once per message
Ilya Dryomov
1
-3
/
+3
2017-07-17
libceph: potential NULL dereference in ceph_msg_data_create()
Dan Carpenter
1
-2
/
+4
2017-07-07
libceph: ceph_connection_operations::reencode_message() method
Ilya Dryomov
1
-2
/
+5
2017-07-07
libceph: remove ceph_sanitize_features() workaround
Ilya Dryomov
1
-2
/
+1
2017-05-24
libceph: cleanup old messages according to reconnect seq
Yan, Zheng
1
-3
/
+12
2017-05-23
libceph: make ceph_msg_data_advance() return void
Ilya Dryomov
1
-7
/
+4
2017-05-09
fs: ceph: CURRENT_TIME with ktime_get_real_ts()
Deepa Dinamani
1
-2
/
+4
2017-03-23
libceph: force GFP_NOIO for socket allocations
Ilya Dryomov
1
-0
/
+6
2017-03-03
Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-15
/
+29
[next]