index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-zoned-metadata.c
Age
Commit message (
Expand
)
Author
2026-07-15
dm: use `clear_and_wake_up_bit()` in device mapper
Jiangong.Han
2026-06-08
dm-zoned-metadata: Use strscpy() to copy device name
David Laight
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-19
dm: dm-zoned: Adjust dmz_load_mapping() allocation type
Kees Cook
2024-11-20
dm: zoned: Remove unused functions
Dr. David Alan Gilbert
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
[next]