index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-table.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-14
dm: avoid split of quoted strings where possible
Heinz Mauelshagen
1
-12
/
+6
2023-02-14
dm: fix trailing statements
Heinz Mauelshagen
1
-2
/
+1
2023-02-14
dm: fix undue/missing spaces
Heinz Mauelshagen
1
-1
/
+1
2023-02-14
dm: address indent/space issues
Heinz Mauelshagen
1
-2
/
+2
2023-02-14
dm: avoid assignment in if conditions
Heinz Mauelshagen
1
-1
/
+2
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
1
-13
/
+12
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
1
-0
/
+1
2023-02-12
dm table: check that a dm device doesn't reference itself
Benjamin Marzinski
1
-0
/
+2
2022-11-21
blk-crypto: don't use struct request_queue for public interfaces
Christoph Hellwig
1
-1
/
+1
2022-10-19
dm: change from DMWARN to DMERR or DMCRIT for fatal errors
Mikulas Patocka
1
-39
/
+39
2022-09-27
block: replace blk_queue_nowait with bdev_nowait
Christoph Hellwig
1
-3
/
+1
2022-08-03
Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-172
/
+146
2022-07-07
dm table: rename dm_target variable in dm_table_add_target()
Mike Snitzer
1
-28
/
+28
2022-07-07
dm table: audit all dm_table_get_target() callers
Mike Snitzer
1
-123
/
+77
2022-07-07
dm table: remove dm_table_get_num_targets() wrapper
Mike Snitzer
1
-21
/
+16
2022-07-06
block: remove blk_queue_zone_sectors
Christoph Hellwig
1
-3
/
+1
2022-07-06
block: use bdev_is_zoned instead of open coding it
Christoph Hellwig
1
-1
/
+1
2022-06-29
dm: refactor dm_md_mempool allocation
Christoph Hellwig
1
-16
/
+41
2022-06-08
dm: fix bio_set allocation
Christoph Hellwig
1
-11
/
+0
2022-05-31
dm table: fix dm_table_supports_poll to return false if no data devices
Mike Snitzer
1
-4
/
+15
2022-05-06
dm: conditionally enable branching for less used features
Mike Snitzer
1
-0
/
+5
2022-05-06
dm: conditionally enable BIOSET_PERCPU_CACHE for dm_io bioset
Mike Snitzer
1
-3
/
+8
2022-04-18
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
1
-5
/
+3
2022-04-18
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-7
/
+2
2022-04-18
block: add a bdev_stable_writes helper
Christoph Hellwig
1
-3
/
+1
2022-04-18
block: add a bdev_nonrot helper
Christoph Hellwig
1
-3
/
+1
2022-03-25
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-29
/
+0
2022-03-09
dm: support bio polling
Ming Lei
1
-0
/
+27
2022-03-02
dm: stop using bdevname
Christoph Hellwig
1
-16
/
+14
2022-02-23
scsi: dm: Remove WRITE_SAME support
Christoph Hellwig
1
-29
/
+0
2021-12-04
dax: remove dax_capable
Christoph Hellwig
1
-11
/
+11
2021-11-09
Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2021-11-01
dm table: log table creation error code
Michał Mirosław
1
-2
/
+2
2021-11-01
Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+1
2021-10-21
blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
Eric Biggers
1
-86
/
+82
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
1
-2
/
+1
2021-10-18
block: move integrity handling out of <linux/blkdev.h>
Christoph Hellwig
1
-0
/
+1
2021-09-09
Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-7
/
+2
2021-08-27
dax: move the dax_read_lock() locking into dax_supported
Christoph Hellwig
1
-7
/
+2
2021-08-09
block: pass a gendisk to blk_queue_update_readahead
Christoph Hellwig
1
-1
/
+1
2021-06-04
dm: introduce zone append emulation
Damien Le Moal
1
-5
/
+14
2021-06-04
dm: move zone related code to dm-zone.c
Damien Le Moal
1
-11
/
+3
2021-06-04
dm: cleanup device_area_is_invalid()
Damien Le Moal
1
-1
/
+1
2021-06-04
dm table: Constify static struct blk_ksm_ll_ops
Rikard Falkeborn
1
-1
/
+1
2021-04-19
dm: replace dm_vcalloc()
Matthew Wilcox (Oracle)
1
-24
/
+6
2021-03-22
dm table: Fix zoned model check and zone sectors check
Shin'ichiro Kawasaki
1
-8
/
+25
2021-02-11
dm: support key eviction from keyslot managers of underlying devices
Satya Tangirala
1
-0
/
+53
2021-02-11
dm: add support for passing through inline crypto support
Satya Tangirala
1
-0
/
+162
2021-02-09
dm table: remove needless request_queue NULL pointer checks
Jeffle Xu
1
-11
/
+11
2021-02-09
dm table: fix zoned iterate_devices based device capability checks
Jeffle Xu
1
-32
/
+16
[next]