summaryrefslogtreecommitdiff
path: root/drivers/md/dm-table.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-261-1/+5
|\
| * dm table: allow targets without devices to set ->io_hintsMikulas Patocka2023-04-041-1/+5
* | blk-crypto: make blk_crypto_evict_key() return voidEric Biggers2023-03-161-14/+5
|/
* dm: avoid split of quoted strings where possibleHeinz Mauelshagen2023-02-141-12/+6
* dm: fix trailing statementsHeinz Mauelshagen2023-02-141-2/+1
* dm: fix undue/missing spacesHeinz Mauelshagen2023-02-141-1/+1
* dm: address indent/space issuesHeinz Mauelshagen2023-02-141-2/+2
* dm: avoid assignment in if conditionsHeinz Mauelshagen2023-02-141-1/+2
* dm: change "unsigned" to "unsigned int"Heinz Mauelshagen2023-02-141-13/+12
* dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-141-0/+1
* dm table: check that a dm device doesn't reference itselfBenjamin Marzinski2023-02-121-0/+2
* blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig2022-11-211-1/+1
* dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka2022-10-181-39/+39
* block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig2022-09-271-3/+1
* Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-021-172/+146
|\
| * dm table: rename dm_target variable in dm_table_add_target()Mike Snitzer2022-07-071-28/+28
| * dm table: audit all dm_table_get_target() callersMike Snitzer2022-07-071-123/+77
| * dm table: remove dm_table_get_num_targets() wrapperMike Snitzer2022-07-071-21/+16
| * dm: refactor dm_md_mempool allocationChristoph Hellwig2022-06-291-16/+41
* | block: remove blk_queue_zone_sectorsChristoph Hellwig2022-07-061-3/+1
* | block: use bdev_is_zoned instead of open coding itChristoph Hellwig2022-07-061-1/+1
|/
* dm: fix bio_set allocationChristoph Hellwig2022-06-081-11/+0
* dm table: fix dm_table_supports_poll to return false if no data devicesMike Snitzer2022-05-311-4/+15
* dm: conditionally enable branching for less used featuresMike Snitzer2022-05-051-0/+5
* dm: conditionally enable BIOSET_PERCPU_CACHE for dm_io biosetMike Snitzer2022-05-051-3/+8
* block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-5/+3
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-7/+2
* block: add a bdev_stable_writes helperChristoph Hellwig2022-04-171-3/+1
* block: add a bdev_nonrot helperChristoph Hellwig2022-04-171-3/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-29/+0
|\
| * scsi: dm: Remove WRITE_SAME supportChristoph Hellwig2022-02-221-29/+0
* | dm: support bio pollingMing Lei2022-03-091-0/+27
* | dm: stop using bdevnameChristoph Hellwig2022-03-021-16/+14
|/
* dax: remove dax_capableChristoph Hellwig2021-12-041-11/+11
* Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-091-2/+2
|\
| * dm table: log table creation error codeMichał Mirosław2021-11-011-2/+2
* | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-2/+1
|\ \
| * | dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig2021-10-181-2/+1
* | | blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers2021-10-211-86/+82
|/ /
* | block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig2021-10-181-0/+1
|/
* Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-7/+2
|\
| * dax: move the dax_read_lock() locking into dax_supportedChristoph Hellwig2021-08-261-7/+2
* | block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig2021-08-091-1/+1
|/
* dm: introduce zone append emulationDamien Le Moal2021-06-041-5/+14
* dm: move zone related code to dm-zone.cDamien Le Moal2021-06-041-11/+3
* dm: cleanup device_area_is_invalid()Damien Le Moal2021-06-041-1/+1
* dm table: Constify static struct blk_ksm_ll_opsRikard Falkeborn2021-06-041-1/+1
* dm: replace dm_vcalloc()Matthew Wilcox (Oracle)2021-04-191-24/+6
* dm table: Fix zoned model check and zone sectors checkShin'ichiro Kawasaki2021-03-221-8/+25
* dm: support key eviction from keyslot managers of underlying devicesSatya Tangirala2021-02-111-0/+53