summaryrefslogtreecommitdiff
path: root/drivers/md/dm-table.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27dm: address indent/space issuesHeinz Mauelshagen1-2/+2
2024-02-23dm: limit the number of targets and parameter size areaMikulas Patocka1-2/+7
2023-10-06dm: fix a race condition in retrieve_depsMikulas Patocka1-8/+24
2023-07-19dm: avoid split of quoted strings where possibleHeinz Mauelshagen1-12/+6
2023-07-19dm: fix undue/missing spacesHeinz Mauelshagen1-1/+1
2023-05-11blk-crypto: make blk_crypto_evict_key() return voidEric Biggers1-14/+5
2023-05-11blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig1-1/+1
2023-04-13dm: change "unsigned" to "unsigned int"Heinz Mauelshagen1-13/+12
2022-10-19dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka1-39/+39
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig1-3/+1
2022-08-03Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-172/+146
2022-07-07dm table: rename dm_target variable in dm_table_add_target()Mike Snitzer1-28/+28
2022-07-07dm table: audit all dm_table_get_target() callersMike Snitzer1-123/+77
2022-07-07dm table: remove dm_table_get_num_targets() wrapperMike Snitzer1-21/+16
2022-07-06block: remove blk_queue_zone_sectorsChristoph Hellwig1-3/+1
2022-07-06block: use bdev_is_zoned instead of open coding itChristoph Hellwig1-1/+1
2022-06-29dm: refactor dm_md_mempool allocationChristoph Hellwig1-16/+41
2022-06-08dm: fix bio_set allocationChristoph Hellwig1-11/+0
2022-05-31dm table: fix dm_table_supports_poll to return false if no data devicesMike Snitzer1-4/+15
2022-05-06dm: conditionally enable branching for less used featuresMike Snitzer1-0/+5
2022-05-06dm: conditionally enable BIOSET_PERCPU_CACHE for dm_io biosetMike Snitzer1-3/+8
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-5/+3
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-7/+2
2022-04-18block: add a bdev_stable_writes helperChristoph Hellwig1-3/+1
2022-04-18block: add a bdev_nonrot helperChristoph Hellwig1-3/+1
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-29/+0
2022-03-09dm: support bio pollingMing Lei1-0/+27
2022-03-02dm: stop using bdevnameChristoph Hellwig1-16/+14
2022-02-23scsi: dm: Remove WRITE_SAME supportChristoph Hellwig1-29/+0
2021-12-04dax: remove dax_capableChristoph Hellwig1-11/+11
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2021-11-01dm table: log table creation error codeMichał Mirosław1-2/+2
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers1-86/+82
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig1-2/+1
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+2
2021-08-27dax: move the dax_read_lock() locking into dax_supportedChristoph Hellwig1-7/+2
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig1-1/+1
2021-06-04dm: introduce zone append emulationDamien Le Moal1-5/+14
2021-06-04dm: move zone related code to dm-zone.cDamien Le Moal1-11/+3
2021-06-04dm: cleanup device_area_is_invalid()Damien Le Moal1-1/+1
2021-06-04dm table: Constify static struct blk_ksm_ll_opsRikard Falkeborn1-1/+1
2021-04-19dm: replace dm_vcalloc()Matthew Wilcox (Oracle)1-24/+6
2021-03-22dm table: Fix zoned model check and zone sectors checkShin'ichiro Kawasaki1-8/+25
2021-02-11dm: support key eviction from keyslot managers of underlying devicesSatya Tangirala1-0/+53
2021-02-11dm: add support for passing through inline crypto supportSatya Tangirala1-0/+162
2021-02-09dm table: remove needless request_queue NULL pointer checksJeffle Xu1-11/+11
2021-02-09dm table: fix zoned iterate_devices based device capability checksJeffle Xu1-32/+16
2021-02-09dm table: fix DAX iterate_devices based device capability checksJeffle Xu1-27/+10