summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-2/+2
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
3 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds24-36/+36
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook30-57/+53
7 daysMerge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-40/+92
8 daysblk-mq: use NOIO context to prevent deadlock during debugfs creationYu Kuai5-19/+50
8 daysblk-stat: convert struct blk_stat_callback to kernel-docRandy Dunlap1-2/+7
12 daysMerge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+0
13 daysblock: change return type to voidChaitanya Kulkarni1-2/+1
13 daysblock: fix partial IOVA mapping cleanup in blk_rq_dma_map_iovaChaitanya Kulkarni1-5/+8
13 daysblock: fix folio leak in bio_iov_iter_bounce_read()Jens Axboe1-1/+3
13 daysblock: allow IOC_PR_READ_* ioctls with BLK_OPEN_READStefan Hajnoczi1-11/+23
2026-02-10Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2026-02-10Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...Linus Torvalds4-147/+213
2026-02-10Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds29-602/+636
2026-02-10Merge tag 'xfs-merge-7.0' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+34
2026-02-05block: decouple secure erase size limit from discard size limitLuke Wang2-5/+22
2026-02-04block: remove redundant kill_bdev() call in set_blocksize()Yang Xiuwei1-1/+0
2026-02-03block, bfq: convert to use request_queue->async_depthYu Kuai1-26/+17
2026-02-03mq-deadline: covert to use request_queue->async_depthYu Kuai1-34/+5
2026-02-03kyber: covert to use request_queue->async_depthYu Kuai1-28/+5
2026-02-03blk-mq: add a new queue sysfs attribute async_depthYu Kuai4-0/+50
2026-02-03blk-mq: factor out a helper blk_mq_limit_depth()Yu Kuai1-25/+37
2026-02-03blk-mq-sched: unify elevators checking for async requestsYu Kuai4-3/+8
2026-02-03block: Protect against concurrent isolated cpuset changeFrederic Weisbecker1-1/+5
2026-02-02blk-mq-debugfs: warn about possible deadlockYu Kuai1-7/+24
2026-02-02blk-mq-debugfs: add missing debugfs_mutex in blk_mq_debugfs_register_hctxs()Yu Kuai1-0/+2
2026-02-02blk-mq-debugfs: remove blk_mq_debugfs_unregister_rqos()Yu Kuai3-18/+0
2026-02-02blk-mq-debugfs: make blk_mq_debugfs_register_rqos() staticYu Kuai2-6/+1
2026-02-02blk-rq-qos: fix possible debugfs_mutex deadlockYu Kuai2-8/+12
2026-02-02blk-mq-debugfs: factor out a helper to register debugfs for all rq_qosYu Kuai2-8/+20
2026-02-02blk-wbt: fix possible deadlock to nest pcpu_alloc_mutex under q_usage_counterYu Kuai1-45/+63
2026-02-02blk-wbt: factor out a helper wbt_set_lat()Yu Kuai3-45/+51
2026-02-02sed-opal: ignore locking ranges array when not enabling SUM.Ondrej Kozina1-1/+2
2026-01-30block: introduce bdev_rot()Damien Le Moal1-1/+1
2026-01-29block: introduce blk_queue_rot()Damien Le Moal4-18/+14
2026-01-28block: Replace snprintf with strscpy in check_partitionThorsten Blum1-1/+2
2026-01-28block: add helpers to bounce buffer an iov_iter into biosChristoph Hellwig1-0/+179
2026-01-28block: remove bio_release_pageChristoph Hellwig2-12/+3
2026-01-28iov_iter: extract a iov_iter_extract_bvecs helper from bio codeChristoph Hellwig1-102/+18
2026-01-28block: open code bio_add_page and fix handling of mismatching P2P rangesChristoph Hellwig1-24/+13
2026-01-28block: refactor get_contig_folio_lenChristoph Hellwig1-35/+27
2026-01-28block: add a BIO_MAX_SIZE constant and use itChristoph Hellwig3-14/+13
2026-01-23Merge tag 'block-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+2
2026-01-22blk-mq: use BLK_POLL_ONESHOT for synchronous poll completionMing Lei1-1/+1
2026-01-21block: add a bio_reuse helperChristoph Hellwig1-0/+34
2026-01-21mm/block/fs: remove laptop_modeJohannes Weiner1-3/+0
2026-01-20block: pass io_comp_batch to rq_end_io_fn callbackMing Lei2-6/+9
2026-01-19block: Fix an error path in disk_update_zone_resources()Bart Van Assche1-0/+1
2026-01-18Merge branch 'for-7.0/blk-pvec' into for-7.0/blockJens Axboe1-6/+5