summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-07-14scsi/target: Use the new blk_opf_t typeBart Van Assche
2022-07-14scsi/ufs: Rename a 'dir' argument into 'op'Bart Van Assche
2022-07-14scsi/device_handlers: Use the new blk_opf_t typeBart Van Assche
2022-07-14scsi/core: Use the new blk_opf_t typeBart Van Assche
2022-07-14scsi/core: Change the return type of scsi_noretry_cmd() into boolBart Van Assche
2022-07-14scsi/core: Improve static type checkingBart Van Assche
2022-07-14nvme/target: Use the new blk_opf_t typeBart Van Assche
2022-07-14nvme/host: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14md/raid5: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14md/raid10: Use the new blk_opf_t typeBart Van Assche
2022-07-14md/raid1: Use the new blk_opf_t typeBart Van Assche
2022-07-14md/bcache: Combine two prio_io() argumentsBart Van Assche
2022-07-14md/bcache: Combine two uuid_io() argumentsBart Van Assche
2022-07-14md/core: Combine two sync_page_io() argumentsBart Van Assche
2022-07-14dm/dm-zoned: Use the enum req_op typeBart Van Assche
2022-07-14dm/zone: Use the enum req_op typeBart Van Assche
2022-07-14dm-snap: Combine request operation type and flagsBart Van Assche
2022-07-14dm mirror log: Use the new blk_opf_t typeBart Van Assche
2022-07-14dm/dm-integrity: Combine request operation and flagsBart Van Assche
2022-07-14dm/dm-flakey: Use the new blk_opf_t typeBart Van Assche
2022-07-14dm/ebs: Change 'int rw' into 'enum req_op op'Bart Van Assche
2022-07-14dm/core: Combine request operation type and flagsBart Van Assche
2022-07-14dm/core: Rename kcopyd_job.rw into kcopyd.opBart Van Assche
2022-07-14dm/core: Reduce the size of struct dm_io_requestBart Van Assche
2022-07-14nvdimm-btt: Use the enum req_op typeBart Van Assche
2022-07-14block/zram: Use enum req_op where appropriateBart Van Assche
2022-07-14xen-blkback: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14block/rnbd: Use blk_opf_t where appropriateBart Van Assche
2022-07-14block/floppy: Fix a sparse warningBart Van Assche
2022-07-14block/drbd: Combine two drbd_submit_peer_request() argumentsBart Van Assche
2022-07-14block/drbd: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14block/brd: Use the enum req_op typeBart Van Assche
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche
2022-07-14block: Change the type of the last .rw_page() argumentBart Van Assche
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche
2022-07-14block: remove bdevnameChristoph Hellwig
2022-07-14rnbd-srv: remove the name field from struct rnbd_devChristoph Hellwig
2022-07-14pktcdvd: stop using bdevname in pkt_new_devChristoph Hellwig
2022-07-14pktcdvd: stop using bdevname in pkt_seq_showChristoph Hellwig
2022-07-14drbd: stop using bdevname in drbd_report_io_errorChristoph Hellwig
2022-07-14ublk_drv: fix request queue leakMing Lei
2022-07-14ublk_drv: support to complete io command via task_work_addMing Lei
2022-07-14ublk_drv: add io_uring based userspace block driverMing Lei
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig
2022-07-06block: remove blk_queue_zone_sectorsChristoph Hellwig
2022-07-06dm-zoned: cleanup dmz_fixup_devicesChristoph Hellwig
2022-07-06nvmet:: use bdev based helpers in nvmet_bdev_zone_mgmt_emulate_allChristoph Hellwig
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig
2022-07-06block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig