summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-17block: Don't trim an atomic writeJohn Garry
2025-01-17block: Add common atomic writes enable flagJohn Garry
2025-01-15block: limit disk max sectors to (LLONG_MAX >> 9)Ming Lei
2025-01-15block: Change blk_stack_atomic_writes_limits() unit_min checkJohn Garry
2025-01-15block: Ensure start sector is aligned for stacking atomic writesJohn Garry
2025-01-14blk-mq: Move more error handling into blk_mq_submit_bio()Bart Van Assche
2025-01-14block: Reorder the request allocation code in blk_mq_submit_bio()Bart Van Assche
2025-01-13partitions: ldm: remove the initial kernel-doc notationRandy Dunlap
2025-01-13blk-cgroup: rwstat: fix kernel-doc warnings in header fileRandy Dunlap
2025-01-13blk-cgroup: fix kernel-doc warnings in header fileRandy Dunlap
2025-01-13block: mark GFP_NOIO around sysfs ->store()Ming Lei
2025-01-10block: fix queue freeze vs limits lock order in sysfs store methodsChristoph Hellwig
2025-01-10block: add a store_limit operations for sysfs entriesChristoph Hellwig
2025-01-10block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queuesChristoph Hellwig
2025-01-10block: check BLK_FEAT_POLL under q_usage_countChristoph Hellwig
2025-01-10block: add a queue_limits_commit_update_frozen helperChristoph Hellwig
2025-01-10block: fix docs for freezing of queue limits updatesChristoph Hellwig
2025-01-09block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()Yu Kuai
2025-01-06block: simplify tag allocation policy selectionChristoph Hellwig
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig
2025-01-06block: remove blk_mq_init_bitmapsChristoph Hellwig
2025-01-06block: better split mq vs non-mq code in add_disk_fwnodeChristoph Hellwig
2025-01-06block: add a dma mapping iteratorChristoph Hellwig
2025-01-04block: remove blk_rq_bio_prepChristoph Hellwig
2025-01-04block: remove bio_add_pc_pageChristoph Hellwig
2025-01-03block: retry call probe after request_module in blk_request_moduleYang Erkun
2025-01-02kyber: constify sysfs attributesThomas Weißschuh
2025-01-02block, bfq: constify sysfs attributesThomas Weißschuh
2025-01-02block: mq-deadline: Constify sysfs attributesThomas Weißschuh
2025-01-02elevator: Enable const sysfs attributesThomas Weißschuh
2024-12-23blk-zoned: Split queue_zone_wplugs_show()Bart Van Assche
2024-12-23blk-zoned: Improve the queue reference count strategy documentationBart Van Assche
2024-12-23blk-zoned: Document locking assumptionsBart Van Assche
2024-12-23blk-zoned: Minimize #include directivesBart Van Assche
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig
2024-12-23blk-mq: remove unused queue mapping helpersDaniel Wagner
2024-12-23blk-mq: introduce blk_mq_map_hw_queuesDaniel Wagner
2024-12-23block: track queue dying state automatically for modeling queue freeze lockdepMing Lei
2024-12-23block: don't verify queue freeze manually in elevator_init_mq()Ming Lei
2024-12-23block: track disk DEAD state automatically for modeling queue freeze lockdepMing Lei
2024-12-23block: remove unnecessary check in blk_unfreeze_check_owner()Ming Lei
2024-12-23block: add support to pass user meta bufferKanchan Joshi
2024-12-23block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flagsAnuj Gupta
2024-12-23block: modify bio_integrity_map_user to accept iov_iter as argumentAnuj Gupta
2024-12-23block: copy back bounce buffer to user-space correctly in case of splitChristoph Hellwig
2024-12-23block: define set of integrity flags to be inherited by cloned bipAnuj Gupta
2024-12-18block: avoid to reuse `hctx` not removed from cpuhp callback listMing Lei
2024-12-18block: Revert "block: Fix potential deadlock while freezing queue and acquiri...Ming Lei