index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-01
block: Improve zone write request completion handling
Damien Le Moal
3
-13
/
+12
2024-05-01
block: Improve blk_zone_write_plug_bio_merged()
Damien Le Moal
1
-2
/
+7
2024-05-01
block: Fix handling of non-empty flush write requests to zones
Damien Le Moal
3
-9
/
+13
2024-05-01
block: Fix flush request sector restore
Damien Le Moal
1
-1
/
+2
2024-05-01
block: Do not remove zone write plugs still in use
Damien Le Moal
1
-8
/
+31
2024-05-01
block: Unhash a zone write plug only if needed
Damien Le Moal
1
-23
/
+32
2024-05-01
block: Hold a reference on zone write plugs to schedule submission
Damien Le Moal
1
-5
/
+21
2024-05-01
block: Fix reference counting for zone write plugs in error state
Damien Le Moal
1
-26
/
+49
2024-05-01
block: Fix zone write plug initialization from blk_revalidate_zone_cb()
Damien Le Moal
1
-3
/
+4
2024-05-01
block: Exclude conventional zones when faking max open limit
Damien Le Moal
1
-10
/
+28
2024-04-25
block: check if zone_wplugs_hash exists in queue_zone_wplugs_show
Johannes Thumshirn
1
-0
/
+3
2024-04-23
block: use a per disk workqueue for zone write plugging
Damien Le Moal
1
-8
/
+24
2024-04-19
block/mq-deadline: Remove some unused functions
Jiapeng Chong
1
-28
/
+0
2024-04-17
block: Do not special-case plugging of zone write operations
Damien Le Moal
4
-45
/
+2
2024-04-17
block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
Damien Le Moal
1
-1
/
+0
2024-04-17
block: Remove zone write locking
Damien Le Moal
2
-64
/
+3
2024-04-17
block: Replace zone_wlock debugfs entry with zone_wplugs entry
Damien Le Moal
3
-10
/
+27
2024-04-17
block: Move zone related debugfs attribute to blk-zoned.c
Damien Le Moal
5
-28
/
+21
2024-04-17
block: Do not check zone type in blk_check_zone_append()
Damien Le Moal
1
-2
/
+1
2024-04-17
block: Remove elevator required features
Damien Le Moal
3
-58
/
+5
2024-04-17
block: mq-deadline: Remove support for zone write locking
Damien Le Moal
1
-170
/
+6
2024-04-17
block: Simplify blk_revalidate_disk_zones() interface
Damien Le Moal
1
-14
/
+7
2024-04-17
block: Remove BLK_STS_ZONE_RESOURCE
Damien Le Moal
1
-26
/
+0
2024-04-17
block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
Damien Le Moal
1
-6
/
+24
2024-04-17
block: Implement zone append emulation
Damien Le Moal
3
-15
/
+66
2024-04-17
block: Allow zero value of max_zone_append_sectors queue limit
Damien Le Moal
4
-14
/
+22
2024-04-17
block: Fake max open zones limit when there is no limit
Damien Le Moal
1
-6
/
+35
2024-04-17
block: Introduce zone write plugging
Damien Le Moal
6
-10
/
+1181
2024-04-17
block: Remember zone capacity when revalidating zones
Damien Le Moal
1
-0
/
+26
2024-04-17
block: Allow using bio_attempt_back_merge() internally
Damien Le Moal
2
-7
/
+9
2024-04-17
block: Introduce blk_zone_update_request_bio()
Damien Le Moal
2
-7
/
+23
2024-04-17
block: Remove req_bio_endio()
Damien Le Moal
1
-30
/
+28
2024-04-17
block: Restore sector of flush requests
Damien Le Moal
1
-0
/
+1
2024-04-15
block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
John Garry
1
-17
/
+12
2024-04-03
blk-cgroup: use group allocation/free of per-cpu counters API
Kefeng Wang
1
-12
/
+6
2024-04-01
blk-cgroup: use bio_list_merge_init
Christoph Hellwig
1
-2
/
+1
2024-04-01
blk-throttle: Only use seq_printf() in tg_prfill_limit()
John Garry
1
-25
/
+26
2024-04-01
blk-mq: don't schedule block kworker on isolated CPUs
Ming Lei
1
-10
/
+47
2024-03-29
Merge tag 'block-6.9-20240329' of git://git.kernel.dk/linux
Linus Torvalds
4
-11
/
+4
2024-03-28
block: Do not force full zone append completion in req_bio_endio()
Damien Le Moal
1
-7
/
+2
2024-03-26
block: don't reject too large max_user_sectors in blk_validate_limits
Christoph Hellwig
1
-2
/
+1
2024-03-26
block: Make blk_rq_set_mixed_merge() static
John Garry
2
-2
/
+1
2024-03-18
Merge tag 'vfs-6.9-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+7
2024-03-18
fs,block: get holder during claim
Christian Brauner
1
-0
/
+7
2024-03-14
block: fix mismatched kerneldoc function name
Jiapeng Chong
1
-1
/
+1
2024-03-13
Revert "blk-lib: check for kill signal"
Christoph Hellwig
1
-39
/
+1
2024-03-13
Revert "block/mq-deadline: use correct way to throttling write requests"
Bart Van Assche
1
-2
/
+1
2024-03-13
block: limit block time caching to in_task() context
Jens Axboe
1
-1
/
+1
2024-03-11
Revert "dm: use queue_limits_set"
Linus Torvalds
1
-1
/
+1
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
29
-361
/
+687
[next]