index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-zoned-metadata.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-15
dm: use `clear_and_wake_up_bit()` in device mapper
Jiangong.Han
1
-6
/
+2
2026-06-08
dm-zoned-metadata: Use strscpy() to copy device name
David Laight
1
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-6
/
+6
2026-02-19
dm: dm-zoned: Adjust dmz_load_mapping() allocation type
Kees Cook
1
-1
/
+1
2024-11-20
dm: zoned: Remove unused functions
Dr. David Alan Gilbert
1
-50
/
+0
2024-02-12
block: remove gfp_flags from blkdev_zone_mgmt
Johannes Thumshirn
1
-1
/
+1
2024-02-12
dm: dm-zoned: guard blkdev_zone_mgmt with noio scope
Johannes Thumshirn
1
-1
/
+4
2023-12-19
block: remove support for the host aware zone model
Christoph Hellwig
1
-4
/
+3
2023-10-04
dm zoned: dynamically allocate the dm-zoned-meta shrinker
Qi Zheng
1
-12
/
+16
2023-05-31
dm: dm-zoned: use __bio_add_page for adding single metadata page
Johannes Thumshirn
1
-3
/
+3
2023-04-11
dm: remove unnecessary (void*) conversions
Yu Zhe
1
-3
/
+3
2023-02-14
dm: don't indent labels
Heinz Mauelshagen
1
-1
/
+1
2023-02-14
dm: avoid split of quoted strings where possible
Heinz Mauelshagen
1
-8
/
+4
2023-02-14
dm: fix undue/missing spaces
Heinz Mauelshagen
1
-1
/
+1
2023-02-14
dm: address space issues relative to switch/while/for/...
Heinz Mauelshagen
1
-2
/
+2
2023-01-30
dm: improve shrinker debug names
Mike Snitzer
1
-1
/
+1
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+3
2022-07-14
dm/dm-zoned: Use the enum req_op type
Bart Van Assche
1
-2
/
+3
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
1
-1
/
+3
2022-03-02
dm-zoned: remove the ->name field in struct dmz_dev
Christoph Hellwig
1
-2
/
+2
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
1
-9
/
+6
2022-02-02
dm: bio_alloc can't fail if it is allowed to sleep
Christoph Hellwig
1
-11
/
+0
2021-06-04
dm zoned: check zone capacity
Damien Le Moal
1
-0
/
+7
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
1
-3
/
+3
2020-07-08
dm zoned: Fix zone reclaim trigger
Damien Le Moal
1
-1
/
+8
2020-06-19
dm zoned: Fix reclaim zone selection
Shin'ichiro Kawasaki
1
-2
/
+2
2020-06-19
dm zoned: Fix random zone reclaim selection
Damien Le Moal
1
-8
/
+27
2020-06-19
dm zoned: Fix metadata zone size check
Shin'ichiro Kawasaki
1
-1
/
+2
2020-06-05
Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-272
/
+768
2020-06-05
dm zoned: check superblock location
Hannes Reinecke
1
-1
/
+9
2020-06-05
dm zoned: prefer full zones for reclaim
Hannes Reinecke
1
-1
/
+8
2020-06-05
dm zoned: select reclaim zone based on device index
Hannes Reinecke
1
-30
/
+20
2020-06-05
dm zoned: allocate zone by device index
Hannes Reinecke
1
-6
/
+11
2020-06-05
dm zoned: support arbitrary number of devices
Hannes Reinecke
1
-1
/
+14
2020-06-05
dm zoned: move random and sequential zones into struct dmz_dev
Hannes Reinecke
1
-60
/
+79
2020-06-05
dm zoned: add metadata pointer to struct dmz_dev
Hannes Reinecke
1
-5
/
+9
2020-06-05
dm zoned: add device pointer to struct dm_zone
Hannes Reinecke
1
-29
/
+10
2020-06-05
dm zoned: allocate temporary superblock for tertiary devices
Hannes Reinecke
1
-48
/
+61
2020-06-05
dm zoned: convert to xarray
Hannes Reinecke
1
-32
/
+90
2020-06-05
dm zoned: add a 'reserved' zone flag
Hannes Reinecke
1
-2
/
+2
2020-06-05
dm zoned: avoid unnecessary device recalulation for secondary superblock
Hannes Reinecke
1
-3
/
+2
2020-06-05
dm zoned: add debugging message for reading superblocks
Hannes Reinecke
1
-0
/
+4
2020-05-22
dm zoned: remove leftover hunk for switching to sequential zones
Hannes Reinecke
1
-8
/
+0
2020-05-22
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
1
-3
/
+3
2020-05-20
dm zoned: terminate reclaim on congestion
Hannes Reinecke
1
-0
/
+2
2020-05-20
dm zoned: reclaim random zones when idle
Hannes Reinecke
1
-4
/
+9
2020-05-20
dm zoned: separate random and cache zones
Hannes Reinecke
1
-31
/
+92
2020-05-20
dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zone
Hannes Reinecke
1
-2
/
+2
[next]