summaryrefslogtreecommitdiffstats
path: root/drivers/block/rnbd/rnbd-clt.c
Commit message (Expand)AuthorAgeFilesLines
* rnbd-clt: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-39/+25
* block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
* block/rnbd: use %pe to print errorsSupriti Singh2023-11-271-2/+2
* block/rnbd: add support for REQ_OP_WRITE_ZEROESSantosh Pradhan2023-11-271-3/+6
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-2/+2
* block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-1/+1
* block: pass a gendisk to ->openChristoph Hellwig2023-06-121-2/+2
* block/rnbd-clt: fix wrong max ID in ida_alloc_maxGuoqing Jiang2023-01-171-1/+1
* block/rnbd-clt: Remove the unneeded result variableye xingchen2022-08-241-3/+1
* block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-221-3/+1
* rnbd-clt: make rnbd_clt_change_capacity return voidGuoqing Jiang2022-08-021-4/+3
* rnbd-clt: pass sector_t type for resize capacityGuoqing Jiang2022-08-021-3/+3
* rnbd-clt: check capacity inside rnbd_clt_change_capacityGuoqing Jiang2022-08-021-6/+7
* rnbd-clt: reduce the size of struct rnbd_clt_devGuoqing Jiang2022-08-021-63/+55
* rnbd-clt: kill read_only from struct rnbd_clt_devGuoqing Jiang2022-08-021-6/+2
* rnbd-clt: don't free rsp in msg_open_conf for map scenarioGuoqing Jiang2022-08-021-4/+14
* rnbd-clt: open code send_msg_open in rnbd_clt_map_deviceGuoqing Jiang2022-08-021-2/+41
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-2/+2
* block: simplify disk shutdownChristoph Hellwig2022-06-281-1/+1
* block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usageJack Wang2022-04-181-2/+12
* block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-2/+2
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-2/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-5/+2
|\
| * scsi: rnbd: Remove WRITE_SAME supportChristoph Hellwig2022-02-221-5/+2
* | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-15/+11
|\ \
| * | block/rnbd: Remove a useless mutexChristophe JAILLET2022-02-271-8/+3
| * | block/rnbd: client device does not care queue/rotationalGioh Kim2022-02-271-5/+6
| * | block/rnbd-clt: fix CHECK:BRACES warningGioh Kim2022-02-271-2/+2
| |/
* / blk-mq: prepare for implementing hctx table via xarrayMing Lei2022-03-081-1/+1
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+1
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-01-131-2/+2
|\ \
| * | RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sessVaishali Thakkar2022-01-071-2/+2
| |/
* / block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-291-2/+2
|/
* rnbd: add error handling support for add_disk()Luis Chamberlain2021-10-211-4/+9
* block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe2021-10-181-1/+1
* block/rnbd-clt: Use put_cpu_ptr after get_cpu_ptrGioh Kim2021-08-021-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-07-011-2/+3
|\
| * rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.Jack Wang2021-06-211-2/+3
* | rnbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-27/+8
|/
* block/rnbd: Remove all likely and unlikelyGioh Kim2021-05-031-12/+12
* block/rnbd-clt: Check the return value of the function rtrs_clt_queryMd Haris Iqbal2021-05-031-2/+10
* block/rnbd: Fix style issuesDima Stepanov2021-05-031-5/+5
* block/rnbd: Use strscpy instead of strlcpyDima Stepanov2021-04-201-2/+2
* block/rnbd-clt: Remove max_segment_sizeJack Wang2021-04-201-1/+0
* block/rnbd-clt: Generate kobject_uevent when the rnbd device state changesMd Haris Iqbal2021-04-201-1/+8
* block/rnbd-clt: Support polling mode for IO latency optimizationGioh Kim2021-04-201-8/+81
* block/rnbd-clt: Improve find_or_create_sess() return checkTom Rix2021-04-201-6/+4
* block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}Gioh Kim2021-04-201-25/+17
* block/rnbd: Kill rnbd_clt_destroy_default_groupGuoqing Jiang2021-04-201-1/+0