summaryrefslogtreecommitdiffstats
path: root/drivers/block/rnbd
AgeCommit message (Expand)AuthorLines
2023-06-05block: introduce holder opsChristoph Hellwig-1/+1
2023-05-12block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITEGuoqing Jiang-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-2/+2
2023-01-17block/rnbd-clt: fix wrong max ID in ida_alloc_maxGuoqing Jiang-1/+1
2022-10-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-6/+5
2022-09-21rnbd-srv: remove struct rnbd_devChristoph Hellwig-50/+18
2022-09-21rnbd-srv: remove rnbd_dev_{open,close}Christoph Hellwig-62/+18
2022-09-21rnbd-srv: remove rnbd_endioChristoph Hellwig-15/+7
2022-09-21rnbd-srv: simplify rnbd_srv_fill_msg_open_rspChristoph Hellwig-52/+13
2022-09-05rnbd-srv: remove redundant setting of blk_open_flagsGuoqing Jiang-1/+0
2022-09-05rnbd-srv: make process_msg_close returns voidGuoqing Jiang-4/+3
2022-09-05rnbd-srv: add comment in rnbd_srv_rdma_evGuoqing Jiang-0/+5
2022-08-30RDMA/rtrs: Remove 'dir' argument from rnbd_srv_rdma_evGuoqing Jiang-6/+5
2022-08-24block/rnbd-clt: Remove the unneeded result variableye xingchen-3/+1
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche-3/+1
2022-08-22block/rnbd-srv: Add event tracing supportSantosh Pradhan-7/+241
2022-08-02block/rnbd-srv: Replace sess_dev_list with index_idrMd Haris Iqbal-14/+7
2022-08-02block/rnbd-srv: Set keep_id to true after mutex_trylockMd Haris Iqbal-1/+2
2022-08-02rnbd-clt: make rnbd_clt_change_capacity return voidGuoqing Jiang-4/+3
2022-08-02rnbd-clt: pass sector_t type for resize capacityGuoqing Jiang-5/+5
2022-08-02rnbd-clt: check capacity inside rnbd_clt_change_capacityGuoqing Jiang-6/+7
2022-08-02rnbd-clt: adjust the layout of struct rnbd_clt_devGuoqing Jiang-2/+2
2022-08-02rnbd-clt: reduce the size of struct rnbd_clt_devGuoqing Jiang-74/+55
2022-08-02rnbd-clt: kill read_only from struct rnbd_clt_devGuoqing Jiang-7/+2
2022-08-02rnbd-clt: don't free rsp in msg_open_conf for map scenarioGuoqing Jiang-4/+14
2022-08-02rnbd-clt: open code send_msg_open in rnbd_clt_map_deviceGuoqing Jiang-2/+41
2022-07-14block/rnbd: Use blk_opf_t where appropriateBart Van Assche-3/+4
2022-07-14rnbd-srv: remove the name field from struct rnbd_devChristoph Hellwig-12/+7
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig-2/+2
2022-06-28block: simplify disk shutdownChristoph Hellwig-1/+1
2022-05-03rnbd-srv: use bdev_discard_alignmentChristoph Hellwig-1/+1
2022-04-18block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usageJack Wang-2/+12
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig-3/+3
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig-5/+0
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig-2/+1
2022-04-17block: add a bdev_fua helperChristoph Hellwig-2/+1
2022-04-17block: add a bdev_write_cache helperChristoph Hellwig-1/+1
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-14/+3
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds-19/+13
2022-03-08blk-mq: prepare for implementing hctx table via xarrayMing Lei-1/+1
2022-02-27block/rnbd: Remove a useless mutexChristophe JAILLET-8/+3
2022-02-27block/rnbd: client device does not care queue/rotationalGioh Kim-9/+8
2022-02-27block/rnbd-clt: fix CHECK:BRACES warningGioh Kim-2/+2
2022-02-22scsi: rnbd: Remove WRITE_SAME supportChristoph Hellwig-14/+3
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig-3/+2
2022-02-02rnbd-srv: remove struct rnbd_dev_blk_ioChristoph Hellwig-38/+7
2022-02-02rnbd-srv: simplify bio mapping in process_rdmaChristoph Hellwig-69/+16
2022-02-02block: remove genhd.hChristoph Hellwig-1/+0
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds-1/+1
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov-1/+1