index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-ioprio.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-09
block: fix that util can be greater than 100%
Yu Kuai
1
-10
/
+2
2024-05-09
block: support to account io_ticks precisely
Yu Kuai
5
-5
/
+13
2024-05-09
block: add plug while submitting IO
Yu Kuai
1
-0
/
+6
2024-05-09
bcache: fix variable length array abuse in btree_iter
Matthew Mirvish
6
-59
/
+70
2024-05-09
bcache: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-5
/
+5
2024-05-07
md: Revert "md: Fix overflow in is_mddev_idle"
Li Nan
3
-7
/
+6
2024-05-07
blk-lib: check for kill signal in ioctl BLKDISCARD
Christoph Hellwig
1
-3
/
+30
2024-05-07
block: add a bio_await_chain helper
Keith Busch
2
-0
/
+21
2024-05-07
block: add a blk_alloc_discard_bio helper
Christoph Hellwig
2
-21
/
+32
2024-05-07
block: add a bio_chain_and_submit helper
Christoph Hellwig
2
-8
/
+20
2024-05-07
block: move discard checks into the ioctl handler
Christoph Hellwig
2
-15
/
+5
2024-05-07
block: remove the discard_granularity check in __blkdev_issue_discard
Christoph Hellwig
1
-7
/
+0
2024-05-07
block/ioctl: prefer different overflow check
Justin Stitt
1
-1
/
+1
2024-05-06
null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
Zhu Yanjun
1
-0
/
+1
2024-05-03
block: fix and simplify blkdevparts= cmdline parsing
INAGAKI Hiroshi
1
-37
/
+12
2024-05-03
block: refine the EOF check in blkdev_iomap_begin
Christoph Hellwig
1
-1
/
+1
2024-05-03
block: add a partscan sysfs attribute for disks
Christoph Hellwig
2
-0
/
+18
2024-05-03
block: add a disk_has_partscan helper
Christoph Hellwig
3
-9
/
+16
2024-05-02
md: fix resync softlockup when bitmap size is less than array size
Yu Kuai
1
-3
/
+3
2024-05-01
block: Cleanup blk_revalidate_zone_cb()
Damien Le Moal
1
-52
/
+77
2024-05-01
block: Simplify zone write plug BIO abort
Damien Le Moal
1
-8
/
+7
2024-05-01
block: Simplify blk_zone_write_plug_bio_endio()
Damien Le Moal
1
-2
/
+1
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-05-01
dm: Check that a zoned table leads to a valid mapped device
Damien Le Moal
2
-1
/
+59
2024-04-26
sbitmap: use READ_ONCE to access map->word
linke li
1
-4
/
+4
2024-04-25
null_blk: Fix missing mutex_destroy() at module removal
Zhu Yanjun
1
-0
/
+2
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
2
-8
/
+25
2024-04-19
block/mq-deadline: Remove some unused functions
Jiapeng Chong
1
-28
/
+0
2024-04-17
null_blk: Simplify null_zone_write()
Damien Le Moal
1
-20
/
+16
2024-04-17
null_blk: Do zone resource management only if necessary
Damien Le Moal
1
-146
/
+165
2024-04-17
null_blk: Have all null_handle_xxx() return a blk_status_t
Damien Le Moal
1
-10
/
+8
2024-04-17
block: Do not special-case plugging of zone write operations
Damien Le Moal
5
-57
/
+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
5
-179
/
+7
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
4
-68
/
+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
8
-22
/
+14
[next]