summaryrefslogtreecommitdiff
path: root/drivers/md/dm-table.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: add support for passing through inline crypto supportSatya Tangirala2021-02-111-0/+162
* dm table: remove needless request_queue NULL pointer checksJeffle Xu2021-02-091-11/+11
* dm table: fix zoned iterate_devices based device capability checksJeffle Xu2021-02-091-32/+16
* dm table: fix DAX iterate_devices based device capability checksJeffle Xu2021-02-091-27/+10
* dm table: fix iterate_devices based device capability checksJeffle Xu2021-02-091-46/+51
* dm: avoid filesystem lookup in dm_get_dev_t()Hannes Reinecke2021-01-211-3/+12
* Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-8/+1
|\
| * block: remove i_bdevChristoph Hellwig2020-12-011-8/+1
* | dm: fix IO splittingMike Snitzer2020-12-041-5/+0
* | dm table: Remove BUG_ON(in_interrupt())Thomas Gleixner2020-12-011-6/+0
|/
* dm: remove special-casing of bio-based immutable singleton target on NVMeMike Snitzer2020-10-071-30/+2
* dm table: make 'struct dm_table' definition accessible to all of DM coreMike Snitzer2020-09-291-45/+2
* dm table: stack 'chunk_sectors' limit to account for target-specific splittingMike Snitzer2020-09-291-0/+5
* Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10Mike Snitzer2020-09-291-6/+37
|\
| * dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov2020-09-251-0/+32
| * block: add a bdev_is_partition helperChristoph Hellwig2020-09-251-1/+1
| * bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-241-3/+3
| * block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-241-2/+1
* | dm: Call proper helper to determine dax supportJan Kara2020-09-201-3/+7
|/
* Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-20/+2
|\
| * block: remove bdev_stack_limitsChristoph Hellwig2020-07-201-1/+2