messages from 2019-08-14 21:39:52 to 2019-09-04 12:07:18 UTC [more...]
[PATCH] sched: make struct task_struct::state 32-bit
2019-09-04 12:07 UTC (12+ messages)
` [dm-devel] "
[PATCH v13 0/6] crypto: switch to crypto API for ESSIV generation
2019-09-04 11:01 UTC (16+ messages)
` [PATCH v13 1/6] crypto: essiv - create wrapper template "
` [PATCH v13 2/6] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
` [PATCH v13 3/6] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
` [PATCH v13 4/6] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
` [PATCH v13 5/6] md: dm-crypt: switch to ESSIV crypto API template
` [PATCH v13 6/6] md: dm-crypt: omit parsing of the encapsulated cipher
[PATCH v3 5/7] block: Delay default elevator initialization
2019-09-04 9:29 UTC
[PATCH] dm writecache: skip writecache_wait for pmem mode
2019-09-04 8:48 UTC (2+ messages)
[PATCH] multipathd: "san_path_err" failure optimization
2019-09-03 23:41 UTC (4+ messages)
[PATCH v4 1/2] md raid0/linear: Mark array as 'broken' and fail BIOs if a member is gone
2019-09-03 22:20 UTC (4+ messages)
` [PATCH v4 2/2] mdadm: Introduce new array state 'broken' for raid0/linear
[PATCH v3 1/2] md raid0/linear: Mark array as 'broken' and fail BIOs if a member is gone
2019-09-03 19:53 UTC (13+ messages)
` [PATCH v3 2/2] mdadm: Introduce new array state 'broken' for raid0/linear
[PATCH] blkid: retport block size of a filesystem
2019-09-03 13:01 UTC (4+ messages)
Kernel error at a LVM snapshot creation
2019-09-02 14:01 UTC (4+ messages)
[RFC PATCH 0/1] dm: add clone target
2019-08-31 9:55 UTC (13+ messages)
` [RFC PATCH 1/1] "
Singaporean Mr. Teo En Ming's Refugee Seeking Attempts, In Search of a Substantially Better Life
2019-08-31 0:27 UTC
[PATCH v2 00/14] multipath marginal pathgroups
2019-08-30 7:09 UTC (16+ messages)
` [PATCH v2 01/14] libmultipath: make vector_foreach_slot_backwards work as expected
` [PATCH v2 02/14] libmultipath: add marginal paths and groups infrastructure
` [PATCH v2 03/14] tests: add path grouping policy unit tests
` [PATCH v2 04/14] libmultipath: add wrapper function around pgpolicyfn
` [PATCH v2 05/14] tests: update pgpolicy tests to work with group_paths()
` [PATCH v2 06/14] libmultipath: fix double free in pgpolicyfn error paths
` [PATCH v2 07/14] libmultipath: consolidate group_by_* functions
` [PATCH v2 08/14] libmultipath: make pgpolicyfn take a paths vector
` [PATCH v2 09/14] libmultipath: make group_paths handle marginal paths
` [PATCH v2 10/14] tests: add tests for grouping "
` [PATCH v2 11/14] libmultipath: add marginal_pathgroups config option
` [PATCH v2 12/14] libmutipath: deprecate delay_*_checks
` [PATCH v2 13/14] multipathd: use marginal_pathgroups
` [PATCH v2 14/14] multipath: update man pages
[PATCH 5/9] block: support diskcipher
2019-08-28 2:20 UTC
[PATCH 5/9] block: support diskcipher
2019-08-27 16:40 UTC (2+ messages)
[PATCH] lib/memweight.c: optimize by inlining bitmap_weight()
2019-08-26 18:39 UTC (7+ messages)
` [PATCH v2] lib/memweight.c: open codes bitmap_weight()
[PATCH] accessing invalid memory in "dm zoned: properly handle backing device failure"
2019-08-26 10:14 UTC (3+ messages)
[PATCH 0/3] optimize writecache_writeback for performance
2019-08-25 7:24 UTC (4+ messages)
` [PATCH 1/3] dm writecache: remove unused member pointer in writeback_struct
` [PATCH 2/3] dm writecache: add unlikely for getting two block with same LBA
` [PATCH 3/3] dm writecache: optimize performance by sorting the blocks for writeback_all
[git pull] device mapper fixes for 5.3-rc6
2019-08-23 18:00 UTC (2+ messages)
[PATCH] dm table: fix a potential array out of bounds
2019-08-23 13:55 UTC (4+ messages)
` [dm-devel] "
` [PATCH 1/2] dm table: fix invalid memory accesses with too high sector number
` [PATCH 2/2] dm: make dm_table_find_target return NULL
[PATCH 6/9] dm crypt: support diskcipher
2019-08-23 7:18 UTC
[PATCH 6/9] dm crypt: support diskcipher
2019-08-23 4:27 UTC (2+ messages)
[PATCH 5/9] block: support diskcipher
2019-08-23 2:35 UTC (3+ messages)
[PATCH 1/9] crypt: Add diskcipher
2019-08-23 0:50 UTC
[PATCH v2] md raid0/linear: Fail BIOs if their underlying block device is gone
2019-08-22 16:18 UTC (2+ messages)
[PATCH v2 1/2] md raid0/linear: Introduce new array state 'broken'
2019-08-22 16:16 UTC (15+ messages)
` [PATCH v2 2/2] mdadm: Introduce new array state 'broken' for raid0/linear
[PATCH 1/9] crypt: Add diskcipher
2019-08-22 8:37 UTC (2+ messages)
[PATCH 5/9] block: support diskcipher
2019-08-22 0:54 UTC
[PATCH 00/16] multipath marginal pathgroups
2019-08-21 10:28 UTC (30+ messages)
` [PATCH 03/16] tests: add path grouping policy unit tests
` [PATCH 04/16] libmultipath: add wrapper function around pgpolicyfn
` [PATCH 05/16] libmultipath: fix double free in pgpolicyfn error paths
` [PATCH 06/16] libmultipath: remove store_pathgroup
` [PATCH 07/16] libmultipath: make one_group allocate a new vector
` [PATCH 08/16] libmultipath: consolidate group_by_* functions
` [PATCH 09/16] tests: update pgpolicy tests to work with group_paths()
` [PATCH 10/16] libmultipath: make pgpolicyfn take a paths vector
` [PATCH 14/16] libmutipath: deprecate delay_*_checks
` [PATCH 16/16] multipath: update man pages
[PATCH 6/9] dm crypt: support diskcipher
2019-08-21 8:17 UTC (2+ messages)
[PATCH 6/9] dm crypt: support diskcipher
2019-08-21 7:54 UTC
[PATCH 6/9] dm crypt: support diskcipher
2019-08-21 7:21 UTC (3+ messages)
[PATCH 9/9] fs: f2fs: support diskcipher
2019-08-21 6:42 UTC
[PATCH 8/9] fs: ext4: support diskcipher
2019-08-21 6:42 UTC
[PATCH 7/9] fscrypt: support diskcipher
2019-08-21 6:42 UTC
[PATCH 4/9] mmc: dw_mmc-exynos: support FMP
2019-08-21 6:42 UTC
[PATCH 3/9] mmc: dw_mmc: support crypto operation
2019-08-21 6:42 UTC
[PATCH 2/9] crypto: fmp: add Flash Memory Protector driver
2019-08-21 6:42 UTC
[PATCH 0/9] Flash Memory Protector Support
2019-08-21 6:42 UTC
[PATCH 0/2] multipath-tools: Add option to disable NVMe ("foreign") support
2019-08-20 19:24 UTC (7+ messages)
` [PATCH 1/2] multipath.conf: add "enable_foreign" parameter
` [PATCH 2/2] multipath.conf.5: document foreign library support
Backport request for bcb44433bba5 ("dm: disable DISCARD if the underlying storage no longer supports it")
2019-08-20 16:23 UTC (4+ messages)
[PATCH v12 0/4] crypto: switch to crypto API for ESSIV generation
2019-08-19 23:35 UTC (11+ messages)
` [PATCH v12 1/4] crypto: essiv - create wrapper template "
` [PATCH v12 2/4] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
` [PATCH v12 3/4] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
` [PATCH v12 4/4] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
[PATCH] dm zoned: Potential NULL dereference in dmz_do_reclaim()
2019-08-19 16:11 UTC (2+ messages)
[PATCH] multipath-tools: reorder NVDISK devices
2019-08-19 15:45 UTC (3+ messages)
[PATCH] dm space map metadata: Fix lost checking the return value of the 'apply_bops'
2019-08-19 3:31 UTC
[PATCH] dm raid: add cleanup in raid_ctr()
2019-08-19 0:18 UTC
[PATCH] dm-btree: Fix the order of the block initialized on btree_split_beneath
2019-08-17 5:32 UTC
[PATCH] dm dust: use dust blksz for badblocklist index
2019-08-16 14:45 UTC (2+ messages)
` "
[PATCH 0/2] Introduce new raid0 state 'broken'
2019-08-16 13:48 UTC (5+ messages)
` [PATCH 1/2] md/raid0: Introduce new array state 'broken' for raid0
[PATCH] md/raid0: Fail BIOs if their underlying block device is gone
2019-08-16 13:45 UTC (8+ messages)
[PATCH v11 0/4] crypto: switch to crypto API for ESSIV generation
2019-08-15 17:59 UTC (9+ messages)
` [PATCH v11 1/4] crypto: essiv - create wrapper template "
[PATCH v8 1/7] crypto: essiv - create wrapper template for ESSIV generation
2019-08-15 2:30 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).