index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-zoned-target.c
Age
Commit message (
Expand
)
Author
2021-03-22
dm table: Fix zoned model check and zone sectors check
Shin'ichiro Kawasaki
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-07-08
dm zoned: Fix zone reclaim trigger
Damien Le Moal
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-06-17
dm zoned: assign max_io_len correctly
Hou Tao
2020-06-05
dm zoned: select reclaim zone based on 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: per-device reclaim
Hannes Reinecke
2020-06-05
dm zoned: add device pointer to struct dm_zone
Hannes Reinecke
2020-05-20
dm zoned: separate random and cache zones
Hannes Reinecke
2020-05-20
dm zoned: Avoid 64-bit division error in dmz_fixup_devices
Nathan Chancellor
2020-05-20
dm zoned: remove spurious newlines from debugging messages
Hannes Reinecke
2020-05-20
dm zoned: metadata version 2
Hannes Reinecke
2020-05-19
dm zoned: replace 'target' pointer in the bio context
Hannes Reinecke
2020-05-19
dm zoned: remove 'dev' argument from reclaim
Hannes Reinecke
2020-05-15
dm zoned: Introduce dmz_dev_is_dying() and dmz_check_dev()
Hannes Reinecke
2020-05-15
dm zoned: introduce dmz_metadata_label() to format device name
Hannes Reinecke
2020-05-15
dm zoned: move fields from struct dmz_dev to dmz_metadata
Hannes Reinecke
2020-05-15
dm zoned: store zone id within the zone structure and kill dmz_id()
Hannes Reinecke
2020-05-15
dm zoned: add 'message' callback
Hannes Reinecke
2020-05-15
dm zoned: add 'status' callback
Hannes Reinecke
2020-03-03
dm: bump version of core and various targets
Mike Snitzer
2020-02-27
dm zoned: Fix reference counter initial value of chunk works
Shin'ichiro Kawasaki
2019-12-03
block: simplify blkdev_nr_zones
Christoph Hellwig
2019-11-07
dm zoned: reduce overhead of backing device checks
Dmitry Fomichev
2019-08-26
dm zoned: fix invalid memory access
Mikulas Patocka
2019-08-15
dm zoned: add SPDX license identifiers
Dmitry Fomichev
2019-08-15
dm zoned: properly handle backing device failure
Dmitry Fomichev
2019-08-15
dm zoned: improve error handling in i/o map code
Dmitry Fomichev
2019-04-18
dm zoned: Silence a static checker warning
Dan Carpenter
2019-02-20
dm: eliminate 'split_discard_bios' flag from DM target interface
Mike Snitzer
2018-12-07
dm zoned: Fix target BIO completion handling
Damien Le Moal
2018-10-26
Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-10-25
block: Introduce blkdev_nr_zones() helper
Damien Le Moal
2018-10-16
dm zoned: target: use refcount_t for dm zoned reference counters
John Pittman
2018-06-22
dm zoned: avoid triggering reclaim from inside dmz_map()
Bart Van Assche
2018-06-08
dm: adjust structure members to improve alignment
Mike Snitzer
2018-05-30
dm: convert to bioset_init()/mempool_init()
Kent Overstreet
2018-04-04
dm: remove fmode_t argument from .prepare_ioctl hook
Mike Snitzer
2018-01-17
dm: backfill missing calls to mutex_destroy()
Mike Snitzer
2017-11-10
dm zoned: ignore last smaller runt zone
Damien Le Moal
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-07-26
dm zoned: use GFP_NOIO in I/O path
Damien Le Moal
2017-07-25
dm zoned: remove test for impossible REQ_OP_FLUSH conditions
Mikulas Patocka
2017-06-19
dm zoned: drive-managed zoned block device target
Damien Le Moal