Linux Device-Mapper Development
[Prev Page][Next Page]
- [PATCH 0/7] dm-writecache patches, Mikulas Patocka
- [PATCH 3/7] dm writecache: verify watermark on resume, Mikulas Patocka
- [PATCH] dm-integrity: Prevent RMW for full tag area writes,
Lukas Straub
- [PATCH] Remove WQ_CPU_INTENSIVE flag from unbound wq's,
Maksym Planeta
- [PATCH AUTOSEL 5.5 360/542] dm thin: don't allow changing data device during thin-pool reload, Sasha Levin
- [PATCH AUTOSEL 5.4 314/459] dm thin: don't allow changing data device during thin-pool reload, Sasha Levin
- [PATCH AUTOSEL 5.5 053/542] dm raid: table line rebuild status fixes, Sasha Levin
- [PATCH v7 0/6] block: Introduce REQ_ALLOCATE flag for REQ_OP_WRITE_ZEROES,
Kirill Tkhai
- [PATCH] dm crypt: use crypt_integrity_aead() helper, Yang Yingliang
- [PATCH v3] dm ebs: new block size emulating target,
heinzm
- [PATCH v2 0/5] Multipath Follow-up patches,
Benjamin Marzinski
- RFC: multipath-tools: NVMe native multipath and default setting for "enable_foreign",
Martin Wilck
- [PATCH] dm cache: fix a crash due to incorrect work item canceling, Mikulas Patocka
- [PATCH 0/5] Multipath Follow-up patches,
Benjamin Marzinski
- [PATCH v3 00/18] Multipath patch dump,
Benjamin Marzinski
- [PATCH v3 01/18] multipathd: warn when configuration has been changed., Benjamin Marzinski
- [PATCH v3 06/18] libmultipath: add missing hwe mpe variable merges, Benjamin Marzinski
- [PATCH v3 02/18] multipathd: staticify uxlsnr variables/functions, Benjamin Marzinski
- [PATCH v3 08/18] libmultipath: add vend_id to get_vpd_sgio, Benjamin Marzinski
- [PATCH v3 04/18] libmultipath: remove unused path->prio_args, Benjamin Marzinski
- [PATCH v3 05/18] libmultipath: constify get_unaligned_be*, Benjamin Marzinski
- [PATCH v3 10/18] libmultipath: change how the checker async is set, Benjamin Marzinski
- [PATCH v3 14/18] libmultipath: make directio checker share io contexts, Benjamin Marzinski
- [PATCH v3 07/18] libmultipath: fix sgio_get_vpd looping, Benjamin Marzinski
- [PATCH v3 09/18] libmultipath: add code to get vendor specific vpd data, Benjamin Marzinski
- [PATCH v3 18/18] tests: make directio tests able to work on a real device, Benjamin Marzinski
- [PATCH v3 11/18] libmultipath: change failed path prio timeout, Benjamin Marzinski
- [PATCH v3 17/18] fixup! libmultipath: make directio checker share io contexts, Benjamin Marzinski
- [PATCH v3 12/18] multipathd: add new paths under vecs lock, Benjamin Marzinski
- [PATCH v3 15/18] tests: add directio unit tests, Benjamin Marzinski
- [PATCH v3 13/18] libmultipath: add new checker class functions, Benjamin Marzinski
- [PATCH v3 03/18] Fix leak in mpathpersist, Benjamin Marzinski
- [PATCH v3 16/18] fixup! libmultipath: add code to get vendor specific vpd data, Benjamin Marzinski
- Re: [PATCH v3 00/18] Multipath patch dump, Martin Wilck
- [PATCH v5 0/8] dax/pmem: Provide a dax operation to zero range of memory,
Vivek Goyal
- [PATCH v5 4/8] dax, pmem: Add a dax operation zero_page_range, Vivek Goyal
- [PATCH v5 3/8] pmem: Enable pmem_do_write() to deal with arbitrary ranges, Vivek Goyal
- [PATCH v5 2/8] drivers/pmem: Allow pmem_clear_poison() to accept arbitrary offset and len, Vivek Goyal
- [PATCH v5 5/8] s390, dcssblk, dax: Add dax zero_page_range operation to dcssblk driver, Vivek Goyal
- [PATCH v5 1/8] pmem: Add functions for reading/writing page to/from pmem, Vivek Goyal
- [PATCH v5 7/8] dax, iomap: Start using dax native zero_page_range(), Vivek Goyal
- [PATCH v5 8/8] dax, iomap: Add helper dax_iomap_zero() to zero a range, Vivek Goyal
- [PATCH v5 6/8] dm, dax: Add dax zero_page_range operation, Vivek Goyal
- [PATCH v4 0/7] dax/pmem: Provide a dax operation to zero range of memory,
Vivek Goyal
- [PATCH v4 3/7] dax, pmem: Add a dax operation zero_page_range, Vivek Goyal
- [PATCH v4 2/7] pmem: Enable pmem_do_write() to deal with arbitrary ranges, Vivek Goyal
- [PATCH v4 1/7] pmem: Add functions for reading/writing page to/from pmem, Vivek Goyal
- [PATCH v4 4/7] s390, dcssblk, dax: Add dax zero_page_range operation to dcssblk driver, Vivek Goyal
- [PATCH v4 7/7] dax, iomap: Add helper dax_iomap_zero() to zero a range, Vivek Goyal
- [PATCH v4 5/7] dm, dax: Add dax zero_page_range operation, Vivek Goyal
- [PATCH v4 6/7] dax, iomap: Start using dax native zero_page_range(), Vivek Goyal
- [PATCH] dm-integrity: fix invalid table returned, Mikulas Patocka
- [PATCH v2] dm integrity: fix a deadlock due to offloading to an incorrect workqueue (fwd), Mikulas Patocka
- question about multipathd patch thought., Roger Heflin
- 5.6-rc1 lockdep warning during dm-thin shutdown,
Theodore Y. Ts'o
- [PATCH v2] dm ebs: new block size emulating target, heinzm
- [RFC PATCH 0/6] dax: Replace bdev_dax_pgoff() with dax_pgoff(),
Vivek Goyal
- [PATCH 3/6] fs/dax.c: Start using dax_pgoff() instead of bdev_dax_pgoff(), Vivek Goyal
- [PATCH 2/6] dax, iomap, ext4, ext2, xfs: Save dax_offset in "struct iomap", Vivek Goyal
- [PATCH 5/6] drivers/dax: Use dax_pgoff() instead of bdev_dax_pgoff(), Vivek Goyal
- [PATCH 4/6] dax, dm/md: Use dax_pgoff() instead of bdev_dax_pgoff(), Vivek Goyal
- [PATCH 1/6] dax: Define a helper dax_pgoff() which takes in dax_offset as argument, Vivek Goyal
- [PATCH 6/6] dax: Remove bdev_dax_pgoff() helper, Vivek Goyal
- [PATCH] dm-writecache: fix a crash when unloading,
Mikulas Patocka
- [PATCH] dm-integrity: print device name in integrity error message., device-mapper
- [PATCH] dm ebs: new block size emulating target, Heinz Mauelshagen
- [PATCH v6 0/6] block: Introduce REQ_ALLOCATE flag for REQ_OP_WRITE_ZEROES,
Kirill Tkhai
- [PATCH 1/1] libmultipath: fix files read from config_dir,
Enzo Matsumiya
- [PATCH 1/2] dm-bufio: introduce block_to_sector,
Mikulas Patocka
- [PATCH v3 0/7] dax, pmem: Provide a dax operation to zero range of memory,
Vivek Goyal
- [PATCH v3 4/7] s390, dcssblk, dax: Add dax zero_page_range operation to dcssblk driver, Vivek Goyal
- [PATCH v3 3/7] dax, pmem: Add a dax operation zero_page_range, Vivek Goyal
- [PATCH v3 2/7] pmem: Enable pmem_do_write() to deal with arbitrary ranges, Vivek Goyal
- [PATCH v3 1/7] pmem: Add functions for reading/writing page to/from pmem, Vivek Goyal
- [PATCH v3 7/7] dax, iomap: Add helper dax_iomap_zero() to zero a range, Vivek Goyal
- [PATCH v3 6/7] dax, iomap: Start using dax native zero_page_range(), Vivek Goyal
- [PATCH v3 5/7] dm, dax: Add dax zero_page_range operation, Vivek Goyal
- Re: [PATCH v3 0/7] dax, pmem: Provide a dax operation to zero range of memory, Vivek Goyal
- [PATCH] dm-bufio: implement discard,
Mikulas Patocka
- [PATCH] dm-integrity: remove sector type casts, Mikulas Patocka
- [PATCH] dm-integrity: fix recalculation when moving from journal mode to bitmap mode, Mikulas Patocka
- [PATCH v2 00/17] Multipath patch dump,
Benjamin Marzinski
- [PATCH v2 01/17] multipathd: warn when configuration has been changed., Benjamin Marzinski
- [PATCH v2 04/17] Fix leak in mpathpersist, Benjamin Marzinski
- [PATCH v2 06/17] libmultipath: constify get_unaligned_be*, Benjamin Marzinski
- [PATCH v2 02/17] multipathd: staticify uxlsnr variables/functions, Benjamin Marzinski
- [PATCH v2 03/17] libmultipath: fix leak in foreign code, Benjamin Marzinski
- [PATCH v2 05/17] libmultipath: remove unused path->prio_args, Benjamin Marzinski
- [PATCH v2 07/17] libmultipath: add missing hwe mpe variable merges, Benjamin Marzinski
- [PATCH v2 08/17] libmultipath: fix sgio_get_vpd looping, Benjamin Marzinski
- [PATCH v2 13/17] multipathd: add new paths under vecs lock, Benjamin Marzinski
- [PATCH v2 15/17] libmultipath: make directio checker share io contexts, Benjamin Marzinski
- [PATCH v2 11/17] libmultipath: change how the checker async is set, Benjamin Marzinski
- [PATCH v2 12/17] libmultipath: change failed path prio timeout, Benjamin Marzinski
- [PATCH v2 10/17] libmultipath: add code to get vendor specific vpd data, Benjamin Marzinski
- [PATCH v2 16/17] tests: add directio unit tests, Benjamin Marzinski
- [PATCH v2 14/17] libmultipath: add new checker class functions, Benjamin Marzinski
- [PATCH v2 17/17] tests: make directio tests able to work on a real device, Benjamin Marzinski
- [PATCH v2 09/17] libmultipath: add vend_id to get_vpd_sgio, Benjamin Marzinski
- Re: [PATCH v2 00/17] Multipath patch dump, Martin Wilck
- [PATCH] dm-writecache: fix allocation of devices on writecache tests,
Mikulas Patocka
- [RFC PATCH 0/5][V2] dax, pmem: Provide a dax operation to zero range of memory,
Vivek Goyal
- [PATCH 1/5] dax, pmem: Add a dax operation zero_page_range, Vivek Goyal
- [PATCH 4/5] dax, iomap: Start using dax native zero_page_range(), Vivek Goyal
- [PATCH 5/5] dax, iomap: Add helper dax_iomap_zero() to zero a range, Vivek Goyal
- [PATCH 3/5] dm,dax: Add dax zero_page_range operation, Vivek Goyal
- [PATCH 2/5] s390, dax: Add dax zero_page_range operation to dcssblk driver, Vivek Goyal
- [PATCH] dm: expose dm_copy_name_and_uuid(),
John Dorminy
- [PATCH 2/3] dm-integrity: introduce get_provided_data_sectors, Mikulas Patocka
- [PATCH 3/3] dm-integrity: change the size of the device, Mikulas Patocka
- [PATCH 0/3] dm-integrity: make it possible to change the size of dm-integrity device, Mikulas Patocka
- [PATCH 1/3] dm-integrity: dont replay journal data past the end of the device, Mikulas Patocka
- [git pull] device mapper changes for 5.6,
Mike Snitzer
- [PATCH 0/1] Handle NULL make_request_fn in generic_make_request(),
Stefan Bader
- [PATCH v5 0/6] block: Introduce REQ_ALLOCATE flag for REQ_OP_WRITE_ZEROES,
Kirill Tkhai
- [PATCH v4 0/7] block: Introduce REQ_ALLOCATE flag for REQ_OP_WRITE_ZEROES,
Kirill Tkhai
- [PATCH v3 0/7] block: Introduce REQ_ALLOCATE flag for REQ_OP_WRITE_ZEROES,
Kirill Tkhai
- [PATCH 00/15] Multipath patch dump,
Benjamin Marzinski
- [PATCH 02/15] libmultipath: fix leak in foreign code, Benjamin Marzinski
- [PATCH 01/15] multipathd: warn when configuration has been changed., Benjamin Marzinski
- [PATCH 06/15] libmultipath: add missing hwe mpe variable merges, Benjamin Marzinski
- [PATCH 05/15] libmultipath: constify get_unaligned_be*, Benjamin Marzinski
- [PATCH 04/15] libmultipath: remove unused path->prio_args, Benjamin Marzinski
- [PATCH 07/15] libmultipath: fix sgio_get_vpd looping, Benjamin Marzinski
- [PATCH 08/15] libmultipath: add vend_id to get_vpd_sgio, Benjamin Marzinski
- [PATCH 14/15] libmultipath: make directio checker share io contexts, Benjamin Marzinski
- [PATCH 13/15] libmultipath: add new checker class functions, Benjamin Marzinski
- [PATCH 09/15] libmultipath: add code to get vendor specific vpd data, Benjamin Marzinski
- [PATCH 11/15] libmultipath: change failed path prio timeout, Benjamin Marzinski
- [PATCH 12/15] multipathd: add new paths under vecs lock, Benjamin Marzinski
- [PATCH 10/15] libmultipath: change how the checker async is set, Benjamin Marzinski
- [PATCH 15/15] tests: add directio unit tests, Benjamin Marzinski
- [PATCH 03/15] Fix leak in mpathpersist, Benjamin Marzinski
- [PATCH] libmultipath: fix compilation with -fno-common,
mwilck
- [PATCH] block: fix an integer overflow in logical block size,
Mikulas Patocka
- [PATCH] dm-writecache: improve performance of large linear writes on SSDs,
Mikulas Patocka
- device blacklisting and suspend issue,
Sreenivas.Honnur
- [PATCH v2] dm mpath: Add timeout mechanism for queue_if_no_path,
Gabriel Krisman Bertazi
- Re: dm-integrity,
Song Liu
- [PATCH 2/2] dm-thin: fix use-after-free in metadata_pre_commit_callback, Mikulas Patocka
- [PATCH 1/2] dm-thin: don't allow changing the data device, Mikulas Patocka
- [PATCH] dm-writecache: fix incorrect flush sequence when doing commit,
Mikulas Patocka
- [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload,
Chaitanya Kulkarni
Re: [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload, Erwin van Londen
Re: [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload, Hannes Reinecke
Message not available
Re: [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload, Himanshu Madhani
Re: [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload, Bart Van Assche
Re: [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload, Kanchan Joshi
Re: [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload, Chaitanya Kulkarni
Re: [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload, Nikos Tsironis
Re: [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload, Adam Manzanares
Re: [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload, Bart Van Assche
Re: [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload, Luis Chamberlain
Re: [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload, Kanchan Joshi
Re: [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload, David Disseldorp
Re: [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload, Nitesh Shetty
Re: [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload, Nikos Tsironis
Message not available
Re: [RFC PATCH] dm-zoned: extend the way of exposing zoned block device,
Damien Le Moal
Reply: [PATCH v3] dm verity: don't prefetch hash blocks for already-verified data,
xianrong.zhou(周先荣)
[PATCH v3] dm verity: don't prefetch hash blocks for already-verified data, Eric Biggers
Re: [PATCH] dm-verity:unnecessary data blocks that need not read hash blocks, Eric Biggers
Reply: [PATCH] dm-verity: unnecessary data blocks that need not read hash blocks, xianrong.zhou(周先荣)
[PATCH] dm-crypt: Fix benbi IV constructor if used in authenticated mode, Milan Broz
About dm-integrity layer and fsync,
Patrick Dung
[PATCH] dm mpath: Add timeout mechanism for queue_if_no_path,
Gabriel Krisman Bertazi
[PATCH] dm-crypt: Implement Elephant diffuser for Bitlocker compatibility,
Milan Broz
[PATCH] dm-crypt: fix GFP flags,
Mikulas Patocka
[PATCH] dm-thin: Fix trivial error in comment documentation, Jeffle Xu
[PATCH 0/4] dm: use true,false for bool variable,
zhengbin
[PATCH resend] ALUA support for PURE FlashArray,
Xose Vazquez Perez
[PATCH] dm-zoned: support zone sizes smaller than 128MiB,
Dmitry Fomichev
[PATCH] dm raid: table line rebuild status fix, Heinz Mauelshagen
[Question] Confusion of the meaning for encrypto API's return value,
Xu Zaibo
Reply [PATCH] dm-verity: unnecessary data blocks that need not read hash blocks,
xianrong.zhou(周先荣)
[git pull] device mapper fixes for 5.5-rc2,
Mike Snitzer
[PATCH] dm-verity: unnecessary data blocks that need not read hash blocks,
zhou xianrong
[PATCH] dm writecache: SB remove seq_count,
Maged Mokhtar
[PATCH] docs: dm-integrity: remove reference to ARC4, Eric Biggers
[PATCH] dm dust: change ret to r in dust_map_write, Bryan Gurney
[PATCH] dm thin: Avoid flushing the data device twice,
Nikos Tsironis
[PATCH 0/2] dm thin: Flush data device before committing metadata to avoid data corruption,
Nikos Tsironis
[PATCH 0/3] dm clone: Flush destination device before committing metadata to avoid data corruption,
Nikos Tsironis
[PATCH] dm btree: increase rebalance threshold in __rebalance2(),
Hou Tao
[PATCH 1/1] md dm-dust: Functionality for write error emulation along with the existing read error functionality, sekhar satapathy soumendu
[PATCH 2/2] drivers: md: dm-log.c: Remove unused variable 'sz', Jieun Kim
[PATCH 1/2] drivers: md: dm-log.c: Remove unused variable 'sz',
Jieun Kim
[PATCH] docs: device-mapper: Add dm-clone to documentation index,
Geert Uytterhoeven
[PATCH v2 RESEND 0/5] Drop nr_active, and some more fixes,
Martin Wilck
[PATCH] dm clone: Add to the documentation index,
Nikos Tsironis
USENIX Vault - open source storage call for talks - CFP deadline extended, Ric Wheeler
multipath - unable to use multiple active paths at once, and deprecated example in docs,
Drew Hastings
[git pull] device mapper changes for 5.5,
Mike Snitzer
ignore/update integrity checksums,
Erich Eckner
[PATCH AUTOSEL 4.9 32/91] dm flakey: Properly corrupt multi-page bios., Sasha Levin
[PATCH AUTOSEL 4.19 100/219] dm raid: fix false -EBUSY when handling check/repair message, Sasha Levin
[PATCH AUTOSEL 4.19 098/219] dm flakey: Properly corrupt multi-page bios., Sasha Levin
[PATCH AUTOSEL 4.14 046/127] dm flakey: Properly corrupt multi-page bios., Sasha Levin
dm-thin: Several Questions on dm-thin performance.,
JeffleXu
[PATCH] md: Fix Kconfig indentation,
Krzysztof Kozlowski
[PATCH v2 1/5] multipathd: move set_no_path_retry() back to libmultipath, Martin Wilck
Re: [PATCH 4/5] libmultipath: fix (max_)polling_interval setting logic, Benjamin Marzinski
Re: [PATCH 2/5] libmultipath: dict.c: rename duplicate set_no_path_retry(), Benjamin Marzinski
Re: [PATCH 1/5] multipathd: move set_no_path_retry() back to libmultipath, Benjamin Marzinski
Re: [PATCH 5/5] libmultipath: fix ALUA autodetection when paths are down,
Benjamin Marzinski
Re: [PATCH 3/5] libmultipath: drop mpp->nr_active field,
Benjamin Marzinski
Re: [PATCH v2] dm-thin: wakeup worker only when deferred bios exist, Mike Snitzer
Re: linux-next: Tree for Nov 15 (drivers/md/dm-integrity),
Mike Snitzer
Re: [RFC PATCH] libmultipath: drop mpp->nr_active field, Benjamin Marzinski
Re: dm-thin: wakeup worker only when deferred bios exist,
Mike Snitzer
Re: [PATCH] multipathd: fix mpp->nr_active more than actually active, Benjamin Marzinski
[PATCH] cryptsetup: add support for the "fix_padding" option, Mikulas Patocka
[PATCH] dm-integrity: fix excessive alignment of metadata runs, Mikulas Patocka
[PATCH RT 2/2 v2] list_bl: avoid BUG when the list is not locked,
Mikulas Patocka
[PATCH RT 1/2 v2] dm-snapshot: fix crash with the realtime kernel,
Mikulas Patocka
[PATCH 2/2] realtime: avoid BUG when the list is not locked,
Mikulas Patocka
[PATCH 1/2] dm-snapshot: fix crash with the realtime kernel,
Mikulas Patocka
[PATCH 0/9] Zoned block device enhancements and zone report rework,
Damien Le Moal
[Index of Archives]
[DM Crypt]
[Fedora Docs]
[Fedora SELinux]
[Kernel]