messages from 2016-05-25 16:02:16 to 2016-06-06 15:43:28 UTC [more...]
[PATCH 00/45] v8: separate operations from flags in the bio/request structs
2016-06-06 15:43 UTC (68+ messages)
` [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/45] block: add REQ_OP definitions and helpers
` [PATCH 03/45] fs: have submit_bh users pass in op and flags separately
` [PATCH 04/45] fs: have ll_rw_block "
` [PATCH 05/45] block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
` [PATCH 06/45] dm: use op_is_write "
` [PATCH 07/45] bcache: "
` [PATCH 08/45] block, fs, mm, drivers: use bio set/get op accessors
` [PATCH 09/45] block discard: use bio set op accessor
` [PATCH 10/45] direct-io: use bio set/get op accessors
` [PATCH 11/45] btrfs: have submit_one_bio users use bio "
` [PATCH 12/45] btrfs: "
` [PATCH 13/45] btrfs: update __btrfs_map_block for REQ_OP transition
` [PATCH 14/45] btrfs: use bio fields for op and flags
` [PATCH 15/45] f2fs: use bio op accessors
` [PATCH 16/45] gfs2: "
` [PATCH 17/45] xfs: "
` [PATCH 18/45] hfsplus: "
` [PATCH 19/45] mpage: "
` [PATCH 20/45] nilfs: "
` [PATCH 21/45] ocfs2: "
` [PATCH 22/45] pm: "
` [PATCH 23/45] dm: pass dm stats data dir instead of bi_rw
` [PATCH 24/45] dm: use bio op accessors
` [PATCH 25/45] bcache: "
` [PATCH 26/45] drbd: "
` [PATCH 27/45] md: "
` [PATCH 28/45] target: "
` [PATCH 29/45] xen: "
` [PATCH 30/45] block: copy bio op to request op
` [PATCH 31/45] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 32/45] block: prepare mq request creation "
` [PATCH 33/45] block: prepare elevator "
` [PATCH 34/45] blkg_rwstat: separate op from flags
` [PATCH 35/45] block: convert merge/insert code to check for REQ_OPs
` [PATCH 36/45] block: convert is_sync helpers to use REQ_OPs
` [PATCH 37/45] drivers: use req op accessor
` [PATCH 38/45] blktrace: use op accessors
` [PATCH 39/45] ide cd: do not set REQ_WRITE on requests
` [PATCH 40/45] block: move bio io prio to a new field
` [PATCH 41/45] block, drivers, fs: shrink bi_rw from long to int
` [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code
` [PATCH 43/45] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 44/45] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 45/45] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
[RFC v2 0/3] Introduce the bulk mode method when sending request to crypto layer
2016-06-06 5:04 UTC (18+ messages)
` [RFC v2 1/3] block: Introduce blk_bio_map_sg() to map one bio
` [RFC v2 2/3] crypto: Introduce CRYPTO_ALG_BULK flag
` [RFC v2 3/3] md: dm-crypt: Introduce the bulk mode method when sending request
mdadm 3.4-1, error msg. on boot - no /usr/lib/systemd/scripts/mdadm_env.sh
2016-06-06 1:03 UTC
(unknown),
2016-06-05 12:28 UTC
raid 5 crashed
2016-06-04 2:56 UTC (26+ messages)
[PATCH 1/2] md-cluster: fix deadlock issue when add disk to an recoverying array
2016-06-03 23:21 UTC (3+ messages)
` [PATCH 2/2] md: simplify the code with md_kick_rdev_from_array
[md PATCH 00/18] Assorted minor fixes, particularly RCU protection
2016-06-03 22:39 UTC (25+ messages)
` [md PATCH 16/18] md/multipath: add rcu protection to rdev access in multipath_status
` [md PATCH 11/18] md/raid1: small code cleanup in end_sync_write
` [md PATCH 04/18] md/raid10: add rcu protection in raid10_status
` [md PATCH 09/18] md/raid10: stop print_conf from being too verbose
` [md PATCH 02/18] md/raid1, raid10: don't recheck "Faulty" flag in read-balance
` [md PATCH 07/18] md/raid10: minor code improvement in fix_read_error()
` [md PATCH 01/18] md: disconnect device from personality before trying to remove it
` [md PATCH 13/18] md/raid5: add rcu protection to rdev accesses in handle_failed_sync
` [md PATCH 12/18] md/raid1: add rcu protection to rdev in fix_read_error
` [md PATCH 10/18] md/raid1: small cleanup in raid1_end_read/write_request
` [md PATCH 08/18] md/raid10: simplify print_conf a little
` [md PATCH 03/18] md/raid10: fix refounct imbalance when resyncing an array with a replacement device
` [md PATCH 14/18] md/raid5: add rcu protection to rdev accesses in want_replace
` [md PATCH 15/18] md/raid5: add rcu protection to rdev accesses in raid5_status
` [md PATCH 05/18] md/raid10: add rcu protection to rdev access in raid10_sync_request
` [md PATCH 06/18] md/raid10: add rcu protection to rdev access during reshape
` [md PATCH 18/18] md: reduce the number of synchronize_rcu() calls when multiple devices fail
` [md PATCH 17/18] md: be extra careful not to take a reference to a Faulty device
[PATCH 0/2] Fixes for lots of arrays
2016-06-03 19:37 UTC (4+ messages)
Why does raid0 set max_hw_sectors as chunk size but the other raid types doesn't?
2016-06-02 9:30 UTC (3+ messages)
Doubts on async_tx xor offload for raid5/6
2016-06-02 6:24 UTC
[RFC 0/5] raid5-cache: the write cache part
2016-06-01 22:37 UTC (17+ messages)
` [RFC 1/5] add bio_split_mddev
` [RFC 2/5] move stripe cache define and functions to raid5.h
` [RFC 3/5] r5cache: look up stripe cache for chunk_aligned_read
` [RFC 4/5] r5cache: write part of r5cache
` [RFC 5/5] r5cache: naive reclaim approach
[PATCH] dm-log-writes: fix bug with too large bios
2016-06-01 17:32 UTC (5+ messages)
` "
RAID6 recovery with 6/9 drives out-of-sync
2016-06-01 13:22 UTC (6+ messages)
BLKZEROOUT not zeroing md dev on VMDK
2016-06-01 5:04 UTC (5+ messages)
[RFC v3 0/4] Introduce the bulk mode method when sending request to crypto layer
2016-06-01 4:58 UTC (5+ messages)
` [RFC v3 1/4] block: Introduce blk_bio_map_sg() to map one bio
` [RFC v3 2/4] crypto: Introduce CRYPTO_ALG_BULK flag
` [RFC v3 3/4] md: dm-crypt: Introduce the bulk mode method when sending request
` [RFC v3 4/4] crypto: Add the CRYPTO_ALG_BULK flag for ecb(aes) cipher
bcache gets stuck flushing writeback cache when used in combination with LUKS/dm-crypt and non-default bucket size
2016-06-01 4:19 UTC (3+ messages)
` [PATCH] dm-crypt: Fix error with too large bios (was: bcache gets stuck flushing writeback cache when used in combination with LUKS/dm-crypt and non-default bucket size)
[PATCH 1/1] md/bitmap.c:bitmap_status(): Fix filename escaping
2016-05-30 18:00 UTC
﹢﹣Hello
2016-05-29 8:42 UTC
Hello
2016-05-29 0:45 UTC
[RFC 0/3] Introduce the bulk mode method when sending request to crypto layer
2016-05-27 9:04 UTC (9+ messages)
` [RFC 2/3] crypto: Introduce CRYPTO_ALG_BULK flag
` [RFC 3/3] md: dm-crypt: Introduce the bulk mode method when sending request
mdadm remove old md details reassemble working drives
2016-05-26 14:21 UTC (3+ messages)
[PATCH] right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMW
2016-05-25 17:07 UTC (3+ messages)
` AW: "
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 NNTP newsgroup(s).