index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-table.c
Age
Commit message (
Expand
)
Author
2023-02-14
dm: avoid split of quoted strings where possible
Heinz Mauelshagen
2023-02-14
dm: fix trailing statements
Heinz Mauelshagen
2023-02-14
dm: fix undue/missing spaces
Heinz Mauelshagen
2023-02-14
dm: address indent/space issues
Heinz Mauelshagen
2023-02-14
dm: avoid assignment in if conditions
Heinz Mauelshagen
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2023-02-12
dm table: check that a dm device doesn't reference itself
Benjamin Marzinski
2022-11-21
blk-crypto: don't use struct request_queue for public interfaces
Christoph Hellwig
2022-10-18
dm: change from DMWARN to DMERR or DMCRIT for fatal errors
Mikulas Patocka
2022-09-27
block: replace blk_queue_nowait with bdev_nowait
Christoph Hellwig
2022-08-02
Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-07-07
dm table: rename dm_target variable in dm_table_add_target()
Mike Snitzer
2022-07-07
dm table: audit all dm_table_get_target() callers
Mike Snitzer
2022-07-07
dm table: remove dm_table_get_num_targets() wrapper
Mike Snitzer
2022-07-06
block: remove blk_queue_zone_sectors
Christoph Hellwig
2022-07-06
block: use bdev_is_zoned instead of open coding it
Christoph Hellwig
2022-06-29
dm: refactor dm_md_mempool allocation
Christoph Hellwig
2022-06-08
dm: fix bio_set allocation
Christoph Hellwig
2022-05-31
dm table: fix dm_table_supports_poll to return false if no data devices
Mike Snitzer
2022-05-05
dm: conditionally enable branching for less used features
Mike Snitzer
2022-05-05
dm: conditionally enable BIOSET_PERCPU_CACHE for dm_io bioset
Mike Snitzer
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-17
block: add a bdev_stable_writes helper
Christoph Hellwig
2022-04-17
block: add a bdev_nonrot helper
Christoph Hellwig
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-03-09
dm: support bio polling
Ming Lei
2022-03-02
dm: stop using bdevname
Christoph Hellwig
2022-02-22
scsi: dm: Remove WRITE_SAME support
Christoph Hellwig
2021-12-04
dax: remove dax_capable
Christoph Hellwig
2021-11-09
Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-11-01
dm table: log table creation error code
Michał Mirosław
2021-11-01
Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-10-21
blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
Eric Biggers
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
2021-10-18
block: move integrity handling out of <linux/blkdev.h>
Christoph Hellwig
2021-09-09
Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-08-26
dax: move the dax_read_lock() locking into dax_supported
Christoph Hellwig
2021-08-09
block: pass a gendisk to blk_queue_update_readahead
Christoph Hellwig
2021-06-04
dm: introduce zone append emulation
Damien Le Moal
2021-06-04
dm: move zone related code to dm-zone.c
Damien Le Moal
2021-06-04
dm: cleanup device_area_is_invalid()
Damien Le Moal
2021-06-04
dm table: Constify static struct blk_ksm_ll_ops
Rikard Falkeborn
2021-04-19
dm: replace dm_vcalloc()
Matthew Wilcox (Oracle)
2021-03-22
dm table: Fix zoned model check and zone sectors check
Shin'ichiro Kawasaki
2021-02-11
dm: support key eviction from keyslot managers of underlying devices
Satya Tangirala
2021-02-11
dm: add support for passing through inline crypto support
Satya Tangirala
2021-02-09
dm table: remove needless request_queue NULL pointer checks
Jeffle Xu
2021-02-09
dm table: fix zoned iterate_devices based device capability checks
Jeffle Xu
[next]