linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-22 06:40:16 to 2020-07-31 06:33:16 UTC [more...]

add file system helpers that take kernel pointers for the init code v4
 2020-07-31  6:33 UTC  (29+ messages)
` [PATCH 01/23] fs: refactor do_mount
` [PATCH 02/23] fs: refactor ksys_umount
` [PATCH 03/23] fs: push the getname from do_rmdir into the callers
` [PATCH 05/23] init: initialize ramdisk_execute_command at compile time
` [PATCH 08/23] init: add an init_mount helper
` [PATCH 09/23] init: add an init_umount helper
` [PATCH 10/23] init: add an init_unlink helper
` [PATCH 11/23] init: add an init_rmdir helper
` [PATCH 12/23] init: add an init_chdir helper
` [PATCH 13/23] init: add an init_chroot helper
` [PATCH 14/23] init: add an init_chown helper
` [PATCH 15/23] init: add an init_chmod helper
` [PATCH 16/23] init: add an init_eaccess helper
` [PATCH 17/23] init: add an init_link helper
` [PATCH 18/23] init: add an init_symlink helper
` [PATCH 19/23] init: add an init_mkdir helper
` [PATCH 20/23] init: add an init_mknod helper
` [PATCH 21/23] init: add an init_stat helper
  ` [PATCH 04/23] devtmpfs: refactor devtmpfsd()
  ` [PATCH 06/23] init: mark console_on_rootfs as __init
  ` [PATCH 07/23] init: mark create_dev "
  ` [PATCH 22/23] init: add an init_utimes helper
` [PATCH 23/23] init: add an init_dup helper

Software RAID6 broke after power outage
 2020-07-30 18:28 UTC  (6+ messages)

Linux RAID with btrfs stuck and consume 100 % CPU
 2020-07-30  6:45 UTC  (7+ messages)

bdi cleanups v3
 2020-07-30  2:14 UTC  (20+ messages)
` [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE
  ` [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
    ` [block] 54529aac98: fsmark.files_per_sec -13.6% regression
    ` [block] 54529aac98: blktests.block.005.fail
  ` [PATCH 08/14] block: add helper macros for queue sysfs entries
  ` [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB
` [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 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

[song-md:md-next] BUILD SUCCESS 4fdedbcc914e49851eb9f0ac7b8f2fe41407c935
 2020-07-29 18:22 UTC 

[PATCH v3] mdadm/Detail: show correct state for cluster-md array
 2020-07-29  3:48 UTC 

[PATCH 0/2] Can't grow size twice for a super1.0 array
 2020-07-29  2:51 UTC  (7+ messages)
` [PATCH 1/2] super1.0 calculates max sectors in a wrong way

[PATCH 0/5] misc patches for md
 2020-07-29  1:14 UTC  (7+ messages)
` [PATCH 1/5] md: register new md sysfs file 'uuid' read-only
` [PATCH 2/5] md/raid5: remove the redundant setting of STRIPE_HANDLE
` [PATCH 3/5] md: print errno in super_written
` [PATCH 4/5] raid5-cache: hold spinlock instead of mutex in r5c_journal_mode_show
` [PATCH 5/5] raid5: don't duplicate code for different paths in handle_stripe

bdi cleanups v3
 2020-07-28 19:20 UTC  (26+ messages)
` [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/14] drbd: remove dead code in device_to_statistics
` [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
` [PATCH 05/14] md: update the optimal I/O size on reshape
` [PATCH 08/14] block: add helper macros for queue sysfs entries
  ` [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 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

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

Your Partnership
 2020-07-28 11:38 UTC 

Spende von 2.000.000,00 Euro
 2020-07-28 10:33 UTC 

Covid 19 Wohltätigkeitsfonds
 2020-07-28  8:21 UTC 

decruft the early init / initrd / initramfs code v2
 2020-07-27 15:58 UTC  (24+ messages)
` [PATCH 12/23] initrd: switch initrd loading to struct file based APIs
` [PATCH 16/23] initramfs: simplify clean_rootfs
` [PATCH 17/23] initramfs: switch initramfs unpacking to struct file based APIs
` [PATCH 18/23] init: open code setting up stdin/stdout/stderr

[PATCH v3 mdadm 1/1] Specify nodes number when updating cluster nodes
 2020-07-27  1:14 UTC 

add file system helpers that take kernel pointers for the init code v3
 2020-07-26 16:33 UTC  (30+ messages)
` [PATCH 01/21] fs: refactor do_mount
` [PATCH 03/21] fs: push the getname from do_rmdir into the callers
` [PATCH 06/21] init: mark create_dev as __init
` [PATCH 07/21] init: add an init_mount helper
  ` [PATCH 02/21] fs: refactor ksys_umount
  ` [PATCH 04/21] devtmpfs: refactor devtmpfsd()
  ` [PATCH 05/21] init: initialize ramdisk_execute_command at compile time
  ` [PATCH 08/21] init: add an init_umount helper
  ` [PATCH 09/21] init: add an init_unlink helper
` [PATCH 10/21] init: add an init_rmdir helper
` [PATCH 11/21] init: add an init_chdir helper
` [PATCH 12/21] init: add an init_chroot helper
` [PATCH 13/21] init: add an init_chown helper
` [PATCH 14/21] init: add an init_chmod helper
` [PATCH 15/21] init: add an init_eaccess helper
` [PATCH 16/21] init: add an init_link helper
` [PATCH 17/21] init: add an init_symlink helper
` [PATCH 18/21] init: add an init_mkdir helper
` [PATCH 19/21] init: add an init_mknod helper
` [PATCH 20/21] init: add an init_stat helper
` [PATCH 21/21] init: add an init_utimes helper

[PATCH v2] mdadm/Detail: show correct state for cluster-md array
 2020-07-26 14:21 UTC  (5+ messages)

[PATCH v2 mdadm 1/1] Specify nodes number when updating cluster nodes
 2020-07-26 13:44 UTC  (3+ messages)

bdi cleanups v2
 2020-07-26  9:01 UTC  (24+ messages)
` [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/14] drbd: remove dead code in device_to_statistics
` [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
` [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 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently

[GIT PULL] md-next 20200724
 2020-07-24 22:15 UTC  (2+ messages)

INVESTMENT
 2020-07-24 15:23 UTC 

[song-md:md-next] BUILD SUCCESS 83c3e5e17b5e3057ac304383a46e3c485d00ffed
 2020-07-24 10:01 UTC 

[PATCH] md/raid5: use do_div() for 64 bit divisions
 2020-07-23  5:54 UTC  (2+ messages)

[song-md:md-next 9/14] ERROR: modpost: "__udivdi3" undefined!
 2020-07-23  3:33 UTC  (3+ messages)

An update on the WD Red saga 
 2020-07-22 22:47 UTC 

[GIT PULL] md-next 20200722
 2020-07-22 20:12 UTC  (2+ messages)

add file system helpers that take kernel pointers for the init code v2
 2020-07-22 14:05 UTC  (6+ messages)
` [PATCH 06/24] md: open code vfs_stat in md_setup_drive

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

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

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


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