Linux Device-Mapper Development
[Prev Page][Next Page]
- Re: [PATCH 0/2] block: blk_interposer v3, (continued)
- [RFC PATCH 00/34] block: introduce bio_new(),
Chaitanya Kulkarni
- [RFC PATCH 02/34] block: introduce and use bio_new, Chaitanya Kulkarni
- [RFC PATCH 07/34] dm: use bio_new in dm-log-writes, Chaitanya Kulkarni
- [RFC PATCH 05/34] xen-blkback: use bio_new, Chaitanya Kulkarni
- [RFC PATCH 15/34] fscrypt: use bio_new in fscrypt_zeroout_range, Chaitanya Kulkarni
- [RFC PATCH 06/34] zram: use bio_new, Chaitanya Kulkarni
- [RFC PATCH 18/34] iomap: use bio_new in iomap_dio_bio_actor, Chaitanya Kulkarni
- [RFC PATCH 21/34] fs/jfs/jfs_metapage.c: use bio_new in metapage_writepage, Chaitanya Kulkarni
- [RFC PATCH 08/34] dm-zoned: use bio_new in get_mblock_slow, Chaitanya Kulkarni
- [RFC PATCH 11/34] nvmet: use bio_new in nvmet_bdev_execute_rw, Chaitanya Kulkarni
- [RFC PATCH 24/34] fs/nilfs: use bio_new nilfs_alloc_seg_bio, Chaitanya Kulkarni
- [RFC PATCH 12/34] scsi: target/iblock: use bio_new, Chaitanya Kulkarni
- [RFC PATCH 16/34] fs/direct-io: use bio_new in dio_bio_alloc, Chaitanya Kulkarni
- [RFC PATCH 32/34] mm: use bio_new in __swap_writepage, Chaitanya Kulkarni
- [RFC PATCH 19/34] fs/jfs/jfs_logmgr.c: use bio_new in lbmRead, Chaitanya Kulkarni
- [RFC PATCH 29/34] power/swap: use bio_new in hib_submit_io, Chaitanya Kulkarni
- [RFC PATCH 34/34] mm: add swap_bio_new common bio helper, Chaitanya Kulkarni
- [RFC PATCH 25/34] ocfs/cluster: use bio_new in dm-log-writes, Chaitanya Kulkarni
- [RFC PATCH 27/34] xfs: use bio_new in xfs_buf_ioapply_map, Chaitanya Kulkarni
- [RFC PATCH 23/34] fs/mpage.c: use bio_new mpage_alloc, Chaitanya Kulkarni
- [RFC PATCH 28/34] zonefs: use bio_new, Chaitanya Kulkarni
- [RFC PATCH 30/34] hfsplus: use bio_new in hfsplus_submit_bio(), Chaitanya Kulkarni
- [RFC PATCH 31/34] iomap: use bio_new in iomap_readpage_actor, Chaitanya Kulkarni
- [RFC PATCH 01/34] block: move common code into blk_next_bio(), Chaitanya Kulkarni
- [RFC PATCH 03/34] drdb: use bio_new in drdb, Chaitanya Kulkarni
- [RFC PATCH 04/34] drdb: use bio_new() in submit_one_flush, Chaitanya Kulkarni
- [RFC PATCH 09/34] dm-zoned: use bio_new in dmz_write_mblock, Chaitanya Kulkarni
- [RFC PATCH 10/34] dm-zoned: use bio_new in dmz_rdwr_block, Chaitanya Kulkarni
- [RFC PATCH 13/34] block: use bio_new in __blkdev_direct_IO, Chaitanya Kulkarni
- [RFC PATCH 14/34] fs/buffer: use bio_new in submit_bh_wbc, Chaitanya Kulkarni
- [RFC PATCH 17/34] iomap: use bio_new in iomap_dio_zero, Chaitanya Kulkarni
- [RFC PATCH 20/34] fs/jfs/jfs_logmgr.c: use bio_new in lbmStartIO, Chaitanya Kulkarni
- [RFC PATCH 22/34] fs/jfs/jfs_metapage.c: use bio_new in metapage_readpage, Chaitanya Kulkarni
- [RFC PATCH 26/34] xfs: use bio_new in xfs_rw_bdev, Chaitanya Kulkarni
- [RFC PATCH 33/34] mm: use bio_new in swap_readpage, Chaitanya Kulkarni
- [PATCH] dm writecache: remove redundant NULL check, Jiapeng Zhong
- misc bio allocation cleanups,
Christoph Hellwig
- [PATCH 01/17] zonefs: use bio_alloc in zonefs_file_dio_append, Christoph Hellwig
- [PATCH 02/17] btrfs: use bio_kmalloc in __alloc_device, Christoph Hellwig
- [PATCH 03/17] blk-crypto: use bio_kmalloc in blk_crypto_clone_bio, Christoph Hellwig
- [PATCH 04/17] block: split bio_kmalloc from bio_alloc_bioset, Christoph Hellwig
- [PATCH 05/17] block: use an on-stack bio in blkdev_issue_flush, Christoph Hellwig
- [PATCH 06/17] dm-clone: use blkdev_issue_flush in commit_metadata, Christoph Hellwig
- [PATCH 07/17] f2fs: use blkdev_issue_flush in __submit_flush_wait, Christoph Hellwig
- [PATCH 08/17] f2fs: remove FAULT_ALLOC_BIO, Christoph Hellwig
- [PATCH 09/17] drbd: remove bio_alloc_drbd, Christoph Hellwig
- [PATCH 11/17] md: remove bio_alloc_mddev, Christoph Hellwig
- [PATCH 13/17] md: remove md_bio_alloc_sync, Christoph Hellwig
- [PATCH 12/17] md: simplify sync_page_io, Christoph Hellwig
- [PATCH 14/17] md/raid6: refactor raid5_read_one_chunk, Christoph Hellwig
- [PATCH 15/17] nfs/blocklayout: remove cruft in bl_alloc_init_bio, Christoph Hellwig
- [PATCH 16/17] nilfs2: remove cruft in nilfs_alloc_seg_bio, Christoph Hellwig
- [PATCH 17/17] mm: remove get_swap_bio, Christoph Hellwig
- [PATCH 10/17] drbd: remove drbd_req_make_private_bio, Christoph Hellwig
- Re: misc bio allocation cleanups, Jens Axboe
- Re: misc bio allocation cleanups, Guoqing Jiang
- [PATCH] dm writecache: fix NULL check before some freeing functions is not needed, Tian Tao
- [PATCH v2 0/6] dm: support IO polling for bio-based dm device,
Jeffle Xu
- [QUESTION] multipathd crash when stopping,
lixiaokeng
- [PATCH] libmpathpersist: fix thread safety of default functions,
Benjamin Marzinski
- [PATCH] libmultipath: snprint_devices(): avoid NULL dereference,
mwilck
- [PATCH for device-mapper/for-next] dm integrity: follow ReST formatting, Lukas Bulwahn
- store a pointer to the block_device in struct bio (again) v2,
Christoph Hellwig
- [PATCH 10/10] block: use an xarray for disk->part_tbl, Christoph Hellwig
- [PATCH 04/10] block: simplify submit_bio_checks a bit, Christoph Hellwig
- [PATCH 09/10] block: remove DISK_PITER_REVERSE, Christoph Hellwig
- [PATCH 06/10] block: use ->bi_bdev for bio based I/O accounting, Christoph Hellwig
- [PATCH 01/10] brd: remove the end of device check in brd_do_bvec, Christoph Hellwig
- [PATCH 03/10] block: store a block_device pointer in struct bio, Christoph Hellwig
- [PATCH 08/10] block: add a disk_uevent helper, Christoph Hellwig
- [PATCH 05/10] block: do not reassig ->bi_bdev when partition remapping, Christoph Hellwig
- [PATCH 07/10] blk-mq: use ->bi_bdev for I/O accounting, Christoph Hellwig
- [PATCH 02/10] dcssblk: remove the end of device check in dcssblk_submit_bio, Christoph Hellwig
- Re: store a pointer to the block_device in struct bio (again) v2, Jens Axboe
- [PATCH] dm writecache: fix performance degradation in ssd mode,
Mikulas Patocka
- [PATCH] libmultipath: fix NULL dereference in find_path_by_dev,
lixiaokeng
- [git pull] device mapper fixes for 5.11-rc5,
Mike Snitzer
- [PATCH 0/4] dm era: Various minor fixes,
Nikos Tsironis
- [PATCH 0/1] dm era: Fix digestion bug that can lead to lost writes,
Nikos Tsironis
- [PATCH 0/2] dm era: Fix bugs that lead to lost writes after crash,
Nikos Tsironis
- [PATCH 1/2] dm crypt: replaced #if defined with IS_ENABLED,
Ahmad Fatoum
- [BUG Report] -EIO error when reloading table, JeffleXu
- Re: [PATCH 5/5] crypto: remove Salsa20 stream cipher algorithm,
Ard Biesheuvel
- [PATCH v2] dm: avoid filesystem lookup in dm_get_dev_t(),
mwilck
- [PATCH v2 2/2] dm-integrity: introduce the "fix_hmac" argument,
Mikulas Patocka
- [PATCH v2 1/2] dm-integrity: disable recalculate due to secrurity reasons, Mikulas Patocka
- [PATCH 2/2] dm-integrity: disable recalculate due to secrurity reasons, Mikulas Patocka
- [PATCH 1/2] dm-integrity: introduce the "fix_hmac" argument, Mikulas Patocka
- [PATCH] dm-integrity: fix a crash with recalculate, Mikulas Patocka
- [PATCH AUTOSEL 4.14 2/9] dm integrity: select CRYPTO_SKCIPHER, Sasha Levin
- [PATCH AUTOSEL 4.19 02/15] dm integrity: select CRYPTO_SKCIPHER, Sasha Levin
- [PATCH AUTOSEL 5.4 03/26] dm integrity: select CRYPTO_SKCIPHER,
Sasha Levin
- [PATCH AUTOSEL 5.10 07/45] dm integrity: select CRYPTO_SKCIPHER, Sasha Levin
- [PATCH] dm crypt: fix invalid copy paste in crypt_alloc_req_aead, Ignat Korchagin
- [RFC PATCH 00/37] block: introduce bio_init_fields(),
Chaitanya Kulkarni
- [RFC PATCH 08/37] gfs2: use bio_init_fields in ops_fstype, Chaitanya Kulkarni
- [RFC PATCH 09/37] iomap: use bio_init_fields in buffered-io, Chaitanya Kulkarni
- [RFC PATCH 10/37] iomap: use bio_init_fields in direct-io, Chaitanya Kulkarni
- [RFC PATCH 11/37] jfs: use bio_init_fields in logmgr, Chaitanya Kulkarni
- [RFC PATCH 01/37] block: introduce bio_init_fields() helper, Chaitanya Kulkarni
- [RFC PATCH 02/37] fs: use bio_init_fields in block_dev, Chaitanya Kulkarni
- [RFC PATCH 03/37] btrfs: use bio_init_fields in disk-io, Chaitanya Kulkarni
- [RFC PATCH 13/37] drdb: use bio_init_fields in actlog, Chaitanya Kulkarni
- [RFC PATCH 12/37] zonefs: use bio_init_fields in append, Chaitanya Kulkarni
- [RFC PATCH 04/37] btrfs: use bio_init_fields in volumes, Chaitanya Kulkarni
- [RFC PATCH 05/37] ext4: use bio_init_fields in page_io, Chaitanya Kulkarni
- [RFC PATCH 14/37] drdb: use bio_init_fields in bitmap, Chaitanya Kulkarni
- [RFC PATCH 15/37] drdb: use bio_init_fields in receiver, Chaitanya Kulkarni
- [RFC PATCH 06/37] gfs2: use bio_init_fields in lops, Chaitanya Kulkarni
- [RFC PATCH 16/37] floppy: use bio_init_fields, Chaitanya Kulkarni
- [RFC PATCH 07/37] gfs2: use bio_init_fields in meta_io, Chaitanya Kulkarni
- [RFC PATCH 17/37] pktcdvd: use bio_init_fields, Chaitanya Kulkarni
- [RFC PATCH 18/37] bcache: use bio_init_fields in journal, Chaitanya Kulkarni
- [RFC PATCH 20/37] bcache: use bio_init_fields in writeback, Chaitanya Kulkarni
- [RFC PATCH 19/37] bcache: use bio_init_fields in super, Chaitanya Kulkarni
- [RFC PATCH 21/37] dm-bufio: use bio_init_fields, Chaitanya Kulkarni
- [RFC PATCH 22/37] dm-crypt: use bio_init_fields, Chaitanya Kulkarni
- [RFC PATCH 23/37] dm-zoned: use bio_init_fields metadata, Chaitanya Kulkarni
- [RFC PATCH 24/37] dm-zoned: use bio_init_fields target, Chaitanya Kulkarni
- [RFC PATCH 26/37] dm log writes: use bio_init_fields, Chaitanya Kulkarni
- [RFC PATCH 25/37] dm-zoned: use bio_init_fields, Chaitanya Kulkarni
- [RFC PATCH 27/37] nvmet: use bio_init_fields in bdev-ns, Chaitanya Kulkarni
- [RFC PATCH 29/37] btrfs: use bio_init_fields in scrub, Chaitanya Kulkarni
- [RFC PATCH 30/37] fs: use bio_init_fields in buffer, Chaitanya Kulkarni
- [RFC PATCH 31/37] eros: use bio_init_fields in data, Chaitanya Kulkarni
- [RFC PATCH 32/37] eros: use bio_init_fields in zdata, Chaitanya Kulkarni
- [RFC PATCH 33/37] jfs: use bio_init_fields in metadata, Chaitanya Kulkarni
- [RFC PATCH 34/37] nfs: use bio_init_fields in blocklayout, Chaitanya Kulkarni
- [RFC PATCH 35/37] ocfs: use bio_init_fields in heartbeat, Chaitanya Kulkarni
- [RFC PATCH 36/37] xfs: use bio_init_fields in xfs_buf, Chaitanya Kulkarni
- [RFC PATCH 37/37] xfs: use bio_init_fields in xfs_log, Chaitanya Kulkarni
- [RFC PATCH 28/37] target: use bio_init_fields in iblock, Chaitanya Kulkarni
- Re: [RFC PATCH 00/37] block: introduce bio_init_fields(), Mike Snitzer
- Re: [RFC PATCH 00/37] block: introduce bio_init_fields(), Josef Bacik
- Re: [RFC PATCH 00/37] block: introduce bio_init_fields(), Chaitanya Kulkarni
- Re: [RFC PATCH 00/37] block: introduce bio_init_fields(), Julian Calaby
- [PATCH v3 0/1] Multipath io_err_stat fixes,
Benjamin Marzinski
- [QUESTION]: multipath device with wrong path lead to metadata err,
lixiaokeng
- [PATCH] dm persistent data: fix return type of shadow_root, Jinoh Kang
- [git pull] device mapper fixes for 5.11-rc4,
Mike Snitzer
- [PATCH v2 0/6] Multipath io_err_stat fixes,
Benjamin Marzinski
- [PATCH] dm crypt: defer the decryption to a tasklet, when being called with interrupts disabled,
Ignat Korchagin
- [PATCH 0/3] Multipath io_err_stat fixes,
Benjamin Marzinski
- [PATCH] dm-integrity: fix the maximum number of arguments,
Mikulas Patocka
- [PATCH][next] dm integrity: fix spelling mistake "flusing" -> "flushing", Colin King
- [PATCH] dm: cleanup of front padding calculation, Jeffle Xu
- [PATCH] dm crypt: do not call bio_endio() from the dm-crypt tasklet, Ignat Korchagin
- split hard read-only vs read-only policy v3 (resend),
Christoph Hellwig
- [PATCH 0/3] multipath-tools: cleanup uevent generation on startup,
mwilck
- [PATCH v10 0/8] IMA: support for measuring kernel integrity critical data,
Tushar Sugandhi
- [PATCH v3 resend] multipathd: fix path checkint not changed when path state changed from delay to failed,
Chongyun Wu
- [PATCH 0/2] multipath cleanup patches,
Benjamin Marzinski
- Re: dm snap : add sanity checks to snapshot_ctr, Mike Snitzer
- [RFC PATCH v4 0/3] add simple copy support,
SelvaKumar S
- Message not available
- Message not available
[PATCH] dm zoned: select CONFIG_CRC32,
Arnd Bergmann
[PATCH v3 0/6] add support for inline encryption to device mapper,
Satya Tangirala
New issue: KASAN: wild-memory-access Write in bdi_put (bisected to e6cb53827ed6), Lukas Bulwahn
[PATCH] dm snap : add sanity checks to snapshot_ctr, Defang Bo
[PATCH RFC 0/7] dm: add support of iopoll,
Jeffle Xu
writecache performance, nfs export, optane, J. Bruce Fields
[PATCH] dm-snapshot: Flush merged data before committing metadata,
Akilesh Kailash
[PATCH] multipath: fix path checkint not changed when path state, wu
[PATCH] dm-integrity: Fix flush with external metadata device,
Lukas Straub
[PATCH] multipathd: LUN protection by checking path's wwid change status,
Chongyun Wu
[RFC PATCH 00/10] crypto: x86 - remove XTS and CTR glue helper code,
Ard Biesheuvel
- Re: [RFC PATCH 00/10] crypto: x86 - remove XTS and CTR glue helper code, Milan Broz
- Re: [RFC PATCH 00/10] crypto: x86 - remove XTS and CTR glue helper code, Eric Biggers
- [RFC PATCH 04/10] crypto: x86/twofish - switch to XTS template, Ard Biesheuvel
- [RFC PATCH 09/10] crypto: x86/twofish - drop CTR mode implementation, Ard Biesheuvel
- [RFC PATCH 07/10] crypto: x86/cast6 - drop CTR mode implementation, Ard Biesheuvel
- [RFC PATCH 08/10] crypto: x86/serpent - drop CTR mode implementation, Ard Biesheuvel
- [RFC PATCH 06/10] crypto: x86/camellia - drop CTR mode implementation, Ard Biesheuvel
- [RFC PATCH 02/10] crypto: x86/cast6 - switch to XTS template, Ard Biesheuvel
- [RFC PATCH 03/10] crypto: x86/serpent- switch to XTS template, Ard Biesheuvel
- [RFC PATCH 01/10] crypto: x86/camellia - switch to XTS template, Ard Biesheuvel
- [RFC PATCH 10/10] crypto: x86/glue-helper - drop CTR helper routines, Ard Biesheuvel
- [RFC PATCH 05/10] crypto: x86/glue-helper - drop XTS helper routines, Ard Biesheuvel
[PATCH v3] multipathd: fix path checkint not changed when path state changed from delay to failed,
wucy11
[PATCH v2] multipath: fix path checkint not changed when path state changed from delay to failed, wucy11
[PATCH] dm dust: remove h from printk format specifier, trix
[PATCH trivial] dm crypt: Spelling s/cihper/cipher/, Geert Uytterhoeven
[PATCH v3 0/2] dm crypt: some fixes to support dm-crypt running in softirq context,
Ignat Korchagin
[PATCH v2 0/2] dm crypt: some fixes to support dm-crypt running in softirq context,
Ignat Korchagin
[PATCH AUTOSEL 4.19 10/10] dm verity: skip verity work if I/O error when system is shutting down, Sasha Levin
[PATCH AUTOSEL 4.14 8/8] dm verity: skip verity work if I/O error when system is shutting down, Sasha Levin
[PATCH AUTOSEL 5.10 29/31] dm verity: skip verity work if I/O error when system is shutting down, Sasha Levin
[PATCH AUTOSEL 5.4 17/17] dm verity: skip verity work if I/O error when system is shutting down, Sasha Levin
[PATCH 1/2] dm crypt: use GFP_ATOMIC when allocating crypto requests from softirq,
Ignat Korchagin
[PATCH 0/4] Fix order when split bio and send remaining back to itself,
dannyshih
[git pull] device mapper fix for 5.11-rc2,
Mike Snitzer
dm crypt: export sysfs of kcryptd workqueue - broken dmsetup reload,
Ignat Korchagin
[git pull] device mapper changes for 5.11,
Mike Snitzer
DM's filesystem lookup in dm_get_dev_t() [was: Re: linux-next: manual merge of the device-mapper tree with Linus' tree],
Mike Snitzer
Basic Github CI for multipath-tools,
Martin Wilck
[PATCH] libmultipath: fix format warning with clang,
mwilck
[PATCH 1/2] multipath-tools tests: unversioned .so for valgrind tests,
mwilck
one warning in current upstream-queue branch,
Xose Vazquez Perez
[PATCH v3 0/5] Misc Multipath patches,
Benjamin Marzinski
[PATCH] multipath-tools: replace hidden tab by space in hwtable,
Xose Vazquez Perez
[PATCH 0/7] Various multipath-tools patches,
mwilck
[PATCH v4 22/29] multipath: fix leaks in check_path_valid(),
mwilck
multipath-tools build and unit testing, Martin Wilck
[PATCH resend] multipath-tools: add Vexata(by StorCentric) VX arrays,
Xose Vazquez Perez
[PATCH] dm-raid: set discard_granularity non-zero if possible,
Stephan Bärwolf
[PATCH v3 00/29] libmultipath: improve cleanup on exit,
mwilck
- [PATCH v3 08/29] multipathd: move pid destruction into separate function, mwilck
- [PATCH v3 09/29] multipathd: close pidfile on exit, mwilck
- [PATCH v3 07/29] multipathd: move conf destruction into separate function, mwilck
- [PATCH v3 04/29] multipathd: move vecs desctruction into cleanup function, mwilck
- [PATCH v3 02/29] multipathd: Fix liburcu memory leak, mwilck
- [PATCH v3 11/29] multipathd: child(): call cleanups in failure case, too, mwilck
- [PATCH v3 14/29] libmultipath: add libmp_dm_exit(), mwilck
- [PATCH v3 17/29] multipathd: add cleanup_child() exit handler, mwilck
- [PATCH v3 15/29] multipathd: fixup libdm deinitialization, mwilck
- [PATCH v3 19/29] multipathd: move cleanup_{prio, checkers, foreign} to libmultipath_exit, mwilck
- [PATCH v3 03/29] multipathd: move handling of io_err_stat_attr into libmultipath, mwilck
- [PATCH v3 18/29] libmultipath: fix log_thread startup and teardown, mwilck
- [PATCH v3 05/29] multipathd: make some globals static, mwilck
- [PATCH v3 23/29] multipath-tools: mpath-tools.supp: file with valgrind suppressions, mwilck
- [PATCH v3 06/29] multipathd: move threads destruction into separate function, mwilck
- [PATCH v3 28/29] multipathd: sanitize uxsock_listen(), mwilck
- [PATCH v3 01/29] multipathd: uxlsnr: avoid deadlock on exit, mwilck
- [PATCH v3 16/29] libmultipath: log_thread_stop(): check if logarea is initialized, mwilck
- [PATCH v3 22/29] multipath: fix leaks in check_path_valid(), mwilck
- [PATCH v3 21/29] mpathpersist: use atexit() for cleanup handlers, mwilck
- [PATCH v3 13/29] multipathd: print error message if config can't be loaded, mwilck
- [PATCH v3 26/29] libmultipath: simplify dlog(), mwilck
- [PATCH v3 27/29] multipathd: common code for "-k" and command args, mwilck
- [PATCH v3 12/29] multipathd: unwatch_all_dmevents: check if waiter is initialized, mwilck
- [PATCH v3 24/29] libmultipath: use libmp_verbosity to track verbosity, mwilck
- [PATCH v3 20/29] multipath: use atexit() for cleanup handlers, mwilck
- [PATCH v3 25/29] libmultipath: introduce symbolic values for logsink, mwilck
- [PATCH v3 29/29] libmultipath: fix race between log_safe and log_thread_stop(), mwilck
- Re: [PATCH v3 00/29] libmultipath: improve cleanup on exit, Martin Wilck
dm-crypt with no_read_workqueue and no_write_workqueue + btrfs scrub = BUG(),
Maciej S. Szmigiero
[PATCH] dm integrity: select the Kconfig option CRYPTO_SKCIPHER, Anthony Iliopoulos
[git pull] 2 reverts for 5.11 to fix v5.10 MD regression,
Mike Snitzer
Re: Linux 5.10,
Mike Snitzer
Re: …: Reduce scope for the variable “…” in …(), Markus Elfring
[RFC PATCH v3 0/2] add simple copy support,
SelvaKumar S
Message not available
uxsock_timeout default value in man page,
Christophe Varoqui
[PATCH v9 0/8] IMA: support for measuring kernel integrity critical data,
Tushar Sugandhi
[PATCH AUTOSEL 5.9 04/23] dm integrity: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORY, Sasha Levin
[PATCH AUTOSEL 4.19 9/9] dm table: Remove BUG_ON(in_interrupt()), Sasha Levin
[PATCH AUTOSEL 5.4 10/14] dm table: Remove BUG_ON(in_interrupt()), Sasha Levin
[PATCH AUTOSEL 5.9 17/23] dm table: Remove BUG_ON(in_interrupt()), Sasha Levin
[PATCH AUTOSEL 4.4 2/2] dm table: Remove BUG_ON(in_interrupt()), Sasha Levin
[PATCH AUTOSEL 4.9 5/5] dm table: Remove BUG_ON(in_interrupt()), Sasha Levin
[PATCH AUTOSEL 4.14 8/8] dm table: Remove BUG_ON(in_interrupt()), Sasha Levin
Re: [GIT PULL v3] md-fixes 20201212,
Mike Snitzer
Re: need help with dm & md raid10 issue,
Mike Snitzer
[PATCH v8 0/8] IMA: support for measuring kernel integrity critical data,
Tushar Sugandhi
[Index of Archives]
[DM Crypt]
[Fedora Docs]
[Fedora SELinux]
[Kernel]