summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-14fs/btrfs: Use the enum req_op and blk_opf_t typesBart Van Assche6-19/+19
2022-07-14fs/mpage: Use the new blk_opf_t typeBart Van Assche1-3/+3
2022-07-14fs/direct-io: Reduce the size of struct dioBart Van Assche1-17/+23
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche35-90/+88
2022-07-14fs/buffer: Use the new blk_opf_t typeBart Van Assche2-14/+16
2022-07-14mm: Use the new blk_opf_t typeBart Van Assche1-2/+2
2022-07-14scsi/target: Use the new blk_opf_t typeBart Van Assche1-2/+2
2022-07-14scsi/ufs: Rename a 'dir' argument into 'op'Bart Van Assche1-2/+2
2022-07-14scsi/device_handlers: Use the new blk_opf_t typeBart Van Assche4-6/+6
2022-07-14scsi/core: Use the new blk_opf_t typeBart Van Assche2-4/+4
2022-07-14scsi/core: Change the return type of scsi_noretry_cmd() into boolBart Van Assche2-9/+9
2022-07-14scsi/core: Improve static type checkingBart Van Assche2-5/+5
2022-07-14nvme/target: Use the new blk_opf_t typeBart Van Assche2-11/+12
2022-07-14nvme/host: Use the enum req_op and blk_opf_t typesBart Van Assche2-3/+3
2022-07-14md/raid5: Use the enum req_op and blk_opf_t typesBart Van Assche1-1/+2
2022-07-14md/raid10: Use the new blk_opf_t typeBart Van Assche1-5/+5
2022-07-14md/raid1: Use the new blk_opf_t typeBart Van Assche1-2/+2
2022-07-14md/bcache: Combine two prio_io() argumentsBart Van Assche1-5/+4
2022-07-14md/bcache: Combine two uuid_io() argumentsBart Van Assche1-8/+8
2022-07-14md/core: Combine two sync_page_io() argumentsBart Van Assche8-30/+29
2022-07-14dm/dm-zoned: Use the enum req_op typeBart Van Assche2-3/+4
2022-07-14dm/zone: Use the enum req_op typeBart Van Assche1-1/+1
2022-07-14dm-snap: Combine request operation type and flagsBart Van Assche1-12/+12
2022-07-14dm mirror log: Use the new blk_opf_t typeBart Van Assche1-1/+1
2022-07-14dm/dm-integrity: Combine request operation and flagsBart Van Assche1-29/+34
2022-07-14dm/dm-flakey: Use the new blk_opf_t typeBart Van Assche1-2/+6
2022-07-14dm/ebs: Change 'int rw' into 'enum req_op op'Bart Van Assche1-7/+8
2022-07-14dm/core: Combine request operation type and flagsBart Van Assche3-33/+32
2022-07-14dm/core: Rename kcopyd_job.rw into kcopyd.opBart Van Assche1-12/+13
2022-07-14dm/core: Reduce the size of struct dm_io_requestBart Van Assche9-45/+29
2022-07-14um: Use enum req_op where appropriateBart Van Assche1-2/+2
2022-07-14nvdimm-btt: Use the enum req_op typeBart Van Assche1-1/+1
2022-07-14block/zram: Use enum req_op where appropriateBart Van Assche1-1/+1
2022-07-14xen-blkback: Use the enum req_op and blk_opf_t typesBart Van Assche1-3/+3
2022-07-14block/rnbd: Use blk_opf_t where appropriateBart Van Assche1-3/+4
2022-07-14block/floppy: Fix a sparse warningBart Van Assche1-1/+1
2022-07-14block/drbd: Combine two drbd_submit_peer_request() argumentsBart Van Assche3-11/+9
2022-07-14block/drbd: Use the enum req_op and blk_opf_t typesBart Van Assche4-13/+15
2022-07-14block/brd: Use the enum req_op typeBart Van Assche1-1/+1
2022-07-14blktrace: Use the new blk_opf_t typeBart Van Assche2-27/+27
2022-07-14blktrace: Trace remapped requests correctlyBart Van Assche1-1/+1
2022-07-14block/kyber: Use the new blk_opf_t typeBart Van Assche1-4/+4
2022-07-14block/mq-deadline: Use the new blk_opf_t typeBart Van Assche1-2/+2
2022-07-14block/bfq: Use the new blk_opf_t typeBart Van Assche3-25/+25
2022-07-14block: Use the new blk_opf_t typeBart Van Assche14-52/+53
2022-07-14block: Introduce the type blk_opf_tBart Van Assche1-46/+51
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche5-4/+14
2022-07-14block: Change the type of the last .rw_page() argumentBart Van Assche5-5/+5
2022-07-14block: Use enum req_op where appropriateBart Van Assche7-13/+14
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche13-39/+33