index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-zoned-metadata.c
Age
Commit message (
Expand
)
Author
2024-02-12
block: remove gfp_flags from blkdev_zone_mgmt
Johannes Thumshirn
2024-02-12
dm: dm-zoned: guard blkdev_zone_mgmt with noio scope
Johannes Thumshirn
2023-12-19
block: remove support for the host aware zone model
Christoph Hellwig
2023-10-04
dm zoned: dynamically allocate the dm-zoned-meta shrinker
Qi Zheng
2023-05-31
dm: dm-zoned: use __bio_add_page for adding single metadata page
Johannes Thumshirn
2023-04-11
dm: remove unnecessary (void*) conversions
Yu Zhe
2023-02-14
dm: don't indent labels
Heinz Mauelshagen
2023-02-14
dm: avoid split of quoted strings where possible
Heinz Mauelshagen
2023-02-14
dm: fix undue/missing spaces
Heinz Mauelshagen
2023-02-14
dm: address space issues relative to switch/while/for/...
Heinz Mauelshagen
2023-01-30
dm: improve shrinker debug names
Mike Snitzer
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-07-14
dm/dm-zoned: Use the enum req_op type
Bart Van Assche
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
2022-03-02
dm-zoned: remove the ->name field in struct dmz_dev
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
2022-02-02
dm: bio_alloc can't fail if it is allowed to sleep
Christoph Hellwig
2021-06-04
dm zoned: check zone capacity
Damien Le Moal
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
2020-07-08
dm zoned: Fix zone reclaim trigger
Damien Le Moal
2020-06-19
dm zoned: Fix reclaim zone selection
Shin'ichiro Kawasaki
2020-06-19
dm zoned: Fix random zone reclaim selection
Damien Le Moal
2020-06-19
dm zoned: Fix metadata zone size check
Shin'ichiro Kawasaki
2020-06-05
Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-06-05
dm zoned: check superblock location
Hannes Reinecke
2020-06-05
dm zoned: prefer full zones for reclaim
Hannes Reinecke
2020-06-05
dm zoned: select reclaim zone based on device index
Hannes Reinecke
2020-06-05
dm zoned: allocate zone by device index
Hannes Reinecke
2020-06-05
dm zoned: support arbitrary number of devices
Hannes Reinecke
2020-06-05
dm zoned: move random and sequential zones into struct dmz_dev
Hannes Reinecke
2020-06-05
dm zoned: add metadata pointer to struct dmz_dev
Hannes Reinecke
2020-06-05
dm zoned: add device pointer to struct dm_zone
Hannes Reinecke
2020-06-05
dm zoned: allocate temporary superblock for tertiary devices
Hannes Reinecke
2020-06-05
dm zoned: convert to xarray
Hannes Reinecke
2020-06-05
dm zoned: add a 'reserved' zone flag
Hannes Reinecke
2020-06-05
dm zoned: avoid unnecessary device recalulation for secondary superblock
Hannes Reinecke
2020-06-05
dm zoned: add debugging message for reading superblocks
Hannes Reinecke
2020-05-22
dm zoned: remove leftover hunk for switching to sequential zones
Hannes Reinecke
2020-05-22
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
2020-05-20
dm zoned: terminate reclaim on congestion
Hannes Reinecke
2020-05-20
dm zoned: reclaim random zones when idle
Hannes Reinecke
2020-05-20
dm zoned: separate random and cache zones
Hannes Reinecke
2020-05-20
dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zone
Hannes Reinecke
2020-05-20
dm zoned: metadata version 2
Hannes Reinecke
2020-05-20
dm zoned: ignore metadata zone in dmz_alloc_zone()
Hannes Reinecke
2020-05-20
dm zoned: Reduce logging output on startup
Hannes Reinecke
2020-05-20
dm zoned: add metadata logging functions
Hannes Reinecke
2020-05-19
dm zoned: use dmz_zone_to_dev() when handling metadata I/O
Hannes Reinecke
2020-05-15
dm zoned: Introduce dmz_dev_is_dying() and dmz_check_dev()
Hannes Reinecke
2020-05-15
dm zoned: introduce dmz_metadata_label() to format device name
Hannes Reinecke
[next]