summaryrefslogtreecommitdiff
path: root/drivers/block/rnbd
AgeCommit message (Expand)Author
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-02-25rnbd: port block device access to fileChristian Brauner
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-12-13block/rnbd-srv: Check for unlikely string overflowKees Cook
2023-11-27block/rnbd: use %pe to print errorsSupriti Singh
2023-11-27block/rnbd: add support for REQ_OP_WRITE_ZEROESSantosh Pradhan
2023-10-28rnbd-srv: Convert to use bdev_open_by_path()Jan Kara
2023-08-18drivers/rnbd: restore sysfs interface to rnbd-clientLi Zhijian
2023-06-21block/rnbd: make all 'class' structures constIvan Orlov
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12rnbd-srv: replace sess->open_flags with a "bool readonly"Christoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-06-11block/rnbd-srv: make process_msg_sess_info returns voidGuoqing Jiang
2023-06-11block/rnbd-srv: init err earlier in rnbd_srv_init_moduleGuoqing Jiang
2023-06-11block/rnbd-srv: init ret with 0 instead of -EPERMGuoqing Jiang
2023-06-11block/rnbd-srv: rename one member in rnbd_srv_devGuoqing Jiang
2023-06-11block/rnbd-srv: no need to check sess_devGuoqing Jiang
2023-06-11block/rnbd: introduce rnbd_access_modesGuoqing Jiang
2023-06-11block/rnbd-srv: remove unused headerGuoqing Jiang
2023-06-11block/rnbd: kill rnbd_flags_supportedGuoqing Jiang
2023-06-05block: introduce holder opsChristoph Hellwig
2023-05-12block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITEGuoqing Jiang
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