Age | Commit message (Expand) | Author |
2023-04-06 | block: don't set GD_NEED_PART_SCAN if scan partition failed | Yu Kuai |
2023-04-04 | blk-mq: directly poll requests | Keith Busch |
2023-03-16 | block: remove obsolete config BLOCK_COMPAT | Lukas Bulwahn |
2023-03-15 | block: count 'ios' and 'sectors' when io is done for bio-based device | Yu Kuai |
2023-03-14 | blk-mq: fix "bad unlock balance detected" on q->srcu in __blk_mq_run_dispatch... | Chris Leech |
2023-03-14 | block: do not reverse request order when flushing plug list | Jan Kara |
2023-03-08 | block, bfq: fix uaf for 'stable_merge_bfqq' | Yu Kuai |
2023-03-07 | block: fix wrong mode for blkdev_put() from disk_scan_partitions() | Yu Kuai |
2023-03-03 | Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux | Linus Torvalds |
2023-03-02 | blk-mq: enforce op-specific segment limits in blk_insert_cloned_request | Uday Shankar |
2023-02-28 | blk-iocost: Pass gendisk to ioc_refresh_params | Breno Leitao |
2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-02-24 | block: be a bit more careful in checking for NULL bdev while polling | Jens Axboe |
2023-02-24 | block: clear bio->bi_bdev when putting a bio back in the cache | Jens Axboe |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-22 | Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2023-02-22 | Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem... | Linus Torvalds |
2023-02-21 | Merge tag 'irq-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-02-21 | block: remove more NULL checks after bdev_get_queue() | Juhyung Park |
2023-02-20 | iov_iter: Define flags to qualify page extraction. | David Howells |
2023-02-20 | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds |
2023-02-20 | Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds |
2023-02-19 | Merge tag 'irqchip-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/... | Thomas Gleixner |
2023-02-17 | block: fix scan partition for exclusively open device again | Yu Kuai |
2023-02-17 | block: Revert "block: Do not reread partition table on exclusively open device" | Yu Kuai |
2023-02-17 | sed-opal: add support flag for SUM in status ioctl | Luca Boccassi |
2023-02-16 | block: use proper return value from bio_failfast() | Jens Axboe |
2023-02-16 | block: bio-integrity: Copy flags when bio_integrity_payload is cloned | Martin K. Petersen |
2023-02-16 | block: Fix io statistics for cgroup in throttle path | Jinke Han |
2023-02-16 | block: sync mixed merged request's failfast with 1st bio's | Ming Lei |
2023-02-15 | block: export bio_split_rw | Christoph Hellwig |
2023-02-14 | Revert "blk-cgroup: pin the gendisk in struct blkcg_gq" | Christoph Hellwig |
2023-02-14 | Revert "blk-cgroup: pass a gendisk to blkg_lookup" | Christoph Hellwig |
2023-02-14 | Revert "blk-cgroup: delay blk-cgroup initialization until add_disk" | Christoph Hellwig |
2023-02-14 | Revert "blk-cgroup: delay calling blkcg_exit_disk until disk_release" | Christoph Hellwig |
2023-02-14 | Revert "blk-cgroup: move the cgroup information to struct gendisk" | Christoph Hellwig |
2023-02-09 | block: Remove the ALLOC_CACHE_SLACK constant | Bart Van Assche |
2023-02-09 | block: make kobj_type structures constant | Thomas Weißschuh |
2023-02-09 | block: Merge bio before checking ->cached_rq | Xiao Ni |
2023-02-09 | Revert "blk-cgroup: simplify blkg freeing from initialization failure paths" | Christoph Hellwig |
2023-02-09 | blk-cgroup: delay calling blkcg_exit_disk until disk_release | Christoph Hellwig |
2023-02-07 | block, bfq: cleanup 'bfqg->online' | Yu Kuai |
2023-02-06 | blk-mq: correct stale comment of .get_budget | Kemeng Shi |
2023-02-06 | blk-mq: use switch/case to improve readability in blk_mq_try_issue_list_directly | Kemeng Shi |
2023-02-06 | blk-mq: remove set of bd->last when get driver tag for next request fails | Kemeng Shi |
2023-02-06 | blk-mq: remove unnecessary error count and check in blk_mq_dispatch_rq_list | Kemeng Shi |
2023-02-06 | blk-mq: simplify flush check in blk_mq_dispatch_rq_list | Kemeng Shi |
2023-02-06 | blk-mq: use blk_mq_commit_rqs helper in blk_mq_try_issue_list_directly | Kemeng Shi |
2023-02-06 | blk-mq: remove unncessary error count and commit in blk_mq_plug_issue_direct | Kemeng Shi |
2023-02-06 | blk-mq: make blk_mq_commit_rqs a general function for all commits | Kemeng Shi |