Linux Device-Mapper Development
[Prev Page][Next Page]
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, (continued)
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Mauro Carvalho Chehab
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Ilya Dryomov
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Felipe Balbi
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Matthias Brugger
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Nicolas.Ferre
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Steffen Maier
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Robin Murphy
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Miquel Raynal
- Re: [Intel-gfx] [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Jani Nikula
- Re: [oss-drivers] [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Simon Horman
- [PATCH] multipath-tools: add HPE MSA 1060/2060 to hwtable,
Xose Vazquez Perez
- [PATCH V3 00/14] multipath-tools series: some cleanups and fixes checked by codedex tool,
lixiaokeng
- [PATCH V2 00/14] multipath-tools series: some cleanups and fixes checked by codedex tool,
lixiaokeng
- [PATCH V2 01/14] multipathd: initialize major and minor in cli_add_map, lixiaokeng
- [PATCH V2 02/14] libmultipath: change malloc to calloc in print_foreign_topology, lixiaokeng
- [PATCH V2 04/14] multipathd: check MALLOC return value in mpath_pr_event_handler_fn, lixiaokeng
- [PATCH V2 05/14] multipathd: use MALLOC and check return value in cli_getprkey func, lixiaokeng
- [PATCH V2 06/14] kpartx: check return value of malloc in main func, lixiaokeng
- [PATCH V2 09/14] libmultipath: check whether mp->features is NUll in assemble_map, lixiaokeng
- [PATCH V2 11/14] mpathpersist: check whether malloc paramp->trnptid_list fails in handle_args func, lixiaokeng
- [PATCH V2 12/14] libmultipathpersist: use update_multipath_table/status in get_mpvec, lixiaokeng
- [PATCH V2 14/14] multipathpersist: delete unused variable in handle_args, lixiaokeng
- Re: [PATCH V2 00/14] multipath-tools series: some cleanups and fixes checked by codedex tool, Martin Wilck
- Re: [PATCH V2 00/14] multipath-tools series: some cleanups and fixes checked by codedex tool, Martin Wilck
- fix for kernel BUG at drivers/scsi/device_handler/scsi_dh_alua.c:662!, Brian Bunker
- kernel BUG at drivers/scsi/device_handler/scsi_dh_alua.c:662!, Brian Bunker
- [PATCH v4] dax: fix for do not print error message for non-persistent memory block device, Coly Li
- [PATCH v3] dax: fix for do not print error message for non-persistent memory block device, Coly Li
- [PATCH v2] dax: fix for do not print error message for non-persistent memory block device,
Coly Li
- [PATCH] dax: fix for do not print error message for non-persistent memory block device,
Coly Li
- Re: [PATCH] block: make bio_crypt_clone() return an error code, linmiaohe
- clean up is partition checks,
Christoph Hellwig
- [PATCH 2/9] block: add a bdev_is_partition helper, Christoph Hellwig
- [PATCH 9/9] vsprintf: use bd_partno in bdev_name, Christoph Hellwig
- [PATCH 5/9] drbd: don't detour through bd_contains for the gendisk, Christoph Hellwig
- [PATCH 4/9] md: don't detour through bd_contains for the gendisk, Christoph Hellwig
- [PATCH 6/9] drbd: don't set ->bd_contains, Christoph Hellwig
- [PATCH 1/9] Documentation/hdio: fix up obscure bd_contains references, Christoph Hellwig
- [PATCH 7/9] target/iblock: fix holder printing in iblock_show_configfs_dev_params, Christoph Hellwig
- [PATCH 3/9] md: compare bd_disk instead of bd_contains, Christoph Hellwig
- [PATCH 8/9] block: use bd_partno in bdevname, Christoph Hellwig
- Re: clean up is partition checks, Christoph Hellwig
- Re: clean up is partition checks, Jens Axboe
- [git pull] device mapper fixes for 5.9-rc4,
Mike Snitzer
- flood of "dm-X: error: dax access failed" due to 5.9 commit 231609785cbfb,
Mike Snitzer
- [PATCH 00/14] multipath-tools series: some cleanups and fixes checked by codedex tool,
lixiaokeng
- [PATCH 01/14] multipathd: return if dm_get_major_minor failed in, cli_add_map, lixiaokeng
- [PATCH 02/14] libmultipath: check malloc return value in, print_foreign_topology, lixiaokeng
- [PATCH 03/14] libmultipath: use map instead of dm_task_get_name, lixiaokeng
- [PATCH 04/14] multipathd: check MALLOC return value in, mpath_pr_event_handler_fn, lixiaokeng
- [PATCH 05/14] multipathd: use MALLOC and check return value in, cli_getprkey func, lixiaokeng
- [PATCH 06/14] kpartx: check return value of malloc in main func, lixiaokeng
- [PATCH 07/14] libmultipath: check return value of dm_mapname in, sysfs_check_holders, lixiaokeng
- [PATCH 08/14] libmultipath: donot free *dst if REALLOC fails in, merge_words, lixiaokeng
- [PATCH 09/14] libmultipath: check whether mp->features is NULl in, assemble_map, lixiaokeng
- [PATCH 10/14] util/tests: use assert_non_null to ensure malloc, returns non-null pointer, lixiaokeng
- [PATCH 11/14] mpathpersist: check whether malloc paramp->trnptid_list, fails in handle_args func, lixiaokeng
- [PATCH 12/14] libmultipathpersist: use update_multipath_table/status, in get_mpvec, lixiaokeng
- [PATCH 13/14] multipath: use update_multipath_table/status in, check_useable_paths, lixiaokeng
- [PATCH 14/14] multipathpersist: delete unused variable in handle_args, lixiaokeng
- Re: [PATCH 00/14] multipath-tools series: some cleanups and fixes checked by codedex tool, Martin Wilck
- [PATCH] block: make bio_crypt_clone() return an error code,
Eric Biggers
- remove revalidate_disk(),
Christoph Hellwig
- [PATCH 2/9] block: don't clear bd_invalidated in check_disk_size_change, Christoph Hellwig
- [PATCH 8/9] nvdimm: simplify revalidate_disk handling, Christoph Hellwig
- [PATCH 3/9] block: rename bd_invalidated, Christoph Hellwig
- [PATCH 6/9] nvme: opencode revalidate_disk in nvme_validate_ns, Christoph Hellwig
- [PATCH 1/9] Documentation/filesystems/locking.rst: remove an incorrect sentence, Christoph Hellwig
- [PATCH 9/9] block: remove revalidate_disk(), Christoph Hellwig
- [PATCH 7/9] sd: open code revalidate_disk, Christoph Hellwig
- [PATCH 4/9] block: add a new revalidate_disk_size helper, Christoph Hellwig
- Re: remove revalidate_disk(), Josef Bacik
- Re: remove revalidate_disk(), Jens Axboe
- [PATCH 5/9] block: use revalidate_disk_size in set_capacity_revalidate_and_notify, Christoph Hellwig
- [PATCH v2 0/3] Fix use-after-free in dm_bm_set_read_only,
Ye Bin
- [PATCH] Re: bug 1872049 - integrity bitmap, Mikulas Patocka
- [PATCH V4 0/5] multipath-tools series: some cleanups and fixes,
Zhiqiang Liu
- [PATCH] IMA: Add test for dm-crypt measurement,
Tushar Sugandhi
- [PATCH v3 0/2] dm-devel:dm-crypt: infrastructure for measurement of DM target data using IMA,
Tushar Sugandhi
- [PATCH] dm crypt: Initialize crypto wait structures, Damien Le Moal
- [PATCH V3 0/5] multipath-tools series: some cleanups and fixes,
Zhiqiang Liu
- [PATCH v3 0/6] IMA: Infrastructure for measurement of critical kernel data,
Tushar Sugandhi
- [PATCH v2 00/10] multipath-tools: valgrind tests & fixes,
mwilck
- [PATCH v2 05/10] multipath-tools tests: fix memory leak in vpd test, mwilck
- [PATCH v2 10/10] libmultipath: validate_config_strvec(): avoid out-of-bounds access, mwilck
- [PATCH v2 08/10] libmultipath: fix invalid memory access in is_token(), mwilck
- [PATCH v2 02/10] multipath-tools: Makefile: add "valgrind-test" target, mwilck
- [PATCH v2 07/10] libmultipath: fix enable_foreign memory leak, mwilck
- [PATCH v2 06/10] libmultipath: fix memory leak in ble handlers, mwilck
- [PATCH v2 03/10] multipath-tools tests: fix memory leak in alias test, mwilck
- [PATCH v2 01/10] multipath-tools: Makefile.inc: fix compilation with gcc 4.x, mwilck
- [PATCH v2 04/10] multipath-tools tests: fix memory leak in hwtable test, mwilck
- [PATCH v2 09/10] libmultipath: alloc_strvec: NULL-initialize strvec elements, mwilck
- Re: [PATCH v2 00/10] multipath-tools: valgrind tests & fixes, Benjamin Marzinski
- [PATCH 1/5] multipath-tools tests: fix memory leak in alias test,
mwilck
- [PATCH] dm-writecache: handle partitions on persistent memory correctly, Mikulas Patocka
- [PATCH v2 0/2] dm-devel:dm-crypt: infrastructure for measurement of DM target data using IMA,
Tushar Sugandhi
- fix block device size update serialization v2,
Christoph Hellwig
- [PATCH 0/3] Fixes for bitfield unit tests,
mwilck
- [PATCH v2 0/3] IMA: Infrastructure for measurement of critical kernel data,
Tushar Sugandhi
- [PATCH 0/4] Fix use-after-free in dm_bm_set_read_only,
Ye Bin
- [PATCH 0/3] discard broken maps in get_dm_mpvec,
mwilck
- [PATCH V2 0/5] multipath-tools series: some cleanups and fixes,
Zhiqiang Liu
- fix block device size update serialization,
Christoph Hellwig
- [PATCH 1/1] block: move the PAGE_SECTORS definition into <linux/blkdev.h>,
Zhen Lei
- [PATCH] dm-crypt: Document encrypted keyring key option., Milan Broz
- [PATCH] dm-crypt: Document new no_workqueue flags.,
Milan Broz
- [PATCH v3 00/87] multipath-tools series part VII: addional patches,
mwilck
- [PATCH v3 00/80] multipath-tools series part VI: incomplete udev initialization,
mwilck
- [PATCH v3 00/35] multipath-tools series part I: minor changes,
mwilck
- Re: [PATCH RESEND] blk-mq: insert request not through ->queue_rq into sw/scheduler queue,
Mike Snitzer
- [PATCH 0/5] multipath-tools series: coredump and memory leak bugfix,
lixiaokeng
- [PATCH 0/2] dm-devel:dm-crypt: infrastructure for measurement of DM target data using IMA,
Tushar Sugandhi
- [PATCH 0/6] multipath-tools series: some cleanups and fixes,
Zhiqiang Liu
- [PATCH 0/3] IMA: Infrastructure for measurement of critical kernel data,
Tushar Sugandhi
- [PATCH V3] libmultipath: fix a memory leak in set_ble_device,
lixiaokeng
- [PATCH v2 00/84] multipath-tools series part VII: addional patches,
mwilck
- [PATCH v2 00/80] multipath-tools series part VI: incomplete udev initialization,
mwilck
- [PATCH v2 00/74] multipath-tools series part V: removed path handling,
mwilck
- [PATCH v2 00/54] multipath-tools series part IV: identify paths by dev_t,
mwilck
- [PATCH v2 00/42] multipath-tools series part III: duplicate alias,
mwilck
- [PATCH v2 00/39] multipath-tools series part I: minor changes,
mwilck
- [PATCH V3] vector: return false if realloc fails in vector_alloc_slot func,
Zhiqiang Liu
- [PATCH v2 0/8] multipath cleanups,
Benjamin Marzinski
- [PATCH V2] libmultipath: fix a memory leak in set_ble_device,
lixiaokeng
- [PATCH V2] vector: return false if realloc fails in vector_alloc_slot func,
Zhiqiang Liu
- Recent multipath-tools patches from Huawei,
Martin Wilck
- Promise and ALUA,
McIntyre, Vincent (CASS, Marsfield)
- [dm- devel][PATCH] checker: add input check of state in checker_state_name func,
Zhiqiang Liu
- [git pull] device mapper changes for 5.9,
Mike Snitzer
- Re: nvme: restore use of blk_path_error() in nvme_complete_rq(),
Mike Snitzer
- fixing 4.14-stable's broken DM cache writethrough support [was: Re: [(resend) PATCH v3: {linux-4.14.y} ] dm cache: submit writethrough writes in parallel to origin and cache],
Mike Snitzer
- [PATCH] dm: don't call report zones for more than the user requested,
Johannes Thumshirn
- [PATCH] libmultipath: fix null dereference in add,
lixiaokeng
- [PATCH] dm-ebs: Fix incorrect checking for REQ_OP_FLUSH.,
John Dorminy
- [dm- devel][PATCH] tests/hwtable: fix a memory free in replicate_config,
Zhiqiang Liu
- [dm- devel][PATCH] vector: add lower bound check of E in VECTOR_SLOT,
Zhiqiang Liu
- [dm- devel][PATCH] vector: fix upper boundary check of vector size in vector_del_slot,
Zhiqiang Liu
- [dm- devel][PATCH] vector: return null when realloc fails in vector_alloc_slot func,
Zhiqiang Liu
- [PATCH] devmapper: remove useless using of memset in dm_get_info func,
Zhiqiang Liu
- Re: [PATCH] libmultipath: fix a memory leak in set_ble_device,
lixiaokeng
- [dm- devel][PATCH] libmultipath: fix a memory leak in dm_get_maps,
lixiaokeng
- [RFC PATCH v6 00/11] Integrity Policy Enforcement LSM (IPE),
Deven Bowers
- [RFC PATCH v6 01/11] scripts: add ipe tooling to generate boot policy, Deven Bowers
- [RFC PATCH v6 04/11] ipe: add property for trust of boot volume, Deven Bowers
- [RFC PATCH v6 09/11] ipe: add property for dmverity roothash, Deven Bowers
- [RFC PATCH v6 11/11] cleanup: uapi/linux/audit.h, Deven Bowers
- [RFC PATCH v6 02/11] security: add ipe lsm evaluation loop and audit system, Deven Bowers
- [RFC PATCH v6 06/11] dm-verity: add bdev_setsecurity hook for dm-verity signature, Deven Bowers
- [RFC PATCH v6 05/11] fs: add security blob and hooks for block_device, Deven Bowers
- [RFC PATCH v6 10/11] documentation: add ipe documentation, Deven Bowers
- [RFC PATCH v6 03/11] security: add ipe lsm policy parser and policy loading, Deven Bowers
- [RFC PATCH v6 07/11] ipe: add property for signed dmverity volumes, Deven Bowers
- [RFC PATCH v6 08/11] dm-verity: add bdev_setsecurity hook for root-hash, Deven Bowers
- [dm- devel][PATCH V2] libmultipath: fix a memory leak in disassemble_status func, Zhiqiang Liu
- [dm- devel][PATCH V2],
Zhiqiang Liu
- [RFC PATCH v5 00/11] Integrity Policy Enforcement LSM (IPE),
Deven Bowers
- [RFC PATCH v5 03/11] security: add ipe lsm policy parser and policy loading, Deven Bowers
- [RFC PATCH v5 01/11] scripts: add ipe tooling to generate boot policy, Deven Bowers
- [RFC PATCH v5 05/11] fs: add security blob and hooks for block_device, Deven Bowers
- [RFC PATCH v5 10/11] documentation: add ipe documentation, Deven Bowers
- [RFC PATCH v5 11/11] cleanup: uapi/linux/audit.h, Deven Bowers
- [RFC PATCH v5 04/11] ipe: add property for trust of boot volume, Deven Bowers
- [RFC PATCH v5 11/12] documentation: add ipe documentation, Deven Bowers
- [RFC PATCH v5 10/12] ipe: add property for dmverity roothash, Deven Bowers
- [RFC PATCH v5 07/11] dm-verity: add bdev_setsecurity hook for dm-verity signature, Deven Bowers
- [RFC PATCH v5 09/11] dm-verity: add bdev_setsecurity hook for root-hash, Deven Bowers
- [RFC PATCH v5 06/11] dm-verity: move signature check after tree validation, Deven Bowers
- [RFC PATCH v5 02/11] security: add ipe lsm evaluation loop and audit system, Deven Bowers
- [RFC PATCH v5 08/11] ipe: add property for signed dmverity volumes, Deven Bowers
- [RFC PATCH v5 12/12] cleanup: uapi/linux/audit.h, Deven Bowers
- Re: [RFC PATCH v5 00/11] Integrity Policy Enforcement LSM (IPE), Pavel Machek
- [PATCH] libmultipath: fix a memory leak in disassemble_status func,
Zhiqiang Liu
- [PATCH 0/6] multipath cleanups,
Benjamin Marzinski
- dm snapshots again: should they work?, Michael Tokarev
- [dm-level] upstream-queue-libmultipath: fix memory leak when iscsi login/out and "multipath -r" executed,
lixiaokeng
- [PATCH RFC] multipath-tools: *untested* use sysfs prio also for arrays with dual implicit/explicit alua support,
Xose Vazquez Perez
- [git pull] device mapper fix for 5.8-rc7,
Mike Snitzer
- bdi cleanups v3,
Christoph Hellwig
- [PATCH 07/14] block: make QUEUE_SYSFS_BIT_FNS a little more useful, Christoph Hellwig
- [PATCH 08/14] block: add helper macros for queue sysfs entries, Christoph Hellwig
- [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK, Christoph Hellwig
- [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE, Christoph Hellwig
- [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently, Christoph Hellwig
- [PATCH 06/14] block: lift setting the readahead size into the block layer, Christoph Hellwig
- [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag, Christoph Hellwig
- [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO, Christoph Hellwig
- [PATCH 05/14] md: update the optimal I/O size on reshape, Christoph Hellwig
- [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init, Christoph Hellwig
- [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag, Christoph Hellwig
- [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK, ACCT_DIRTY} with a single flag, Christoph Hellwig
- [PATCH 02/14] drbd: remove dead code in device_to_statistics, Christoph Hellwig
- [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB, Christoph Hellwig
- Re: bdi cleanups v3, Jens Axboe
- <Possible follow-ups>
- bdi cleanups v3, Christoph Hellwig
- [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently, Christoph Hellwig
- [PATCH 05/14] md: update the optimal I/O size on reshape, Christoph Hellwig
- [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK, ACCT_DIRTY} with a single flag, Christoph Hellwig
- [PATCH 08/14] block: add helper macros for queue sysfs entries, Christoph Hellwig
- [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag, Christoph Hellwig
- [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB, Christoph Hellwig
- [PATCH 07/14] block: make QUEUE_SYSFS_BIT_FNS a little more useful, Christoph Hellwig
- Re: bdi cleanups v3, Christoph Hellwig
- [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init, Christoph Hellwig
- [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO, Christoph Hellwig
- [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK, Christoph Hellwig
- [PATCH 02/14] drbd: remove dead code in device_to_statistics, Christoph Hellwig
- [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag, Christoph Hellwig
- [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE, Christoph Hellwig
- [PATCH 06/14] block: lift setting the readahead size into the block layer, Christoph Hellwig
[Index of Archives]
[DM Crypt]
[Fedora Docs]
[Fedora SELinux]
[Kernel]