Linux Device-Mapper Development
[Prev Page][Next Page]
- [PATCH 16/39] dm: add argument identifier names, (continued)
- [PATCH 16/39] dm: add argument identifier names, Mike Snitzer
- [PATCH 12/39] dm: fix trailing statements, Mike Snitzer
- [PATCH 27/39] dm: avoid inline filenames, Mike Snitzer
- [PATCH 21/39] dm: prefer '"%s...", __func__', Mike Snitzer
- [PATCH 15/39] dm: avoid spaces before function arguments or in favour of tabs, Mike Snitzer
- [PATCH 17/39] dm: add missing empty lines, Mike Snitzer
- [PATCH 23/39] dm: favour __aligned(N) versus "__attribute__ (aligned(N))", Mike Snitzer
- [PATCH 24/39] dm: favour __packed versus "__attribute__ ((packed))", Mike Snitzer
- [PATCH 25/39] dm: avoid useless 'else' after 'break' or return', Mike Snitzer
- [PATCH 18/39] dm: remove unnecessary braces from single statement blocks, Mike Snitzer
- [PATCH 22/39] dm: avoid using symbolic permissions, Mike Snitzer
- [PATCH 28/39] dm: don't indent labels, Mike Snitzer
- [PATCH 26/39] dm: add missing blank line after declarations/fix those, Mike Snitzer
- [PATCH 29/39] dm ioctl: have constant on the right side of the test, Mike Snitzer
- [PATCH 20/39] dm: adjust EXPORT_SYMBOL() to follow functions immediately, Mike Snitzer
- [PATCH 30/39] dm log: avoid trailing semicolon in macro, Mike Snitzer
- [PATCH 35/39] dm: avoid void function return statements, Mike Snitzer
- [PATCH 34/39] dm integrity: change macros min/max() -> min_t/max_t where appropriate, Mike Snitzer
- [PATCH 36/39] dm ioctl: prefer strscpy() instead of strlcpy(), Mike Snitzer
- [PATCH 32/39] dm: avoid 'do {} while(0)' loop in single statement macros, Mike Snitzer
- [PATCH 31/39] dm log: avoid multiple line dereference, Mike Snitzer
- [PATCH 19/39] dm: avoid split of quoted strings where possible, Mike Snitzer
- [PATCH 37/39] dm: fix suspect indent whitespace, Mike Snitzer
- [PATCH 33/39] dm: fix use of sizeof() macro, Mike Snitzer
- [PATCH 38/39] dm: declare variables static when sensible, Mike Snitzer
- [PATCH 39/39] dm clone: prefer kvmalloc_array(), Mike Snitzer
- [PATCH 04/39] dm: change "unsigned" to "unsigned int", Mike Snitzer
- "dm: prefer kmap_local_page() instead of deprecated kmap_atomic()" is broken,
Eric Biggers
- [linux-next:master] [dm] e5ff99128c: xfstests.ext4.033.fail, kernel test robot
- RAID4 with no striping mode request,
Kyle Sanderson
- [dm] Planning to WARN_ON() when flush_scheduled_work() is used.,
Tetsuo Handa
- [PATCH] libmultipath: limit paths that can get wwid from environment,
Benjamin Marzinski
- [PATCH v2] dm: send just one event on resize, not two,
Mikulas Patocka
- [PATCH] dm-table: Check that a dm device doesn't reference itself,
Benjamin Marzinski
- [PATCH] multipath.rules: fix "smart" bug with failed valid path check,
Benjamin Marzinski
- [PATCH] dm: don't send uevents while the device is suspended, Mikulas Patocka
- [PATCH 1/2] Fail I/O to thin pool devices,
Demi Marie Obenour
- [PATCH 0/17] crypto: api - Change completion callback argument to void star,
Herbert Xu
- [PATCH 2/17] net: macsec: Add scaffolding to change completion function signature, Herbert Xu
- [PATCH 3/17] fs: ecryptfs: Use crypto_wait_req, Herbert Xu
- [PATCH 1/17] dm: Add scaffolding to change completion function signature, Herbert Xu
- [PATCH 5/17] net: ipv4: Add scaffolding to change completion function signature, Herbert Xu
- [PATCH 4/17] Bluetooth: Use crypto_wait_req, Herbert Xu
- [PATCH 8/17] tls: Only use data field in crypto completion function, Herbert Xu
- [PATCH 6/17] net: ipv6: Add scaffolding to change completion function signature, Herbert Xu
- [PATCH 7/17] tipc: Add scaffolding to change completion function signature, Herbert Xu
- [PATCH 9/17] KEYS: DH: Use crypto_wait_req, Herbert Xu
- [PATCH 11/17] dm: Remove completion function scaffolding, Herbert Xu
- [PATCH 12/17] net: macsec: Remove completion function scaffolding, Herbert Xu
- [PATCH 14/17] net: ipv6: Remove completion function scaffolding, Herbert Xu
- [PATCH 10/17] crypto: api - Use data directly in completion function, Herbert Xu
- [PATCH 13/17] net: ipv4: Remove completion function scaffolding, Herbert Xu
- [PATCH 15/17] tipc: Remove completion function scaffolding, Herbert Xu
- [PATCH 16/17] tls: Remove completion function scaffolding, Herbert Xu
- [PATCH 17/17] crypto: api - Remove completion function scaffolding, Herbert Xu
- Re: [PATCH 0/17] crypto: api - Change completion callback argument to void star, Jakub Kicinski
- [PATCH] dm raid: fix some spelling mistakes in comment, Yu Zhe
- [PATCH] dm flakey: Fix clang -Wparentheses-equality in flakey_map(),
Nathan Chancellor
- [PATCH] block: remove submit_bio_noacct,
Christoph Hellwig
- [PATCH] libmpathpersist: fix resource leak in update_map_pr(),
mwilck
- [PATCH] dm-verity: Remove WQ_UNBOUND.,
Nathan Huckleberry
- [PATCH v2 0/4] multipath: fix multipathd renaming issue,
Benjamin Marzinski
- Re: [PATCH v2 02/21] block, blkfilter: Block Device Filtering Mechanism,
Mike Snitzer
- Re: [PATCH v2 00/21] blksnap - block devices snapshots module,
Mike Snitzer
- [PATCH 0/4] multipath: fix multipathd renaming issue,
Benjamin Marzinski
- [PATCH] md: dm-table: ensure dev_t is initialized,
Tomas Melin
- [PATCH] dm integrity: Remove the unused variable bi_sector, Jiapeng Chong
- [RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE),
Fan Wu
- [RFC PATCH v9 04/16] security: add new securityfs delete function, Fan Wu
- [RFC PATCH v9 10/16] dm-verity: consume root hash digest and signature data via LSM hook, Fan Wu
- [RFC PATCH v9 15/16] ipe: kunit test for parser, Fan Wu
- [RFC PATCH v9 13/16] ipe: enable support for fs-verity as a trust provider, Fan Wu
- [RFC PATCH v9 01/16] security: add ipe lsm, Fan Wu
- [RFC PATCH v9 14/16] scripts: add boot policy generation program, Fan Wu
- [RFC PATCH v9 07/16] uapi|audit|ipe: add ipe auditing support, Fan Wu
- [RFC PATCH v9 16/16] documentation: add ipe documentation, Fan Wu
- [RFC PATCH v9 02/16] ipe: add policy parser, Fan Wu
- [RFC PATCH v9 05/16] ipe: add userspace interface, Fan Wu
- [RFC PATCH v9 09/16] block|security: add LSM blob to block_device, Fan Wu
- [RFC PATCH v9 06/16] ipe: add LSM hooks on execution and kernel read, Fan Wu
- [RFC PATCH v9 03/16] ipe: add evaluation loop and introduce 'boot_verified' as a trust provider, Fan Wu
- [RFC PATCH v9 11/16] ipe: add support for dm-verity as a trust provider, Fan Wu
- [RFC PATCH v9 12/16] fsverity: consume builtin signature via LSM hook, Fan Wu
- [RFC PATCH v9 08/16] ipe: add permissive toggle, Fan Wu
- Re: [RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE), Roberto Sassu
- [PATCH] dm-crypt: Slightly simplify crypt_set_keyring_key(), Christophe JAILLET
- [PATCH 0/9] Documentation: correct lots of spelling errors (series 2),
Randy Dunlap
- [RFC PATCH 0/7] Allow race-free block device handling,
Demi Marie Obenour
- [PATCH] md: use preallocated hashed wait queues instead of mddev->sb_wait,
Mikulas Patocka
- [PATCH 3/3] dm-flakey: fix logic when corruping a bio,
Mikulas Patocka
- [PATCH 1/3] dm-flakey: don't corrupt the zero page,
Mikulas Patocka
- [PATCH 2/3] dm-flakey: fix a bug with 32-bit highmem systems,
Mikulas Patocka
- Re: [LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, an expansion plan for the storage stack test framework,
Shinichiro Kawasaki
- [PATCH 0/2] dm era: avoid deadlock when swapping table with dm-era target,
Nikos Tsironis
- [PATCH] md: dm-ioctl: drop always-false condition,
Sergey Shtylyov
- Virtio-blk extended lifetime feature,
Alvaro Karsz
- [PATCH 0/2] multipath-tools fixes for GitHub reported issues,
mwilck
- [PATCH rcu v2 06/20] drivers/md: Remove "select SRCU",
Paul E. McKenney
- [PATCH 0/2] multipath format options cleanup,
Benjamin Marzinski
- [PATCH v6 0/9] Implement copy offload support,
Nitesh Shetty
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
Re: [PATCH blktests] dm: add a regression test,
Shinichiro Kawasaki
Patch "dm thin: resume even if in FAIL mode" has been added to the 4.19-stable tree, Sasha Levin
Patch "dm thin: resume even if in FAIL mode" has been added to the 5.4-stable tree, Sasha Levin
[PATCH 0/7] block zoned cleanups,
Pankaj Raghav
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
[PATCH rcu 14/27] drivers/md: Remove "select SRCU",
Paul E. McKenney
[PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage,
Sarthak Kukreti
[PATCH] dm: remove unnecessary check when using dm_get_mdptr(),
Hou Tao
Patch "dm: track per-add_disk holder relations in DM" has been added to the 6.0-stable tree, Sasha Levin
Patch "dm: make sure create and remove dm device won't race with open and close table" has been added to the 6.0-stable tree, Sasha Levin
Patch "dm: cleanup close_table_device" has been added to the 6.0-stable tree, Sasha Levin
Patch "dm: cleanup open_table_device" has been added to the 6.0-stable tree, Sasha Levin
Patch "dm: cleanup close_table_device" has been added to the 6.1-stable tree, Sasha Levin
Patch "dm: track per-add_disk holder relations in DM" has been added to the 6.1-stable tree, Sasha Levin
Patch "dm: make sure create and remove dm device won't race with open and close table" has been added to the 6.1-stable tree, Sasha Levin
Patch "dm: cleanup open_table_device" has been added to the 6.1-stable tree, Sasha Levin
[PATCH v3] libmultipath: is_path_valid(): check if device is in use,
mwilck
[PATCH for-6.2/block V3 1/2] block: Data type conversion for IO accounting,
Gulam Mohamed
[PATCH 0/6] multipath: persistent reservation fixes,
Benjamin Marzinski
[PATCH] kpartx_id: Add missing 3rd option in usage,
Masanari Iida
[PATCH V2 0/3] multipath config fixes,
Benjamin Marzinski
[PATCH 0/3] multipath config fixes,
Benjamin Marzinski
review for the head of your queue branch,
Benjamin Marzinski
[git pull] device mapper changes for 6.2,
Mike Snitzer
[announce] thin-provisioning-tools v1.0.0-rc1,
Joe Thornber
[RFC for-6.2/block V2] block: Change the granularity of io ticks from ms to ns,
Gulam Mohamed
[PATCH -next] dm thin: Use last transaction's pmd->root when commit failed,
Zhihao Cheng
[PATCH v3] virtio_blk: add VIRTIO_BLK_F_LIFETIME feature support,
Alvaro Karsz
[RFC] block: Change the granularity of io ticks from ms to ns,
Gulam Mohamed
[PATCH] block: remove bio_set_op_attrs,
Christoph Hellwig
[PATCH] multipath-tools: mailing list url was changed,
Xose Vazquez Perez
[PATCH v2] libmultipath: is_path_valid(): check if device is in use,
mwilck
[PATCH v2] multipath.conf(5): improve documentation of dev_loss_tmo, Xose Vazquez Perez
[PATCH 1/2] multipath.conf(5): remove deprecated note for san_path_err algorithm,
mwilck
[PATCH v2] multipath-tools: multipath.conf man page housekeeping,
Xose Vazquez Perez
[PATCH v3] dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadata,
Zhihao Cheng
Patch "dm integrity: flush the journal on suspend" has been added to the 4.19-stable tree, Sasha Levin
Patch "dm integrity: flush the journal on suspend" has been added to the 6.0-stable tree, Sasha Levin
Patch "dm integrity: clear the journal on suspend" has been added to the 5.15-stable tree, Sasha Levin
Patch "dm integrity: clear the journal on suspend" has been added to the 5.10-stable tree, Sasha Levin
Patch "dm integrity: flush the journal on suspend" has been added to the 5.15-stable tree, Sasha Levin
Patch "dm-log-writes: set dma_alignment limit in io_hints" has been added to the 6.0-stable tree, Sasha Levin
Patch "dm-integrity: set dma_alignment limit in io_hints" has been added to the 6.0-stable tree, Sasha Levin
Patch "dm integrity: flush the journal on suspend" has been added to the 5.4-stable tree, Sasha Levin
[PATCH v2] dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadata, Zhihao Cheng
Patch "dm integrity: flush the journal on suspend" has been added to the 5.10-stable tree, Sasha Levin
Patch "dm integrity: clear the journal on suspend" has been added to the 6.0-stable tree, Sasha Levin
[PATCH linux-next] dm: remove redundant sz variable,
zhang.songyi
[PATCH 1/2] multipath.conf(5): remove io-affinity information,
Benjamin Marzinski
dm-thin: Resume failed in FAIL mode, Luo Meng
[dm-devel v2 0/4] dm: Fix UAF in run_timer_softirq(),
Luo Meng
[PATCH] multipathd: Fixed multipathd parameter invoking,
miaoguanqin
Update issues for kpartx, Vivek Patil
[PATCH AUTOSEL 6.0 44/44] dm integrity: clear the journal on suspend, Sasha Levin
[PATCH AUTOSEL 5.4 12/15] dm-integrity: set dma_alignment limit in io_hints, Sasha Levin
[PATCH AUTOSEL 5.15 25/31] dm-log-writes: set dma_alignment limit in io_hints,
Sasha Levin
[PATCH AUTOSEL 5.15 24/31] dm-integrity: set dma_alignment limit in io_hints, Sasha Levin
[PATCH AUTOSEL 5.15 31/31] dm integrity: clear the journal on suspend, Sasha Levin
[PATCH AUTOSEL 5.10 17/22] dm-integrity: set dma_alignment limit in io_hints, Sasha Levin
[PATCH AUTOSEL 4.19 11/11] dm integrity: flush the journal on suspend, Sasha Levin
[PATCH AUTOSEL 6.0 38/44] dm-log-writes: set dma_alignment limit in io_hints, Sasha Levin
[PATCH AUTOSEL 5.10 22/22] dm integrity: clear the journal on suspend, Sasha Levin
[PATCH AUTOSEL 5.4 15/15] dm integrity: flush the journal on suspend, Sasha Levin
[PATCH AUTOSEL 6.0 37/44] dm-integrity: set dma_alignment limit in io_hints, Sasha Levin
[PATCH AUTOSEL 5.15 30/31] dm integrity: flush the journal on suspend, Sasha Levin
[PATCH AUTOSEL 4.14 09/10] dm-log-writes: set dma_alignment limit in io_hints, Sasha Levin
[PATCH AUTOSEL 5.4 13/15] dm-log-writes: set dma_alignment limit in io_hints, Sasha Levin
[PATCH AUTOSEL 5.10 21/22] dm integrity: flush the journal on suspend, Sasha Levin
[PATCH AUTOSEL 4.19 08/11] dm-integrity: set dma_alignment limit in io_hints, Sasha Levin
[PATCH AUTOSEL 4.19 09/11] dm-log-writes: set dma_alignment limit in io_hints, Sasha Levin
[PATCH AUTOSEL 6.0 43/44] dm integrity: flush the journal on suspend, Sasha Levin
[PATCH AUTOSEL 4.14 08/10] dm-integrity: set dma_alignment limit in io_hints, Sasha Levin
[PATCH AUTOSEL 5.10 18/22] dm-log-writes: set dma_alignment limit in io_hints, Sasha Levin
[PATCH v5 00/10] Implement copy offload support,
Nitesh Shetty
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Re: [PATCH v5 00/10] Implement copy offload support, Chaitanya Kulkarni
[PATCH] multipath-tools: add EF to rdac info,
Xose Vazquez Perez
Patch "dm-crypt: provide dma_alignment limit in io_hints" has been added to the 6.0-stable tree, Sasha Levin
[git pull] device mapper fixes for 6.1-rc6,
Mike Snitzer
[PATCH v2] dm init: add dm-mod.waitfor to wait for asynchronously probed block devices,
Peter Korsgaard
[PATCH] dm init: add dm-mod.waitfor to wait for asynchronously probed block devices,
Peter Korsgaard
[PATCH 2/2] dm-integrity: clear the journal on suspend, Mikulas Patocka
[PATCH 1/1] dm-integrity: flush journal on suspend, Mikulas Patocka
[PATCH v3 00/10] fix delayed holder tracking,
Yu Kuai
- [PATCH v3 10/10] block: don't allow a disk link holder to itself, Yu Kuai
- [PATCH v3 03/10] dm: cleanup open_table_device, Yu Kuai
- [PATCH v3 07/10] block: remove delayed holder registration, Yu Kuai
- [PATCH RFC v3 05/10] dm: make sure create and remove dm device won't race with open and close table, Yu Kuai
- [PATCH v3 06/10] dm: track per-add_disk holder relations in DM, Yu Kuai
- [PATCH v3 01/10] block: clear ->slave_dir when dropping the main slave_dir reference, Yu Kuai
- [PATCH v3 09/10] block: store the holder kobject in bd_holder_disk, Yu Kuai
- [PATCH v3 04/10] dm: cleanup close_table_device, Yu Kuai
- [PATCH v3 08/10] block: fix use after free for bd_holder_dir, Yu Kuai
- [PATCH v3 02/10] dm: remove free_table_devices, Yu Kuai
- Re: [PATCH v3 00/10] fix delayed holder tracking, Jens Axboe
pass a struct block_device to the blk-crypto interfaces v3,
Christoph Hellwig
[PATCH 0/3] dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadata,
Zhihao Cheng
[PATCHv2 0/5] fix direct io device mapper errors,
Keith Busch
[PATCH 0/3] misc cleanups,
Benjamin Marzinski
[RFC PATCH] libmultipath: is_path_valid(): check if device is in use,
mwilck
[PATCH] dm-crypt: fix incorrect use of strcmp when telling if there is no key,
Coiby Xu
[Index of Archives]
[DM Crypt]
[Fedora Docs]
[Fedora SELinux]
[Kernel]