messages from 2016-04-15 19:16:11 to 2016-05-04 18:04:45 UTC [more...]
[PATCH 00/42] v7: separate operations from flags in the bio/request structs
2016-05-04 18:04 UTC (16+ messages)
` [PATCH 16/42] nilfs: set bi_op to REQ_OP
` [PATCH 36/42] ide cd: do not set REQ_WRITE on requests
` [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs
` [PATCH 38/42] block, fs: remove old REQ definitions
` [PATCH 39/42] block: shrink bio/request fields
` [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
[PATCH 0/2] Check node nums for cluster raid
2016-05-04 15:28 UTC (7+ messages)
` [PATCH 1/2] Create: check the node nums when create clustered raid
` [PATCH 2/2] super1: don't update node nums if it is not more than 1
[PATCH 1/3] md: set MD_CHANGE_PENDING in a atomic region
2016-05-04 6:17 UTC (5+ messages)
` [PATCH 2/3] md-cluster: gather resync infos and enable recv_thread after bitmap is ready
` [Update PATCH] "
` [PATCH 3/3] md-cluster: check the return value of process_recvd_msg
Write to the degraded raid5 will trigger the call trace dump when skip_copy is enabled
2016-05-04 3:21 UTC (4+ messages)
Help needed: array inactive after grow attempt
2016-05-03 18:47 UTC (7+ messages)
RAID5 - reshape_position too early for auto-recovery - aborting
2016-05-03 18:17 UTC
[V2 PATCH 00/13] The latest patches for md-cluster
2016-05-02 17:49 UTC (15+ messages)
` [V2 PATCH 01/13] md-cluster: change resync lock from asynchronous to synchronous
` [V2 PATCH 02/13] md-cluser: make resync_finish only called after pers->sync_request
` [V2 PATCH 03/13] md-cluster: wake up thread to continue recovery
` [V2 PATCH 04/13] md-cluster: unregister thread if err happened
` [V2 PATCH 05/13] md-cluster: fix locking when node joins cluster during message broadcast
` [V2 PATCH 06/13] md-cluster: change array_sectors and update size are not supported
` [V2 PATCH 07/13] md-cluster: wakeup thread if activated a spare disk
` [V2 PATCH 08/13] md-cluster: always setup in-memory bitmap
` [V2 PATCH 09/13] md-cluster: sync bitmap when node received RESYNCING msg
` [V2 PATCH 10/13] md-cluster/bitmap: fix wrong calcuation of offset
` [V2 PATCH 11/13] md-cluster/bitmap: fix wrong page num in bitmap_file_clear_bit and bitmap_file_set_bit
` [V2 PATCH 12/13] md-cluster/bitmap: unplug bitmap to sync dirty pages to disk
` [V2 PATCH 13/13] md-cluster: fix ifnullfree.cocci warnings
[GIT PULL] MD fix for 4.6-rc6
2016-05-02 17:32 UTC
I was dump, I need help
2016-05-02 12:41 UTC (3+ messages)
I was dump, I need help
2016-05-01 9:54 UTC
I was dump, I need help
2016-05-01 9:39 UTC
[PATCH 00/13] The latest patches for md-cluster
2016-04-29 18:21 UTC (33+ messages)
` [PATCH 01/13] md-cluster: change resync lock from asynchronous to synchronous
` [PATCH V2 "
` [PATCH 02/13] md-cluser: make resync_finish only called after pers->sync_request
` [PATCH 03/13] md-cluster: wake up thread to continue recovery
` [PATCH 04/13] md-cluster: unregister thread if err happened
` [PATCH 05/13] md-cluster: fix locking when node joins cluster during message broadcast
` [PATCH 06/13] md-cluster: change array_sectors and update size are not supported
` [PATCH 07/13] md-cluster: wakeup thread if activated a spare disk
` [PATCH 08/13] md: set MD_CHANGE_PENDING in a spinlocked region
` [PATCH V2 "
` [PATCH V3 "
` [PATCH 09/13] md-cluster: always setup in-memory bitmap
` [PATCH] md-cluster: fix ifnullfree.cocci warnings
` [PATCH 10/13] md-cluster: sync bitmap when node received RESYNCING msg
` [PATCH 11/13] md-cluster/bitmap: fix wrong calcuation of offset
` [PATCH 12/13] md-cluster/bitmap: fix wrong page num in bitmap_file_clear_bit and bitmap_file_set_bit
` [PATCH 13/13] md-cluster/bitmap: unplug bitmap to sync dirty pages to disk
[PATCH] MD: make bio mergeable
2016-04-29 9:23 UTC (9+ messages)
mdadm - stuck reshape operation
2016-04-28 21:31 UTC (3+ messages)
[PATCH v4 00/21] Support fuse mounts in user namespaces
2016-04-27 7:22 UTC (23+ messages)
` [PATCH v4 01/21] fs: fix a posible leak of allocated superblock
` [PATCH v4 04/21] block_dev: Support checking inode permissions in lookup_bdev()
` [PATCH v4 05/21] block_dev: Check permissions towards block device inode when mounting
` [PATCH v4 06/21] fs: Treat foreign mounts as nosuid
` [PATCH v4 08/21] userns: Replace in_userns with current_in_userns
` [PATCH v4 09/21] Smack: Handle labels consistently in untrusted mounts
` [PATCH v4 10/21] fs: Check for invalid i_uid in may_follow_link()
` [PATCH v4 11/21] cred: Reject inodes with invalid ids in set_create_file_as()
` [PATCH v4 15/21] fs: Don't remove suid for CAP_FSETID in s_user_ns
` [PATCH v4 02/21] fs: Remove check of s_user_ns for existing mounts in fs_fully_visible()
` [PATCH v4 03/21] fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
` [PATCH v4 07/21] selinux: Add support for unprivileged mounts from "
` [PATCH v4 12/21] fs: Refuse uid/gid changes which don't map into s_user_ns
` [PATCH v4 13/21] fs: Update posix_acl support to handle user namespace mounts
` [PATCH v4 14/21] fs: Allow superblock owner to change ownership of inodes with unmappable ids
` [PATCH v4 16/21] fs: Allow superblock owner to access do_remount_sb()
` [PATCH v4 17/21] capabilities: Allow privileged user in s_user_ns to set security.* xattrs
` [PATCH v4 18/21] fuse: Add support for pid namespaces
` [PATCH v4 19/21] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH v4 20/21] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH v4 21/21] fuse: Allow user namespace mounts
[PATCH v4 00/21] Support fuse mounts in user namespaces
2016-04-26 19:30 UTC (11+ messages)
` [PATCH v4 02/21] fs: Remove check of s_user_ns for existing mounts in fs_fully_visible()
` [PATCH v4 04/21] block_dev: Support checking inode permissions in lookup_bdev()
` [PATCH v4 08/21] userns: Replace in_userns with current_in_userns
` [PATCH v4 10/21] fs: Check for invalid i_uid in may_follow_link()
` [PATCH v4 11/21] cred: Reject inodes with invalid ids in set_create_file_as()
` [PATCH v4 13/21] fs: Update posix_acl support to handle user namespace mounts
` [PATCH v4 14/21] fs: Allow superblock owner to change ownership of inodes with unmappable ids
` [PATCH v4 16/21] fs: Allow superblock owner to access do_remount_sb()
` [PATCH v4 18/21] fuse: Add support for pid namespaces
` [PATCH v4 19/21] fuse: Support fuse filesystems outside of init_user_ns
[PATCH v3 00/21] Support fuse mounts in user namespaces
2016-04-25 20:54 UTC (25+ messages)
` [PATCH v3 01/21] fs: fix a posible leak of allocated superblock
` [PATCH v3 04/21] block_dev: Support checking inode permissions in lookup_bdev()
` [PATCH v3 02/21] fs: Remove check of s_user_ns for existing mounts in fs_fully_visible()
` [PATCH v3 03/21] fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
` [PATCH v3 05/21] block_dev: Check permissions towards block device inode when mounting
` [PATCH v3 06/21] fs: Treat foreign mounts as nosuid
` [PATCH v3 07/21] selinux: Add support for unprivileged mounts from user namespaces
` [PATCH v3 08/21] userns: Replace in_userns with current_in_userns
` [PATCH v3 09/21] Smack: Handle labels consistently in untrusted mounts
` [PATCH v3 10/21] fs: Check for invalid i_uid in may_follow_link()
` [PATCH v3 11/21] cred: Reject inodes with invalid ids in set_create_file_as()
` [PATCH v3 12/21] fs: Refuse uid/gid changes which don't map into s_user_ns
` [PATCH v3 14/21] fs: Allow superblock owner to change ownership of inodes with unmappable ids
` [PATCH v3 15/21] fs: Don't remove suid for CAP_FSETID in s_user_ns
` [PATCH v3 16/21] fs: Allow superblock owner to access do_remount_sb()
` [PATCH v3 17/21] capabilities: Allow privileged user in s_user_ns to set security.* xattrs
` [PATCH v3 18/21] fuse: Add support for pid namespaces
` [PATCH v3 19/21] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH v3 20/21] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH v3 13/21] fs: Update posix_acl support to handle user namespace mounts
` [PATCH v3 21/21] fuse: Allow "
[PATCH] md/raid0: remove empty line printk from dump_zones
2016-04-25 15:42 UTC (2+ messages)
[PATCH 00/42] v6: separate operations from flags in the bio/request structs
2016-04-23 23:26 UTC (5+ messages)
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
` [dm-devel] "
` [PATCH 23/42] md/raid: set bi_op to REQ_OP
` [dm-devel] "
[PATCH 23/42] md/raid: set bi_op to REQ_OP
2016-04-23 23:05 UTC (2+ messages)
` [PATCH] RAID Cleanup for bio-split
HELLO DEAR
2016-04-22 17:46 UTC
Hard CPU Lockup when accessing MD RAID5
2016-04-21 22:47 UTC (5+ messages)
[PATCH] raid6check: Fix if-else indentation
2016-04-20 16:41 UTC
[PATCH v2 0/4] Introduce bulk mode for crypto engine framework
2016-04-20 8:38 UTC (24+ messages)
` [PATCH v2 1/4] scatterlist: Introduce some helper functions
Poor written performance with RAID5 on ARM64
2016-04-20 4:16 UTC
[PATCH] include sys/sysmacros.h for major/minor/makedev prototypes
2016-04-19 22:12 UTC
Poor written performance with RAID5 on ARM64
2016-04-19 13:59 UTC (2+ messages)
Greetings!!!
2016-04-18 20:12 UTC
Greetings!!!
2016-04-18 17:43 UTC
IMPORTANT MAIL TO YOU
2016-04-18 11:09 UTC
我的联系方式在
2016-04-16 20:55 UTC
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).