index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-zoned-target.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-20
dm: always manage discard support in terms of max_hw_discard_sectors
Mike Snitzer
1
-1
/
+0
2023-12-20
block: remove support for the host aware zone model
Christoph Hellwig
1
-2
/
+2
2023-09-20
dm zoned: free dmz->ddev array in dmz_put_zoned_devices
Fedor Pchelkin
1
-8
/
+7
2023-04-11
dm: add helper macro for simple DM target module init and exit
Yangtao Li
1
-14
/
+2
2023-02-14
dm: avoid void function return statements
Heinz Mauelshagen
1
-1
/
+0
2022-07-06
dm-zoned: cleanup dmz_fixup_devices
Christoph Hellwig
1
-12
/
+12
2022-07-06
block: replace blkdev_nr_zones with bdev_nr_zones
Christoph Hellwig
1
-3
/
+2
2022-05-03
dm-zoned: don't set the discard_alignment queue limit
Christoph Hellwig
1
-1
/
+1
2022-03-02
dm-zoned: remove the ->name field in struct dmz_dev
Christoph Hellwig
1
-1
/
+0
2022-02-04
block: pass a block_device to bio_clone_fast
Christoph Hellwig
1
-2
/
+1
2021-11-09
Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2021-11-01
dm: Remove redundant flush_workqueue() calls
Christophe JAILLET
1
-1
/
+0
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
1
-1
/
+1
2021-08-10
dm: update target status functions to support IMA measurement
Tushar Sugandhi
1
-0
/
+3
2021-03-22
dm table: Fix zoned model check and zone sectors check
Shin'ichiro Kawasaki
1
-1
/
+1
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-07-08
dm zoned: Fix zone reclaim trigger
Damien Le Moal
1
-9
/
+1
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
1
-1
/
+1
2020-06-17
dm zoned: assign max_io_len correctly
Hou Tao
1
-1
/
+1
2020-06-05
dm zoned: select reclaim zone based on device index
Hannes Reinecke
1
-0
/
+1
2020-06-05
dm zoned: support arbitrary number of devices
Hannes Reinecke
1
-44
/
+60
2020-06-05
dm zoned: move random and sequential zones into struct dmz_dev
Hannes Reinecke
1
-6
/
+19
2020-06-05
dm zoned: per-device reclaim
Hannes Reinecke
1
-15
/
+26
2020-06-05
dm zoned: add device pointer to struct dm_zone
Hannes Reinecke
1
-1
/
+1
2020-05-21
dm zoned: separate random and cache zones
Hannes Reinecke
1
-6
/
+13
2020-05-21
dm zoned: Avoid 64-bit division error in dmz_fixup_devices
Nathan Chancellor
1
-2
/
+3
2020-05-21
dm zoned: remove spurious newlines from debugging messages
Hannes Reinecke
1
-2
/
+2
2020-05-21
dm zoned: metadata version 2
Hannes Reinecke
1
-51
/
+134
2020-05-19
dm zoned: replace 'target' pointer in the bio context
Hannes Reinecke
1
-20
/
+24
2020-05-19
dm zoned: remove 'dev' argument from reclaim
Hannes Reinecke
1
-1
/
+1
2020-05-15
dm zoned: Introduce dmz_dev_is_dying() and dmz_check_dev()
Hannes Reinecke
1
-1
/
+1
2020-05-15
dm zoned: introduce dmz_metadata_label() to format device name
Hannes Reinecke
1
-33
/
+41
2020-05-15
dm zoned: move fields from struct dmz_dev to dmz_metadata
Hannes Reinecke
1
-24
/
+24
2020-05-15
dm zoned: store zone id within the zone structure and kill dmz_id()
Hannes Reinecke
1
-3
/
+3
2020-05-15
dm zoned: add 'message' callback
Hannes Reinecke
1
-0
/
+15
2020-05-15
dm zoned: add 'status' callback
Hannes Reinecke
1
-0
/
+26
2020-03-03
dm: bump version of core and various targets
Mike Snitzer
1
-1
/
+1
2020-02-28
dm zoned: Fix reference counter initial value of chunk works
Shin'ichiro Kawasaki
1
-4
/
+4
2019-12-03
block: simplify blkdev_nr_zones
Christoph Hellwig
1
-1
/
+1
2019-11-07
dm zoned: reduce overhead of backing device checks
Dmitry Fomichev
1
-16
/
+38
2019-08-26
dm zoned: fix invalid memory access
Mikulas Patocka
1
-2
/
+0
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
/
+43
2019-08-15
dm zoned: improve error handling in i/o map code
Dmitry Fomichev
1
-6
/
+16
2019-04-18
dm zoned: Silence a static checker warning
Dan Carpenter
1
-1
/
+2
2019-02-21
dm: eliminate 'split_discard_bios' flag from DM target interface
Mike Snitzer
1
-1
/
+0
2018-12-08
dm zoned: Fix target BIO completion handling
Damien Le Moal
1
-84
/
+38
2018-10-26
Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-10
/
+10
2018-10-25
block: Introduce blkdev_nr_zones() helper
Damien Le Moal
1
-2
/
+1
2018-10-16
dm zoned: target: use refcount_t for dm zoned reference counters
John Pittman
1
-10
/
+10
[next]