summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-133-43/+66
|\
| * drivers: convert shrinkers to new count/scan APIDave Chinner2013-09-113-43/+66
* | Merge tag 'dm-3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-1018-151/+1359
|\ \
| * | dm stripe: silence a couple sparse warningsMike Snitzer2013-09-061-0/+1
| * | dm: add statistics supportMikulas Patocka2013-09-066-12/+1102
| * | dm thin: always return -ENOSPC if no_free_space is setMike Snitzer2013-09-061-25/+31
| * | dm ioctl: cleanup error handling in table_loadMike Snitzer2013-09-061-18/+16Star
| * | dm ioctl: increase granularity of type_lock when loading tableMike Snitzer2013-09-063-4/+6
| * | dm ioctl: prevent rename to empty name or uuidAlasdair Kergon2013-09-061-1/+1
| * | dm thin: set pool read-only if breaking_sharing fails block allocationMike Snitzer2013-09-061-2/+4
| * | dm thin: prefix pool error messages with pool device nameMike Snitzer2013-09-061-16/+32
| * | dm: allow error target to replace bio-based and request-based targetsMike Snitzer2013-09-063-3/+39
| * | dm space map: optimise sm_ll_dec and sm_ll_incJoe Thornber2013-08-231-28/+49
| * | dm btree: prefetch child nodes when walking tree for a dm_btree_delJoe Thornber2013-08-233-5/+31
| * | dm btree: use pop_frame in dm_btree_del to cleanup codeJoe Thornber2013-08-231-1/+1
| * | dm cache: eliminate holes in cache structureMike Snitzer2013-08-231-15/+15
| * | dm cache: fix stacking of geometry limitsMike Snitzer2013-08-231-2/+10
| * | dm thin: fix stacking of geometry limitsMike Snitzer2013-08-231-2/+10
| * | dm cache: add data block size limits to code and DocumentationMike Snitzer2013-08-231-7/+10
| * | dm: stop using WQ_NON_REENTRANTTejun Heo2013-08-234-14/+5Star
* | | Merge tag 'md/3.12' of git://neil.brown.name/mdLinus Torvalds2013-09-104-40/+406
|\ \ \ | |_|/ |/| |
| * | raid5: only wakeup necessary threadsShaohua Li2013-09-022-6/+38
| * | md/raid5: flush out all pending requests before proceeding with reshape.NeilBrown2013-08-281-0/+7
| * | md/raid5: use seqcount to protect access to shape in make_request.NeilBrown2013-08-282-1/+14
| * | raid5: sysfs entry to control worker thread numberShaohua Li2013-08-281-0/+60
| * | raid5: offload stripe handle to workqueueShaohua Li2013-08-282-15/+186
| * | raid5: fix stripe release orderShaohua Li2013-08-281-0/+15
| * | raid5: make release_stripe locklessShaohua Li2013-08-282-3/+49
| * | md: avoid deadlock when dirty buffers during md_stop.NeilBrown2013-08-272-9/+33
| * | md: Don't test all of mddev->flags at once.NeilBrown2013-08-272-5/+6
| * | md: Fix apparent cut-and-paste error in super_90_validateDave Jones2013-08-271-1/+1
| * | md: fix safe_mode buglet.NeilBrown2013-08-271-1/+1
| * | md: don't call md_allow_write in get_bitmap_file.NeilBrown2013-08-271-4/+1Star
| |/
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2013-09-041-1/+15
|\ \ | |/ |/|
| * [SCSI] Return ENODATA on medium errorHannes Reinecke2013-08-231-1/+15
* | dm cache: avoid conflicting remove_mapping() in mq policyGeert Uytterhoeven2013-08-161-9/+7Star
|/
* Merge tag 'md/3.11-fixes' of git://neil.brown.name/mdLinus Torvalds2013-07-263-6/+18
|\
| * md/raid5: fix interaction of 'replace' and 'recovery'.NeilBrown2013-07-252-5/+11
| * md/raid10: remove use-after-free bug.NeilBrown2013-07-251-1/+7
* | Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-07-2321-801/+869
|\ \ | |/ |/|
| * bcache: Allocation kthread fixesKent Overstreet2013-07-123-18/+15Star
| * bcache: Fix GC_SECTORS_USED() calculationKent Overstreet2013-07-121-1/+3
| * bcache: Journal replay fixKent Overstreet2013-07-121-1/+6
| * bcache: Shutdown fixKent Overstreet2013-07-121-7/+11
| * bcache: Fix a sysfs splat on shutdownKent Overstreet2013-07-122-1/+11
| * bcache: Advertise that flushes are supportedKent Overstreet2013-07-122-1/+9
| * bcache: check for allocation failuresDan Carpenter2013-07-121-0/+2
| * bcache: Fix a dumb raceKent Overstreet2013-07-121-2/+4
| * bcache: Use standard utility codeKent Overstreet2013-07-018-144/+51Star
| * bcache: Delete fuzz testerKent Overstreet2013-07-013-152/+2Star