Age | Commit message (Expand) | Author | Files | Lines |
2023-03-03 | Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux | Linus Torvalds | 10 | -45/+77 |
2023-03-03 | blk-mq: enforce op-specific segment limits in blk_insert_cloned_request | Uday Shankar | 3 | -10/+11 |
2023-02-28 | blk-iocost: Pass gendisk to ioc_refresh_params | Breno Leitao | 1 | -6/+20 |
2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -3/+3 |
2023-02-24 | block: be a bit more careful in checking for NULL bdev while polling | Jens Axboe | 1 | -2/+8 |
2023-02-24 | block: clear bio->bi_bdev when putting a bio back in the cache | Jens Axboe | 1 | -0/+1 |
2023-02-24 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -78/+0 |
2023-02-23 | Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2 | -7/+7 |
2023-02-23 | Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem... | Linus Torvalds | 1 | -5/+9 |
2023-02-21 | Merge tag 'irq-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -50/+13 |
2023-02-21 | block: remove more NULL checks after bdev_get_queue() | Juhyung Park | 1 | -10/+0 |
2023-02-21 | iov_iter: Define flags to qualify page extraction. | David Howells | 2 | -7/+7 |
2023-02-21 | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 34 | -780/+1128 |
2023-02-21 | Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -4/+4 |
2023-02-19 | Merge tag 'irqchip-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/... | Thomas Gleixner | 1 | -3/+0 |
2023-02-17 | block: fix scan partition for exclusively open device again | Yu Kuai | 2 | -5/+27 |
2023-02-17 | block: Revert "block: Do not reread partition table on exclusively open device" | Yu Kuai | 3 | -13/+9 |
2023-02-17 | sed-opal: add support flag for SUM in status ioctl | Luca Boccassi | 1 | -0/+2 |
2023-02-17 | block: use proper return value from bio_failfast() | Jens Axboe | 1 | -1/+1 |
2023-02-16 | block: bio-integrity: Copy flags when bio_integrity_payload is cloned | Martin K. Petersen | 1 | -0/+1 |
2023-02-16 | block: Fix io statistics for cgroup in throttle path | Jinke Han | 1 | -11/+12 |
2023-02-16 | block: sync mixed merged request's failfast with 1st bio's | Ming Lei | 1 | -2/+33 |
2023-02-15 | block: export bio_split_rw | Christoph Hellwig | 1 | -1/+2 |
2023-02-15 | Revert "blk-cgroup: pin the gendisk in struct blkcg_gq" | Christoph Hellwig | 7 | -31/+33 |
2023-02-15 | Revert "blk-cgroup: pass a gendisk to blkg_lookup" | Christoph Hellwig | 2 | -18/+18 |
2023-02-15 | Revert "blk-cgroup: delay blk-cgroup initialization until add_disk" | Christoph Hellwig | 1 | -9/+8 |
2023-02-15 | Revert "blk-cgroup: delay calling blkcg_exit_disk until disk_release" | Christoph Hellwig | 2 | -4/+3 |
2023-02-15 | Revert "blk-cgroup: move the cgroup information to struct gendisk" | Christoph Hellwig | 5 | -48/+44 |
2023-02-10 | block: Remove the ALLOC_CACHE_SLACK constant | Bart Van Assche | 1 | -1/+0 |
2023-02-09 | block: make kobj_type structures constant | Thomas Weißschuh | 6 | -10/+10 |
2023-02-09 | block: Merge bio before checking ->cached_rq | Xiao Ni | 1 | -3/+4 |
2023-02-09 | Revert "blk-cgroup: simplify blkg freeing from initialization failure paths" | Christoph Hellwig | 1 | -7/+20 |
2023-02-09 | blk-cgroup: delay calling blkcg_exit_disk until disk_release | Christoph Hellwig | 2 | -3/+4 |
2023-02-07 | block, bfq: cleanup 'bfqg->online' | Yu Kuai | 3 | -6/+2 |
2023-02-06 | blk-mq: correct stale comment of .get_budget | Kemeng Shi | 1 | -2/+2 |
2023-02-06 | blk-mq: use switch/case to improve readability in blk_mq_try_issue_list_directly | Kemeng Shi | 1 | -9/+13 |
2023-02-06 | blk-mq: remove set of bd->last when get driver tag for next request fails | Kemeng Shi | 1 | -22/+2 |
2023-02-06 | blk-mq: remove unnecessary error count and check in blk_mq_dispatch_rq_list | Kemeng Shi | 1 | -6/+5 |
2023-02-06 | blk-mq: simplify flush check in blk_mq_dispatch_rq_list | Kemeng Shi | 1 | -3/+3 |
2023-02-06 | blk-mq: use blk_mq_commit_rqs helper in blk_mq_try_issue_list_directly | Kemeng Shi | 1 | -10/+3 |
2023-02-06 | blk-mq: remove unncessary error count and commit in blk_mq_plug_issue_direct | Kemeng Shi | 1 | -10/+4 |
2023-02-06 | blk-mq: make blk_mq_commit_rqs a general function for all commits | Kemeng Shi | 1 | -14/+23 |
2023-02-06 | blk-mq: remove unncessary from_schedule parameter in blk_mq_plug_issue_direct | Kemeng Shi | 1 | -5/+5 |
2023-02-06 | blk-mq: remove unnecessary list_empty check in blk_mq_try_issue_list_directly | Kemeng Shi | 1 | -2/+1 |
2023-02-06 | blk-mq: Fix potential io hung for shared sbitmap per tagset | Kemeng Shi | 1 | -2/+4 |
2023-02-06 | blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait | Kemeng Shi | 1 | -1/+5 |
2023-02-06 | blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx | Kemeng Shi | 1 | -2/+1 |
2023-02-06 | blk-mq: avoid sleep in blk_mq_alloc_request_hctx | Kemeng Shi | 1 | -1/+2 |
2023-02-06 | block: stub out and deprecated the capability attribute on the gendisk | Christoph Hellwig | 1 | -3/+2 |
2023-02-06 | blk-cgroup: fix freeing NULL blkg in blkg_create | Christoph Hellwig | 1 | -1/+2 |