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
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
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
/
drivers
/
block
/
rnbd
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-23
block/rnbd-srv: Check for unlikely string overflow
Kees Cook
1
-9
/
+10
2023-06-09
block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE
Guoqing Jiang
1
-1
/
+1
2021-05-19
block/rnbd-clt: Check the return value of the function rtrs_clt_query
Md Haris Iqbal
1
-2
/
+10
2021-05-19
block/rnbd-clt: Change queue_depth type in rnbd_clt_session to size_t
Md Haris Iqbal
1
-1
/
+1
2021-05-11
block/rnbd-clt: Fix missing a memory free when unloading the module
Gioh Kim
1
-3
/
+7
2021-01-17
block/rnbd-clt: avoid module unload race with close confirmation
Jack Wang
1
-1
/
+2
2020-12-30
block/rnbd-clt: Fix possible memleak
Jack Wang
1
-2
/
+3
2020-12-30
block/rnbd-clt: Get rid of warning regarding size argument in strlcpy
Md Haris Iqbal
1
-2
/
+1
2020-12-30
block/rnbd: fix a null pointer dereference on dev->blk_symlink_name
Colin Ian King
1
-1
/
+1
2020-12-30
block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_name
Md Haris Iqbal
3
-7
/
+23
2020-10-13
block/rnbd-clt: send_msg_close if any error occurs after send_msg_open
Gioh Kim
1
-1
/
+3
2020-10-13
block/rnbd-clt: do not cap max_hw_sectors & max_segments with remote device
Jack Wang
1
-5
/
+0
2020-10-13
block/rnbd-clt: remove nr argument from send_usr_msg
Guoqing Jiang
1
-5
/
+5
2020-09-03
blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED
Ming Lei
1
-1
/
+1
2020-09-02
block: add a new revalidate_disk_size helper
Christoph Hellwig
1
-8
/
+2
2020-08-21
block/rnbd: Ensure err is always initialized in process_rdma
Nathan Chancellor
1
-1
/
+2
2020-08-06
rnbd: no need to set bi_end_io in rnbd_bio_map_kern
Guoqing Jiang
1
-1
/
+0
2020-08-06
rnbd: remove rnbd_dev_submit_io
Guoqing Jiang
3
-56
/
+31
2020-05-22
RDMA/rnbd: Fix compilation error when CONFIG_MODULES is disabled
Danil Kipnis
1
-4
/
+7
2020-05-22
block/rnbd: Fix an IS_ERR() vs NULL check in find_or_create_sess()
Dan Carpenter
1
-5
/
+4
2020-05-19
rnbd/rtrs: Pass max segment size from blk user to the rdma library
Danil Kipnis
1
-0
/
+1
2020-05-17
block/rnbd: a bit of documentation
Jack Wang
1
-0
/
+92
2020-05-17
block/rnbd: include client and server modules into kernel compilation
Jack Wang
2
-0
/
+43
2020-05-17
block/rnbd: server: sysfs interface functions
Jack Wang
1
-0
/
+215
2020-05-17
block/rnbd: server: functionality for IO submitting to block dev
Jack Wang
2
-0
/
+226
2020-05-17
block/rnbd: server: main functionality
Jack Wang
1
-0
/
+844
2020-05-17
block/rnbd: server: private header with server structs and functions
Jack Wang
1
-0
/
+78
2020-05-17
block/rnbd: client: sysfs interface functions
Jack Wang
1
-0
/
+636
2020-05-17
block/rnbd: client: main functionality
Jack Wang
1
-0
/
+1729
2020-05-17
block/rnbd: client: private header with client structs and functions
Jack Wang
1
-0
/
+156
2020-05-17
block/rnbd: private headers with rnbd protocol structs and helpers
Jack Wang
3
-0
/
+367