summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-25block/psi: remove PSI annotations from direct IOPavel Begunkov2-0/+8
2021-01-25bvec/iter: disallow zero-length segment bvecsPavel Begunkov3-2/+9
2021-01-25splice: don't generate zero-len segement bvecsPavel Begunkov1-3/+6
2021-01-25block: remove unnecessary argument from blk_execute_rqGuoqing Jiang24-35/+33
2021-01-25block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang11-21/+17
2021-01-25bsg: free the request before return error codePan Bian1-1/+3
2021-01-25bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'Ming Lei1-1/+1
2021-01-25block: move three bvec helpers declaration into private helperMing Lei2-3/+4
2021-01-25block: set .bi_max_vecs as actual allocated vector numberMing Lei1-1/+2
2021-01-25block: don't allocate inline bvecs if this bioset needn't bvecsMing Lei2-2/+6
2021-01-25block: don't pass BIOSET_NEED_BVECS for q->bio_splitMing Lei1-1/+1
2021-01-25block: manage bio slab cache by xarrayMing Lei1-67/+49
2021-01-25bfq: don't duplicate code for different pathshuhai1-3/+0
2021-01-25blk-mq: Improve performance of non-mq IO schedulers with multiple HW queuesJan Kara3-6/+63
2021-01-25Revert "blk-mq, elevator: Count requests per hctx to improve performance"Jan Kara4-16/+0
2021-01-25block, bfq: do not expire a queue when it is the only busy onePaolo Valente1-2/+20
2021-01-25block, bfq: avoid spurious switches to soft_rt of interactive queuesPaolo Valente1-20/+37
2021-01-25block, bfq: do not raise non-default weightsPaolo Valente1-3/+7
2021-01-25block, bfq: increase time window for waker detectionPaolo Valente1-1/+1
2021-01-25block, bfq: set next_rq to waker_bfqq->next_rq in waker injectionJia Cheng Hu1-1/+1
2021-01-25block, bfq: use half slice_idle as a threshold to check short ttimePaolo Valente1-3/+4
2021-01-25block: use an xarray for disk->part_tblChristoph Hellwig5-193/+22
2021-01-25block: remove DISK_PITER_REVERSEChristoph Hellwig2-31/+7
2021-01-25block: add a disk_uevent helperChristoph Hellwig3-34/+21
2021-01-25blk-mq: use ->bi_bdev for I/O accountingChristoph Hellwig3-51/+5
2021-01-25block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig4-44/+42
2021-01-25block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig3-2/+6
2021-01-25block: simplify submit_bio_checks a bitChristoph Hellwig1-25/+14
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig55-184/+154
2021-01-25dcssblk: remove the end of device check in dcssblk_submit_bioChristoph Hellwig1-4/+0
2021-01-25brd: remove the end of device check in brd_do_bvecChristoph Hellwig1-5/+1
2021-01-25nvme: allow revalidate to set a namespace read-onlyChristoph Hellwig1-3/+2
2021-01-25rbd: remove the ->set_read_only methodChristoph Hellwig1-19/+0
2021-01-25block: propagate BLKROSET on the whole device to all partitionsChristoph Hellwig1-2/+1
2021-01-25block: add a hard-readonly flag to struct gendiskChristoph Hellwig4-21/+25
2021-01-25block: remove the NULL bdev check in bdev_read_onlyChristoph Hellwig2-4/+2
2021-01-25dm: use bdev_read_only to check if a device is read-onlyChristoph Hellwig2-2/+2
2021-01-25Linux 5.11-rc5Linus Torvalds1-1/+1
2021-01-25Merge tag 'sh-for-5.11' of git://git.libc.org/linux-shLinus Torvalds17-77/+17
2021-01-24Merge tag 'io_uring-5.11-2021-01-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-20/+47
2021-01-24Merge tag 'block-5.11-2021-01-24' of git://git.kernel.dk/linux-blockLinus Torvalds8-52/+132
2021-01-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-148/+168
2021-01-24Merge tag 'char-misc-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-21/+75
2021-01-24Merge tag 'driver-core-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-67/+77
2021-01-24Merge tag 'staging-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-60/+31
2021-01-24Merge tag 'tty-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-24/+37
2021-01-24Merge tag 'usb-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds11-23/+61
2021-01-24MAINTAINERS: add a couple more files to the Clang/LLVM sectionNathan Chancellor1-0/+2
2021-01-24proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni1-1/+6
2021-01-24powerpc/mm/highmem: use __set_pte_at() for kmap_local()Thomas Gleixner1-0/+2