summaryrefslogtreecommitdiffstats
path: root/drivers/block/rnbd
Commit message (Expand)AuthorAgeFilesLines
* rnbd-srv: use bdev_discard_alignmentChristoph Hellwig2022-05-031-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-172-3/+3
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-172-5/+0
* block: add a bdev_max_discard_sectors helperChristoph Hellwig2022-04-171-2/+1
* block: add a bdev_fua helperChristoph Hellwig2022-04-171-2/+1
* block: add a bdev_write_cache helperChristoph Hellwig2022-04-171-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-244-14/+3
|\
| * scsi: rnbd: Remove WRITE_SAME supportChristoph Hellwig2022-02-224-14/+3
* | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-214-19/+13
|\ \
| * | block/rnbd: Remove a useless mutexChristophe JAILLET2022-02-271-8/+3
| * | block/rnbd: client device does not care queue/rotationalGioh Kim2022-02-274-9/+8
| * | 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
|/ /
* | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+2
* | rnbd-srv: remove struct rnbd_dev_blk_ioChristoph Hellwig2022-02-024-38/+7
* | rnbd-srv: simplify bio mapping in process_rdmaChristoph Hellwig2022-02-023-69/+16
* | block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
|/
* 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-134-12/+12
|\ \
| * | RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sessVaishali Thakkar2022-01-072-3/+3
| * | RDMA/rtrs-srv: Rename rtrs_srv to rtrs_srv_sessVaishali Thakkar2022-01-072-3/+3
| * | RDMA/rtrs-srv: Rename rtrs_srv_sess to rtrs_srv_pathVaishali Thakkar2022-01-071-6/+6
| |/
* | block/rnbd-clt-sysfs: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-051-1/+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: move struct request to blk-mq.hChristoph Hellwig2021-10-181-1/+1
* block/rnbd-clt-sysfs: fix a couple uninitialized variable bugsDan Carpenter2021-10-121-1/+3
* block/rnbd: Use sysfs_emit instead of s*printf function for sysfs showMd Haris Iqbal2021-08-022-25/+22
* 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-012-6/+4
|\
| * rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.Jack Wang2021-06-212-6/+4
* | rnbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-27/+8
|/
* block/rnbd: Remove all likely and unlikelyGioh Kim2021-05-032-13/+13
* 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-clt: Change queue_depth type in rnbd_clt_session to size_tMd Haris Iqbal2021-05-031-1/+1
* block/rnbd: Use strscpy instead of strlcpyDima Stepanov2021-04-203-8/+8
* block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_nameDima Stepanov2021-04-201-5/+1
* 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-202-1/+9
* block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_evGioh Kim2021-04-201-24/+15
* block/rnbd-clt: Support polling mode for IO latency optimizationGioh Kim2021-04-203-20/+129
* block/rnbd-clt: Fix missing a memory free when unloading the moduleGioh Kim2021-04-201-3/+7
* block/rnbd-clt: Improve find_or_create_sess() return checkTom Rix2021-04-201-6/+4
* block/rnbd-srv: Remove force_close file after holding a lockGioh Kim2021-04-203-6/+7
* block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallelGioh Kim2021-04-201-1/+3
* block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}Gioh Kim2021-04-201-25/+17