summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-02261-2158/+3635
|\
| * ublk_drv: fix double shift bugDan Carpenter2022-07-261-2/+2
| * ublk_drv: make sure that correct flags(features) returned to userspaceMing Lei2022-07-222-6/+18
| * ublk_drv: fix error handling of ublk_add_devChristoph Hellwig2022-07-221-52/+48
| * ublk_drv: fix lockdep warningMing Lei2022-07-211-2/+4
| * block: remove __blk_get_queueChristoph Hellwig2022-07-212-11/+4
| * block: call blk_mq_exit_queue from disk_release for never added disksChristoph Hellwig2022-07-211-0/+15
| * blk-mq: fix error handling in __blk_mq_alloc_diskChristoph Hellwig2022-07-211-1/+1
| * ublk: defer disk allocationChristoph Hellwig2022-07-211-74/+53
| * ublk: rewrite ublk_ctrl_get_queue_affinity to not rely on hctx->cpumaskChristoph Hellwig2022-07-211-31/+24
| * ublk: fold __ublk_create_dev into ublk_ctrl_add_devChristoph Hellwig2022-07-211-20/+8
| * ublk: cleanup ublk_ctrl_uring_cmdChristoph Hellwig2022-07-211-118/+116
| * ublk: simplify ublk_ch_open and ublk_ch_releaseChristoph Hellwig2022-07-211-10/+7
| * ublk: remove the empty open and release block device operationsChristoph Hellwig2022-07-211-11/+0
| * ublk: remove UBLK_IO_F_PREFLUSHChristoph Hellwig2022-07-212-4/+0
| * ublk: add a MAINTAINERS entryChristoph Hellwig2022-07-211-0/+7
| * block: don't allow the same type rq_qos add more than onceJinke Han2022-07-204-16/+45
| * mmc: fix disk/queue leak in case of adding disk failureMing Lei2022-07-181-2/+3
| * ublk_drv: fix an IS_ERR() vs NULL checkDan Carpenter2022-07-181-2/+2
| * ublk: remove UBLK_IO_F_INTEGRITYChristoph Hellwig2022-07-182-4/+0
| * ublk_drv: remove unneeded semicolonYang Li2022-07-181-2/+2
| * ublk_drv: fix missing error return code in ublk_add_dev()Yang Yingliang2022-07-181-1/+3
| * ublk_drv: fix build warning with -Wmaybe-uninitialized and one sparse warningMing Lei2022-07-161-4/+2
| * blktrace: Fix the blk_fill_rwbs() kernel-doc headerBart Van Assche2022-07-151-3/+3
| * fs/buffer: Fix the ll_rw_block() kernel-doc headerBart Van Assche2022-07-151-3/+2
| * fs/zonefs: Use the enum req_op type for tracing request operationsBart Van Assche2022-07-141-1/+1
| * fs/xfs: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-144-5/+5
| * PM: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-16/+13
| * fs/ocfs2: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-6/+5
| * fs/ntfs3: Use enum req_op where appropriateBart Van Assche2022-07-142-2/+2
| * fs/nilfs2: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-146-23/+23
| * fs/nfs: Use enum req_op where appropriateBart Van Assche2022-07-141-7/+6
| * fs/jbd2: Fix the documentation of the jbd2_write_superblock() callersBart Van Assche2022-07-143-14/+15
| * fs/iomap: Use the new blk_opf_t typeBart Van Assche2022-07-141-4/+4
| * fs/hfsplus: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-144-12/+11
| * fs/gfs2: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-145-11/+10
| * fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-145-21/+22
| * fs/ext4: Use the new blk_opf_t typeBart Van Assche2022-07-143-12/+12
| * fs/btrfs: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-146-19/+19
| * fs/mpage: Use the new blk_opf_t typeBart Van Assche2022-07-141-3/+3
| * fs/direct-io: Reduce the size of struct dioBart Van Assche2022-07-141-17/+23
| * 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