index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-zoned-target.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: add helper macro for simple DM target module init and exit
Yangtao Li
2023-04-11
1
-14
/
+2
*
dm: avoid void function return statements
Heinz Mauelshagen
2023-02-14
1
-1
/
+0
*
dm-zoned: cleanup dmz_fixup_devices
Christoph Hellwig
2022-07-06
1
-12
/
+12
*
block: replace blkdev_nr_zones with bdev_nr_zones
Christoph Hellwig
2022-07-06
1
-3
/
+2
*
dm-zoned: don't set the discard_alignment queue limit
Christoph Hellwig
2022-05-03
1
-1
/
+1
*
dm-zoned: remove the ->name field in struct dmz_dev
Christoph Hellwig
2022-03-02
1
-1
/
+0
*
block: pass a block_device to bio_clone_fast
Christoph Hellwig
2022-02-04
1
-2
/
+1
*
Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-11-09
1
-1
/
+0
|
\
|
*
dm: Remove redundant flush_workqueue() calls
Christophe JAILLET
2021-11-01
1
-1
/
+0
*
|
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
2021-10-18
1
-1
/
+1
|
/
*
dm: update target status functions to support IMA measurement
Tushar Sugandhi
2021-08-10
1
-0
/
+3
*
dm table: Fix zoned model check and zone sectors check
Shin'ichiro Kawasaki
2021-03-22
1
-1
/
+1
*
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-03
1
-1
/
+1
|
\
|
*
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-07-01
1
-1
/
+1
*
|
dm zoned: Fix zone reclaim trigger
Damien Le Moal
2020-07-08
1
-9
/
+1
*
|
dm zoned: assign max_io_len correctly
Hou Tao
2020-06-17
1
-1
/
+1
|
/
*
dm zoned: select reclaim zone based on device index
Hannes Reinecke
2020-06-05
1
-0
/
+1
*
dm zoned: support arbitrary number of devices
Hannes Reinecke
2020-06-05
1
-44
/
+60
*
dm zoned: move random and sequential zones into struct dmz_dev
Hannes Reinecke
2020-06-05
1
-6
/
+19
*
dm zoned: per-device reclaim
Hannes Reinecke
2020-06-05
1
-15
/
+26
*
dm zoned: add device pointer to struct dm_zone
Hannes Reinecke
2020-06-05
1
-1
/
+1
*
dm zoned: separate random and cache zones
Hannes Reinecke
2020-05-20
1
-6
/
+13
*
dm zoned: Avoid 64-bit division error in dmz_fixup_devices
Nathan Chancellor
2020-05-20
1
-2
/
+3
*
dm zoned: remove spurious newlines from debugging messages
Hannes Reinecke
2020-05-20
1
-2
/
+2
*
dm zoned: metadata version 2
Hannes Reinecke
2020-05-20
1
-51
/
+134
*
dm zoned: replace 'target' pointer in the bio context
Hannes Reinecke
2020-05-19
1
-20
/
+24
*
dm zoned: remove 'dev' argument from reclaim
Hannes Reinecke
2020-05-19
1
-1
/
+1
*
dm zoned: Introduce dmz_dev_is_dying() and dmz_check_dev()
Hannes Reinecke
2020-05-15
1
-1
/
+1
*
dm zoned: introduce dmz_metadata_label() to format device name
Hannes Reinecke
2020-05-15
1
-33
/
+41
*
dm zoned: move fields from struct dmz_dev to dmz_metadata
Hannes Reinecke
2020-05-15
1
-24
/
+24
*
dm zoned: store zone id within the zone structure and kill dmz_id()
Hannes Reinecke
2020-05-15
1
-3
/
+3
*
dm zoned: add 'message' callback
Hannes Reinecke
2020-05-15
1
-0
/
+15
*
dm zoned: add 'status' callback
Hannes Reinecke
2020-05-15
1
-0
/
+26
*
dm: bump version of core and various targets
Mike Snitzer
2020-03-03
1
-1
/
+1
*
dm zoned: Fix reference counter initial value of chunk works
Shin'ichiro Kawasaki
2020-02-27
1
-4
/
+4
*
block: simplify blkdev_nr_zones
Christoph Hellwig
2019-12-03
1
-1
/
+1
*
dm zoned: reduce overhead of backing device checks
Dmitry Fomichev
2019-11-07
1
-16
/
+38
*
dm zoned: fix invalid memory access
Mikulas Patocka
2019-08-26
1
-2
/
+0
*
dm zoned: add SPDX license identifiers
Dmitry Fomichev
2019-08-15
1
-0
/
+1
*
dm zoned: properly handle backing device failure
Dmitry Fomichev
2019-08-15
1
-2
/
+43
*
dm zoned: improve error handling in i/o map code
Dmitry Fomichev
2019-08-15
1
-6
/
+16
*
dm zoned: Silence a static checker warning
Dan Carpenter
2019-04-18
1
-1
/
+2
*
dm: eliminate 'split_discard_bios' flag from DM target interface
Mike Snitzer
2019-02-20
1
-1
/
+0
*
dm zoned: Fix target BIO completion handling
Damien Le Moal
2018-12-07
1
-84
/
+38
*
Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-10-26
1
-10
/
+10
|
\
|
*
dm zoned: target: use refcount_t for dm zoned reference counters
John Pittman
2018-10-16
1
-10
/
+10
*
|
block: Introduce blkdev_nr_zones() helper
Damien Le Moal
2018-10-25
1
-2
/
+1
|
/
*
dm zoned: avoid triggering reclaim from inside dmz_map()
Bart Van Assche
2018-06-22
1
-1
/
+1
*
dm: adjust structure members to improve alignment
Mike Snitzer
2018-06-08
1
-1
/
+1
*
dm: convert to bioset_init()/mempool_init()
Kent Overstreet
2018-05-30
1
-7
/
+6
[next]