summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | block: add a max_user_discard_sectors queue limitChristoph Hellwig2024-02-133-12/+24
* | block: use queue_limits_commit_update in queue_max_sectors_storeChristoph Hellwig2024-02-131-25/+12
* | block: add an API to atomically update queue limitsChristoph Hellwig2024-02-134-37/+217
* | block: decouple blk_set_stacking_limits from blk_set_default_limitsChristoph Hellwig2024-02-131-4/+9
* | block: refactor disk_update_readaheadChristoph Hellwig2024-02-131-9/+12
* | block: move max_{open,active}_zones to struct queue_limitsChristoph Hellwig2024-02-131-6/+6
* | drbd: fix function cast warnings in state machineArnd Bergmann2024-02-132-14/+18
* | floppy: fix function pointer cast warningsArnd Bergmann2024-02-131-4/+7
* | nvme: allow integrity when PI is not in first bytesKanchan Joshi2024-02-122-1/+8
* | block: support PI at non-zero offset within metadataKanchan Joshi2024-02-125-14/+42
* | block: refactor guard helpersKanchan Joshi2024-02-121-10/+10
* | block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn2024-02-127-28/+20
* | f2fs: guard blkdev_zone_mgmt with nofs scopeJohannes Thumshirn2024-02-121-3/+12
* | btrfs: zoned: call blkdev_zone_mgmt in nofs scopeJohannes Thumshirn2024-02-121-7/+26
* | dm: dm-zoned: guard blkdev_zone_mgmt with noio scopeJohannes Thumshirn2024-02-121-1/+4
* | zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() callJohannes Thumshirn2024-02-121-1/+1
* | s390/dasd: fix double module refcount decrementMiroslav Franc2024-02-091-4/+1
* | s390/dasd: Improve ERP error messagesJan Höppner2024-02-091-38/+13
* | null_blk: add configfs variable shared_tagsShin'ichiro Kawasaki2024-02-082-18/+21
* | block: Simplify the allocation of slab cachesKunwu Chan2024-02-081-2/+1
* | block: optimise in irq bio put cachingPavel Begunkov2024-02-081-11/+12
* | block: extend bio caching to task contextPavel Begunkov2024-02-081-1/+2
* | s390/dasd: Use dev_*() for device log messagesJan Höppner2024-02-081-26/+24
* | s390/dasd: Remove PRINTK_HEADER and KMSG_COMPONENT definitionsJan Höppner2024-02-0811-55/+1
* | s390/dasd: Remove %p format specifier from error messagesJan Höppner2024-02-083-23/+15
* | s390/dasd: Use dev_err() over printk()Jan Höppner2024-02-082-118/+76
* | s390/dasd: Remove unused message logging macrosJan Höppner2024-02-081-26/+0
* | s390/dasd: Move allocation error message to DBFJan Höppner2024-02-081-4/+2
* | s390/dasd: Remove unnecessary errorstring generationJan Höppner2024-02-083-29/+8
* | s390/dasd: Use sysfs_emit() over sprintf()Jan Höppner2024-02-081-9/+9
* | s390/dasd: Simplify uid string generationJan Höppner2024-02-082-21/+7
* | block: rbd: make rbd_bus_type constRicardo B. Marliere2024-02-061-1/+1
|/
* blk-throttle: Eliminate redundant checks for data directionTang Yizhou2024-02-051-2/+2
* block: update cached timestamp post schedule/preemptionJens Axboe2024-02-055-4/+26
* block: cache current nsec time in struct blk_plugJens Axboe2024-02-053-1/+15
* block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe2024-02-0510-45/+56
* block: move cgroup time handling code into blk.hJens Axboe2024-02-053-42/+43
* blk-mq: special case cached requests lessChristoph Hellwig2024-02-051-19/+22
* blk-mq: introduce a blk_mq_peek_cached_request helperChristoph Hellwig2024-02-051-30/+33
* blk-mq: move blk_mq_attempt_bio_merge out blk_mq_get_new_requestsChristoph Hellwig2024-02-051-10/+11
* Linux 6.8-rc3v6.8-rc3Linus Torvalds2024-02-041-1/+1
* Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-0411-189/+203
|\
| * ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map typeZhang Yi2024-02-011-29/+3
| * ext4: make ext4_map_blocks() distinguish delalloc only extentZhang Yi2024-02-013-3/+10
| * ext4: add a hole extent entry in cache after punchZhang Yi2024-02-011-2/+4
| * ext4: correct the hole length returned by ext4_map_blocks()Zhang Yi2024-02-011-41/+70
| * ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi2024-02-011-14/+11
| * ext4: refactor ext4_da_map_blocks()Zhang Yi2024-02-011-22/+17
| * ext4: remove 'needed' in trace_ext4_discard_preallocationsKemeng Shi2024-01-182-10/+6
| * ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi2024-01-189-22/+18