Linux RAID Storage
[Prev Page][Next Page]
- Re: internal write-intent bitmap is horribly slow with RAID10 over 20 drives, (continued)
- [PATCH] md: initialise ->writes_pending in personality modules., NeilBrown
- 9 second recovery when re-adding a drive that got kicked out?,
Marc MERLIN
- Recovery after accidental raid5 superblock rewrite,
Paul Tonelli
- [GIT PULL] MD update for 4.12-rc4, Shaohua Li
- [PATCH] md: simplify code with bio_io_error,
Guoqing Jiang
- The dev node can't be released at once after stopping raid,
Xiao Ni
- cleanup UUID types V6,
Christoph Hellwig
- [PATCH 02/24] xfs: use uuid_copy() helper to abstract uuid_t, Christoph Hellwig
- [PATCH 06/24] uuid: rename uuid types, Christoph Hellwig
- [PATCH 22/24] scsi_debug: switch to uuid_t, Christoph Hellwig
- [PATCH 24/24] MAINTAINERS: add uuid entry, Christoph Hellwig
- [PATCH 20/24] sysctl: switch to use uuid_t, Christoph Hellwig
- [PATCH 23/24] tmpfs: generate random sb->s_uuid, Christoph Hellwig
- [PATCH 21/24] nvme: switch to uuid_t, Christoph Hellwig
- [PATCH 19/24] partitions/ldm: switch to use uuid_t, Christoph Hellwig
- [PATCH 18/24] overlayfs: use uuid_t instead of uuid_be, Christoph Hellwig
- [PATCH 16/24] ima/policy: switch to use uuid_t, Christoph Hellwig
- [PATCH 13/24] xfs: remove uuid_getnodeuniq and xfs_uu_t, Christoph Hellwig
- [PATCH 14/24] xfs: use the common helper uuid_is_null(), Christoph Hellwig
- [PATCH 15/24] block: remove blk_part_pack_uuid, Christoph Hellwig
- [PATCH 17/24] fs: switch ->s_uuid to uuid_t, Christoph Hellwig
- [PATCH 12/24] S390/sysinfo: use uuid_is_null instead of opencoding it, Christoph Hellwig
- [PATCH 11/24] uuid: hoist uuid_is_null() helper from libnvdimm, Christoph Hellwig
- [PATCH 09/24] uuid: don't export guid_index and uuid_index, Christoph Hellwig
- [PATCH 10/24] uuid: hoist helpers uuid_equal() and uuid_copy() from xfs, Christoph Hellwig
- [PATCH 08/24] uuid: rename uuid_to_bin to uuid_parse, Christoph Hellwig
- [PATCH 07/24] nfsd: namespace-prefix uuid_parse, Christoph Hellwig
- [PATCH 03/24] xfs: use uuid_be to implement the uuid_t type, Christoph Hellwig
- [PATCH 05/24] uuid: remove uuid_be defintions from the uapi header, Christoph Hellwig
- [PATCH 04/24] md: namespace private helper names, Christoph Hellwig
- [PATCH 01/24] uuid,afs: move struct uuid_v1 back into afs, Christoph Hellwig
- Re: [PATCH 01/24] uuid,afs: move struct uuid_v1 back into afs, David Howells
- RAID10 performance with 20 drives,
CoolCold
[PATCH] md_u: Remove unused ioctl declaration of START_ARRAY, Zhilong Liu
[PATCH 0/2 v2] Fix fallout from changes to FUA and PREFLUSH definitions,
Jan Kara
[PATCH] bcache: Fix a sleep-in-atomic bug,
Jia-Ju Bai
[PATCH v2 00/11] introduce crypto wait for async op,
Gilad Ben-Yossef
- [PATCH v2 01/11] crypto: introduce crypto wait for async op, Gilad Ben-Yossef
- [PATCH v2 02/11] crypto: move algif to generic async completion, Gilad Ben-Yossef
- [PATCH v2 04/11] crypto: move drbg to generic async completion, Gilad Ben-Yossef
- [PATCH v2 10/11] ima: move to generic async completion, Gilad Ben-Yossef
- [PATCH v2 11/11] crypto: adapt api sample to use async. op wait, Gilad Ben-Yossef
- [PATCH v2 09/11] cifs: move to generic async completion, Gilad Ben-Yossef
- [PATCH v2 07/11] dm: move dm-verity to generic async completion, Gilad Ben-Yossef
- [PATCH v2 08/11] fscrypt: move to generic async completion, Gilad Ben-Yossef
- [PATCH v2 06/11] crypto: move testmgr to generic async completion, Gilad Ben-Yossef
- [PATCH v2 05/11] crypto: move gcm to generic async completion, Gilad Ben-Yossef
- [PATCH v2 03/11] crypto: move pub key to generic async completion, Gilad Ben-Yossef
mdadm --misc --readonly -> ENODEV indefinitely,
Nix
cleanup UUID types V5,
Christoph Hellwig
- [PATCH 08/22] uuid: hoist helpers uuid_equal() and uuid_copy() from xfs, Christoph Hellwig
- [PATCH 21/22] tmpfs: generate random sb->s_uuid, Christoph Hellwig
- [PATCH 20/22] scsi_debug: switch to uuid_t, Christoph Hellwig
- [PATCH 22/22] MAINTAINERS: add uuid entry, Christoph Hellwig
- [PATCH 19/22] nvme: switch to uuid_t, Christoph Hellwig
- [PATCH 18/22] sysctl: switch to use uuid_t, Christoph Hellwig
- [PATCH 16/22] overlayfs: use uuid_t instead of uuid_be, Christoph Hellwig
- [PATCH 15/22] fs: switch ->s_uuid to uuid_t, Christoph Hellwig
- [PATCH 17/22] partitions/ldm: switch to use uuid_t, Christoph Hellwig
- [PATCH 13/22] block: remove blk_part_pack_uuid, Christoph Hellwig
- [PATCH 14/22] ima/policy: switch to use uuid_t, Christoph Hellwig
- [PATCH 11/22] xfs: remove uuid_getnodeuniq and xfs_uu_t, Christoph Hellwig
- [PATCH 10/22] S390/sysinfo: use uuid_is_null instead of opencoding it, Christoph Hellwig
- [PATCH 12/22] xfs: use the common helper uuid_is_null(), Christoph Hellwig
- [PATCH 09/22] uuid: hoist uuid_is_null() helper from libnvdimm, Christoph Hellwig
- [PATCH 07/22] uuid: don't export guid_index and uuid_index, Christoph Hellwig
- [PATCH 06/22] uuid: rename uuid types, Christoph Hellwig
- [PATCH 04/22] md: namespace private helper names, Christoph Hellwig
- [PATCH 05/22] uuid: remove uuid_be defintions from the uapi header, Christoph Hellwig
- [PATCH 03/22] xfs: use uuid_be to implement the uuid_t type, Christoph Hellwig
- [PATCH 02/22] xfs: use uuid_copy() helper to abstract uuid_t, Christoph Hellwig
- [PATCH 01/22] Revert "afs: Move UUID struct to linux/uuid.h", Christoph Hellwig
- Re: [PATCH 01/22] Revert "afs: Move UUID struct to linux/uuid.h", David Howells
[Patch v1] Detail: fix a bug when trying to show the detail of a raid device,
Lidong Zhong
[Patch v5] super1: fix sb->max_dev when adding a new disk in linear array,
Lidong Zhong
[PATCH] md: uuid debug statement now in processor byte order.,
Kyungchan Koh
[PATCH RESEND] md: Make flush bios explicitely sync,
Jan Kara
[PATCH] Detail: don't exit if ioctl has been successful,
Tomasz Majchrzak
raid5 to raid6 reshape never appeared to start, how to cancel/revert,
Roger Heflin
Reducing the number of devices in a degraded RAID-5,
Andreas Klauer
4.11.2: reshape raid5 -> raid6 atop bcache deadlocks at start on md_attr_store / raid5_make_request,
Nix
[PATCH v4] super1: fix sb->max_dev when adding a new disk in linear array,
Lidong Zhong
Fwd: Re: Promise Technology FakeRAID, jan.weber
[PATCH v3] super1: fix sb->max_dev when adding a new disk in linear array,
Lidong Zhong
How to backup of large md raid volumes?,
Ram Ramesh
Re: How to backup of large md raid volumes?, Victor Helmholtz
Re: How to backup of large md raid volumes?, Reindl Harald
[GIT PULL] MD update for 4.12-rc2, Shaohua Li
[PATCH v7 0/2] dm: boot a mapped device without an initramfs,
Enric Balletbo i Serra
Shouldn't the /sys/block/md*/queue/max_*sectors_kb be set to the chunk size?,
Chris Worley
[PATCH] manpage: bad block support for IMSM,
Tomasz Majchrzak
[PATCH] dm verity: fix no salt used use case,
Gilad Ben-Yossef
cleanup UUID types V3,
Christoph Hellwig
- [PATCH 07/23] uuid: hoist helpers uuid_equal() and uuid_copy() from xfs, Christoph Hellwig
- [PATCH 15/23] block: remove blk_part_pack_uuid, Christoph Hellwig
- [PATCH 20/23] sysctl: switch to use uuid_t, Christoph Hellwig
- [PATCH 18/23] overlayfs: use uuid_t instead of uuid_be, Christoph Hellwig
- [PATCH 22/23] scsi_debug: switch to uuid_t, Christoph Hellwig
- [PATCH 23/23] uuid: remove uuid_be, Christoph Hellwig
- [PATCH 21/23] nvme: switch to uuid_t, Christoph Hellwig
- [PATCH 16/23] ima/policy: switch to use uuid_t, Christoph Hellwig
- [PATCH 14/23] xfs: use the common helper uuid_is_null(), Christoph Hellwig
- [PATCH 19/23] partitions/ldm: switch to use uuid_t, Christoph Hellwig
- [PATCH 12/23] xfs: remove uuid_getnodeuniq and xfs_uu_t, Christoph Hellwig
- [PATCH 09/23] S390/sysinfo: use uuid_is_null instead of opencoding it, Christoph Hellwig
- [PATCH 17/23] fs: switch ->s_uuid to uuid_t, Christoph Hellwig
- [PATCH 13/23] md: namespace private helper names, Christoph Hellwig
- [PATCH 10/23] afs: switch to use uuid_t and uuid_gen, Christoph Hellwig
- [PATCH 11/23] uuid: remove struct uuid_v1, Christoph Hellwig
- [PATCH 08/23] uuid: hoist uuid_is_null() helper from libnvdimm, Christoph Hellwig
- [PATCH 04/23] uuid: rename uuid types, Christoph Hellwig
- [PATCH 06/23] uuid: add the v1 layout to uuid_t, Christoph Hellwig
- [PATCH 05/23] uuid: don't export guid_index and uuid_index, Christoph Hellwig
- [PATCH 01/23] xfs: use uuid_copy() helper to abstract uuid_t, Christoph Hellwig
- [PATCH 03/23] uuid: remove uuid_be defintions from the uapi header, Christoph Hellwig
- [PATCH 02/23] xfs: use uuid_be to implement the uuid_t type, Christoph Hellwig
[PATCH] md-cluster: fix potential lock issue in add_new_disk,
Guoqing Jiang
Re: [PATCH] mdadm: Unitialized variable rdev,
Jes Sorensen
cleanup UUID types V2,
Christoph Hellwig
- [PATCH 06/17] uuid: hoist helpers uuid_equal() and uuid_copy() from xfs, Christoph Hellwig
- [PATCH 12/17] xfs: remove uuid_getnodeuniq and xfs_uu_t, Christoph Hellwig
- [PATCH 09/17] s390/sysinfo: use uuid_is_null instead of opencoding it, Christoph Hellwig
- [PATCH 16/17] ima/policy: switch to use uuid_t, Christoph Hellwig
- [PATCH 17/17] fs: switch ->s_uuid to uuid_t, Christoph Hellwig
- [PATCH 14/17] xfs: use the common helper uuid_is_null(), Christoph Hellwig
- [PATCH 11/17] uuid: remove struct uuid_v1, Christoph Hellwig
- [PATCH 13/17] md: namespace private helper names, Christoph Hellwig
- [PATCH 15/17] block: remove blk_part_pack_uuid, Christoph Hellwig
- [PATCH 10/17] afs: switch to use uuid_t and uuid_gen, Christoph Hellwig
- [PATCH 07/17] uuid: remove the now unused uuid_be_cmp helper, Christoph Hellwig
- [PATCH 05/17] uuid: add the v1 layout to uuid_t, Christoph Hellwig
- [PATCH 08/17] uuid: hoist uuid_is_null() helper from libnvdimm, Christoph Hellwig
- [PATCH 04/17] uuid: don't export guid_index and uuid_index, Christoph Hellwig
- [PATCH 01/17] xfs: use uuid_copy() helper to abstract uuid_t, Christoph Hellwig
- [PATCH 03/17] uuid: rename uuid types, Christoph Hellwig
- [PATCH 02/17] xfs: use uuid_be to implement the uuid_t type, Christoph Hellwig
[PATCH] Get failed disk count from array state,
Tomasz Majchrzak
[PATCH v8 0/4] Broadcom SBA RAID support,
Anup Patel
[PATCH] super1: fix sb->max_dev when adding a new disk in linear array,
Lidong Zhong
[PATCH] md/r5cache: handle sync with data in write back cache, Song Liu
[PATCH v5] md/r5cache: gracefully handle journal device errors for writeback mode, Song Liu
Building mdadm in parallel fails, Paul Menzel
[mdadm PATCH] retire the APIs that driver no longer supports, Zhilong Liu
cleanup UUID types,
Christoph Hellwig
- [PATCH 16/16] fs: switch ->s_uuid to uuid_t, Christoph Hellwig
- [PATCH 15/16] ima/policy: switch to use uuid_t, Christoph Hellwig
- [PATCH 11/16] uuid: hoist uuid_is_null() helper from libnvdimm, Christoph Hellwig
- [PATCH 14/16] block: remove blk_part_pack_uuid, Christoph Hellwig
- [PATCH 10/16] uuid: hoist helpers uuid_equal() and uuid_copy() from xfs, Christoph Hellwig
- [PATCH 12/16] xfs: use the common helper uuid_is_null(), Christoph Hellwig
- [PATCH 13/16] block: remove blk_part_pack_uuid, Christoph Hellwig
- [PATCH 09/16] md: namespace private helper names, Christoph Hellwig
- [PATCH 04/16] uuid: don't export guid_index and uuid_index, Christoph Hellwig
- [PATCH 06/16] afs: switch to use uuid_t and uuid_gen, Christoph Hellwig
- [PATCH 08/16] xfs: remove uuid_getnodeuniq and xfs_uu_t, Christoph Hellwig
- [PATCH 07/16] uuid: remove struct uuid_v1, Christoph Hellwig
- [PATCH 03/16] uuid: rename uuid types, Christoph Hellwig
- [PATCH 05/16] uuid: add the v1 layout to uuid_t, Christoph Hellwig
- [PATCH 02/16] xfs: use uuid_be to implement the uuid_t type, Christoph Hellwig
- [PATCH 01/16] xfs: use uuid_copy() helper to abstract uuid_t, Christoph Hellwig
- Re: [PATCH 03/16] uuid: rename uuid types, David Howells
- Re: [PATCH 05/16] uuid: add the v1 layout to uuid_t, David Howells
- Re: [PATCH 06/16] afs: switch to use uuid_t and uuid_gen, David Howells
[PATCH] md:raid1/10: avoid unnecessary locking,
shli
Resync of the degraded RAID10 array,
Tomasz Majchrzak
RFC - Raid error detection and auto-recovery (was Fault tolerance with badblocks),
Wols Lists
[PATCH][HSD116699] raid1: prefer disk without bad blocks,
Tomasz Majchrzak
[PATCH][V2] dm ioctl: make dm_open and dm_release release static, Colin King
[PATCH] dm ioctl: make dm_open and dm_release release,
Colin King
Network based (iSCSI) RAID1 setup,
Gionatan Danti
How to delay mdadm assembly until all component drives are recognized/ready?,
Ram Ramesh
In Direct I/O, no matter how big the read/write, the bio's are all 4KB,
Chris Worley
Where to best put the journal device physically?, Paul Menzel
[PATCH] IMSM: Correct --examine output for 4k disks,
Mariusz Dabrowski
[PATCH 0/5] Don't combine disks with different sector size in the array,
Tomasz Majchrzak
[PATCH] mdadm/md.4: set page-length as 1000 to avoid warnings from grotty,
Zhilong Liu
[PATCH v4 1/2] md:r5cache: in r5l_do_submit_io(), submit io->split_bio first.,
Song Liu
BUG_ON(sh->batch_head) in init_stripe(),
Stephane Thiell
MD device tinning documentation,
Vladimir Fedorkov
[PATCH] md: don't return -EAGAIN in md_allow_write for external metadata arrays,
Artur Paszkiewicz
[PATCH] md/md0: optimize raid0 discard handling,
Shaohua Li
[RFC 00/10] introduce crypto wait for async op function,
Gilad Ben-Yossef
- [RFC 01/10] crypto: factor async completion for general use, Gilad Ben-Yossef
- [RFC 02/10] crypto: move pub key to generic async completion, Gilad Ben-Yossef
- [RFC 04/10] crypto: move gcm to generic async completion, Gilad Ben-Yossef
- [RFC 08/10] cifs: move to generic async completion, Gilad Ben-Yossef
- [RFC 10/10] crypto: adapt api sample to use async. op wait, Gilad Ben-Yossef
- [RFC 09/10] ima: move to generic async completion, Gilad Ben-Yossef
- [RFC 05/10] crypto: move testmgr to generic async completion, Gilad Ben-Yossef
- [RFC 03/10] crypto: move drbg to generic async completion, Gilad Ben-Yossef
- [RFC 07/10] fscrypt: move to generic async completion, Gilad Ben-Yossef
- [RFC 06/10] dm: move dm-verity to generic async completion, Gilad Ben-Yossef
[PATCH v1 0/2] unify stat and fstat checking blkdev into functions,
Zhilong Liu
Fault tolerance in RAID0 with badblocks,
Ravi (Tom) Hale
- Re: Fault tolerance in RAID0 with badblocks, Wols Lists
- Re: Fault tolerance with badblocks, Ravi (Tom) Hale
- Re: Fault tolerance with badblocks, Anthony Youngman
- Re: Fault tolerance with badblocks, Ravi (Tom) Hale
- Re: Fault tolerance with badblocks, Wols Lists
- Re: Fault tolerance with badblocks, Nix
- Re: Fault tolerance with badblocks, Anthony Youngman
- Re: Fault tolerance with badblocks, Phil Turmel
- Re: Fault tolerance with badblocks, Nix
- Re: Fault tolerance with badblocks, Anthony Youngman
- Re: Fault tolerance with badblocks, Nix
- Re: Fault tolerance with badblocks, David Brown
- Re: Fault tolerance with badblocks, Nix
- Re: Fault tolerance with badblocks, David Brown
- Re: Fault tolerance with badblocks, Chris Murphy
- Re: Fault tolerance with badblocks, Wols Lists
- Re: Fault tolerance with badblocks, Nix
- A sector-of-mismatch warning patch (was Re: Fault tolerance with badblocks), Nix
- Re: A sector-of-mismatch warning patch (was Re: Fault tolerance with badblocks), Nix
- Re: A sector-of-mismatch warning patch (was Re: Fault tolerance with badblocks), NeilBrown
- Re: A sector-of-mismatch warning patch (was Re: Fault tolerance with badblocks), Nix
- Re: A sector-of-mismatch warning patch (was Re: Fault tolerance with badblocks), NeilBrown
- Re: A sector-of-mismatch warning patch (was Re: Fault tolerance with badblocks), Nix
- Re: A sector-of-mismatch warning patch (was Re: Fault tolerance with badblocks), Shaohua Li
- Re: A sector-of-mismatch warning patch (was Re: Fault tolerance with badblocks), NeilBrown
- Re: A sector-of-mismatch warning patch (was Re: Fault tolerance with badblocks), Nix
- Re: A sector-of-mismatch warning patch (was Re: Fault tolerance with badblocks), Shaohua Li
- Re: A sector-of-mismatch warning patch (was Re: Fault tolerance with badblocks), Nix
- Re: A sector-of-mismatch warning patch (was Re: Fault tolerance with badblocks), NeilBrown
- Re: A sector-of-mismatch warning patch (was Re: Fault tolerance with badblocks), Nix
- Re: A sector-of-mismatch warning patch (was Re: Fault tolerance with badblocks), Shaohua Li
- Re: A sector-of-mismatch warning patch (was Re: Fault tolerance with badblocks), NeilBrown
- Re: Fault tolerance with badblocks, Phil Turmel
- Re: Fault tolerance with badblocks, NeilBrown
- Re: Fault tolerance with badblocks, Chris Murphy
- Re: Fault tolerance with badblocks, Phil Turmel
- Re: Fault tolerance with badblocks, David Brown
- Re: Fault tolerance with badblocks, Peter Grandi
DM_INTEGRITY Kconfig help (was: Re: dm: add integrity target),
Geert Uytterhoeven
RAID creation resync behaviors,
Shaohua Li
Fwd: Please Help! Degraded Raid6,
Bernd
[PATCH 0/7] Fix fallout from changes to FUA and PREFLUSH definitions,
Jan Kara
[PATCH 0/6] md: Fine-tuning for some function implementations,
SF Markus Elfring
mdadm/mdmon Name vs argv[0],
Jes Sorensen
[PATCH] change back 0644 permission for Grow.c,
Zhilong Liu
[mdadm PATCH 0/2] unify stat and fstat into functions,
Zhilong Liu
[GIT PULL] MD update for 4.12,
Shaohua Li
Big-endian RAID5 recovery problem,
Adam Thompson
[PATCH] md/raid10: skip spare disk as 'first' disk,
Shaohua Li
fixing raid1,
jdd@xxxxxxxxx
[PATCH] md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lock,
Julia Cartwright
How important is SCTERC?,
Ram Ramesh
[MD PATCH v2 1/1] Use a new variable to count flighting sync requests,
Xiao Ni
[PATCH v3] md/r5cache: gracefully handle journal device errors for writeback mode,
Song Liu
Recovery on new 2TB disk: finish=7248.4min (raid1),
Ron Leach
[bug report] md-cluster: Fix adding of new disk with new reload code,
Dan Carpenter
[MD PATCH 1/1] Use a new variable to count flighting sync requests,
Xiao Ni
[PATCH 1/1] IMSM: Initialize my_vol_raid_dev_num during vol creation,
Pawel Baldysiak
Reshape didn't stop when two disks was removed, 彭昶勳
[mdadm PATCH] Create: move STOP_ARRAY to abort_locked,
Zhilong Liu
[PATCH v2 00/21] Introduce common scatterlist map function,
Logan Gunthorpe
- [PATCH v2 01/21] scatterlist: Introduce sg_map helper functions, Logan Gunthorpe
- [PATCH v2 08/21] dm-crypt: Make use of the new sg_map helper in 4 call sites, Logan Gunthorpe
- [PATCH v2 05/21] drm/i915: Make use of the new sg_map helper function, Logan Gunthorpe
- [PATCH v2 20/21] mmc: tifm_sd: Make use of the new sg_map helper function, Logan Gunthorpe
- [PATCH v2 19/21] mmc: sdricoh_cs: Make use of the new sg_map helper function, Logan Gunthorpe
- [PATCH v2 15/21] xen-blkfront: Make use of the new sg_map helper function, Logan Gunthorpe
- [PATCH v2 12/21] scsi: hisi_sas, mvsas, gdth: Make use of the new sg_map helper function, Logan Gunthorpe
- [PATCH v2 10/21] RDS: Make use of the new sg_map helper function, Logan Gunthorpe
- [PATCH v2 13/21] scsi: arcmsr, ips, megaraid: Make use of the new sg_map helper function, Logan Gunthorpe
- [PATCH v2 17/21] mmc: spi: Make use of the new sg_map helper function, Logan Gunthorpe
- [PATCH v2 09/21] staging: unisys: visorbus: Make use of the new sg_map helper function, Logan Gunthorpe
- [PATCH v2 02/21] libiscsi: Add an internal error code, Logan Gunthorpe
- [PATCH v2 06/21] crypto: hifn_795x: Make use of the new sg_map helper function, Logan Gunthorpe
- [PATCH v2 21/21] memstick: Make use of the new sg_map helper function, Logan Gunthorpe
- [PATCH v2 11/21] scsi: ipr, pmcraid, isci: Make use of the new sg_map helper, Logan Gunthorpe
- [PATCH v2 18/21] mmc: tmio: Make use of the new sg_map helper function, Logan Gunthorpe
- [PATCH v2 16/21] mmc: sdhci: Make use of the new sg_map helper function, Logan Gunthorpe
- [PATCH v2 04/21] target: Make use of the new sg_map function at 16 call sites, Logan Gunthorpe
- [PATCH v2 14/21] scsi: libfc, csiostor: Change to sg_copy_buffer in two drivers, Logan Gunthorpe
- [PATCH v2 03/21] libiscsi: Make use of new the sg_map helper function, Logan Gunthorpe
- [PATCH v2 07/21] crypto: shash, caam: Make use of the new sg_map helper function, Logan Gunthorpe
mismatch_cnt > 0 during initial sync?,
Stephane Thiell
[PATCH] Don't use UnSet with consistency_policy,
Artur Paszkiewicz
[MD PATCH 1/1] Don't add nr_pending for resync requests,
Xiao Ni
[Index of Archives]
[Linux RAID Wiki]
[Linux Block]
[ATA RAID]
[Kernel]
[Linux SCSI]
[Linux iSCSI]
[Linux SCSI Target Infrastructure]
[Linux Books]