linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-14 16:18:39 to 2020-07-21 16:28:05 UTC [more...]

add file system helpers that take kernel pointers for the init code v2
 2020-07-21 16:28 UTC  (12+ 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 0/1] Fix deadlock in raid10 recovery
 2020-07-21 14:26 UTC  (3+ messages)
` [PATCH 1/1] md/raid10: avoid deadlock on recovery

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

[PATCH v5 0/2] md_cluster: bugs fix
 2020-07-21  8:58 UTC  (6+ 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

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 v4 19/24] raid5: Use sequence counter with associated spinlock
 2020-07-20 15:55 UTC 

[PATCH V1 0/3] Improve handling raid10 discard request
 2020-07-20  5:38 UTC  (8+ 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/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  (38+ messages)
` [PATCH 01/23] fs: add a vfs_fchown helper
` [PATCH 02/23] fs: add a vfs_fchmod helper
` [PATCH 03/23] init: remove the bstat helper
` [PATCH 04/23] md: move the early init autodetect code to drivers/md/
` [PATCH 05/23] md: replace the RAID_AUTORUN ioctl with a direct function call
` [PATCH 06/23] md: remove the autoscan partition re-read
` [PATCH 07/23] md: remove the kernel version of md_u.h
` [PATCH 08/23] md: simplify md_setup_drive
` [PATCH 09/23] md: rewrite md_setup_drive to avoid ioctls
` [PATCH 10/23] initrd: remove support for multiple floppies
` [PATCH 11/23] initrd: remove the BLKFLSBUF call in handle_initrd
` [PATCH 12/23] initrd: switch initrd loading to struct file based APIs
` [PATCH 13/23] initrd: mark init_linuxrc as __init
` [PATCH 14/23] initrd: mark initrd support as deprecated
` [PATCH 15/23] initramfs: remove the populate_initrd_image and clean_rootfs stubs
` [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 19/23] fs: remove ksys_getdents64
` [PATCH 20/23] fs: remove ksys_open
` [PATCH 21/23] fs: remove ksys_dup
` [PATCH 22/23] fs: remove ksys_fchmod
` [PATCH 23/23] fs: remove ksys_ioctl

[PATCH v7 0/3] md/raid5: set STRIPE_SIZE as a configurable value
 2020-07-18  9:29 UTC  (4+ 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

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

[PATCH] raid: md_p.h: drop duplicated word in a comment
 2020-07-17 23:37 UTC 

[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  (7+ messages)

[PATCH v6 00/15] md/raid5: set STRIPE_SIZE as a configurable value
 2020-07-16 14:01 UTC  (19+ messages)
` [PATCH v6 01/15] md/raid456: convert macro STRIPE_* to members of struct r5conf
` [PATCH v6 02/15] md/raid5: set default stripe_size as 4096
` [PATCH v6 03/15] md/raid5: add a member of r5pages for struct stripe_head
` [PATCH v6 04/15] md/raid5: allocate and free shared pages of r5pages
` [PATCH v6 05/15] md/raid5: set correct page offset for bi_io_vec in ops_run_io()
` [PATCH v6 06/15] md/raid5: set correct page offset for async_copy_data()
` [PATCH v6 07/15] md/raid5: resize stripes and set correct offset when reshape array
` [PATCH v6 08/15] md/raid5: add new xor function to support different page offset
` [PATCH v6 09/15] md/raid5: add offset array in scribble buffer
` [PATCH v6 10/15] md/raid5: compute xor with correct page offset
` [PATCH v6 11/15] md/raid5: support config stripe_size by sysfs entry
` [PATCH v6 12/15] md/raid6: let syndrome computor support different page offset
` [PATCH v6 13/15] md/raid6: let async recovery function "
` [PATCH v6 14/15] md/raid6: compute syndrome with correct "
` [PATCH v6 15/15] raid6test: adaptation with syndrome function

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  (8+ 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: "

[song-md:md-next] BUILD SUCCESS 60f80d6f2d07a6d8aee485a1d1252327eeee0c81
 2020-07-15 21:40 UTC 

Reshape using drives not partitions, RAID gone after reboot
 2020-07-15 20:48 UTC  (7+ messages)

[PATCH] md-cluster: fix safemode_delay non-zero when bitmap switch to clustered
 2020-07-15 17:04 UTC 

[GIT PULL] md-next 20200714
 2020-07-15 14:48 UTC  (2+ messages)

[PATCH V2] md: fix deadlock causing by sysfs_notify
 2020-07-14 23:10 UTC 

decruft the early init / initrd / initramfs code v2
 2020-07-14 16:20 UTC  (4+ 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).