summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-07-26ublk_drv: fix double shift bugfor-5.20/block-2022-07-29Dan Carpenter
2022-07-22ublk_drv: make sure that correct flags(features) returned to userspaceMing Lei
2022-07-22ublk_drv: fix error handling of ublk_add_devChristoph Hellwig
2022-07-21ublk_drv: fix lockdep warningMing Lei
2022-07-21ublk: defer disk allocationChristoph Hellwig
2022-07-21ublk: rewrite ublk_ctrl_get_queue_affinity to not rely on hctx->cpumaskChristoph Hellwig
2022-07-21ublk: fold __ublk_create_dev into ublk_ctrl_add_devChristoph Hellwig
2022-07-21ublk: cleanup ublk_ctrl_uring_cmdChristoph Hellwig
2022-07-21ublk: simplify ublk_ch_open and ublk_ch_releaseChristoph Hellwig
2022-07-21ublk: remove the empty open and release block device operationsChristoph Hellwig
2022-07-21ublk: remove UBLK_IO_F_PREFLUSHChristoph Hellwig
2022-07-18mmc: fix disk/queue leak in case of adding disk failureMing Lei
2022-07-18ublk_drv: fix an IS_ERR() vs NULL checkDan Carpenter
2022-07-18ublk: remove UBLK_IO_F_INTEGRITYChristoph Hellwig
2022-07-18ublk_drv: remove unneeded semicolonYang Li
2022-07-18ublk_drv: fix missing error return code in ublk_add_dev()Yang Yingliang
2022-07-16ublk_drv: fix build warning with -Wmaybe-uninitialized and one sparse warningMing Lei
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