summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2014-10-09md/raid5: disable 'DISCARD' by default due to safety concerns.NeilBrown
2014-10-05md/raid1: intialise start_next_window for READ case to avoid hangNeilBrown
2014-10-05md/raid1: fix_read_error should act on all non-faulty devices.NeilBrown
2014-10-05md/raid1: count resync requests in nr_pending.NeilBrown
2014-10-05md/raid1: update next_resync under resync_lock.NeilBrown
2014-10-05md/raid1: Don't use next_resync to determine how far resync has progressedNeilBrown
2014-10-05md/raid1: make sure resync waits for conflicting writes to complete.NeilBrown
2014-10-05md/raid1: be more cautious where we read-balance during resync.NeilBrown
2014-10-05md/raid1: clean up request counts properly in close_sync()NeilBrown
2014-10-05dm crypt: fix access beyond the end of allocated spaceMikulas Patocka
2014-10-05dm cache: fix race causing dirty blocks to be marked as cleanAnssi Hannula
2014-09-17dm table: propagate QUEUE_FLAG_NO_SG_MERGEJeff Moyer
2014-09-17md/raid10: Fix memory leak when raid10 reshape completes.NeilBrown
2014-09-17md/raid10: fix memory leak when reshaping a RAID10.NeilBrown
2014-09-17md/raid6: avoid data corruption during recovery of double-degraded RAID6NeilBrown
2014-09-17md/raid5: avoid livelock caused by non-aligned writes.NeilBrown
2014-09-17md/raid1,raid10: always abort recover on write error.NeilBrown
2014-08-01dm cache: fix race affecting dirty block countAnssi Hannula
2014-08-01dm bufio: fully initialize shrinkerGreg Thelen
2014-07-18Merge tag 'dm-3.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-07-15dm cache metadata: do not allow the data block size to changeMike Snitzer
2014-07-15dm thin metadata: do not allow the data block size to changeMike Snitzer
2014-07-11Merge tag 'dm-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds
2014-07-10dm mpath: fix IO hang due to logic bug in multipath_busyJun'ichi Nomura
2014-07-10dm io: fix a race condition in the wake up code for sync_ioJoe Thornber
2014-07-10dm crypt, dm zero: update author name following legal name changeJana Saout
2014-07-10dm: allocate a special workqueue for deferred device removalMikulas Patocka
2014-07-03md: flush writes before starting a recovery.NeilBrown
2014-07-03md: make sure GET_ARRAY_INFO ioctl reports correct "clean" statusNeilBrown
2014-06-12Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-06-11dm thin: update discard_granularity to reflect the thin-pool blocksizeLukas Czerner
2014-06-11dm bio prison: implement per bucket locking in the dm_bio_prison hash tableHeinz Mauelshagen
2014-06-11Merge tag 'md/3.16' of git://neil.brown.name/mdLinus Torvalds
2014-06-10raid5: speedup sync_request processingEivind Sarto
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-05md/raid5: deadlock between retry_aligned_read with barrier iohui jiao
2014-06-04dm: remove symbol export for dm_set_device_limitsMike Snitzer
2014-06-04dm: disable WRITE SAME if it failsMike Snitzer
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-03dm era: check for a non-NULL metadata object before closing itJoe Thornber
2014-06-03dm thin: return ENOSPC instead of EIO when error_if_no_space enabledMike Snitzer
2014-06-03dm thin: cleanup noflush_work to use a proper completionJoe Thornber
2014-06-03dm snapshot: do not split read bios sent to snapshot-origin targetMikulas Patocka
2014-06-03dm snapshot: allocate a per-target structure for snapshot-origin targetMikulas Patocka
2014-06-03dm: introduce dm_accept_partial_bioMikulas Patocka
2014-06-03dm: change sector_count member in clone_info from sector_t to unsignedMikulas Patocka
2014-06-02Merge tag 'md/3.15-fixes' of git://neil.brown.name/mdLinus Torvalds
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds
2014-05-30Merge tag 'dm-3.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-05-29raid5: add an option to avoid copy data from bio to stripe cacheShaohua Li