summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2012-07-13Merge tag 'md-3.5-fixes' of git://neil.brown.name/mdLinus Torvalds
2012-07-09md/raid1: fix use-after-free bug in RAID1 data-check code.NeilBrown
2012-07-03Merge tag 'md-3.5-fixes' of git://neil.brown.name/mdLinus Torvalds
2012-07-04md/raid10: fix careless build errorNeilBrown
2012-07-03Merge tag 'dm-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds
2012-07-03dm persistent data: fix allocation failure in space map checker initMike Snitzer
2012-07-03dm persistent data: handle space map checker creation failureMike Snitzer
2012-07-03dm persistent data: fix shadow_info_leak on dm_tm_destroyMike Snitzer
2012-07-03dm thin: commit metadata before creating metadata snapshotJoe Thornber
2012-07-03md: fix up plugging (again).NeilBrown
2012-07-03md: support re-add of recovering devices.NeilBrown
2012-07-03md/raid1: fix bug in read_balance introduced by hot-replaceNeilBrown
2012-07-03raid5: delayed stripe fixShaohua Li
2012-07-03md/raid456: When read error cannot be recovered, record bad blockmajianpeng
2012-07-03md: make 'name' arg to md_register_thread non-optional.NeilBrown
2012-07-03md/raid10: fix failure when trying to repair a read error.NeilBrown
2012-07-03md/raid5: fix refcount problem when blocked_rdev is set.NeilBrown
2012-07-03md:Add blk_plug in sync_thread.majianpeng
2012-07-03md/raid5: In ops_run_io, inc nr_pending before calling md_wait_for_blocked_rdevmajianpeng
2012-07-03md/raid5: Do not add data_offset before call to is_badblockmajianpeng
2012-07-03md/raid5: prefer replacing failed devices over want-replacement devices.NeilBrown
2012-07-03md/raid10: Don't try to recovery unmatched (and unused) chunks.NeilBrown
2012-06-06Merge tag 'md-3.5-fixes' of git://neil.brown.name/mdLinus Torvalds
2012-06-02Merge tag 'dm-3.5-changes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-06-03dm thin: provide userspace access to pool metadataJoe Thornber
2012-06-03dm thin: use slab mempoolsMike Snitzer
2012-06-03dm mpath: allow ioctls to trigger pg initMikulas Patocka
2012-06-03dm mpath: delay retry of bypassed pgMike Christie
2012-06-03dm mpath: reduce size of struct multipathMike Snitzer
2012-05-31md: raid1/raid10: fix problem with merge_bvec_fnNeilBrown
2012-05-23Merge tag 'md-3.5' of git://neil.brown.name/mdLinus Torvalds
2012-05-22md/bitmap: record the space available for the bitmap in the superblock.NeilBrown
2012-05-22md/raid10: Remove extras after reshape to smaller number of devices.NeilBrown
2012-05-22md/raid5: improve removal of extra devices after reshape.NeilBrown
2012-05-22md: check the return of mddev_find()Yuanhan Liu
2012-05-22MD RAID1: Further conditionalize 'fullsync'Jonathan Brassow
2012-05-22DM RAID: Use md_error() in place of simply setting Faulty bitJonathan Brassow
2012-05-22DM RAID: Record and handle missing devicesJonathan Brassow
2012-05-22DM RAID: Set recovery flags on resumeJonathan Brassow
2012-05-22md/raid5: Allow reshape while a bitmap is present.NeilBrown
2012-05-22md/raid10: resize bitmap when required during reshape.NeilBrown
2012-05-22md: allow array to be resized while bitmap is present.NeilBrown
2012-05-22md/bitmap: make sure reshape request are reflected in superblock.NeilBrown
2012-05-22md/bitmap: add bitmap_resize function to allow bitmap resizing.NeilBrown
2012-05-22md/bitmap: use DIV_ROUND_UP instead of open-codeNeilBrown
2012-05-22md/bitmap: create a 'struct bitmap_counts' substructure of 'struct bitmap'NeilBrown
2012-05-22md/bitmap: make bitmap bitops atomic.NeilBrown
2012-05-22md/bitmap: make _page_attr bitops atomic.NeilBrown
2012-05-22md/bitmap: merge bitmap_file_unmap and bitmap_file_put.NeilBrown
2012-05-22md/bitmap: remove async freeing of bitmap file.NeilBrown