summaryrefslogtreecommitdiff
path: root/drivers/block/rnbd/rnbd-clt.c
AgeCommit message (Expand)Author
2024-02-19rnbd-clt: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig
2023-11-27block/rnbd: use %pe to print errorsSupriti Singh
2023-11-27block/rnbd: add support for REQ_OP_WRITE_ZEROESSantosh Pradhan
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-01-17block/rnbd-clt: fix wrong max ID in ida_alloc_maxGuoqing Jiang
2022-08-24block/rnbd-clt: Remove the unneeded result variableye xingchen
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche
2022-08-02rnbd-clt: make rnbd_clt_change_capacity return voidGuoqing Jiang
2022-08-02rnbd-clt: pass sector_t type for resize capacityGuoqing Jiang
2022-08-02rnbd-clt: check capacity inside rnbd_clt_change_capacityGuoqing Jiang
2022-08-02rnbd-clt: reduce the size of struct rnbd_clt_devGuoqing Jiang
2022-08-02rnbd-clt: kill read_only from struct rnbd_clt_devGuoqing Jiang
2022-08-02rnbd-clt: don't free rsp in msg_open_conf for map scenarioGuoqing Jiang
2022-08-02rnbd-clt: open code send_msg_open in rnbd_clt_map_deviceGuoqing Jiang
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-04-18block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usageJack Wang
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-08blk-mq: prepare for implementing hctx table via xarrayMing Lei
2022-02-27block/rnbd: Remove a useless mutexChristophe JAILLET
2022-02-27block/rnbd: client device does not care queue/rotationalGioh Kim
2022-02-27block/rnbd-clt: fix CHECK:BRACES warningGioh Kim
2022-02-22scsi: rnbd: Remove WRITE_SAME supportChristoph Hellwig
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov
2022-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-01-07RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sessVaishali Thakkar
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
2021-10-21rnbd: add error handling support for add_disk()Luis Chamberlain
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-08-02block/rnbd-clt: Use put_cpu_ptr after get_cpu_ptrGioh Kim
2021-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-06-21rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.Jack Wang
2021-06-11rnbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-05-03block/rnbd: Remove all likely and unlikelyGioh Kim
2021-05-03block/rnbd-clt: Check the return value of the function rtrs_clt_queryMd Haris Iqbal
2021-05-03block/rnbd: Fix style issuesDima Stepanov
2021-04-20block/rnbd: Use strscpy instead of strlcpyDima Stepanov
2021-04-20block/rnbd-clt: Remove max_segment_sizeJack Wang
2021-04-20block/rnbd-clt: Generate kobject_uevent when the rnbd device state changesMd Haris Iqbal
2021-04-20block/rnbd-clt: Support polling mode for IO latency optimizationGioh Kim
2021-04-20block/rnbd-clt: Improve find_or_create_sess() return checkTom Rix
2021-04-20block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}Gioh Kim
2021-04-20block/rnbd: Kill rnbd_clt_destroy_default_groupGuoqing Jiang