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.12.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
/
drivers
/
block
/
rnbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/rnbd-clt: fix wrong max ID in ida_alloc_max
Guoqing Jiang
2023-01-17
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2022-10-07
1
-6
/
+5
|
\
|
*
RDMA/rtrs: Remove 'dir' argument from rnbd_srv_rdma_ev
Guoqing Jiang
2022-08-30
1
-6
/
+5
*
|
rnbd-srv: remove struct rnbd_dev
Christoph Hellwig
2022-09-21
3
-50
/
+18
*
|
rnbd-srv: remove rnbd_dev_{open,close}
Christoph Hellwig
2022-09-21
4
-62
/
+18
*
|
rnbd-srv: remove rnbd_endio
Christoph Hellwig
2022-09-21
2
-15
/
+7
*
|
rnbd-srv: simplify rnbd_srv_fill_msg_open_rsp
Christoph Hellwig
2022-09-21
2
-52
/
+13
*
|
rnbd-srv: remove redundant setting of blk_open_flags
Guoqing Jiang
2022-09-05
1
-1
/
+0
*
|
rnbd-srv: make process_msg_close returns void
Guoqing Jiang
2022-09-05
1
-4
/
+3
*
|
rnbd-srv: add comment in rnbd_srv_rdma_ev
Guoqing Jiang
2022-09-05
1
-0
/
+5
*
|
block/rnbd-clt: Remove the unneeded result variable
ye xingchen
2022-08-24
1
-3
/
+1
*
|
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
2022-08-22
1
-3
/
+1
*
|
block/rnbd-srv: Add event tracing support
Santosh Pradhan
2022-08-22
4
-7
/
+241
|
/
*
block/rnbd-srv: Replace sess_dev_list with index_idr
Md Haris Iqbal
2022-08-02
2
-14
/
+7
*
block/rnbd-srv: Set keep_id to true after mutex_trylock
Md Haris Iqbal
2022-08-02
1
-1
/
+2
*
rnbd-clt: make rnbd_clt_change_capacity return void
Guoqing Jiang
2022-08-02
1
-4
/
+3
*
rnbd-clt: pass sector_t type for resize capacity
Guoqing Jiang
2022-08-02
3
-5
/
+5
*
rnbd-clt: check capacity inside rnbd_clt_change_capacity
Guoqing Jiang
2022-08-02
1
-6
/
+7
*
rnbd-clt: adjust the layout of struct rnbd_clt_dev
Guoqing Jiang
2022-08-02
1
-2
/
+2
*
rnbd-clt: reduce the size of struct rnbd_clt_dev
Guoqing Jiang
2022-08-02
2
-74
/
+55
*
rnbd-clt: kill read_only from struct rnbd_clt_dev
Guoqing Jiang
2022-08-02
2
-7
/
+2
*
rnbd-clt: don't free rsp in msg_open_conf for map scenario
Guoqing Jiang
2022-08-02
1
-4
/
+14
*
rnbd-clt: open code send_msg_open in rnbd_clt_map_device
Guoqing Jiang
2022-08-02
1
-2
/
+41
*
block/rnbd: Use blk_opf_t where appropriate
Bart Van Assche
2022-07-14
1
-3
/
+4
*
rnbd-srv: remove the name field from struct rnbd_dev
Christoph Hellwig
2022-07-14
5
-12
/
+7
*
block: remove blk_cleanup_disk
Christoph Hellwig
2022-06-28
1
-2
/
+2
*
block: simplify disk shutdown
Christoph Hellwig
2022-06-28
1
-1
/
+1
*
rnbd-srv: use bdev_discard_alignment
Christoph Hellwig
2022-05-03
1
-1
/
+1
*
block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usage
Jack Wang
2022-04-18
1
-2
/
+12
*
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2022-04-17
2
-3
/
+3
*
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-17
2
-5
/
+0
*
block: add a bdev_max_discard_sectors helper
Christoph Hellwig
2022-04-17
1
-2
/
+1
*
block: add a bdev_fua helper
Christoph Hellwig
2022-04-17
1
-2
/
+1
*
block: add a bdev_write_cache helper
Christoph Hellwig
2022-04-17
1
-1
/
+1
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-03-24
4
-14
/
+3
|
\
|
*
scsi: rnbd: Remove WRITE_SAME support
Christoph Hellwig
2022-02-22
4
-14
/
+3
*
|
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-21
4
-19
/
+13
|
\
\
|
*
|
block/rnbd: Remove a useless mutex
Christophe JAILLET
2022-02-27
1
-8
/
+3
|
*
|
block/rnbd: client device does not care queue/rotational
Gioh Kim
2022-02-27
4
-9
/
+8
|
*
|
block/rnbd-clt: fix CHECK:BRACES warning
Gioh Kim
2022-02-27
1
-2
/
+2
*
|
|
blk-mq: prepare for implementing hctx table via xarray
Ming Lei
2022-03-08
1
-1
/
+1
|
/
/
*
|
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
2022-02-02
1
-3
/
+2
*
|
rnbd-srv: remove struct rnbd_dev_blk_io
Christoph Hellwig
2022-02-02
4
-38
/
+7
*
|
rnbd-srv: simplify bio mapping in process_rdma
Christoph Hellwig
2022-02-02
3
-69
/
+16
*
|
block: remove genhd.h
Christoph Hellwig
2022-02-02
1
-1
/
+0
|
/
*
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
2022-01-23
1
-1
/
+1
|
\
|
*
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
2022-01-15
1
-1
/
+1
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2022-01-13
4
-12
/
+12
|
\
\
|
*
|
RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sess
Vaishali Thakkar
2022-01-07
2
-3
/
+3
|
*
|
RDMA/rtrs-srv: Rename rtrs_srv to rtrs_srv_sess
Vaishali Thakkar
2022-01-07
2
-3
/
+3
[next]