index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-04
dm: Allow .prepare_ioctl to handle ioctls directly
Kevin Wolf
1
-6
/
+11
2025-05-04
dm: use generic functions instead of disable_discard and disable_write_zeroes
Mikulas Patocka
1
-18
/
+2
2025-05-04
dm: limit swapping tables for devices with zone write plugs
Benjamin Marzinski
1
-0
/
+6
2025-04-11
dm: free table mempools if not used in __bind
Benjamin Marzinski
1
-4
/
+4
2025-04-11
dm: don't change md if dm_table_set_restrictions() fails
Benjamin Marzinski
1
-10
/
+12
2025-02-24
dm: fix unconditional IO throttle caused by REQ_PREFLUSH
Jinliang Zheng
1
-2
/
+6
2025-01-17
dm: Ensure cloned bio is same length for atomic write
John Garry
1
-0
/
+3
2025-01-17
dm: disable REQ_NOWAIT for flushes
Mikulas Patocka
1
-0
/
+9
2025-01-17
dm: remove useless test in alloc_multiple_bios
Mikulas Patocka
1
-10
/
+9
2024-11-20
dm: add support for get_unique_id
Benjamin Coddington
1
-0
/
+55
2024-11-20
dm: Remove unused dm_set_md_type
Dr. David Alan Gilbert
1
-6
/
+0
2024-10-15
dm: fix a crash if blk_alloc_disk fails
Mikulas Patocka
1
-1
/
+3
2024-09-15
Revert "dm: requeue IO if mapping table not yet available"
Mikulas Patocka
1
-3
/
+8
2024-08-13
dm suspend: return -ERESTARTSYS instead of -EINTR
Mikulas Patocka
1
-2
/
+2
2024-07-22
Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+1
2024-07-19
Merge tag 'for-6.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-16
/
+38
2024-07-10
dm: Remove max_secure_erase_granularity
Damien Le Moal
1
-2
/
+0
2024-07-10
dm: Remove max_write_zeroes_granularity
Damien Le Moal
1
-2
/
+0
2024-07-05
dm: handle REQ_OP_ZONE_RESET_ALL
Damien Le Moal
1
-3
/
+132
2024-07-05
dm: Refactor is_abnormal_io()
Damien Le Moal
1
-13
/
+11
2024-07-03
block: split integrity support out of bio.h
Christoph Hellwig
1
-0
/
+1
2024-06-26
dm: optimize flushes
Mikulas Patocka
1
-12
/
+38
2024-06-20
block: Generalize chunk_sectors support as boundary support
John Garry
1
-1
/
+1
2024-06-19
block: move the io_stat flag setting to queue_limits
Christoph Hellwig
1
-10
/
+3
2024-05-21
Merge tag 'for-6.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2024-05-20
dm: always manage discard support in terms of max_hw_discard_sectors
Mike Snitzer
1
-1
/
+1
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
1
-23
/
+49
2024-04-17
dm: Use the block layer zone append emulation
Damien Le Moal
1
-23
/
+49
2024-04-16
dm: restore synchronous close of device mapper block device
Ming Lei
1
-2
/
+8
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-8
/
+9
2024-03-13
Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-7
/
+21
2024-03-12
dm: call the resume method on internal suspend
Mikulas Patocka
1
-6
/
+20
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+2
2024-02-25
md: port block device access to file
Christian Brauner
1
-10
/
+13
2024-02-22
dm: treat alloc_dax() -EOPNOTSUPP failure as non-fatal
Mathieu Desnoyers
1
-8
/
+9
2024-02-20
dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing list
Mike Snitzer
1
-1
/
+1
2024-02-19
block: pass a queue_limits argument to blk_alloc_disk
Christoph Hellwig
1
-2
/
+2
2023-11-18
bdev: rename freeze and thaw helpers
Christian Brauner
1
-2
/
+2
2023-11-01
Merge tag 'for-6.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-48
/
+73
2023-10-28
dm: Convert to bdev_open_by_dev()
Jan Kara
1
-9
/
+11
2023-10-27
dm: respect REQ_NOWAIT flag in normal bios issued to DM
Mike Snitzer
1
-11
/
+29
2023-10-27
dm: enhance alloc_multiple_bios() to be more versatile
Mike Snitzer
1
-34
/
+34
2023-10-23
dm: make __send_duplicate_bios return unsigned int
Mikulas Patocka
1
-2
/
+2
2023-10-06
dm: shortcut the calls to linear_map and stripe_map
Mikulas Patocka
1
-2
/
+9
2023-09-15
dm: don't attempt to queue IO under RCU protection
Jens Axboe
1
-21
/
+2
2023-06-30
Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-26
/
+32
2023-06-30
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+69
2023-06-27
Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-10
/
+10
2023-06-16
dm: skip dm-stats work in alloc_io() unless needed
Mike Snitzer
1
-1
/
+2
[next]