linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-16 04:54:39 to 2020-07-22 12:14:57 UTC [more...]

[PATCH 0/1] Fix deadlock in raid10 recovery
 2020-07-22 12:14 UTC  (5+ messages)
` [PATCH 1/1] md/raid10: avoid deadlock on recovery

bdi cleanups v2
 2020-07-22 11:15 UTC  (27+ messages)
` [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/14] drbd: remove dead code in device_to_statistics
` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
` [PATCH 05/14] md: update the optimal I/O size on reshape
` [PATCH 06/14] block: lift setting the readahead size into the block layer
` [PATCH 07/14] block: make QUEUE_SYSFS_BIT_FNS a little more useful
` [PATCH 08/14] block: add helper macros for queue sysfs entries
` [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB
  ` [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE
  ` [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

Software RAID6 broke after power outage
 2020-07-22  9:14 UTC  (2+ messages)

add file system helpers that take kernel pointers for the init code v2
 2020-07-22  7:44 UTC  (36+ messages)
` [PATCH 01/24] fs: refactor do_mount
` [PATCH 02/24] fs: refactor ksys_umount
` [PATCH 03/24] fs: push the getname from do_rmdir into the callers
` [PATCH 04/24] devtmpfs: open code do_mount
` [PATCH 05/24] devtmpfs: open code ksys_chdir and ksys_chroot
` [PATCH 06/24] md: open code vfs_stat in md_setup_drive
` [PATCH 07/24] init: initialize ramdisk_execute_command at compile time
` [PATCH 08/24] init: move the prepare_namespace prototype to init/do_mounts.h
` [PATCH 09/24] init: mark create_dev as __init
` [PATCH 10/24] init: open code ksys_umount in handle_initrd
` [PATCH 11/24] init: open code do_utimes in do_utime
  ` [PATCH 12/24] init: add an init_mount helper
  ` [PATCH 17/24] init: add an init_chown helper
  ` [PATCH 18/24] init: add an init_chmod helper
  ` [PATCH 20/24] init: add an init_link helper
` [PATCH 13/24] init: add an init_unlink helper
` [PATCH 14/24] init: add an init_rmdir helper
` [PATCH 15/24] init: add an init_chdir helper
` [PATCH 16/24] init: add an init_chroot helper
` [PATCH 19/24] init: add an init_eaccess helper
` [PATCH 21/24] init: add an init_symlink helper
` [PATCH 22/24] init: add an init_mkdir helper
` [PATCH 23/24] init: add an init_mknod helper
` [PATCH 24/24] init: add an init_lstat helper

[PATCH v2] mdadm/Detail: show correct state for cluster-md array
 2020-07-22  7:20 UTC  (2+ messages)

[PATCH v4 19/24] raid5: Use sequence counter with associated spinlock
 2020-07-22  6:40 UTC  (2+ messages)

[PATCH V1 0/3] Improve handling raid10 discard request
 2020-07-22  6:20 UTC  (12+ messages)
` [PATCH V1 1/3] Move codes related with submitting discard bio into one function
` [PATCH V1 2/3] extend r10bio devs to raid disks
` [PATCH V1 3/3] improve raid10 discard request

[PATCH mdadm 1/1] Specify nodes number when updating cluster nodes
 2020-07-22  5:55 UTC 

(unknown)
 2020-07-22  5:32 UTC 

[PATCH] raid: md_p.h: drop duplicated word in a comment
 2020-07-22  5:08 UTC  (2+ messages)

[PATCH v5 0/2] md_cluster: bugs fix
 2020-07-22  5:01 UTC  (7+ messages)
` [PATCH v5 1/2] md-cluster: fix safemode_delay value when converting to clustered bitmap
` [PATCH v5 2/2] md-cluster: fix rmmod issue when md_cluster convert bitmap to none

[PATCH v7 0/3] md/raid5: set STRIPE_SIZE as a configurable value
 2020-07-22  4:58 UTC  (5+ messages)
` [PATCH v7 1/3] md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*
` [PATCH v7 2/3] md/raid5: set default stripe_size as 4096
` [PATCH v7 3/3] md/raid5: support config stripe_size by sysfs entry

RE
 2020-07-22  4:20 UTC 

mdadm: Does "mdadm --grow -n" need to do racing protecting in some conditions
 2020-07-21 17:00 UTC 

[song-md:md-next] BUILD SUCCESS 1684e97538b9484c72bcaff2961569c3b0021473
 2020-07-21 12:35 UTC 

bdi cleanups
 2020-07-21  5:46 UTC  (22+ messages)
` [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag
  ` [PATCH 02/14] drbd: remove dead code in device_to_statistics
  ` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
  ` [PATCH 07/14] block: make QUEUE_SYSFS_BIT_FNS a little more useful
` [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 05/14] md: update the optimal I/O size on reshape
` [PATCH 06/14] block: lift setting the readahead size into the block layer
` [PATCH 08/14] block: add helper macros for queue sysfs entries
` [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

add file system helpers that take kernel pointers for the init code
 2020-07-20 18:17 UTC  (28+ messages)
` [PATCH 01/24] init: initialize ramdisk_execute_command at compile time
` [PATCH 02/24] fs: add a do_kern_mount helper
` [PATCH 03/24] fs: add a kern_umount helper
` [PATCH 04/24] fs: move the putname from filename_create to the callers
` [PATCH 05/24] fs: move the putname from filename_lookup "
` [PATCH 06/24] fs: add a kern_chdir helper
` [PATCH 07/24] fs: add a kern_chroot helper
` [PATCH 09/24] fs: add a kern_chown helper
  ` [PATCH 08/24] fs: add a kern_access helper
  ` [PATCH 10/24] fs: move the uid16 (f)chown syscalls to fs/open.c
  ` [PATCH 11/24] fs: add a kern_chmod helper
  ` [PATCH 18/24] fs: add a kern_rmdir helper
  ` [PATCH 19/24] fs: remove vfs_statx_fd
` [PATCH 12/24] fs: add a kern_utimes helper
` [PATCH 13/24] fs: add a kern_mkdir helper
` [PATCH 14/24] fs: add a kern_mknod helper
` [PATCH 15/24] fs: add a kern_link helper
` [PATCH 16/24] fs: add a kern_symlink helper
` [PATCH 17/24] fs: add a kern_unlink helper
` [PATCH 20/24] fs: implement vfs_stat and vfs_lstat in terms of vfs_fstatat
` [PATCH 21/24] fs: move vfs_fstatat out of line
` [PATCH 22/24] fs: remove vfs_stat_set_lookup_flags
` [PATCH 23/24] fs: remove KSTAT_QUERY_FLAGS
` [PATCH 24/24] fs: add a kern_stat helper

[PATCH v4 0/2] md_cluster: bugs fix
 2020-07-20 16:03 UTC  (8+ messages)
` [PATCH v4 1/2] md-cluster: fix safemode_delay value when converting to clustered bitmap
` [PATCH v4 2/2] md-cluster: fix rmmod issue when md_cluster convert bitmap to none

[PATCH] mdadm/Detail: show correct state for cluster-md array
 2020-07-20  0:17 UTC  (2+ messages)

[PATCH] mdadm/md.4: update path to in-kernel-tree documentation
 2020-07-18 10:33 UTC 

decruft the early init / initrd / initramfs code v2
 2020-07-18 10:00 UTC  (11+ messages)
` [PATCH 09/23] md: rewrite md_setup_drive to avoid ioctls
` [PATCH 16/23] initramfs: simplify clean_rootfs

[PATCH v4] md: improve io stats accounting
 2020-07-17 23:49 UTC  (7+ messages)

[PATCH] mdadm/Detail: show correct state for cluster-md array
 2020-07-17 17:55 UTC  (2+ messages)

[PATCH v3] md-cluster: fix safemode_delay value when converting to clustered bitmap
 2020-07-17  8:34 UTC 

[PATCH v2] md-cluster: fix safemode_delay value when converting to clustered bitmap
 2020-07-17  3:56 UTC  (3+ messages)

[PATCH RFC 0/3] Improve handling raid10 discard request
 2020-07-17  2:52 UTC  (4+ messages)
` [PATCH RFC 1/3] Move codes related with submitting discard bio into one function
` [PATCH RFC 2/3] extend r10bio devs to raid disks
` [PATCH RFC 3/3] improve raid10 discard request

[PATCH 1/3] raid5: call clear_batch_ready before set STRIPE_ACTIVE
 2020-07-16 17:32 UTC  (6+ messages)

[PATCH] md: fix deadlock causing by sysfs_notify
 2020-07-16 17:21 UTC  (3+ messages)

[PATCH v6 00/15] md/raid5: set STRIPE_SIZE as a configurable value
 2020-07-16 14:01 UTC  (5+ messages)
` [PATCH v6 11/15] md/raid5: support config stripe_size by sysfs entry

Programmatically check "global" RAID state?
 2020-07-16 13:54 UTC  (2+ messages)

cluster-md mddev->in_sync & mddev->safemode_delay may have bug
 2020-07-16  6:22 UTC  (5+ messages)

[PATCH 0/4] Various cleanups
 2020-07-16  5:53 UTC  (6+ messages)
` [PATCH 1/4] md: Fix compilation warning
` [PATCH 2/4] md: raid5-cache: Remove set but unused variable
` [PATCH 3/4] md: raid5: Fix compilation warning
` [PATCH 4/4] md: raid10: "


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