linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-06 13:05:01 to 2020-08-26 22:07:54 UTC [more...]

bdi cleanups v3
 2020-08-26 22:07 UTC  (3+ messages)
` [PATCH 06/14] block: lift setting the readahead size into the block layer

Linux RAID with btrfs stuck and consume 100 % CPU
 2020-08-26 18:07 UTC  (12+ messages)

[RFC PATCH] Detail: don't display the raid level when it's inactive
 2020-08-26 15:16 UTC 

simplify gendisk lookup and remove struct block_device aliases
 2020-08-26 14:51 UTC  (25+ messages)
` [PATCH 01/19] char_dev: replace cdev_map with an xarray
` [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c
` [PATCH 03/19] block: cleanup del_gendisk a bit
` [PATCH 04/19] block: split block_class_lock
` [PATCH 05/19] block: rework requesting modules for unclaimed devices
` [PATCH 06/19] block: add an optional probe callback to major_names
` [PATCH 07/19] ide: remove ide_{,un}register_region
` [PATCH 08/19] swim: don't call blk_register_region
` [PATCH 09/19] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 10/19] brd: use __register_blkdev to allocate devices on demand
` [PATCH 11/19] loop: "
` [PATCH 12/19] md: "
` [PATCH 13/19] ide: switch to __register_blkdev for command set probing
` [PATCH 14/19] floppy: use a separate gendisk for each media format
` [PATCH 15/19] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 16/19] ataflop: use a separate gendisk for each media format
` [PATCH 17/19] z2ram: reindent
` [PATCH 18/19] z2ram: use separate gendisk for the different modes
` [PATCH 19/19] block: switch gendisk lookup to a simple xarray

[PATCH] Make target to install binaries only
 2020-08-25 18:29 UTC  (2+ messages)

[PATCH V5 0/5] md/raid10: Improve handling raid10 discard request
 2020-08-25 15:14 UTC  (9+ messages)
` [PATCH V5 1/5] md/raid10: move codes related with submitting discard bio into one function
` [PATCH V5 2/5] md/raid10: extend r10bio devs to raid disks
` [PATCH V5 3/5] md/raid10: pull codes that wait for blocked dev into one function
` [PATCH V5 4/5] md/raid10: improve raid10 discard request
` [PATCH V5 5/5] md/raid10: improve discard request for far layout

increase size of raid
 2020-08-24 19:33 UTC 

Linux raid-like idea
 2020-08-24 17:23 UTC 

[PATCH V4 0/4] md/raid10: Improve handling raid10 discard request
 2020-08-24 15:53 UTC  (10+ messages)
` [PATCH V4 1/5] md/raid10: move codes related with submitting discard bio into one function
` [PATCH V4 2/5] md/raid10: extend r10bio devs to raid disks
` [PATCH V4 3/5] md/raid10: pull codes that wait for blocked dev into one function
` [PATCH V4 4/5] md/raid10: improve raid10 discard request
` [PATCH V4 5/5] md/raid10: improve discard request for far layout

Recommended filesystem for RAID 6
 2020-08-22 23:50 UTC  (25+ messages)

[PATCH V3 0/4] md/raid10: Improve handling raid10 discard request
 2020-08-22  9:28 UTC  (13+ messages)
` [PATCH V3 1/4] md/raid10: Move codes related with submitting discard bio into one function
` [PATCH V3 2/4] md/raid10: extend r10bio devs to raid disks
` [PATCH V3 3/4] md/raid10: improve raid10 discard request
` [PATCH V3 4/4] md/raid10: Improve discard request for far layout

Feature request: Remove the badblocks list
 2020-08-22  1:42 UTC  (6+ messages)

[song-md:md-next] BUILD SUCCESS 2c31a2b2772dd96f7b93579b1efd8c9dd49441b0
 2020-08-21 17:07 UTC 

[PATCH v2 00/10] Save memory for stripe_head buffer
 2020-08-21 15:41 UTC  (16+ messages)
` [PATCH v2 01/10] md/raid5: make sure stripe_size as power of two
` [PATCH v2 02/10] md/raid5: add a new member of offset into r5dev
` [PATCH v2 03/10] md/raid5: make async_copy_data() to support different page offset
` [PATCH v2 04/10] md/raid5: add new xor function "
` [PATCH v2 05/10] md/raid5: convert to new xor compution interface
` [PATCH v2 06/10] md/raid6: let syndrome computor support different page offset
` [PATCH v2 07/10] md/raid6: let async recovery function "
` [PATCH v2 08/10] md/raid5: let multiple devices of stripe_head share page
` [PATCH v2 09/10] md/raid5: resize stripe_head when reshape array
` [PATCH v2 10/10] md/raid5: reallocate page array after setting new stripe_size

[song-md:md-fixes] BUILD SUCCESS faecb8be6060294adffc3013104c3852c0506e24
 2020-08-21 14:22 UTC 

[PATCH] mdcheck: fix syntax error in mdcheck_start.timer
 2020-08-21  5:11 UTC  (2+ messages)

[PATCH 1/1] md: Simplify code with existing definition RESYNC_SECTORS in raid10.c
 2020-08-21  5:05 UTC  (2+ messages)

[song-md:md-next] BUILD SUCCESS 19948a006a1629739376166df423e69c506da02f
 2020-08-20 13:35 UTC 

[PATCH 00/12] Save memory for stripe_head buffer
 2020-08-20  6:30 UTC  (15+ messages)
` [PATCH 01/12] md/raid5: add offset array in scribble buffer
` [PATCH 02/12] md/raid5: add a new member of offset into r5dev
` [PATCH 03/12] md/raid5: make async_copy_data() to support different page offset
` [PATCH 04/12] md/raid5: add new xor function "
` [PATCH 05/12] md/raid5: convert to new xor compution interface
` [PATCH 06/12] md/raid6: let syndrome computor support different page offset
` [PATCH 07/12] md/raid6: let async recovery function "
` [PATCH 08/12] md/raid6: convert to new syndrome and recovery interface
` [PATCH 09/12] raid6test: adaptation with new syndrome function
` [PATCH 10/12] md/raid5: let multiple devices of stripe_head share page
` [PATCH 11/12] md/raid5: resize stripe_head when reshape array
` [PATCH 12/12] md/raid5: reallocate page array after setting new stripe_size

[PATCH] md: only calculate blocksize once and use i_blocksize()
 2020-08-20  0:33 UTC  (2+ messages)

[RFC PATCH] md/raid5: set faulty when cannot record badblocks
 2020-08-19 13:52 UTC  (2+ messages)

[PATCH v2 0/3] block: improve iostat for md/bcache partitions
 2020-08-18 22:26 UTC  (4+ messages)
` [PATCH v2 1/3] block: introduce part_[begin|end]_io_acct
` [PATCH v2 2/3] md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct
` [PATCH v2 3/3] bcache: "

[PATCH 0/4] block: improve iostat for md/bcache partitions
 2020-08-18 19:48 UTC  (8+ messages)
` [PATCH 1/4] block: expose disk_map_sector_rcu() and hd_struct_put in genhd.h
` [PATCH 2/4] block: introduce part_[begin|end]_io_acct
` [PATCH 3/4] md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct
` [PATCH 4/4] bcache: "

[PATCH] md: only calculate blocksize once and use i_blocksize()
 2020-08-18  3:02 UTC 

add file system helpers that take kernel pointers for the init code v4
 2020-08-17 13:44 UTC  (4+ messages)
` [PATCH 02/23] fs: refactor ksys_umount

Confusing output of --examine-badblocks1 message
 2020-08-15 21:43 UTC  (7+ messages)

mdadm development?
 2020-08-14 12:42 UTC  (4+ messages)

[PATCH] mdadm/Create: Be more verbose on the RAID array create failure
 2020-08-13 16:20 UTC 

linux-raid archives now available on lore.kernel.org
 2020-08-13 14:38 UTC  (2+ messages)

[md PATCH V3 0/4] Improve handling raid10 discard request
 2020-08-13  8:16 UTC  (6+ messages)
` [md PATCH V3 1/4] Move codes related with submitting discard bio into one function
` [md PATCH V3 2/4] extend r10bio devs to raid disks
` [md PATCH V3 3/4] improve raid10 discard request
` [md PATCH V3 4/4] Improve discard request for far layout

AÞK VE PARA
 2020-08-13  6:57 UTC 

Re:
 2020-08-12 10:54 UTC 

Sto sperando che tu stia avendo una buona giornata
 2020-08-10 22:35 UTC 

[PATCH AUTOSEL 4.9 06/17] md-cluster: fix wild pointer of unlock_all_bitmaps()
 2020-08-10 19:14 UTC 

[PATCH AUTOSEL 4.14 06/22] md-cluster: fix wild pointer of unlock_all_bitmaps()
 2020-08-10 19:13 UTC 

[PATCH AUTOSEL 4.19 10/31] md-cluster: fix wild pointer of unlock_all_bitmaps()
 2020-08-10 19:12 UTC 

[PATCH AUTOSEL 5.4 12/45] md-cluster: fix wild pointer of unlock_all_bitmaps()
 2020-08-10 19:11 UTC 

[PATCH AUTOSEL 5.7 15/60] md-cluster: fix wild pointer of unlock_all_bitmaps()
 2020-08-10 19:09 UTC 

[PATCH AUTOSEL 5.8 15/64] md-cluster: fix wild pointer of unlock_all_bitmaps()
 2020-08-10 19:08 UTC 

[PATCH AUTOSEL 5.4 36/40] md: raid0/linear: fix dereference before null check on pointer mddev
 2020-08-08 23:38 UTC 

[PATCH AUTOSEL 5.7 50/58] md: raid0/linear: fix dereference before null check on pointer mddev
 2020-08-08 23:37 UTC 

[PATCH AUTOSEL 5.8 58/72] md: raid0/linear: fix dereference before null check on pointer mddev
 2020-08-08 23:35 UTC 

[PATCH v4] mdadm/Detail: show correct state for cluster-md array
 2020-08-08  9:01 UTC 

Bei Interesse antworten
 2020-08-07 16:09 UTC 

Bei Interesse antworten
 2020-08-07 14:45 UTC 

[PATCH v2] mdadm/md.4: update path to in-kernel-tree documentation
 2020-08-07 13:44 UTC  (2+ messages)

[PATCH v3 mdadm 1/1] Specify nodes number when updating cluster nodes
 2020-08-07 13:41 UTC  (2+ messages)

[PATCH v3] mdadm/Detail: show correct state for cluster-md array
 2020-08-07 13:39 UTC  (2+ messages)

Bei Interesse antworten
 2020-08-07 13:22 UTC 

[GIT PULL] md-next 20200806
 2020-08-06 23:23 UTC  (2+ messages)

[song-md:md-next] BUILD SUCCESS e8abe1de43dac658dacbd04a4543e0c988a8d386
 2020-08-06 13:05 UTC 


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).