linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-24 16:33:45 to 2016-04-13 19:36:28 UTC [more...]

[PATCH 00/42] v5: separate operations from flags in the bio/request structs
 2016-04-13 19:36 UTC  (43+ messages)
` [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/42] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/42] fs: have ll_rw_block "
` [PATCH 06/42] direct-io: set bi_op to REQ_OP
` [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/42] btrfs: set bi_op tp REQ_OP
` [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/42] btrfs: use bio fields for op and flags
` [PATCH 11/42] f2fs: set bi_op to REQ_OP
` [PATCH 12/42] gfs2: "
` [PATCH 13/42] xfs: "
` [PATCH 14/42] hfsplus: "
` [PATCH 15/42] mpage: "
` [PATCH 16/42] nilfs: "
` [PATCH 17/42] ocfs2: "
` [PATCH 18/42] pm: "
` [PATCH 19/42] dm: "
` [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/42] bcache: set bi_op to REQ_OP
` [PATCH 22/42] drbd: "
` [PATCH 23/42] md/raid: "
` [PATCH 24/42] xen: "
` [PATCH 25/42] target: "
` [PATCH 26/42] block: copy bio op to request op
` [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 28/42] block: prepare mq request creation "
` [PATCH 29/42] block: prepare elevator "
` [PATCH 30/42] blkg_rwstat: separate op from flags
` [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs
` [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs
` [PATCH 33/42] block: convert rq_data_dir helper "
` [PATCH 34/42] drivers: set request op to REQ_OP
` [PATCH 35/42] blktrace: get op from req->op/bio->bi_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: use QUEUE flags instead of flush_flags to test for flush support
` [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[patch] md/raid0: check for create_strip_zones() errors
 2016-04-13 17:53 UTC  (3+ messages)

Hard CPU Lockup when accessing MD RAID5
 2016-04-13 17:00 UTC  (2+ messages)

∮∝Iphone 6s plus, 488euro
 2016-04-13  8:29 UTC 

[PATCH] MAINTAINERS: correct entry for LVM
 2016-04-12  5:31 UTC  (13+ messages)
`  "

[PATCH] dm: ioctl: use kvfree
 2016-04-11 19:52 UTC  (5+ messages)
`  "

Setting up fakeraid with mdadm / dmraid
 2016-04-11 15:33 UTC  (3+ messages)

Recovery after failed chunk size change
 2016-04-11 15:29 UTC  (4+ messages)

make_request bug: can't convert block across chunks or bigger than 512k 2554601336 124
 2016-04-11 12:05 UTC  (2+ messages)

[PATCH] dm thin: Remove return statement from void function
 2016-04-11  6:07 UTC 

[BUG] NULL pointer in raid1_make_request passed to bio_trim when adding md as bcache caching dev
 2016-04-10 18:01 UTC  (9+ messages)

LOAN
 2016-04-08 22:02 UTC 

[GIT PULL] MD fix for 4.6-rc2
 2016-04-08 21:34 UTC 

FROM: MR. OLIVER SENO!!
 2016-04-08 18:53 UTC 

Приглашаем Вас снять офис, Приглашаем Вас снять офис
 2016-04-08 14:09 UTC 

我的个人主页是
 2016-04-08  0:44 UTC 

Is mdadm.conf necessary? Is this the cause of my problems?
 2016-04-07 21:55 UTC 

raid1 recoverable after system crash?
 2016-04-07 17:10 UTC  (5+ messages)

recovery from selinux blocking --backup-file during RAID5->6
 2016-04-06 16:32 UTC  (6+ messages)

[PATCH] [RFC] fix potential access after free: return value of blk_check_plugged() must be used schedule() safe
 2016-04-06 12:01 UTC  (6+ messages)

Repairing R1: Part tabl, & precise command
 2016-04-06 10:31 UTC  (8+ messages)

[PATCH] badblocks: fix wrong return value when badblocks are disabled
 2016-04-06  9:26 UTC  (4+ messages)

[PATCH 00/27] block: cleanup direct access on .bi_vcnt & .bi_io_vec
 2016-04-06  0:35 UTC  (10+ messages)
` [PATCH 10/27] bcache: debug: avoid to access .bi_io_vec directly
` [PATCH 11/27] bcache: io.c: use bio_set_vec_table
` [PATCH 12/27] bcache: journal.c: use bio_set_vec_table()
` [PATCH 13/27] bcache: movinggc: "
` [PATCH 14/27] bcache: writeback: "

[PATCH 15/27] bcache: super: use bio_set_vec_table()
 2016-04-05 18:11 UTC  (9+ messages)
` [PATCH 16/27] bcache: super: use bio_get_base_vec
` [PATCH 17/27] dm: crypt: use bio_add_page()
` [PATCH 18/27] dm: dm-io.c: use bio_get_base_vec()
` [PATCH 19/27] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments
` [PATCH 20/27] dm: dm-bufio.c: use bio_set_vec_table()

Setting up fakeraid with mdadm / dmraid
 2016-04-05 15:43 UTC 

[PATCH v2 0/4] Introduce bulk mode for crypto engine framework
 2016-04-05  7:10 UTC  (4+ messages)
` [PATCH v2 1/4] scatterlist: Introduce some helper functions

[PATCH] Consistent use of IEC 80000-13 prefix in manpage
 2016-04-03 19:19 UTC  (5+ messages)
  ` [PATCH v2] Consistent use of metric "

Hilsener
 2016-04-03  1:12 UTC 

[PATCH] md/bitmap: call bitmap_destroy in case bitmap_create failed
 2016-04-01 20:04 UTC  (6+ messages)
` [V2 PATCH] md/bitmap: clear bitmap if "

Probable bug in md with rdev->new_data_offset
 2016-04-01  6:15 UTC  (5+ messages)

mdadm: Has init script in runlevel S but no matching service file
 2016-03-31 22:53 UTC  (4+ messages)
    ` Bug#796624: "

To Your Attention
 2016-03-31 13:30 UTC 

Fwd: Urgent- Quotations Needed
 2016-03-31  7:59 UTC 

Raid 6 failing to assemble after machine power loss now, with 1 disk only failed, seems to think its a raid0 array
 2016-03-31  7:01 UTC  (4+ messages)

Unable to handle kernel NULL pointer dereference in super_written
 2016-03-31  3:30 UTC  (8+ messages)

[PATCH RESEND v2 00/19] Support fuse mounts in user namespaces
 2016-03-30 20:18 UTC  (17+ messages)
` [PATCH RESEND v2 11/18] fs: Ensure the mounter of a filesystem is privileged towards its inodes
` [PATCH RESEND v2 16/18] fuse: Support fuse filesystems outside of init_user_ns

md raid sync and ext3 formatting on xen hvm guest causing kernel crash and device offline
 2016-03-30 18:11 UTC 

[PATCH] Introduce stat2kname() and fd2kname()
 2016-03-30 15:26 UTC  (2+ messages)

[PATCH] Add '--nodes' option in GROW mode
 2016-03-29 15:43 UTC  (6+ messages)
      ` [PATCH] mdadm:Add "

Looking to pick PCIe x4/x8 4+ SATA expansion card recommendation
 2016-03-28 21:03 UTC  (9+ messages)

Darlehen Angebot
 2016-03-27 12:44 UTC 

我的照片在:
 2016-03-26 19:28 UTC 

[PATCH] Change the option from NoUpdate to NodeNumUpdate
 2016-03-24 16:33 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).