aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-16dm cache: avoid conflicting remove_mapping() in mq policyGeert Uytterhoeven1-9/+7
2013-07-26Merge tag 'md/3.11-fixes' of git://neil.brown.name/mdLinus Torvalds3-6/+18
2013-07-25md/raid5: fix interaction of 'replace' and 'recovery'.NeilBrown2-5/+11
2013-07-25md/raid10: remove use-after-free bug.NeilBrown1-1/+7
2013-07-22Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds21-801/+869
2013-07-18md/raid1: fix bio handling problems in process_checks()NeilBrown1-23/+30
2013-07-18md: Remove recent change which allows devices to skip recovery.NeilBrown1-14/+0
2013-07-18md/raid10: fix two problems with RAID10 resync.NeilBrown1-2/+9
2013-07-12bcache: Allocation kthread fixesKent Overstreet3-18/+15
2013-07-12bcache: Fix GC_SECTORS_USED() calculationKent Overstreet1-1/+3
2013-07-12bcache: Journal replay fixKent Overstreet1-1/+6
2013-07-12bcache: Shutdown fixKent Overstreet1-7/+11
2013-07-12bcache: Fix a sysfs splat on shutdownKent Overstreet2-1/+11
2013-07-12bcache: Advertise that flushes are supportedKent Overstreet2-1/+9
2013-07-12bcache: check for allocation failuresDan Carpenter1-0/+2
2013-07-12bcache: Fix a dumb raceKent Overstreet1-2/+4
2013-07-11Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dmLinus Torvalds11-180/+818
2013-07-10dm: add switch targetJim Ramsay3-0/+553
2013-07-10dm: optimize reorder structureMikulas Patocka1-7/+7
2013-07-10dm: optimize use SRCU and RCUMikulas Patocka3-142/+175
2013-07-10dm bufio: submit writes outside lockMikulas Patocka1-15/+58
2013-07-10dm cache: fix arm link errors with inlineMikulas Patocka1-0/+4
2013-07-10dm verity: use __ffs and __flsMikulas Patocka1-4/+4
2013-07-10dm flakey: correct ctr alloc failure mesgAlasdair G Kergon1-1/+1
2013-07-10dm verity: remove pointless comparisonMikulas Patocka1-2/+2
2013-07-10dm: use __GFP_HIGHMEM in __vmallocMikulas Patocka2-2/+2
2013-07-10dm verity: fix inability to use a few specific devices sizesMikulas Patocka1-3/+2
2013-07-10dm ioctl: set noio flag to avoid __vmalloc deadlockMikulas Patocka1-0/+3
2013-07-10dm mpath: fix ioctl deadlock when no pathsHannes Reinecke2-7/+10
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2013-07-04md/raid10: fix bug which causes all RAID10 reshapes to move no data.NeilBrown1-5/+4
2013-07-04md/raid5: allow 5-device RAID6 to be reshaped to 4-device.NeilBrown1-1/+1
2013-07-03md/raid10: fix two bugs affecting RAID10 reshape.NeilBrown1-2/+2
2013-07-01bcache: Use standard utility codeKent Overstreet8-144/+51
2013-07-01bcache: Delete fuzz testerKent Overstreet3-152/+2
2013-07-01bcache: Document shrinker reserve betterKent Overstreet1-0/+7
2013-07-01bcache: FUA fixesKent Overstreet3-5/+35
2013-06-26bcache: Send label ueventsGabriel de Perthuis2-1/+17
2013-06-26bcache: Send a uevent with a cached device's UUIDGabriel de Perthuis1-3/+9
2013-06-26bcache: Write out full stripesKent Overstreet9-37/+121
2013-06-26bcache: Track dirty data by stripeKent Overstreet7-26/+105
2013-06-26bcache: Initialize sectors_dirty when attachingKent Overstreet4-29/+39
2013-06-26bcache: Improve lazy sortingKent Overstreet3-17/+26
2013-06-26bcache: Rip out pkey()/pbtree()Kent Overstreet7-45/+57
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet14-110/+126
2013-06-26bcache: Refactor btree ioKent Overstreet6-176/+140
2013-06-26bcache: Convert allocator thread to kthreadKent Overstreet4-33/+43
2013-06-26bcache: Warn when a device is already registered.Gabriel de Perthuis1-2/+37
2013-06-26bcache: fix a spurious gcc complaint, use scnprintfKent Overstreet1-21/+22
2013-06-26md: bcache: io.c: fix a potential NULL pointer dereferenceKumar Amit Mehta1-0/+2