index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ceph
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-17
libceph: gracefully handle large reply messages from the mon
Sage Weil
1
-0
/
+8
2014-09-17
libceph: rename ceph_msg::front_max to front_alloc_len
Ilya Dryomov
2
-7
/
+7
2014-09-17
libceph: do not hard code max auth ticket len
Ilya Dryomov
1
-35
/
+29
2014-09-17
libceph: add process_one_ticket() helper
Ilya Dryomov
1
-104
/
+124
2014-09-17
libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctly
Ilya Dryomov
1
-1
/
+1
2014-06-07
libceph: fix corruption when using page_count 0 page in rbd
Chunwei Chen
1
-1
/
+19
2014-03-31
libceph: resend all writes after the osdmap loses the full flag
Josh Durgin
1
-6
/
+22
2014-03-31
libceph: block I/O when PAUSE or FULL osd map flags are set
Josh Durgin
1
-2
/
+27
2014-01-09
libceph: add function to ensure notifies are complete
Josh Durgin
1
-0
/
+11
2014-01-09
libceph: create_singlethread_workqueue() doesn't return ERR_PTRs
Dan Carpenter
1
-4
/
+2
2014-01-09
libceph: potential NULL dereference in ceph_osdc_handle_map()
Dan Carpenter
1
-0
/
+2
2014-01-09
libceph: fix error handling in handle_reply()
Dan Carpenter
1
-3
/
+3
2014-01-09
libceph: call r_unsafe_callback when unsafe reply is received
Yan, Zheng
1
-7
/
+7
2014-01-09
libceph: fix truncate size calculation
Yan, Zheng
1
-6
/
+8
2014-01-09
libceph: fix safe completion
Yan, Zheng
1
-9
/
+8
2014-01-09
libceph: add lingering request reference when registered
Alex Elder
1
-7
/
+5
2013-09-26
libceph: use pg_num_mask instead of pgp_num_mask for pg.seed calc
Sage Weil
1
-1
/
+1
2013-09-26
libceph: unregister request in __map_request failed and nofail == false
majianpeng
1
-0
/
+2
2013-07-13
libceph: Fix NULL pointer dereference in auth client code
Tyler Hicks
1
-0
/
+6
2013-05-17
libceph: must hold mutex for reset_changed_osds()
Alex Elder
1
-1
/
+1
2013-05-13
libceph: init sent and completed when starting
Alex Elder
1
-1
/
+4
2013-05-02
libceph: use slab cache for osd client requests
Alex Elder
2
-2
/
+32
2013-05-02
libceph: allocate ceph message data with a slab allocator
Alex Elder
1
-3
/
+23
2013-05-02
libceph: allocate ceph messages with a slab allocator
Alex Elder
1
-2
/
+27
2013-05-01
libceph: create source file "net/ceph/snapshot.c"
Alex Elder
2
-1
/
+79
2013-05-01
libceph: fix byte order mismatch
Alex Elder
1
-2
/
+1
2013-05-01
libceph: support pages for class request data
Alex Elder
1
-0
/
+12
2013-05-01
libceph: fix two messenger bugs
Alex Elder
1
-5
/
+3
2013-05-01
libceph: support raw data requests
Alex Elder
1
-4
/
+34
2013-05-01
libceph: clean up osd data field access functions
Alex Elder
1
-33
/
+15
2013-05-01
libceph: kill off osd data write_request parameters
Alex Elder
1
-14
/
+11
2013-05-01
libceph: change how "safe" callback is used
Alex Elder
1
-3
/
+9
2013-05-01
libceph: make method call data be a separate data item
Alex Elder
1
-18
/
+44
2013-05-01
libceph: add, don't set data for a message
Alex Elder
2
-14
/
+14
2013-05-01
libceph: implement multiple data items in a message
Alex Elder
1
-16
/
+32
2013-05-01
libceph: replace message data pointer with list
Alex Elder
1
-15
/
+31
2013-05-01
libceph: have cursor point to data
Alex Elder
1
-58
/
+55
2013-05-01
libceph: move cursor into message
Alex Elder
1
-16
/
+19
2013-05-01
libceph: record bio length
Alex Elder
1
-0
/
+1
2013-05-01
libceph: skip message if too big to receive
Alex Elder
1
-1
/
+9
2013-05-01
libceph: fix possible CONFIG_BLOCK build problem
Alex Elder
1
-1
/
+3
2013-05-01
libceph: kill off osd request r_data_in and r_data_out
Alex Elder
1
-40
/
+39
2013-05-01
libceph: set the data pointers when encoding ops
Alex Elder
1
-32
/
+31
2013-05-01
libceph: combine initializing and setting osd data
Alex Elder
1
-33
/
+122
2013-05-01
libceph: set message data when building osd request
Alex Elder
1
-5
/
+5
2013-05-01
libceph: move ceph_osdc_build_request()
Alex Elder
1
-98
/
+98
2013-05-01
libceph: format class info at init time
Alex Elder
1
-14
/
+15
2013-05-01
libceph: specify osd op by index in request
Alex Elder
1
-25
/
+39
2013-05-01
libceph: add data pointers in osd op structures
Alex Elder
1
-1
/
+25
2013-05-01
libceph: rename data out field in osd request op
Alex Elder
1
-9
/
+9
[next]