index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
rnbd
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-13
block/rnbd-srv: Check for unlikely string overflow
Kees Cook
1
-9
/
+10
2023-11-27
block/rnbd: use %pe to print errors
Supriti Singh
2
-13
/
+13
2023-11-27
block/rnbd: add support for REQ_OP_WRITE_ZEROES
Santosh Pradhan
3
-8
/
+18
2023-10-28
rnbd-srv: Convert to use bdev_open_by_path()
Jan Kara
2
-14
/
+15
2023-08-19
drivers/rnbd: restore sysfs interface to rnbd-client
Li Zhijian
1
-1
/
+1
2023-06-21
block/rnbd: make all 'class' structures const
Ivan Orlov
2
-19
/
+23
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2
-4
/
+4
2023-06-12
rnbd-srv: replace sess->open_flags with a "bool readonly"
Christoph Hellwig
3
-11
/
+9
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
1
-2
/
+2
2023-06-12
rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
1
-2
/
+2
2023-06-12
block/rnbd-srv: make process_msg_sess_info returns void
Guoqing Jiang
1
-6
/
+3
2023-06-12
block/rnbd-srv: init err earlier in rnbd_srv_init_module
Guoqing Jiang
1
-5
/
+3
2023-06-12
block/rnbd-srv: init ret with 0 instead of -EPERM
Guoqing Jiang
1
-4
/
+3
2023-06-12
block/rnbd-srv: rename one member in rnbd_srv_dev
Guoqing Jiang
2
-8
/
+8
2023-06-12
block/rnbd-srv: no need to check sess_dev
Guoqing Jiang
1
-1
/
+1
2023-06-12
block/rnbd: introduce rnbd_access_modes
Guoqing Jiang
6
-32
/
+16
2023-06-12
block/rnbd-srv: remove unused header
Guoqing Jiang
1
-1
/
+0
2023-06-12
block/rnbd: kill rnbd_flags_supported
Guoqing Jiang
1
-22
/
+0
2023-06-05
block: introduce holder ops
Christoph Hellwig
1
-1
/
+1
2023-05-12
block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE
Guoqing Jiang
1
-1
/
+1
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2
-2
/
+2
2023-01-17
block/rnbd-clt: fix wrong max ID in ida_alloc_max
Guoqing Jiang
1
-1
/
+1
2022-10-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-6
/
+5
2022-09-21
rnbd-srv: remove struct rnbd_dev
Christoph Hellwig
3
-50
/
+18
2022-09-21
rnbd-srv: remove rnbd_dev_{open,close}
Christoph Hellwig
4
-62
/
+18
2022-09-21
rnbd-srv: remove rnbd_endio
Christoph Hellwig
2
-15
/
+7
2022-09-21
rnbd-srv: simplify rnbd_srv_fill_msg_open_rsp
Christoph Hellwig
2
-52
/
+13
2022-09-05
rnbd-srv: remove redundant setting of blk_open_flags
Guoqing Jiang
1
-1
/
+0
2022-09-05
rnbd-srv: make process_msg_close returns void
Guoqing Jiang
1
-4
/
+3
2022-09-05
rnbd-srv: add comment in rnbd_srv_rdma_ev
Guoqing Jiang
1
-0
/
+5
2022-08-30
RDMA/rtrs: Remove 'dir' argument from rnbd_srv_rdma_ev
Guoqing Jiang
1
-6
/
+5
2022-08-24
block/rnbd-clt: Remove the unneeded result variable
ye xingchen
1
-3
/
+1
2022-08-22
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
1
-3
/
+1
2022-08-22
block/rnbd-srv: Add event tracing support
Santosh Pradhan
4
-7
/
+241
2022-08-03
block/rnbd-srv: Replace sess_dev_list with index_idr
Md Haris Iqbal
2
-14
/
+7
2022-08-03
block/rnbd-srv: Set keep_id to true after mutex_trylock
Md Haris Iqbal
1
-1
/
+2
2022-08-03
rnbd-clt: make rnbd_clt_change_capacity return void
Guoqing Jiang
1
-4
/
+3
2022-08-03
rnbd-clt: pass sector_t type for resize capacity
Guoqing Jiang
3
-5
/
+5
2022-08-03
rnbd-clt: check capacity inside rnbd_clt_change_capacity
Guoqing Jiang
1
-6
/
+7
2022-08-03
rnbd-clt: adjust the layout of struct rnbd_clt_dev
Guoqing Jiang
1
-2
/
+2
2022-08-03
rnbd-clt: reduce the size of struct rnbd_clt_dev
Guoqing Jiang
2
-74
/
+55
2022-08-03
rnbd-clt: kill read_only from struct rnbd_clt_dev
Guoqing Jiang
2
-7
/
+2
2022-08-03
rnbd-clt: don't free rsp in msg_open_conf for map scenario
Guoqing Jiang
1
-4
/
+14
2022-08-03
rnbd-clt: open code send_msg_open in rnbd_clt_map_device
Guoqing Jiang
1
-2
/
+41
2022-07-14
block/rnbd: Use blk_opf_t where appropriate
Bart Van Assche
1
-3
/
+4
2022-07-14
rnbd-srv: remove the name field from struct rnbd_dev
Christoph Hellwig
5
-12
/
+7
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
1
-2
/
+2
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
1
-1
/
+1
[next]