summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
5 daysblock: Introduce bio_needs_zone_write_plugging()Damien Le Moal2-21/+5
5 daysblock: avoid possible overflow for chunk_sectors check in blk_stack_limits()John Garry1-1/+1
5 dayslib/sbitmap: convert shallow_depth from one word to the whole sbitmapYu Kuai4-43/+20
10 daysblock: ensure discard_granularity is zero when discard is not supportedChristoph Hellwig1-3/+10
10 daysblock: sanitize chunk_sectors for atomic write limitsJohn Garry1-0/+6
2025-07-24block: fix kobject leak in blk_unregister_queueMing Lei1-0/+1
2025-06-27block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completionDamien Le Moal1-0/+1
2025-06-27block: use plug request list tail for one-shot backmerge attemptJens Axboe1-13/+13
2025-06-19block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_workChristoph Hellwig1-2/+5
2025-06-19block: use q->elevator with ->elevator_lock held in elv_iosched_show()Ming Lei1-2/+1
2025-06-19block: flip iter directions in blk_rq_integrity_map_user()Caleb Sander Mateos1-6/+1
2025-06-19blk-throttle: Fix wrong tg->[bytes/io]_disp update in __tg_update_carryover()Zizhi Wo1-6/+16
2025-05-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2025-05-16Merge tag 'block-6.15-20250515' of git://git.kernel.dk/linuxLinus Torvalds1-15/+47
2025-05-12scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES bufferSteve Siwinski1-1/+1
2025-05-12block: always allocate integrity buffer when requiredKeith Busch1-15/+47
2025-05-09Merge tag 'block-6.15-20250509' of git://git.kernel.dk/linuxLinus Torvalds2-6/+3
2025-05-08block: remove test of incorrect io priority levelAaron Lu1-5/+1
2025-05-06block: only update request sector if neededJohannes Thumshirn1-1/+2
2025-04-25Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linuxLinus Torvalds7-20/+89
2025-04-24block: don't autoload drivers on blk-cgroup configurationChristoph Hellwig1-1/+1
2025-04-24block: don't autoload drivers on statChristoph Hellwig4-7/+7
2025-04-24block: remove the backing_inode variable in bdev_statxChristoph Hellwig1-7/+4
2025-04-24block: move blkdev_{get,put} _no_open prototypes out of blkdev.hChristoph Hellwig1-0/+3
2025-04-24block: never reduce ra_pages in blk_apply_bdi_limitsChristoph Hellwig1-1/+7
2025-04-23block: hoist block size validation code to a separate functionDarrick J. Wong1-6/+27
2025-04-23block: fix race between set_blocksize and read pathsDarrick J. Wong4-1/+43
2025-04-19Merge tag 'vfs-6.15-rc3.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds3-11/+9
2025-04-17fs: move the bdex_statx call to vfs_getattr_nosecChristoph Hellwig1-2/+1
2025-04-16block: integrity: Do not call set_page_dirty_lock()Martin K. Petersen1-11/+6
2025-04-14block: fix resource leak in blk_register_queue() error pathZheng Qixing1-0/+2
2025-04-14block: add SPDX header line to blk-throttle.hBird, Tim1-0/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner4-5/+5
2025-04-03block: don't grab elevator lock during queue initializationMing Lei1-7/+17
2025-04-01block: remove unused nseg parameterNitesh Shetty1-3/+2
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds39-800/+1180
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2-2/+2
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+3
2025-03-24Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-18/+13
2025-03-24Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+8
2025-03-19block/blk-iocost: ensure 'ret' is set on errorJens Axboe1-1/+3
2025-03-19block: correct locking order for protecting blk-wbt parametersNilay Shroff3-13/+58
2025-03-19block: release q->elevator_lock in ioc_qos_writeNilay Shroff1-0/+1
2025-03-18blk-cgroup: improve policy registration error handlingChen Linxuan1-10/+12
2025-03-18block: Make request_queue lockdep splats show up earlierThomas Hellström1-0/+6
2025-03-18block: fix a comment in the queue_attrs[] arrayChristoph Hellwig1-5/+0
2025-03-13block: protect debugfs attribute method hctx_busy_showNilay Shroff1-0/+5
2025-03-13block: remove unnecessary goto labels in debugfs attribute read methodsNilay Shroff1-12/+8
2025-03-13block: protect debugfs attrs using elevator_lock instead of sysfs_lockNilay Shroff1-8/+8