summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2013-07-12bcache: Fix a dumb raceKent Overstreet
2013-07-11Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-07-10dm: add switch targetJim Ramsay
2013-07-10dm: optimize reorder structureMikulas Patocka
2013-07-10dm: optimize use SRCU and RCUMikulas Patocka
2013-07-10dm bufio: submit writes outside lockMikulas Patocka
2013-07-10dm cache: fix arm link errors with inlineMikulas Patocka
2013-07-10dm verity: use __ffs and __flsMikulas Patocka
2013-07-10dm flakey: correct ctr alloc failure mesgAlasdair G Kergon
2013-07-10dm verity: remove pointless comparisonMikulas Patocka
2013-07-10dm: use __GFP_HIGHMEM in __vmallocMikulas Patocka
2013-07-10dm verity: fix inability to use a few specific devices sizesMikulas Patocka
2013-07-10dm ioctl: set noio flag to avoid __vmalloc deadlockMikulas Patocka
2013-07-10dm mpath: fix ioctl deadlock when no pathsHannes Reinecke
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-04md/raid10: fix bug which causes all RAID10 reshapes to move no data.NeilBrown
2013-07-04md/raid5: allow 5-device RAID6 to be reshaped to 4-device.NeilBrown
2013-07-02md/raid10: fix two bugs affecting RAID10 reshape.NeilBrown
2013-07-01bcache: Use standard utility codeKent Overstreet
2013-07-01bcache: Delete fuzz testerKent Overstreet
2013-07-01bcache: Document shrinker reserve betterKent Overstreet
2013-07-01bcache: FUA fixesKent Overstreet
2013-06-27bcache: Send label ueventsGabriel de Perthuis
2013-06-27bcache: Send a uevent with a cached device's UUIDGabriel de Perthuis
2013-06-27bcache: Write out full stripesKent Overstreet
2013-06-27bcache: Track dirty data by stripeKent Overstreet
2013-06-27bcache: Initialize sectors_dirty when attachingKent Overstreet
2013-06-27bcache: Improve lazy sortingKent Overstreet
2013-06-27bcache: Rip out pkey()/pbtree()Kent Overstreet
2013-06-27bcache: Fix/revamp tracepointsKent Overstreet
2013-06-27bcache: Refactor btree ioKent Overstreet
2013-06-27bcache: Convert allocator thread to kthreadKent Overstreet
2013-06-27bcache: Warn when a device is already registered.Gabriel de Perthuis
2013-06-27bcache: fix a spurious gcc complaint, use scnprintfKent Overstreet
2013-06-27md: bcache: io.c: fix a potential NULL pointer dereferenceKumar Amit Mehta
2013-06-26MD: Remember the last sync operation that was performedJonathan Brassow
2013-06-26md: fix buglet in RAID5 -> RAID0 conversion.NeilBrown
2013-06-18md: bcache: Fixed a typo with the word 'arithmetic'Phil Viana
2013-06-13md/raid10: check In_sync flag in 'enough()'.NeilBrown
2013-06-13md/raid10: locking changes for 'enough()'.NeilBrown
2013-06-13md: replace strict_strto*() with kstrto*()Jingoo Han
2013-06-13md: Wait for md_check_recovery before attempting device removal.Hannes Reinecke
2013-06-13dm-raid: silence compiler warning on rebuilds_per_group.NeilBrown
2013-06-13DM RAID: Fix raid_resume not reviving failed devices in all casesJonathan Brassow
2013-06-13DM RAID: Break-up untidy functionJonathan Brassow
2013-06-13DM RAID: Add ability to restore transiently failed devices on resumeJonathan Brassow
2013-06-13Merge tag 'md-3.10-fixes' of git://neil.brown.name/mdLinus Torvalds
2013-06-13md/raid1,5,10: Disable WRITE SAME until a recovery strategy is in placeH. Peter Anvin
2013-06-13md/raid1,raid10: use freeze_array in place of raise_barrier in various places.NeilBrown
2013-06-13md/raid1: consider WRITE as successful only if at least one non-Faulty and no...Alex Lyakas