summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2025-04-14block: fix resource leak in blk_register_queue() error pathZheng Qixing-0/+2
2025-04-14block: add SPDX header line to blk-throttle.hBird, Tim-0/+1
2025-04-07mm: Remove swap_writepage() and shmem_writepage()Matthew Wilcox (Oracle)-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-5/+5
2025-04-04cgroup: change rstat function signatures from cgroup-based to css-basedJP Kobryn-3/+3
2025-04-03block: don't grab elevator lock during queue initializationMing Lei-7/+17
2025-04-01block: remove unused nseg parameterNitesh Shetty-3/+2
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds-800/+1180
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-2/+2
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+3
2025-03-24Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-18/+13
2025-03-24Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+8
2025-03-19block/blk-iocost: ensure 'ret' is set on errorJens Axboe-1/+3
2025-03-19block: correct locking order for protecting blk-wbt parametersNilay Shroff-13/+58
2025-03-19block: release q->elevator_lock in ioc_qos_writeNilay Shroff-0/+1
2025-03-18blk-cgroup: improve policy registration error handlingChen Linxuan-10/+12
2025-03-18block: Make request_queue lockdep splats show up earlierThomas Hellström-0/+6
2025-03-18block: fix a comment in the queue_attrs[] arrayChristoph Hellwig-5/+0
2025-03-13block: protect debugfs attribute method hctx_busy_showNilay Shroff-0/+5
2025-03-13block: remove unnecessary goto labels in debugfs attribute read methodsNilay Shroff-12/+8
2025-03-13block: protect debugfs attrs using elevator_lock instead of sysfs_lockNilay Shroff-8/+8
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta-3/+3
2025-03-12block: fix adding folio to bioMing Lei-4/+7
2025-03-12block: remove unused parameterGuixin Liu-13/+10
2025-03-11blk-cgroup: Simplify policy files registrationMichal Koutný-18/+12
2025-03-11cgroup/blkio: Add deprecation messages to reset_statsMichal Koutný-0/+1
2025-03-10badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0Coly Li-2/+3
2025-03-10block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_cloneMing Lei-0/+1
2025-03-10block: protect hctx attributes/params using q->elevator_lockNilay Shroff-2/+6
2025-03-10block: protect read_ahead_kb using q->limits_lockNilay Shroff-6/+10
2025-03-10block: protect wbt_lat_usec using q->elevator_lockNilay Shroff-12/+10
2025-03-10block: protect nr_requests update using q->elevator_lockNilay Shroff-5/+5
2025-03-10block: introduce a dedicated lock for protecting queue elevator updatesNilay Shroff-42/+52
2025-03-10block: remove q->sysfs_lock for attributes which don't need itNilay Shroff-54/+29
2025-03-10block: move q->sysfs_lock and queue-freeze under show/store methodNilay Shroff-68/+162
2025-03-10block: acquire q->limits_lock while reading sysfs attributesNilay Shroff-37/+65
2025-03-07Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2025-03-07bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()Luis Chamberlain-0/+2
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing-12/+8
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing-21/+20
2025-03-06badblocks: fix missing bad blocks on retry in _badblocks_check()Zheng Qixing-26/+24
2025-03-06badblocks: fix merge issue when new badblocks align with pre+1Li Nan-2/+2
2025-03-06badblocks: try can_merge_front before overlap_frontLi Nan-26/+22
2025-03-06badblocks: fix the using of MAX_BADBLOCKSLi Nan-2/+2
2025-03-06badblocks: return error if any badblock set failsLi Nan-12/+5
2025-03-06badblocks: return error directly when setting badblocks exceeds 512Li Nan-102/+19
2025-03-06badblocks: attempt to merge adjacent badblocks during ack_all_badblocksLi Nan-0/+5
2025-03-06badblocks: factor out a helper try_adjacent_combineLi Nan-14/+26
2025-03-06badblocks: Fix error shitf opsLi Nan-6/+6
2025-03-06block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFYAnuj Gupta-0/+1