Linux Device-Mapper Development
[Prev Page][Next Page]
- [PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag,
Jane Chu
- [PATCH 3/6] pmem: pmem_dax_direct_access() to honor the DAXDEV_F_RECOVERY flag, Jane Chu
- [PATCH 4/6] dm, dax, pmem: prepare dax_copy_to/from_iter() APIs with DAXDEV_F_RECOVERY, Jane Chu
- [PATCH 5/6] dax, pmem: Add data recovery feature to pmem_copy_to/from_iter(), Jane Chu
- [PATCH 1/6] dax: introduce RWF_RECOVERY_DATA flag to preadv2() and pwritev2(), Jane Chu
- [PATCH 2/6] dax: prepare dax_direct_access() API with DAXDEV_F_RECOVERY flag, Jane Chu
- [PATCH 6/6] dm: Ensure dm honors DAXDEV_F_RECOVERY flag on dax only, Jane Chu
- Re: [PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag, Christoph Hellwig
- [PATCH 0/7] multipathd: remove udev settle dependency,
Benjamin Marzinski
- [PATCH] audit: correct the AUDIT_DM_CTRL and AUDIT_DM_EVENT numbering,
Paul Moore
- use bio kmap helpers in device mapper,
Christoph Hellwig
- [PATCH v6 0/4] blk-crypto cleanups,
Eric Biggers
- don't use ->bd_inode to access the block device size v3,
Christoph Hellwig
- [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 02/30] block: add a bdev_nr_bytes helper, Christoph Hellwig
- [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h, Christoph Hellwig
- [PATCH 03/30] bcache: remove bdev_sectors, Christoph Hellwig
- [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block, Christoph Hellwig
- [PATCH 08/30] target/iblock: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 10/30] fs: simplify init_page_buffers, Christoph Hellwig
- [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 14/30] fat: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 16/30] hfsplus: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 12/30] btrfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 07/30] nvmet: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 13/30] cramfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 15/30] hfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 18/30] nfs/blocklayout: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 22/30] reiserfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 19/30] nilfs2: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 17/30] jfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 20/30] ntfs3: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 25/30] block: add a sb_bdev_nr_blocks helper, Christoph Hellwig
- [PATCH 21/30] pstore/blk: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate, Christoph Hellwig
- [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them, Christoph Hellwig
- [PATCH 27/30] jfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 26/30] ext4: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 29/30] reiserfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 28/30] ntfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 30/30] udf: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 23/30] squashfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- Re: don't use ->bd_inode to access the block device size v3, Jens Axboe
- Re: don't use ->bd_inode to access the block device size v3, Jens Axboe
- futher decouple DAX from block devices,
Christoph Hellwig
- [PATCH 11/11] dax: move bdev_dax_pgoff to fs/dax.c, Christoph Hellwig
- [PATCH 06/11] xfs: factor out a xfs_setup_dax helper, Christoph Hellwig
- [PATCH 03/11] dax: simplify the dax_device <-> gendisk association, Christoph Hellwig
- [PATCH 07/11] dax: remove dax_capable, Christoph Hellwig
- [PATCH 02/11] dax: remove CONFIG_DAX_DRIVER, Christoph Hellwig
- [PATCH 08/11] dm-linear: add a linear_dax_pgoff helper, Christoph Hellwig
- [PATCH 05/11] dax: move the partition alignment check into fs_dax_get_by_bdev, Christoph Hellwig
- [PATCH 01/11] dm: make the DAX support dependend on CONFIG_FS_DAX, Christoph Hellwig
- [PATCH 04/11] dax: remove the pgmap sanity checks in generic_fsdax_supported, Christoph Hellwig
- [PATCH 09/11] dm-log-writes: add a log_writes_dax_pgoff helper, Christoph Hellwig
- [PATCH 10/11] dm-stripe: add a stripe_dax_pgoff helper, Christoph Hellwig
- Re: futher decouple DAX from block devices, Dan Williams
- Re: futher decouple DAX from block devices, Eric Sandeen
- [PATCH 0/9] block: reviewed add_disk() error handling set,
Luis Chamberlain
- [PATCH 5/9] xen-blkfront: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 7/9] um/drivers/ubd_kern: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 6/9] m68k/emu/nfblock: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 8/9] rnbd: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 4/9] bcache: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 1/9] scsi/sd: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 2/9] scsi/sr: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 3/9] dm: add add_disk() error handling, Luis Chamberlain
- [PATCH 9/9] mtd: add add_disk() error handling, Luis Chamberlain
- Re: [PATCH 0/9] block: reviewed add_disk() error handling set, Martin K. Petersen
- Re: (subset) [PATCH 0/9] block: reviewed add_disk() error handling set, Jens Axboe
- [git pull] device mapper fixes for 5.15-rc6,
Mike Snitzer
- don't use ->bd_inode to access the block device size v2,
Christoph Hellwig
- [PATCH 18/30] nfs/blocklayout: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate, Christoph Hellwig
- [PATCH 26/30] ext4: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 21/30] pstore/blk: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 27/30] jfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 30/30] udf: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 23/30] squashfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 25/30] block: add a sb_bdev_nr_blocks helper, Christoph Hellwig
- [PATCH 28/30] ntfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 29/30] reiserfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 17/30] jfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 08/30] target/iblock: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 10/30] fs: simplify init_page_buffers, Christoph Hellwig
- [PATCH 20/30] ntfs3: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 15/30] hfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 02/30] block: add a bdev_nr_bytes helper, Christoph Hellwig
- [PATCH 14/30] fat: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 22/30] reiserfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 12/30] btrfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h, Christoph Hellwig
- [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them, Christoph Hellwig
- [PATCH 13/30] cramfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 19/30] nilfs2: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 07/30] nvmet: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 16/30] hfsplus: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 03/30] bcache: remove bdev_sectors, Christoph Hellwig
- [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block, Christoph Hellwig
- [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH] multipathd: Add missing ctype include, Bastian Germann
- [RFC PATCH v7 00/16] Integrity Policy Enforcement (IPE),
deven . desai
- [RFC PATCH v7 06/16] uapi|audit: add trust audit message definitions, deven . desai
- [RFC PATCH v7 12/16] fsverity|security: add security hooks to fsverity digest and signature, deven . desai
- [RFC PATCH v7 13/16] ipe: enable support for fs-verity as a trust provider, deven . desai
- [RFC PATCH v7 02/16] ipe: add policy parser, deven . desai
- [RFC PATCH v7 14/16] scripts: add boot policy generation program, deven . desai
- [RFC PATCH v7 03/16] ipe: add evaluation loop, deven . desai
- [RFC PATCH v7 10/16] fs|dm-verity: add block_dev LSM blob and submit dm-verity data, deven . desai
- [RFC PATCH v7 04/16] ipe: add userspace interface, deven . desai
- [RFC PATCH v7 16/16] documentation: add ipe documentation, deven . desai
- [RFC PATCH v7 09/16] ipe: introduce 'boot_verified' as a trust provider, deven . desai
- [RFC PATCH v7 01/16] security: add ipe lsm & initial context creation, deven . desai
- [RFC PATCH v7 11/16] ipe: add support for dm-verity as a trust provider, deven . desai
- [RFC PATCH v7 05/16] ipe: add LSM hooks on execution and kernel read, deven . desai
- [RFC PATCH v7 07/16] ipe: add auditing support, deven . desai
- [RFC PATCH v7 15/16] ipe: kunit tests, deven . desai
- [RFC PATCH v7 08/16] ipe: add permissive toggle, deven . desai
- Re: [RFC PATCH v7 00/16] Integrity Policy Enforcement (IPE), Roberto Sassu
- simplify I/O size calculation helpers v2,
Christoph Hellwig
- don't use ->bd_inode to access the block device size,
Christoph Hellwig
- [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 05/29] mtd/block2mtd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 03/29] dm: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 06/29] nvmet: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 04/29] md: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 07/29] target/iblock: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 01/29] bcache: remove bdev_sectors, Christoph Hellwig
- [PATCH 09/29] fs: simplify init_page_buffers, Christoph Hellwig
- [PATCH 10/29] affs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block, Christoph Hellwig
- [PATCH 11/29] btrfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 12/29] cramfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 15/29] hfsplus: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 13/29] fat: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 14/29] hfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 16/29] jfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 17/29] nfs/blocklayout: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 19/29] ntfs3: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 18/29] nilfs2: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 20/29] pstore/blk: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 22/29] squashfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 24/29] block: add a sb_bdev_nr_blocks helper, Christoph Hellwig
- [PATCH 26/29] jfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 21/29] reiserfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 25/29] ext4: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate, Christoph Hellwig
- [PATCH 27/29] ntfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 28/29] reiserfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 29/29] udf: use sb_bdev_nr_blocks, Christoph Hellwig
- Re: don't use ->bd_inode to access the block device size, Kees Cook
- Re: don't use ->bd_inode to access the block device size, Anand Jain
- Re: don't use ->bd_inode to access the block device size, Christoph Hellwig
- [PATCH v5 0/4] blk-crypto cleanups,
Eric Biggers
- simplify I/O size calculation helpers,
Christoph Hellwig
- [PATCH] dm: Remove redundant 'flush_workqueue()' calls, Christophe JAILLET
- [PATCH] multipath-tools: dm-devel is a closed ml,
Xose Vazquez Perez
- [PATCH 0/8] improving config parsing warnings,
Benjamin Marzinski
- [PATCH v2 0/4] Add "reconfigure all" multipath command,
Benjamin Marzinski
- [PATCH] dm: change dm_get_target_type() to check for module load error,
Shuah Khan
- Re: [PATCH] loop: don't print warnings if the underlying filesystem doesn't support discard,
Mikulas Patocka
- [PATCH RFC] multipath-tools: remove Hannes as IBM arrays maintainer,
Xose Vazquez Perez
- [PATCH] multipath-tools: delete duplicate RDAC maintainer entries, Xose Vazquez Perez
- [PATCH] dm: fix NULL pointer issue when free bio,
Jiazi Li
- [PATCH] multipath-tools: add DellEMC/ME4 (PowerVault ME4) to hardware table,
Xose Vazquez Perez
- [PATCH v4 0/4] blk-crypto cleanups,
Eric Biggers
- [PATCH] multipath-tools: remove Compellent maintainer,
Xose Vazquez Perez
- [PATCH] multipath-tools: make "COMPELNT/Compellent Vol" config work with alua and multibus,
Xose Vazquez Perez
- Re: [linux-lvm] Discussion: performance issue on event activation mode, Martin Wilck
- [PATCH] multipath-tools: make EMC/Invista config work with alua and multibus,
Xose Vazquez Perez
- [PATCH] multipath-tools: make EMC/SYMMETRIX config work with alua and multibus,
Xose Vazquez Perez
- [PATCH] multipath-tools: make IBM/2107900 (DS8000) config work with alua and multibus,
Xose Vazquez Perez
- [PATCH v4 0/6] block: first batch of add_disk() error handling conversions,
Luis Chamberlain
- [PATCH]multipath-tools: fix "multipath -ll" bug for Native NVME Multipath devices,
chengjike
- [PATCH] multipath-tools: make IBM/XIV config work with alua and multibus,
Xose Vazquez Perez
- [PATCH] multipathd.socket: add missing conditions from service unit,
Luca BRUNO
- [PATCH v3 0/4] blk-crypto cleanups,
Eric Biggers
- [PATCH] dm-rq: don't queue request during suspend,
Ming Lei
- [PATCH 0/4] Add "reconfigure all" multipath command,
Benjamin Marzinski
- [PATCH v2 0/4] blk-crypto cleanups,
Eric Biggers
- [PATCH] multipath-tools: fix emc info from multipath.conf.5,
Xose Vazquez Perez
- [PATCH] multipath-tools: minor fixes to multipath.conf.5 man page,
Xose Vazquez Perez
- [PATCH] dm-clone: make array descs static, Colin King
- [PATCH] dm-verity: skip verity_handle_error on I/O errors,
Akilesh Kailash
- [PATCH v2] multipathd: fix missing persistent reseravtion for active path,
lixiaokeng
- [PATCH 0/5] blk-crypto cleanups,
Eric Biggers
- [PATCH] multipathd: fix missing persistent reseravtion for active path,
lixiaokeng
- [PATCH 00/35] multipathd: uxlsnr overhaul,
mwilck
- [PATCH 07/35] multipathd: improve delayed reconfigure, mwilck
- [PATCH 09/35] multipathd: cli_del_map: fix reply for delayed action, mwilck
- [PATCH 08/35] multipathd: cli.h: formatting improvements, mwilck
- [PATCH 15/35] multipathd: uxlsnr: avoid stalled clients during reconfigure, mwilck
- [PATCH 12/35] multipathd: add and set cli_handlers in a single step, mwilck
- [PATCH 04/35] libmultipath: print: add __snprint_config(), mwilck
- [PATCH 10/35] multipathd: add prototype for cli_handler functions, mwilck
- [PATCH 16/35] multipathd: uxlsnr: handle client HUP, mwilck
- [PATCH 26/35] multipathd: uxlsnr: check root on connection startup, mwilck
- [PATCH 18/35] multipathd: uxlsnr: avoid using fd -1 in ppoll(), mwilck
- [PATCH 05/35] libmultipath: improve cleanup of uevent queues on exit, mwilck
- [PATCH 14/35] multipathd: add "force_reconfigure" option, mwilck
- [PATCH 03/35] libmultipath: add optional wakeup functionality to lock.c, mwilck
- [PATCH 22/35] multipathd: uxlsnr: remove check_timeout(), mwilck
- [PATCH 23/35] multipathd: uxlsnr: move client handling to separate function, mwilck
- [PATCH 20/35] multipathd: move uxsock_trigger() to uxlsnr.c, mwilck
- [PATCH 11/35] multipathd: make all cli_handlers static, mwilck
- [PATCH 17/35] multipathd: uxlsnr: use symbolic values for pollfd indices, mwilck
- [PATCH 24/35] multipathd: uxlsnr: use main poll loop for receiving, mwilck
- [PATCH 01/35] libmultipath: add timespeccmp() utility function, mwilck
- [PATCH 34/35] multipathd: uxlsnr: drop client_lock, mwilck
- [PATCH 19/35] multipathd: uxlsnr: data structure for stateful client connection, mwilck
[Index of Archives]
[DM Crypt]
[Fedora Docs]
[Fedora SELinux]
[Kernel]