summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-1435-90/+88
* fs/buffer: Use the new blk_opf_t typeBart Van Assche2022-07-142-14/+16
* mm: Use the new blk_opf_t typeBart 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-142-4/+4
* 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-142-5/+5
* 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-149-45/+29
* um: Use enum req_op where appropriateBart Van Assche2022-07-141-2/+2
* 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
* 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