Age | Commit message (Expand) | Author | Files | Lines |
2025-01-31 | block: force noio scope in blk_mq_freeze_queue | Christoph Hellwig | 1 | -5/+3 |
2025-01-29 | block: get rid of request queue ->sysfs_dir_lock | Nilay Shroff | 1 | -5/+0 |
2025-01-13 | block: mark GFP_NOIO around sysfs ->store() | Ming Lei | 1 | -0/+3 |
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 | 1 | -1/+8 |
2024-12-18 | block: Revert "block: Fix potential deadlock while freezing queue and acquiri... | Ming Lei | 1 | -2/+2 |
2024-12-13 | block: Fix potential deadlock while freezing queue and acquiring sysfs_lock | Nilay Shroff | 1 | -2/+2 |
2024-12-13 | block: Fix queue_iostats_passthrough_show() | Bart Van Assche | 1 | -1/+1 |
2024-11-18 | block: fix uaf for flush rq while iterating tags | Yu Kuai | 1 | -4/+2 |
2024-11-11 | block: pre-calculate max_zone_append_sectors | Christoph Hellwig | 1 | -14/+3 |
2024-11-07 | block: Replace sprintf() with sysfs_emit() | zhangguopeng | 1 | -12/+12 |
2024-11-07 | Revert "block: pre-calculate max_zone_append_sectors" | Jens Axboe | 1 | -3/+14 |
2024-11-04 | block: pre-calculate max_zone_append_sectors | Christoph Hellwig | 1 | -14/+3 |
2024-10-22 | block: enable passthrough command statistics | Keith Busch | 1 | -0/+30 |
2024-10-22 | block: return void from the queue_sysfs_entry load_module method | Christoph Hellwig | 1 | -6/+3 |
2024-09-10 | block: Prevent deadlocks when switching elevators | Damien Le Moal | 1 | -1/+21 |
2024-06-28 | block: pass a gendisk to the queue_sysfs_entry methods | Christoph Hellwig | 1 | -91/+89 |
2024-06-28 | block: add helper macros to de-duplicate the queue sysfs attributes | Christoph Hellwig | 1 | -173/+82 |
2024-06-26 | block: convert features and flags to __bitwise types | Christoph Hellwig | 1 | -3/+3 |
2024-06-26 | block: correctly report cache type | Christoph Hellwig | 1 | -3/+3 |
2024-06-20 | block: Add core atomic write support | John Garry | 1 | -0/+33 |
2024-06-20 | block: renumber and rename the cache disabled flag | Christoph Hellwig | 1 | -3/+3 |
2024-06-19 | block: move the poll flag to queue_limits | Christoph Hellwig | 1 | -2/+2 |
2024-06-19 | block: move the stable_writes flag to queue_limits | Christoph Hellwig | 1 | -28/+1 |
2024-06-19 | block: move the io_stat flag setting to queue_limits | Christoph Hellwig | 1 | -1/+1 |
2024-06-19 | block: move the add_random flag to queue_limits | Christoph Hellwig | 1 | -3/+3 |
2024-06-19 | block: move the nonrot flag to queue_limits | Christoph Hellwig | 1 | -3/+36 |
2024-06-19 | block: move cache control settings out of queue->flags | Christoph Hellwig | 1 | -10/+19 |
2024-06-19 | block: freeze the queue in queue_attr_store | Christoph Hellwig | 1 | -7/+2 |
2024-05-09 | blk-throttle: delay initialization until configuration | Yu Kuai | 1 | -1/+0 |
2024-05-09 | blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW | Yu Kuai | 1 | -7/+0 |
2024-04-17 | block: Allow zero value of max_zone_append_sectors queue limit | Damien Le Moal | 1 | -1/+1 |
2024-02-13 | block: use queue_limits_commit_update in queue_discard_max_store | Christoph Hellwig | 1 | -3/+10 |
2024-02-13 | block: add a max_user_discard_sectors queue limit | Christoph Hellwig | 1 | -9/+8 |
2024-02-13 | block: use queue_limits_commit_update in queue_max_sectors_store | Christoph Hellwig | 1 | -25/+12 |
2024-01-11 | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -8/+3 |
2023-12-27 | block: rename and document BLK_DEF_MAX_SECTORS | Christoph Hellwig | 1 | -1/+1 |
2023-12-19 | block: remove support for the host aware zone model | Christoph Hellwig | 1 | -7/+2 |
2023-11-29 | block: Document the role of the two attribute groups | Bart Van Assche | 1 | -0/+2 |
2023-07-17 | block: don't allow enabling a cache on devices that don't support it | Christoph Hellwig | 1 | -4/+7 |
2023-07-17 | block: cleanup queue_wc_store | Christoph Hellwig | 1 | -11/+3 |
2023-06-26 | blk-sysfs: add a new attr_group for blk_mq | Yu Kuai | 1 | -11/+31 |
2023-06-26 | blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabled | Yu Kuai | 1 | -69/+74 |
2023-04-13 | blk-mq: include <linux/blk-mq.h> in block/blk-mq.h | Christoph Hellwig | 1 | -1/+0 |
2023-03-20 | blk-mq: remove hybrid polling | Keith Busch | 1 | -24/+1 |
2023-02-09 | block: make kobj_type structures constant | Thomas Weißschuh | 1 | -1/+1 |
2023-02-03 | blk-wbt: move private information from blk-wbt.h to blk-wbt.c | Christoph Hellwig | 1 | -0/+1 |
2023-02-03 | blk-wbt: pass a gendisk to wbt_init | Christoph Hellwig | 1 | -1/+1 |
2023-02-03 | blk-wbt: pass a gendisk to wbt_{enable,disable}_default | Christoph Hellwig | 1 | -1/+1 |