summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-2/+2
* scsi/target: Use the new blk_opf_t typeBart Van Assche2022-07-141-2/+2
* scsi/ufs: Rename a 'dir' argument into 'op'Bart Van Assche2022-07-141-2/+2
* scsi/device_handlers: Use the new blk_opf_t typeBart Van Assche2022-07-144-6/+6
* scsi/core: Use the new blk_opf_t typeBart Van Assche2022-07-141-3/+3
* scsi/core: Change the return type of scsi_noretry_cmd() into boolBart Van Assche2022-07-142-9/+9
* scsi/core: Improve static type checkingBart Van Assche2022-07-141-3/+3
* nvme/target: Use the new blk_opf_t typeBart Van Assche2022-07-142-11/+12
* nvme/host: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-142-3/+3
* md/raid5: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-1/+2
* md/raid10: Use the new blk_opf_t typeBart Van Assche2022-07-141-5/+5
* md/raid1: Use the new blk_opf_t typeBart Van Assche2022-07-141-2/+2
* md/bcache: Combine two prio_io() argumentsBart Van Assche2022-07-141-5/+4
* md/bcache: Combine two uuid_io() argumentsBart Van Assche2022-07-141-8/+8
* md/core: Combine two sync_page_io() argumentsBart Van Assche2022-07-148-30/+29
* dm/dm-zoned: Use the enum req_op typeBart Van Assche2022-07-142-3/+4
* dm/zone: Use the enum req_op typeBart Van Assche2022-07-141-1/+1
* dm-snap: Combine request operation type and flagsBart Van Assche2022-07-141-12/+12
* dm mirror log: Use the new blk_opf_t typeBart Van Assche2022-07-141-1/+1
* dm/dm-integrity: Combine request operation and flagsBart Van Assche2022-07-141-29/+34
* dm/dm-flakey: Use the new blk_opf_t typeBart Van Assche2022-07-141-2/+6
* dm/ebs: Change 'int rw' into 'enum req_op op'Bart Van Assche2022-07-141-7/+8
* dm/core: Combine request operation type and flagsBart Van Assche2022-07-143-33/+32
* dm/core: Rename kcopyd_job.rw into kcopyd.opBart Van Assche2022-07-141-12/+13
* dm/core: Reduce the size of struct dm_io_requestBart Van Assche2022-07-148-43/+27
* nvdimm-btt: Use the enum req_op typeBart Van Assche2022-07-141-1/+1
* block/zram: Use enum req_op where appropriateBart Van Assche2022-07-141-1/+1
* xen-blkback: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-3/+3
* block/rnbd: Use blk_opf_t where appropriateBart Van Assche2022-07-141-3/+4
* block/floppy: Fix a sparse warningBart Van Assche2022-07-141-1/+1
* block/drbd: Combine two drbd_submit_peer_request() argumentsBart Van Assche2022-07-143-11/+9
* block/drbd: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-144-13/+15
* block/brd: Use the enum req_op typeBart Van Assche2022-07-141-1/+1
* block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche2022-07-142-0/+4
* block: Change the type of the last .rw_page() argumentBart Van Assche2022-07-144-4/+4
* treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-148-22/+18
* block: remove bdevnameChristoph Hellwig2022-07-143-3/+3
* rnbd-srv: remove the name field from struct rnbd_devChristoph Hellwig2022-07-145-12/+7
* pktcdvd: stop using bdevname in pkt_new_devChristoph Hellwig2022-07-141-4/+2
* pktcdvd: stop using bdevname in pkt_seq_showChristoph Hellwig2022-07-141-3/+1
* drbd: stop using bdevname in drbd_report_io_errorChristoph Hellwig2022-07-141-4/+2
* ublk_drv: fix request queue leakMing Lei2022-07-141-6/+15
* ublk_drv: support to complete io command via task_work_addMing Lei2022-07-141-8/+67
* ublk_drv: add io_uring based userspace block driverMing Lei2022-07-143-0/+1541
* block: move zone related fields to struct gendiskChristoph Hellwig2022-07-065-44/+40
* block: remove blk_queue_zone_sectorsChristoph Hellwig2022-07-062-7/+7
* dm-zoned: cleanup dmz_fixup_devicesChristoph Hellwig2022-07-061-12/+12
* nvmet:: use bdev based helpers in nvmet_bdev_zone_mgmt_emulate_allChristoph Hellwig2022-07-061-2/+2
* block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig2022-07-064-8/+7
* block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig2022-07-063-7/+7