index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-zoned-reclaim.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-15
dm: use `clear_and_wake_up_bit()` in device mapper
Jiangong.Han
1
-3
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2024-12-10
dm: Fix dm-zoned-reclaim zone write pointer alignment
Damien Le Moal
1
-3
/
+3
2021-06-04
dm kcopyd: avoid useless atomic operations
Mikulas Patocka
1
-1
/
+1
2020-07-08
dm zoned: Fix zone reclaim trigger
Damien Le Moal
1
-0
/
+2
2020-07-08
dm zoned: fix unused but set variable warnings
Wei Yongjun
1
-4
/
+1
2020-06-17
dm zoned: fix uninitialized pointer dereference
Damien Le Moal
1
-3
/
+1
2020-06-05
dm zoned: select reclaim zone based on device index
Hannes Reinecke
1
-1
/
+2
2020-06-05
dm zoned: allocate zone by device index
Hannes Reinecke
1
-1
/
+2
2020-06-05
dm zoned: move random and sequential zones into struct dmz_dev
Hannes Reinecke
1
-8
/
+7
2020-06-05
dm zoned: per-device reclaim
Hannes Reinecke
1
-24
/
+42
2020-06-05
dm zoned: add device pointer to struct dm_zone
Hannes Reinecke
1
-8
/
+5
2020-06-05
dm zoned: improve logging messages for reclaim
Hannes Reinecke
1
-3
/
+10
2020-05-20
dm zoned: terminate reclaim on congestion
Hannes Reinecke
1
-2
/
+4
2020-05-20
dm zoned: start reclaim with sequential zones
Hannes Reinecke
1
-5
/
+6
2020-05-20
dm zoned: reclaim random zones when idle
Hannes Reinecke
1
-11
/
+19
2020-05-20
dm zoned: separate random and cache zones
Hannes Reinecke
1
-29
/
+47
2020-05-20
dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zone
Hannes Reinecke
1
-2
/
+2
2020-05-20
dm zoned: remove spurious newlines from debugging messages
Hannes Reinecke
1
-2
/
+2
2020-05-19
dm zoned: remove 'dev' argument from reclaim
Hannes Reinecke
1
-27
/
+29
2020-05-15
dm zoned: Introduce dmz_dev_is_dying() and dmz_check_dev()
Hannes Reinecke
1
-2
/
+2
2020-05-15
dm zoned: introduce dmz_metadata_label() to format device name
Hannes Reinecke
1
-7
/
+8
2020-05-15
dm zoned: move fields from struct dmz_dev to dmz_metadata
Hannes Reinecke
1
-4
/
+4
2020-05-15
dm zoned: store zone id within the zone structure and kill dmz_id()
Hannes Reinecke
1
-9
/
+8
2019-11-07
dm zoned: reduce overhead of backing device checks
Dmitry Fomichev
1
-6
/
+2
2019-08-15
dm zoned: fix a few typos
Dmitry Fomichev
1
-1
/
+1
2019-08-15
dm zoned: add SPDX license identifiers
Dmitry Fomichev
1
-0
/
+1
2019-08-15
dm zoned: properly handle backing device failure
Dmitry Fomichev
1
-2
/
+16
2019-08-15
dm zoned: improve error handling in reclaim
Dmitry Fomichev
1
-9
/
+19
2018-07-31
dm kcopyd: return void from dm_kcopyd_copy()
Mike Snitzer
1
-4
/
+2
2017-07-26
dm zoned: use GFP_NOIO in I/O path
Damien Le Moal
1
-1
/
+1
2017-06-19
dm zoned: drive-managed zoned block device target
Damien Le Moal
1
-0
/
+570