summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
14 daysMerge tag 'block-6.15-20250424' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-24block: don't autoload drivers on blk-cgroup configurationChristoph Hellwig
2025-04-24block: don't autoload drivers on statChristoph Hellwig
2025-04-24block: remove the backing_inode variable in bdev_statxChristoph Hellwig
2025-04-24block: move blkdev_{get,put} _no_open prototypes out of blkdev.hChristoph Hellwig
2025-04-24block: never reduce ra_pages in blk_apply_bdi_limitsChristoph Hellwig
2025-04-23block: hoist block size validation code to a separate functionDarrick J. Wong
2025-04-23block: fix race between set_blocksize and read pathsDarrick J. Wong
2025-04-19Merge tag 'vfs-6.15-rc3.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-17fs: move the bdex_statx call to vfs_getattr_nosecChristoph Hellwig
2025-04-16block: integrity: Do not call set_page_dirty_lock()Martin K. Petersen
2025-04-14block: fix resource leak in blk_register_queue() error pathZheng Qixing
2025-04-14block: add SPDX header line to blk-throttle.hBird, Tim
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-03block: don't grab elevator lock during queue initializationMing Lei
2025-04-01block: remove unused nseg parameterNitesh Shetty
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-24Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-19block/blk-iocost: ensure 'ret' is set on errorJens Axboe
2025-03-19block: correct locking order for protecting blk-wbt parametersNilay Shroff
2025-03-19block: release q->elevator_lock in ioc_qos_writeNilay Shroff
2025-03-18blk-cgroup: improve policy registration error handlingChen Linxuan
2025-03-18block: Make request_queue lockdep splats show up earlierThomas Hellström
2025-03-18block: fix a comment in the queue_attrs[] arrayChristoph Hellwig
2025-03-13block: protect debugfs attribute method hctx_busy_showNilay Shroff
2025-03-13block: remove unnecessary goto labels in debugfs attribute read methodsNilay Shroff
2025-03-13block: protect debugfs attrs using elevator_lock instead of sysfs_lockNilay Shroff
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta
2025-03-12block: fix adding folio to bioMing Lei
2025-03-12block: remove unused parameterGuixin Liu
2025-03-11blk-cgroup: Simplify policy files registrationMichal Koutný
2025-03-11cgroup/blkio: Add deprecation messages to reset_statsMichal Koutný
2025-03-10badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0Coly Li
2025-03-10block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_cloneMing Lei
2025-03-10block: protect hctx attributes/params using q->elevator_lockNilay Shroff
2025-03-10block: protect read_ahead_kb using q->limits_lockNilay Shroff
2025-03-10block: protect wbt_lat_usec using q->elevator_lockNilay Shroff
2025-03-10block: protect nr_requests update using q->elevator_lockNilay Shroff
2025-03-10block: introduce a dedicated lock for protecting queue elevator updatesNilay Shroff
2025-03-10block: remove q->sysfs_lock for attributes which don't need itNilay Shroff
2025-03-10block: move q->sysfs_lock and queue-freeze under show/store methodNilay Shroff
2025-03-10block: acquire q->limits_lock while reading sysfs attributesNilay Shroff
2025-03-07Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-07bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()Luis Chamberlain
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing