index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
rnbd
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-02
block/rnbd-srv: Replace sess_dev_list with index_idr
Md Haris Iqbal
2
-14
/
+7
2022-08-02
block/rnbd-srv: Set keep_id to true after mutex_trylock
Md Haris Iqbal
1
-1
/
+2
2022-08-02
rnbd-clt: make rnbd_clt_change_capacity return void
Guoqing Jiang
1
-4
/
+3
2022-08-02
rnbd-clt: pass sector_t type for resize capacity
Guoqing Jiang
3
-5
/
+5
2022-08-02
rnbd-clt: check capacity inside rnbd_clt_change_capacity
Guoqing Jiang
1
-6
/
+7
2022-08-02
rnbd-clt: adjust the layout of struct rnbd_clt_dev
Guoqing Jiang
1
-2
/
+2
2022-08-02
rnbd-clt: reduce the size of struct rnbd_clt_dev
Guoqing Jiang
2
-74
/
+55
2022-08-02
rnbd-clt: kill read_only from struct rnbd_clt_dev
Guoqing Jiang
2
-7
/
+2
2022-08-02
rnbd-clt: don't free rsp in msg_open_conf for map scenario
Guoqing Jiang
1
-4
/
+14
2022-08-02
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
2022-05-03
rnbd-srv: use bdev_discard_alignment
Christoph Hellwig
1
-1
/
+1
2022-04-18
block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usage
Jack Wang
1
-2
/
+12
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2
-3
/
+3
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2
-5
/
+0
2022-04-17
block: add a bdev_max_discard_sectors helper
Christoph Hellwig
1
-2
/
+1
2022-04-17
block: add a bdev_fua helper
Christoph Hellwig
1
-2
/
+1
2022-04-17
block: add a bdev_write_cache helper
Christoph Hellwig
1
-1
/
+1
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
4
-14
/
+3
2022-03-21
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-19
/
+13
2022-03-08
blk-mq: prepare for implementing hctx table via xarray
Ming Lei
1
-1
/
+1
2022-02-27
block/rnbd: Remove a useless mutex
Christophe JAILLET
1
-8
/
+3
2022-02-27
block/rnbd: client device does not care queue/rotational
Gioh Kim
4
-9
/
+8
2022-02-27
block/rnbd-clt: fix CHECK:BRACES warning
Gioh Kim
1
-2
/
+2
2022-02-22
scsi: rnbd: Remove WRITE_SAME support
Christoph Hellwig
4
-14
/
+3
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
1
-3
/
+2
2022-02-02
rnbd-srv: remove struct rnbd_dev_blk_io
Christoph Hellwig
4
-38
/
+7
2022-02-02
rnbd-srv: simplify bio mapping in process_rdma
Christoph Hellwig
3
-69
/
+16
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+0
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-1
/
+1
2022-01-15
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
1
-1
/
+1
2022-01-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
4
-12
/
+12
2022-01-07
RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sess
Vaishali Thakkar
2
-3
/
+3
2022-01-07
RDMA/rtrs-srv: Rename rtrs_srv to rtrs_srv_sess
Vaishali Thakkar
2
-3
/
+3
2022-01-07
RDMA/rtrs-srv: Rename rtrs_srv_sess to rtrs_srv_path
Vaishali Thakkar
1
-6
/
+6
2022-01-05
block/rnbd-clt-sysfs: use default_groups in kobj_type
Greg Kroah-Hartman
1
-1
/
+2
2021-11-29
block: remove the ->rq_disk field in struct request
Christoph Hellwig
1
-2
/
+2
2021-10-21
rnbd: add error handling support for add_disk()
Luis Chamberlain
1
-4
/
+9
2021-10-18
block: add a struct io_comp_batch argument to fops->iopoll()
Jens Axboe
1
-1
/
+1
2021-10-18
block: move struct request to blk-mq.h
Christoph Hellwig
1
-1
/
+1
2021-10-12
block/rnbd-clt-sysfs: fix a couple uninitialized variable bugs
Dan Carpenter
1
-1
/
+3
2021-08-02
block/rnbd: Use sysfs_emit instead of s*printf function for sysfs show
Md Haris Iqbal
2
-25
/
+22
2021-08-02
block/rnbd-clt: Use put_cpu_ptr after get_cpu_ptr
Gioh Kim
1
-1
/
+1
2021-07-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-6
/
+4
2021-06-21
rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.
Jack Wang
2
-6
/
+4
2021-06-11
rnbd: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
1
-27
/
+8
2021-05-03
block/rnbd: Remove all likely and unlikely
Gioh Kim
2
-13
/
+13
[next]