summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2025-10-24Merge tag 'block-6.18-20251023' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-22block: require LBA dma_alignment when using PIChristoph Hellwig
2025-10-17Merge tag 'block-6.18-20251016' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-15block: Remove elevator_lock usage from blkg_conf frozen operationsMing Lei
2025-10-15blk-mq: fix stale tag depth for shared sched tags in blk_mq_update_nr_requests()Yu Kuai
2025-10-10Merge tag 'block-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-07block: move bio_iov_iter_get_bdev_pages to block/fops.cChristoph Hellwig
2025-10-07block: rename bio_iov_iter_get_pages_aligned to bio_iov_iter_get_pagesChristoph Hellwig
2025-10-07block: remove bio_iov_iter_get_pagesChristoph Hellwig
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-26Merge tag 'block-6.17-20250925' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-23blk-cgroup: fix possible deadlock while configuring policyYu Kuai
2025-09-23blk-mq: fix null-ptr-deref in blk_mq_free_tags() from error pathYu Kuai
2025-09-23blk-mq: Fix more tag iteration function documentationBart Van Assche
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos
2025-09-22block: fix EOD return for device with nr_sectors == 0Jens Axboe
2025-09-19Merge branch 'no-rebase-mnt_ns_tree_remove'Christian Brauner
2025-09-19block: use extensible_ioctl_valid()Christian Brauner
2025-09-17blk-throttle: fix throtl_data leak during disk releaseYu Kuai
2025-09-17blk-mq: Fix the blk_mq_tagset_busy_iter() documentationBart Van Assche
2025-09-16block: relax atomic write boundary vs chunk size checkJohn Garry
2025-09-16block: fix stacking of atomic writes when atomics are not supportedJohn Garry
2025-09-16block: update validation of atomic writes boundary for stacked devicesJohn Garry
2025-09-15block/mq-deadline: Remove the redundant rb_entry_rq in the deadline_from_pos().chengkaitao
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-09-13block: use largest_zero_folio in __blkdev_issue_zero_pages()Pankaj Raghav
2025-09-10blk-mq: remove blk_mq_tag_update_depth()Yu Kuai
2025-09-10blk-mq: fix potential deadlock while nr_requests grownYu Kuai
2025-09-10blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()Yu Kuai
2025-09-10blk-mq: split bitmap grow and resize case in blk_mq_update_nr_requests()Yu Kuai
2025-09-10blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()Yu Kuai
2025-09-10blk-mq: convert to serialize updating nr_requests with update_nr_hwq_lockYu Kuai
2025-09-10blk-mq: check invalid nr_requests in queue_requests_store()Yu Kuai
2025-09-10blk-mq: remove useless checkings in blk_mq_update_nr_requests()Yu Kuai
2025-09-10blk-mq: remove useless checking in queue_requests_store()Yu Kuai
2025-09-10block: fix ordering of recursive split IOYu Kuai
2025-09-10block: skip unnecessary checks for split bioYu Kuai
2025-09-10blk-crypto: convert to use bio_submit_split_bioset()Yu Kuai
2025-09-10block: factor out a helper bio_submit_split_bioset()Yu Kuai
2025-09-10blk-crypto: fix missing blktrace bio split eventsYu Kuai
2025-09-10blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIMEYu Kuai
2025-09-10block: initialize bio issue time in blk_mq_submit_bio()Yu Kuai
2025-09-10block: cleanup bio_issueYu Kuai
2025-09-09blk-map: provide the bdev to bio if one existsKeith Busch
2025-09-09blk-mq-dma: bring back p2p request flagsKeith Busch