index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-05-01
block: Exclude conventional zones when faking max open limit
Damien Le Moal
2024-05-01
dm: Check that a zoned table leads to a valid mapped device
Damien Le Moal
2024-04-26
sbitmap: use READ_ONCE to access map->word
linke li
2024-04-25
null_blk: Fix missing mutex_destroy() at module removal
Zhu Yanjun
2024-04-25
Merge tag 'md-6.10-20240425' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jens Axboe
2024-04-25
block: check if zone_wplugs_hash exists in queue_zone_wplugs_show
Johannes Thumshirn
2024-04-23
block: use a per disk workqueue for zone write plugging
Damien Le Moal
2024-04-19
block/mq-deadline: Remove some unused functions
Jiapeng Chong
2024-04-17
null_blk: Simplify null_zone_write()
Damien Le Moal
2024-04-17
null_blk: Do zone resource management only if necessary
Damien Le Moal
2024-04-17
null_blk: Have all null_handle_xxx() return a blk_status_t
Damien Le Moal
2024-04-17
block: Do not special-case plugging of zone write operations
Damien Le Moal
2024-04-17
block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
Damien Le Moal
2024-04-17
block: Remove zone write locking
Damien Le Moal
2024-04-17
block: Replace zone_wlock debugfs entry with zone_wplugs entry
Damien Le Moal
2024-04-17
block: Move zone related debugfs attribute to blk-zoned.c
Damien Le Moal
2024-04-17
block: Do not check zone type in blk_check_zone_append()
Damien Le Moal
2024-04-17
block: Remove elevator required features
Damien Le Moal
2024-04-17
block: mq-deadline: Remove support for zone write locking
Damien Le Moal
2024-04-17
block: Simplify blk_revalidate_disk_zones() interface
Damien Le Moal
2024-04-17
block: Remove BLK_STS_ZONE_RESOURCE
Damien Le Moal
2024-04-17
nvmet: zns: Do not reference the gendisk conv_zones_bitmap
Damien Le Moal
2024-04-17
null_blk: Introduce fua attribute
Damien Le Moal
2024-04-17
null_blk: Introduce zone_append_max_sectors attribute
Damien Le Moal
2024-04-17
null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
Damien Le Moal
2024-04-17
ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
Damien Le Moal
2024-04-17
scsi: sd: Use the block layer zone append emulation
Damien Le Moal
2024-04-17
dm: Use the block layer zone append emulation
Damien Le Moal
2024-04-17
block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
Damien Le Moal
2024-04-17
block: Implement zone append emulation
Damien Le Moal
2024-04-17
block: Allow zero value of max_zone_append_sectors queue limit
Damien Le Moal
2024-04-17
block: Fake max open zones limit when there is no limit
Damien Le Moal
2024-04-17
block: Introduce zone write plugging
Damien Le Moal
2024-04-17
block: Remember zone capacity when revalidating zones
Damien Le Moal
2024-04-17
block: Allow using bio_attempt_back_merge() internally
Damien Le Moal
2024-04-17
block: Introduce bio_straddles_zones() and bio_offset_from_zone_start()
Damien Le Moal
2024-04-17
block: Introduce blk_zone_update_request_bio()
Damien Le Moal
2024-04-17
block: Remove req_bio_endio()
Damien Le Moal
2024-04-17
block: Restore sector of flush requests
Damien Le Moal
2024-04-15
block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
John Garry
2024-04-08
md: don't account sync_io if iostats of the disk is disabled
Li Nan
2024-04-08
md: Fix overflow in is_mddev_idle
Li Nan
2024-04-08
md: add check for sleepers in md_wakeup_thread()
Florian-Ewald Mueller
2024-04-08
md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PE...
Yu Kuai
2024-04-03
blk-cgroup: use group allocation/free of per-cpu counters API
Kefeng Wang
2024-04-01
btrfs use bio_list_merge_init
Christoph Hellwig
2024-04-01
dm: use bio_list_merge_init
Christoph Hellwig
2024-04-01
blk-cgroup: use bio_list_merge_init
Christoph Hellwig
2024-04-01
block: add a bio_list_merge_init helper
Christoph Hellwig
2024-04-01
blk-throttle: Only use seq_printf() in tg_prfill_limit()
John Garry
[next]