summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block/brd: Use the enum req_op typeBart Van Assche2022-07-141-1/+1
* blktrace: Use the new blk_opf_t typeBart Van Assche2022-07-142-27/+27
* blktrace: Trace remapped requests correctlyBart Van Assche2022-07-141-1/+1
* block/kyber: Use the new blk_opf_t typeBart Van Assche2022-07-141-4/+4
* block/mq-deadline: Use the new blk_opf_t typeBart Van Assche2022-07-141-2/+2
* block/bfq: Use the new blk_opf_t typeBart Van Assche2022-07-143-25/+25
* block: Use the new blk_opf_t typeBart Van Assche2022-07-1414-52/+53
* block: Introduce the type blk_opf_tBart Van Assche2022-07-141-46/+51
* block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche2022-07-145-4/+14
* block: Change the type of the last .rw_page() argumentBart Van Assche2022-07-145-5/+5
* block: Use enum req_op where appropriateBart Van Assche2022-07-147-13/+14
* treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-1413-39/+33
* block: remove bdevnameChristoph Hellwig2022-07-148-32/+11
* ext4: only initialize mmp_bdevname onceChristoph Hellwig2022-07-141-4/+4
* ocfs2/cluster: remove the hr_dev_name field from struct o2hb_regionChristoph Hellwig2022-07-141-34/+30
* 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
* block: stop using bdevname in __blkdev_issue_discardChristoph Hellwig2022-07-141-4/+2
* block: stop using bdevname in bdev_write_inodeChristoph Hellwig2022-07-141-6/+4
* ublk_drv: fix request queue leakMing Lei2022-07-141-6/+15
* ublk_drv: support to complete io command via task_work_addMing Lei2022-07-142-8/+73
* ublk_drv: add io_uring based userspace block driverMing Lei2022-07-144-0/+1697
* blk-cgroup: Use atomic{,64}_try_cmpxchgUros Bizjak2022-07-122-9/+5
* blk-iolatency: Use atomic{,64}_try_cmpxchgUros Bizjak2022-07-121-7/+5
* block: Use try_cmpxchg in update_io_ticksUros Bizjak2022-07-121-1/+1
* block/rq_qos: Use atomic_try_cmpxchg in atomic_inc_belowUros Bizjak2022-07-121-8/+2
* blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei2022-07-121-0/+3
* block: move zone related fields to struct gendiskChristoph Hellwig2022-07-0610-125/+111
* block: remove blk_queue_zone_sectorsChristoph Hellwig2022-07-063-15/+10
* 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: use bdev based helpers in blkdev_zone_mgmt{,all}Christoph Hellwig2022-07-061-4/+4
* block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig2022-07-068-27/+26
* block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig2022-07-064-11/+11
* block: remove queue_max_open_zones and queue_max_active_zonesChristoph Hellwig2022-07-062-29/+12
* block: pass a gendisk to blk_queue_free_zone_bitmapsChristoph Hellwig2022-07-063-6/+8
* block: pass a gendisk to blk_queue_clear_zone_settingsChristoph Hellwig2022-07-063-4/+6
* block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2022-07-067-12/+13
* block: simplify blk_check_zone_appendChristoph Hellwig2022-07-061-3/+2
* block: simplify blk_mq_plugChristoph Hellwig2022-07-064-13/+11
* block: use bdev_is_zoned instead of open coding itChristoph Hellwig2022-07-067-13/+12
* block: call blk_queue_free_zone_bitmaps from disk_releaseChristoph Hellwig2022-07-062-2/+1
* block: remove a superflous ifdef in blkdev.hChristoph Hellwig2022-07-061-3/+0
* blk-mq: Drop local variable for reserved tagJohn Garry2022-07-061-4/+2
* blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-0616-52/+33
* scsi: fnic: Drop reserved request handlingJohn Garry2022-07-061-2/+0
* blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-0616-28/+19
* blk-mq: Add a flag for reserved requestsJohn Garry2022-07-062-0/+12