summaryrefslogtreecommitdiff
path: root/drivers/block/rnbd
AgeCommit message (Expand)Author
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-01-17block/rnbd-clt: fix wrong max ID in ida_alloc_maxGuoqing Jiang
2022-10-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-09-21rnbd-srv: remove struct rnbd_devChristoph Hellwig
2022-09-21rnbd-srv: remove rnbd_dev_{open,close}Christoph Hellwig
2022-09-21rnbd-srv: remove rnbd_endioChristoph Hellwig
2022-09-21rnbd-srv: simplify rnbd_srv_fill_msg_open_rspChristoph Hellwig
2022-09-05rnbd-srv: remove redundant setting of blk_open_flagsGuoqing Jiang
2022-09-05rnbd-srv: make process_msg_close returns voidGuoqing Jiang
2022-09-05rnbd-srv: add comment in rnbd_srv_rdma_evGuoqing Jiang
2022-08-30RDMA/rtrs: Remove 'dir' argument from rnbd_srv_rdma_evGuoqing 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-22block/rnbd-srv: Add event tracing supportSantosh Pradhan
2022-08-02block/rnbd-srv: Replace sess_dev_list with index_idrMd Haris Iqbal
2022-08-02block/rnbd-srv: Set keep_id to true after mutex_trylockMd Haris Iqbal
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: adjust the layout of struct rnbd_clt_devGuoqing 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-07-14block/rnbd: Use blk_opf_t where appropriateBart Van Assche
2022-07-14rnbd-srv: remove the name field from struct rnbd_devChristoph Hellwig
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-05-03rnbd-srv: use bdev_discard_alignmentChristoph 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-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig
2022-04-17block: add a bdev_fua helperChristoph Hellwig
2022-04-17block: add a bdev_write_cache helperChristoph 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-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02rnbd-srv: remove struct rnbd_dev_blk_ioChristoph Hellwig
2022-02-02rnbd-srv: simplify bio mapping in process_rdmaChristoph Hellwig
2022-02-02block: remove genhd.hChristoph 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