index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
rnbd
/
rnbd-clt.c
Age
Commit message (
Expand
)
Author
2024-06-28
rnbd-cnt: don't set QUEUE_FLAG_SAME_FORCE
Christoph Hellwig
2024-06-28
rnbd: don't set QUEUE_FLAG_SAME_COMP
Christoph Hellwig
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
2024-02-19
rnbd-clt: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
2023-11-27
block/rnbd: use %pe to print errors
Supriti Singh
2023-11-27
block/rnbd: add support for REQ_OP_WRITE_ZEROES
Santosh Pradhan
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
2023-01-17
block/rnbd-clt: fix wrong max ID in ida_alloc_max
Guoqing Jiang
2022-08-24
block/rnbd-clt: Remove the unneeded result variable
ye xingchen
2022-08-22
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
2022-08-02
rnbd-clt: make rnbd_clt_change_capacity return void
Guoqing Jiang
2022-08-02
rnbd-clt: pass sector_t type for resize capacity
Guoqing Jiang
2022-08-02
rnbd-clt: check capacity inside rnbd_clt_change_capacity
Guoqing Jiang
2022-08-02
rnbd-clt: reduce the size of struct rnbd_clt_dev
Guoqing Jiang
2022-08-02
rnbd-clt: kill read_only from struct rnbd_clt_dev
Guoqing Jiang
2022-08-02
rnbd-clt: don't free rsp in msg_open_conf for map scenario
Guoqing Jiang
2022-08-02
rnbd-clt: open code send_msg_open in rnbd_clt_map_device
Guoqing Jiang
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
2022-04-18
block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usage
Jack Wang
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-03-21
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-08
blk-mq: prepare for implementing hctx table via xarray
Ming Lei
2022-02-27
block/rnbd: Remove a useless mutex
Christophe JAILLET
2022-02-27
block/rnbd: client device does not care queue/rotational
Gioh Kim
2022-02-27
block/rnbd-clt: fix CHECK:BRACES warning
Gioh Kim
2022-02-22
scsi: rnbd: Remove WRITE_SAME support
Christoph Hellwig
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
2022-01-15
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
2022-01-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2022-01-07
RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sess
Vaishali Thakkar
2021-11-29
block: remove the ->rq_disk field in struct request
Christoph Hellwig
2021-10-21
rnbd: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
block: add a struct io_comp_batch argument to fops->iopoll()
Jens Axboe
2021-08-02
block/rnbd-clt: Use put_cpu_ptr after get_cpu_ptr
Gioh Kim
2021-07-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2021-06-21
rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.
Jack Wang
2021-06-11
rnbd: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
2021-05-03
block/rnbd: Remove all likely and unlikely
Gioh Kim
2021-05-03
block/rnbd-clt: Check the return value of the function rtrs_clt_query
Md Haris Iqbal
2021-05-03
block/rnbd: Fix style issues
Dima Stepanov
2021-04-20
block/rnbd: Use strscpy instead of strlcpy
Dima Stepanov
2021-04-20
block/rnbd-clt: Remove max_segment_size
Jack Wang
2021-04-20
block/rnbd-clt: Generate kobject_uevent when the rnbd device state changes
Md Haris Iqbal
[next]