index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
block: support to account io_ticks precisely
Yu Kuai
2024-05-09
5
-5
/
+13
|
*
|
|
|
|
block: add plug while submitting IO
Yu Kuai
2024-05-09
1
-0
/
+6
|
*
|
|
|
|
blk-lib: check for kill signal in ioctl BLKDISCARD
Christoph Hellwig
2024-05-07
1
-3
/
+30
|
*
|
|
|
|
block: add a bio_await_chain helper
Keith Busch
2024-05-07
2
-0
/
+21
|
*
|
|
|
|
block: add a blk_alloc_discard_bio helper
Christoph Hellwig
2024-05-07
1
-21
/
+29
|
*
|
|
|
|
block: add a bio_chain_and_submit helper
Christoph Hellwig
2024-05-07
1
-8
/
+19
|
*
|
|
|
|
block: move discard checks into the ioctl handler
Christoph Hellwig
2024-05-07
2
-15
/
+5
|
*
|
|
|
|
block: remove the discard_granularity check in __blkdev_issue_discard
Christoph Hellwig
2024-05-07
1
-7
/
+0
|
*
|
|
|
|
block/ioctl: prefer different overflow check
Justin Stitt
2024-05-07
1
-1
/
+1
|
*
|
|
|
|
block: fix and simplify blkdevparts= cmdline parsing
INAGAKI Hiroshi
2024-05-03
1
-37
/
+12
|
*
|
|
|
|
block: refine the EOF check in blkdev_iomap_begin
Christoph Hellwig
2024-05-03
1
-1
/
+1
|
*
|
|
|
|
block: add a partscan sysfs attribute for disks
Christoph Hellwig
2024-05-03
1
-0
/
+8
|
*
|
|
|
|
block: add a disk_has_partscan helper
Christoph Hellwig
2024-05-03
2
-9
/
+3
|
*
|
|
|
|
block: Cleanup blk_revalidate_zone_cb()
Damien Le Moal
2024-05-01
1
-52
/
+77
|
*
|
|
|
|
block: Simplify zone write plug BIO abort
Damien Le Moal
2024-05-01
1
-8
/
+7
|
*
|
|
|
|
block: Simplify blk_zone_write_plug_bio_endio()
Damien Le Moal
2024-05-01
1
-2
/
+1
|
*
|
|
|
|
block: Improve zone write request completion handling
Damien Le Moal
2024-05-01
3
-13
/
+12
|
*
|
|
|
|
block: Improve blk_zone_write_plug_bio_merged()
Damien Le Moal
2024-05-01
1
-2
/
+7
|
*
|
|
|
|
block: Fix handling of non-empty flush write requests to zones
Damien Le Moal
2024-05-01
3
-9
/
+13
|
*
|
|
|
|
block: Fix flush request sector restore
Damien Le Moal
2024-05-01
1
-1
/
+2
|
*
|
|
|
|
block: Do not remove zone write plugs still in use
Damien Le Moal
2024-05-01
1
-8
/
+31
|
*
|
|
|
|
block: Unhash a zone write plug only if needed
Damien Le Moal
2024-05-01
1
-23
/
+32
|
*
|
|
|
|
block: Hold a reference on zone write plugs to schedule submission
Damien Le Moal
2024-05-01
1
-5
/
+21
|
*
|
|
|
|
block: Fix reference counting for zone write plugs in error state
Damien Le Moal
2024-05-01
1
-26
/
+49
|
*
|
|
|
|
block: Fix zone write plug initialization from blk_revalidate_zone_cb()
Damien Le Moal
2024-05-01
1
-3
/
+4
|
*
|
|
|
|
block: Exclude conventional zones when faking max open limit
Damien Le Moal
2024-05-01
1
-10
/
+28
|
*
|
|
|
|
block: check if zone_wplugs_hash exists in queue_zone_wplugs_show
Johannes Thumshirn
2024-04-25
1
-0
/
+3
|
*
|
|
|
|
block: use a per disk workqueue for zone write plugging
Damien Le Moal
2024-04-23
1
-8
/
+24
|
*
|
|
|
|
block/mq-deadline: Remove some unused functions
Jiapeng Chong
2024-04-19
1
-28
/
+0
|
*
|
|
|
|
block: Do not special-case plugging of zone write operations
Damien Le Moal
2024-04-17
4
-45
/
+2
|
*
|
|
|
|
block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
Damien Le Moal
2024-04-17
1
-1
/
+0
|
*
|
|
|
|
block: Remove zone write locking
Damien Le Moal
2024-04-17
2
-64
/
+3
|
*
|
|
|
|
block: Replace zone_wlock debugfs entry with zone_wplugs entry
Damien Le Moal
2024-04-17
3
-10
/
+27
|
*
|
|
|
|
block: Move zone related debugfs attribute to blk-zoned.c
Damien Le Moal
2024-04-17
5
-28
/
+21
|
*
|
|
|
|
block: Do not check zone type in blk_check_zone_append()
Damien Le Moal
2024-04-17
1
-2
/
+1
|
*
|
|
|
|
block: Remove elevator required features
Damien Le Moal
2024-04-17
3
-58
/
+5
|
*
|
|
|
|
block: mq-deadline: Remove support for zone write locking
Damien Le Moal
2024-04-17
1
-170
/
+6
|
*
|
|
|
|
block: Simplify blk_revalidate_disk_zones() interface
Damien Le Moal
2024-04-17
1
-14
/
+7
|
*
|
|
|
|
block: Remove BLK_STS_ZONE_RESOURCE
Damien Le Moal
2024-04-17
1
-26
/
+0
|
*
|
|
|
|
block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
Damien Le Moal
2024-04-17
1
-6
/
+24
|
*
|
|
|
|
block: Implement zone append emulation
Damien Le Moal
2024-04-17
3
-15
/
+66
|
*
|
|
|
|
block: Allow zero value of max_zone_append_sectors queue limit
Damien Le Moal
2024-04-17
4
-14
/
+22
|
*
|
|
|
|
block: Fake max open zones limit when there is no limit
Damien Le Moal
2024-04-17
1
-6
/
+35
|
*
|
|
|
|
block: Introduce zone write plugging
Damien Le Moal
2024-04-17
6
-10
/
+1181
|
*
|
|
|
|
block: Remember zone capacity when revalidating zones
Damien Le Moal
2024-04-17
1
-0
/
+26
|
*
|
|
|
|
block: Allow using bio_attempt_back_merge() internally
Damien Le Moal
2024-04-17
2
-7
/
+9
|
*
|
|
|
|
block: Introduce blk_zone_update_request_bio()
Damien Le Moal
2024-04-17
2
-7
/
+23
|
*
|
|
|
|
block: Remove req_bio_endio()
Damien Le Moal
2024-04-17
1
-30
/
+28
|
*
|
|
|
|
block: Restore sector of flush requests
Damien Le Moal
2024-04-17
1
-0
/
+1
|
*
|
|
|
|
block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
John Garry
2024-04-15
1
-17
/
+12
[prev]
[next]