| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-25 | Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linux | Linus Torvalds | 7 | -20/+89 |
| 2025-04-24 | block: don't autoload drivers on blk-cgroup configuration | Christoph Hellwig | 1 | -1/+1 |
| 2025-04-24 | block: don't autoload drivers on stat | Christoph Hellwig | 4 | -7/+7 |
| 2025-04-24 | block: remove the backing_inode variable in bdev_statx | Christoph Hellwig | 1 | -7/+4 |
| 2025-04-24 | block: move blkdev_{get,put} _no_open prototypes out of blkdev.h | Christoph Hellwig | 1 | -0/+3 |
| 2025-04-24 | block: never reduce ra_pages in blk_apply_bdi_limits | Christoph Hellwig | 1 | -1/+7 |
| 2025-04-23 | block: hoist block size validation code to a separate function | Darrick J. Wong | 1 | -6/+27 |
| 2025-04-23 | block: fix race between set_blocksize and read paths | Darrick J. Wong | 4 | -1/+43 |
| 2025-04-19 | Merge tag 'vfs-6.15-rc3.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+1 |
| 2025-04-18 | Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linux | Linus Torvalds | 3 | -11/+9 |
| 2025-04-17 | fs: move the bdex_statx call to vfs_getattr_nosec | Christoph Hellwig | 1 | -2/+1 |
| 2025-04-16 | block: integrity: Do not call set_page_dirty_lock() | Martin K. Petersen | 1 | -11/+6 |
| 2025-04-14 | block: fix resource leak in blk_register_queue() error path | Zheng Qixing | 1 | -0/+2 |
| 2025-04-14 | block: add SPDX header line to blk-throttle.h | Bird, Tim | 1 | -0/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 4 | -5/+5 |
| 2025-04-03 | block: don't grab elevator lock during queue initialization | Ming Lei | 1 | -7/+17 |
| 2025-04-01 | block: remove unused nseg parameter | Nitesh Shetty | 1 | -3/+2 |
| 2025-03-26 | Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux | Linus Torvalds | 39 | -798/+1178 |
| 2025-03-25 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 2 | -2/+2 |
| 2025-03-25 | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -5/+3 |
| 2025-03-24 | Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -18/+13 |
| 2025-03-24 | Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -5/+8 |
| 2025-03-19 | block/blk-iocost: ensure 'ret' is set on error | Jens Axboe | 1 | -1/+3 |
| 2025-03-19 | block: correct locking order for protecting blk-wbt parameters | Nilay Shroff | 3 | -13/+58 |
| 2025-03-19 | block: release q->elevator_lock in ioc_qos_write | Nilay Shroff | 1 | -0/+1 |
| 2025-03-18 | blk-cgroup: improve policy registration error handling | Chen Linxuan | 1 | -10/+12 |
| 2025-03-18 | block: Make request_queue lockdep splats show up earlier | Thomas Hellström | 1 | -0/+6 |
| 2025-03-18 | block: fix a comment in the queue_attrs[] array | Christoph Hellwig | 1 | -5/+0 |
| 2025-03-13 | block: protect debugfs attribute method hctx_busy_show | Nilay Shroff | 1 | -0/+5 |
| 2025-03-13 | block: remove unnecessary goto labels in debugfs attribute read methods | Nilay Shroff | 1 | -12/+8 |
| 2025-03-13 | block: protect debugfs attrs using elevator_lock instead of sysfs_lock | Nilay Shroff | 1 | -8/+8 |
| 2025-03-13 | block: remove unused parameter 'q' parameter in __blk_rq_map_sg() | Anuj Gupta | 2 | -3/+3 |
| 2025-03-12 | block: fix adding folio to bio | Ming Lei | 1 | -4/+7 |
| 2025-03-12 | block: remove unused parameter | Guixin Liu | 6 | -13/+10 |
| 2025-03-11 | blk-cgroup: Simplify policy files registration | Michal Koutný | 2 | -18/+12 |
| 2025-03-11 | cgroup/blkio: Add deprecation messages to reset_stats | Michal Koutný | 1 | -0/+1 |
| 2025-03-10 | badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0 | Coly Li | 1 | -2/+3 |
| 2025-03-10 | block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_clone | Ming Lei | 1 | -0/+1 |
| 2025-03-10 | block: protect hctx attributes/params using q->elevator_lock | Nilay Shroff | 2 | -2/+6 |
| 2025-03-10 | block: protect read_ahead_kb using q->limits_lock | Nilay Shroff | 1 | -6/+10 |
| 2025-03-10 | block: protect wbt_lat_usec using q->elevator_lock | Nilay Shroff | 2 | -12/+10 |
| 2025-03-10 | block: protect nr_requests update using q->elevator_lock | Nilay Shroff | 1 | -5/+5 |
| 2025-03-10 | block: introduce a dedicated lock for protecting queue elevator updates | Nilay Shroff | 6 | -42/+52 |
| 2025-03-10 | block: remove q->sysfs_lock for attributes which don't need it | Nilay Shroff | 2 | -54/+29 |
| 2025-03-10 | block: move q->sysfs_lock and queue-freeze under show/store method | Nilay Shroff | 2 | -68/+162 |
| 2025-03-10 | block: acquire q->limits_lock while reading sysfs attributes | Nilay Shroff | 1 | -37/+65 |
| 2025-03-07 | Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
| 2025-03-07 | bdev: add back PAGE_SIZE block size validation for sb_set_blocksize() | Luis Chamberlain | 1 | -0/+2 |
| 2025-03-06 | badblocks: use sector_t instead of int to avoid truncation of badblocks length | Zheng Qixing | 1 | -12/+8 |
| 2025-03-06 | badblocks: return boolean from badblocks_set() and badblocks_clear() | Zheng Qixing | 1 | -21/+20 |
| 2025-03-06 | badblocks: fix missing bad blocks on retry in _badblocks_check() | Zheng Qixing | 1 | -26/+24 |
| 2025-03-06 | badblocks: fix merge issue when new badblocks align with pre+1 | Li Nan | 1 | -2/+2 |
| 2025-03-06 | badblocks: try can_merge_front before overlap_front | Li Nan | 1 | -26/+22 |
| 2025-03-06 | badblocks: fix the using of MAX_BADBLOCKS | Li Nan | 1 | -2/+2 |
| 2025-03-06 | badblocks: return error if any badblock set fails | Li Nan | 1 | -12/+5 |
| 2025-03-06 | badblocks: return error directly when setting badblocks exceeds 512 | Li Nan | 1 | -102/+19 |
| 2025-03-06 | badblocks: attempt to merge adjacent badblocks during ack_all_badblocks | Li Nan | 1 | -0/+5 |
| 2025-03-06 | badblocks: factor out a helper try_adjacent_combine | Li Nan | 1 | -14/+26 |
| 2025-03-06 | badblocks: Fix error shitf ops | Li Nan | 1 | -6/+6 |
| 2025-03-06 | block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY | Anuj Gupta | 1 | -0/+1 |
| 2025-03-06 | block: ensure correct integrity capability propagation in stacked devices | Anuj Gupta | 1 | -29/+21 |
| 2025-03-05 | blk-throttle: carry over directly | Ming Lei | 2 | -30/+23 |
| 2025-03-05 | blk-throttle: don't take carryover for prioritized processing of metadata | Ming Lei | 1 | -10/+5 |
| 2025-03-05 | blk-throttle: remove last_bytes_disp and last_ios_disp | Ming Lei | 2 | -7/+1 |
| 2025-03-05 | blk-throttle: fix lower bps rate by throtl_trim_slice() | Yu Kuai | 1 | -2/+11 |
| 2025-03-05 | block: fix conversion of GPT partition name to 7-bit | Olivier Gayot | 1 | -1/+1 |
| 2025-03-03 | block: split struct bio_integrity_payload | Christoph Hellwig | 5 | -118/+78 |
| 2025-03-03 | block: move the block layer auto-integrity code into a new file | Christoph Hellwig | 3 | -160/+164 |
| 2025-03-03 | block: mark bounce buffering as incompatible with integrity | Christoph Hellwig | 2 | -2/+5 |
| 2025-02-28 | Merge tag 'block-6.14-20250228' of git://git.kernel.dk/linux | Linus Torvalds | 5 | -14/+89 |
| 2025-02-28 | block: fix 'kmem_cache of name 'bio-108' already exists' | Ming Lei | 1 | -1/+1 |
| 2025-02-25 | block: Remove zone write plugs when handling native zone append writes | Damien Le Moal | 1 | -7/+69 |
| 2025-02-25 | blk-wbt: Cleanup a comment in wb_timer_fn | Tang Yizhou | 1 | -3/+3 |
| 2025-02-25 | blk-wbt: Fix some comments | Tang Yizhou | 1 | -7/+4 |
| 2025-02-25 | block: make segment size limit workable for > 4K PAGE_SIZE | Ming Lei | 3 | -6/+19 |
| 2025-02-24 | bdev: use bdev_io_min() for statx block size | Luis Chamberlain | 1 | -3/+2 |
| 2025-02-24 | block/bdev: lift block size restrictions to 64k | Luis Chamberlain | 1 | -2/+1 |
| 2025-02-24 | block/bdev: enable large folio support for large logical block sizes | Hannes Reinecke | 1 | -0/+3 |
| 2025-02-21 | block: Remove commented out code | Thorsten Blum | 2 | -4/+0 |
| 2025-02-21 | Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -2/+5 |
| 2025-02-18 | blk_iocost: Switch to use hrtimer_setup() | Nam Cao | 1 | -2/+1 |
| 2025-02-18 | block, bfq: Switch to use hrtimer_setup() | Nam Cao | 1 | -3/+2 |
| 2025-02-17 | block: fix NULL pointer dereferenced within __blk_rq_map_sg | Ming Lei | 1 | -1/+4 |
| 2025-02-14 | block/merge: remove unnecessary min() with UINT_MAX | Caleb Sander Mateos | 1 | -1/+1 |
| 2025-02-14 | Merge tag 'block-6.14-20250214' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -3/+15 |
| 2025-02-14 | partitions: mac: fix handling of bogus partition table | Jann Horn | 1 | -3/+15 |
| 2025-02-11 | block: refactor rq_qos_wait() | Muchun Song | 1 | -21/+47 |
| 2025-02-11 | block: introduce init_wait_func() | Muchun Song | 2 | -9/+8 |
| 2025-02-10 | blk-crypto: add ioctls to create and prepare hardware-wrapped keys | Eric Biggers | 4 | -0/+212 |
| 2025-02-10 | blk-crypto: show supported key types in sysfs | Eric Biggers | 1 | -0/+35 |
| 2025-02-10 | blk-crypto: add basic hardware-wrapped key support | Eric Biggers | 4 | -17/+98 |
| 2025-02-08 | lib/crc64: rename CRC64-Rocksoft to CRC64-NVME | Eric Biggers | 1 | -1/+1 |
| 2025-02-08 | lib/crc64-rocksoft: stop wrapping the crypto API | Eric Biggers | 1 | -1/+1 |
| 2025-01-31 | Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linux | Linus Torvalds | 16 | -83/+79 |
| 2025-01-31 | block: force noio scope in blk_mq_freeze_queue | Christoph Hellwig | 11 | -43/+61 |
| 2025-01-29 | block: fix nr_hw_queue update racing with disk addition/removal | Nilay Shroff | 1 | -8/+9 |
| 2025-01-29 | block: get rid of request queue ->sysfs_dir_lock | Nilay Shroff | 4 | -28/+5 |
| 2025-01-28 | Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
| 2025-01-23 | blk-mq: create correct map for fallback case | Daniel Wagner | 1 | -2/+1 |
| 2025-01-23 | block: don't revert iter for -EIOCBQUEUED | Jens Axboe | 1 | -2/+3 |
| 2025-01-20 | Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linux | Linus Torvalds | 3 | -26/+113 |
| 2025-01-20 | Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux | Linus Torvalds | 28 | -687/+441 |
| 2025-01-17 | block: Don't trim an atomic write | John Garry | 1 | -0/+4 |
| 2025-01-17 | block: Add common atomic writes enable flag | John Garry | 1 | -2/+4 |
| 2025-01-15 | block: limit disk max sectors to (LLONG_MAX >> 9) | Ming Lei | 2 | -0/+12 |
| 2025-01-15 | block: Change blk_stack_atomic_writes_limits() unit_min check | John Garry | 1 | -1/+1 |
| 2025-01-15 | block: Ensure start sector is aligned for stacking atomic writes | John Garry | 1 | -2/+5 |
| 2025-01-14 | blk-mq: Move more error handling into blk_mq_submit_bio() | Bart Van Assche | 1 | -7/+7 |
| 2025-01-14 | block: Reorder the request allocation code in blk_mq_submit_bio() | Bart Van Assche | 1 | -3/+3 |
| 2025-01-13 | partitions: ldm: remove the initial kernel-doc notation | Randy Dunlap | 1 | -1/+1 |
| 2025-01-13 | blk-cgroup: rwstat: fix kernel-doc warnings in header file | Randy Dunlap | 1 | -2/+3 |
| 2025-01-13 | blk-cgroup: fix kernel-doc warnings in header file | Randy Dunlap | 1 | -4/+6 |
| 2025-01-13 | block: mark GFP_NOIO around sysfs ->store() | Ming Lei | 1 | -0/+3 |
| 2025-01-13 | Merge 6.13-rc7 into driver-core-next | Greg Kroah-Hartman | 5 | -31/+44 |
| 2025-01-10 | block: fix queue freeze vs limits lock order in sysfs store methods | Christoph Hellwig | 1 | -8/+10 |
| 2025-01-10 | block: add a store_limit operations for sysfs entries | Christoph Hellwig | 1 | -67/+61 |
| 2025-01-10 | block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queues | Christoph Hellwig | 4 | -26/+22 |
| 2025-01-10 | block: check BLK_FEAT_POLL under q_usage_count | Christoph Hellwig | 2 | -12/+22 |
| 2025-01-10 | block: add a queue_limits_commit_update_frozen helper | Christoph Hellwig | 3 | -9/+26 |
| 2025-01-10 | block: fix docs for freezing of queue limits updates | Christoph Hellwig | 1 | -1/+2 |
| 2025-01-10 | blk-cgroup: Fix class @block_class's subsystem refcount leakage | Zijun Hu | 1 | -0/+1 |
| 2025-01-09 | block, bfq: fix waker_bfqq UAF after bfq_split_bfqq() | Yu Kuai | 1 | -2/+10 |
| 2025-01-06 | block: simplify tag allocation policy selection | Christoph Hellwig | 4 | -27/+8 |
| 2025-01-06 | block: remove BLK_MQ_F_NO_SCHED | Christoph Hellwig | 3 | -22/+1 |
| 2025-01-06 | block: remove blk_mq_init_bitmaps | Christoph Hellwig | 2 | -29/+12 |
| 2025-01-06 | block: better split mq vs non-mq code in add_disk_fwnode | Christoph Hellwig | 1 | -13/+15 |
| 2025-01-06 | block: add a dma mapping iterator | Christoph Hellwig | 1 | -106/+69 |
| 2025-01-04 | block: remove blk_rq_bio_prep | Christoph Hellwig | 2 | -5/+9 |
| 2025-01-04 | block: remove bio_add_pc_page | Christoph Hellwig | 3 | -199/+34 |
| 2025-01-03 | block: retry call probe after request_module in blk_request_module | Yang Erkun | 1 | -5/+17 |
| 2025-01-02 | kyber: constify sysfs attributes | Thomas Weißschuh | 1 | -1/+1 |
| 2025-01-02 | block, bfq: constify sysfs attributes | Thomas Weißschuh | 1 | -1/+1 |
| 2025-01-02 | block: mq-deadline: Constify sysfs attributes | Thomas Weißschuh | 1 | -1/+1 |
| 2025-01-02 | elevator: Enable const sysfs attributes | Thomas Weißschuh | 2 | -5/+5 |
| 2024-12-23 | blk-zoned: Split queue_zone_wplugs_show() | Bart Van Assche | 1 | -20/+24 |
| 2024-12-23 | blk-zoned: Improve the queue reference count strategy documentation | Bart Van Assche | 1 | -4/+2 |
| 2024-12-23 | blk-zoned: Document locking assumptions | Bart Van Assche | 1 | -0/+4 |
| 2024-12-23 | blk-zoned: Minimize #include directives | Bart Van Assche | 1 | -4/+0 |
| 2024-12-23 | block: remove BLK_MQ_F_SHOULD_MERGE | Christoph Hellwig | 2 | -3/+1 |
| 2024-12-23 | blk-mq: remove unused queue mapping helpers | Daniel Wagner | 3 | -94/+0 |
| 2024-12-23 | blk-mq: introduce blk_mq_map_hw_queues | Daniel Wagner | 1 | -0/+37 |
| 2024-12-23 | block: track queue dying state automatically for modeling queue freeze lockdep | Ming Lei | 3 | -12/+12 |
| 2024-12-23 | block: don't verify queue freeze manually in elevator_init_mq() | Ming Lei | 1 | -5/+2 |
| 2024-12-23 | block: track disk DEAD state automatically for modeling queue freeze lockdep | Ming Lei | 4 | -12/+22 |
| 2024-12-23 | block: remove unnecessary check in blk_unfreeze_check_owner() | Ming Lei | 1 | -2/+0 |
| 2024-12-23 | block: add support to pass user meta buffer | Kanchan Joshi | 2 | -10/+85 |
| 2024-12-23 | block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags | Anuj Gupta | 1 | -0/+5 |
| 2024-12-23 | block: modify bio_integrity_map_user to accept iov_iter as argument | Anuj Gupta | 2 | -8/+14 |
| 2024-12-23 | block: copy back bounce buffer to user-space correctly in case of split | Christoph Hellwig | 1 | -7/+8 |
| 2024-12-23 | block: define set of integrity flags to be inherited by cloned bip | Anuj Gupta | 1 | -1/+1 |
| 2024-12-18 | block: avoid to reuse `hctx` not removed from cpuhp callback list | Ming Lei | 1 | -1/+10 |
| 2024-12-18 | block: Revert "block: Fix potential deadlock while freezing queue and acquiri... | Ming Lei | 3 | -26/+23 |
| 2024-12-18 | block/bdev: use helper for max block size check | Luis Chamberlain | 1 | -2/+1 |
| 2024-12-13 | block: Fix potential deadlock while freezing queue and acquiring sysfs_lock | Nilay Shroff | 3 | -23/+26 |
| 2024-12-13 | block: Fix queue_iostats_passthrough_show() | Bart Van Assche | 1 | -1/+1 |
| 2024-12-13 | blk-mq: Clean up blk_mq_requeue_work() | Bart Van Assche | 1 | -6/+4 |
| 2024-12-13 | mq-deadline: Remove a local variable | Bart Van Assche | 1 | -4/+1 |
| 2024-12-12 | blk-iocost: Avoid using clamp() on inuse in __propagate_weights() | Nathan Chancellor | 1 | -1/+8 |
| 2024-12-12 | block: Make bio_iov_bvec_set() accept pointer to const iov_iter | John Garry | 2 | -2/+2 |
| 2024-12-10 | block: get wp_offset by bdev_offset_from_zone_start | LongPing Wei | 1 | -1/+1 |
| 2024-12-10 | blk-cgroup: Fix UAF in blkcg_unpin_online() | Tejun Heo | 1 | -1/+5 |
| 2024-12-10 | block: Prevent potential deadlocks in zone write plug error recovery | Damien Le Moal | 1 | -247/+61 |
| 2024-12-10 | dm: Fix dm-zoned-reclaim zone write pointer alignment | Damien Le Moal | 1 | -23/+118 |
| 2024-12-10 | block: Ignore REQ_NOWAIT for zone reset and zone finish operations | Damien Le Moal | 1 | -0/+9 |
| 2024-12-10 | block: Use a zone write plug BIO work for REQ_NOWAIT BIOs | Damien Le Moal | 1 | -20/+42 |
| 2024-12-06 | blk-mq: move cpuhp callback registering out of q->sysfs_lock | Ming Lei | 1 | -11/+92 |
| 2024-12-06 | blk-mq: register cpuhp callback after hctx is added to xarray table | Ming Lei | 1 | -8/+7 |
| 2024-11-30 | Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux | Linus Torvalds | 10 | -77/+204 |
| 2024-11-29 | block, bfq: fix bfqq uaf in bfq_limit_depth() | Yu Kuai | 1 | -13/+24 |
| 2024-11-27 | block: Don't allow an atomic write be truncated in blkdev_write_iter() | John Garry | 1 | -1/+4 |
| 2024-11-26 | mq-deadline: don't call req_get_ioprio from the I/O completion handler | Christoph Hellwig | 1 | -9/+4 |
| 2024-11-26 | block: Prevent potential deadlock in blk_revalidate_disk_zones() | Damien Le Moal | 1 | -4/+10 |
| 2024-11-25 | block: Remove extra part pointer NULLify in blk_rq_init() | John Garry | 1 | -1/+0 |
| 2024-11-19 | block: req->bio is always set in the merge code | Christoph Hellwig | 1 | -22/+8 |
| 2024-11-19 | block: don't bother checking the data direction for merges | Christoph Hellwig | 1 | -7/+0 |
| 2024-11-19 | block: blk-mq: fix uninit-value in blk_rq_prep_clone and refactor | Suraj Sonawane | 1 | -7/+6 |
| 2024-11-19 | Revert "block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()" | Zach Wade | 2 | -2/+5 |
| 2024-11-19 | block: Support atomic writes limits for stacked devices | John Garry | 1 | -0/+115 |
| 2024-11-19 | block: Add extra checks in blk_validate_atomic_write_limits() | John Garry | 1 | -0/+17 |
| 2024-11-19 | block: Drop granularity check in queue_limit_discard_alignment() | John Garry | 1 | -2/+0 |
| 2024-11-18 | block: fix uaf for flush rq while iterating tags | Yu Kuai | 2 | -10/+5 |
| 2024-11-18 | Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux | Linus Torvalds | 25 | -440/+760 |
| 2024-11-18 | blk-settings: round down io_opt to physical_block_size | Mikulas Patocka | 1 | -0/+7 |
| 2024-11-18 | Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -10/+12 |
| 2024-11-13 | block/genhd: use seq_put_decimal_ull for diskstats decimal values | David Wang | 1 | -34/+29 |
| 2024-11-13 | block: don't reorder requests in blk_add_rq_to_plug | Christoph Hellwig | 1 | -2/+2 |
| 2024-11-13 | block: add a rq_list type | Christoph Hellwig | 4 | -26/+24 |
| 2024-11-13 | block: export blk_validate_limits | Christoph Hellwig | 1 | -1/+2 |
| 2024-11-12 | block: remove the ioprio field from struct request | Christoph Hellwig | 2 | -8/+5 |
| 2024-11-12 | block: remove the write_hint field from struct request | Christoph Hellwig | 2 | -8/+10 |
| 2024-11-11 | block: pre-calculate max_zone_append_sectors | Christoph Hellwig | 4 | -31/+18 |
| 2024-11-11 | block: lift bio_is_zone_append to bio.h | Christoph Hellwig | 1 | -9/+0 |
| 2024-11-11 | block: fix bio_split_rw_at to take zone_write_granularity into account | Christoph Hellwig | 1 | -1/+9 |
| 2024-11-11 | block: take chunk_sectors into account in bio_split_write_zeroes | Christoph Hellwig | 1 | -12/+23 |
| 2024-11-11 | block: Handle bio_split() errors in bio_submit_split() | John Garry | 1 | -5/+10 |
| 2024-11-11 | block: Error an attempt to split an atomic write in bio_split() | John Garry | 1 | -0/+4 |
| 2024-11-11 | block: Rework bio_split() return value | John Garry | 2 | -5/+7 |
| 2024-11-07 | block: don't verify IO lock for freeze/unfreeze in elevator_init_mq() | Ming Lei | 1 | -2/+8 |
| 2024-11-07 | block: always verify unfreeze lock on the owner task | Ming Lei | 3 | -10/+57 |
| 2024-11-07 | block: remove blk_freeze_queue() | Ming Lei | 2 | -22/+1 |