summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'md-3.9-fixes' of git://neil.brown.name/mdLinus Torvalds2013-03-234-45/+86
|\
| * md: remove CONFIG_MULTICORE_RAID456 entirelyPaul Bolle2013-03-201-4/+0Star
| * md/raid5: ensure sync and DISCARD don't happen at the same time.NeilBrown2013-03-202-6/+40
| * MD: Prevent sysfs operations on uninitialized kobjectsJonathan Brassow2013-03-202-6/+4Star
| * MD RAID5: Avoid accessing gendisk or queue structs when not availableJonathan Brassow2013-03-201-13/+20
| * md/raid5: schedule_construction should abort if nothing to do.NeilBrown2013-03-201-16/+22
* | dm cache: policy ignore hints if generated by different versionMike Snitzer2013-03-203-13/+39
* | dm cache: policy change version from string to integer setMike Snitzer2013-03-206-6/+36
* | dm cache: fix race in writethrough implementationJoe Thornber2013-03-201-50/+88
* | dm cache: metadata clear dirty bits on clean shutdownJoe Thornber2013-03-201-1/+1
* | dm cache: avoid calling policy destructor twice on errorHeinz Mauelshagen2013-03-201-1/+4
* | dm cache: detect cache_create failureHeinz Mauelshagen2013-03-201-0/+2
* | dm cache: avoid 64 bit division on 32 bitJoe Thornber2013-03-201-7/+14
* | dm verity: avoid deadlockMikulas Patocka2013-03-202-5/+36
* | dm thin: fix non power of two discard granularity calcJoe Thornber2013-03-201-1/+6
* | dm thin: fix discard corruptionJoe Thornber2013-03-202-24/+26
* | Merge tag 'md-3.9' of git://neil.brown.name/mdLinus Torvalds2013-03-068-95/+219
|\|
| * md: expedite metadata update when switching read-auto -> activeNeilBrown2013-02-281-1/+11
| * md: remove CONFIG_MULTICORE_RAID456NeilBrown2013-02-272-48/+1Star
| * md/raid1,raid10: fix deadlock with freeze_array()NeilBrown2013-02-262-0/+2
| * md/raid0: improve error message when converting RAID4-with-spares to RAID0NeilBrown2013-02-261-1/+7
| * md: raid0: fix error return from create_stripe_zones.NeilBrown2013-02-261-1/+1
| * md: fix two bugs when attempting to resize RAID0 array.NeilBrown2013-02-262-1/+5
| * DM RAID: Add support for MD's RAID10 "far" and "offset" algorithmsJonathan Brassow2013-02-261-20/+103
| * MD RAID10: Improve redundancy for 'far' and 'offset' algorithms (part 2)Jonathan Brassow2013-02-261-2/+28
| * MD RAID10: Improve redundancy for 'far' and 'offset' algorithms (part 1)Jonathan Brassow2013-02-262-18/+45
| * MD RAID10: Minor non-functional code changesJonathan Brassow2013-02-261-3/+2Star
| * md: raid1,10: Handle REQ_WRITE_SAME flag in write biosJoe Lawrence2013-02-262-3/+13
| * md: protect against crash upon fsync on ro arraySebastian Riemer2013-02-211-0/+4
* | dm cache: add cleaner policyHeinz Mauelshagen2013-03-013-0/+474
* | dm cache: add mq policyJoe Thornber2013-03-013-0/+1207
* | dm: add cache targetJoe Thornber2013-03-0112-0/+4475
* | dm persistent data: add bitsetJoe Thornber2013-03-013-0/+329
* | dm persistent data: add transactional arrayJoe Thornber2013-03-013-0/+975
* | dm thin: remove cells from stackJoe Thornber2013-03-013-23/+43
* | dm bio prison: pass cell memory inJoe Thornber2013-03-013-101/+176
* | dm persistent data: add btree_walkJoe Thornber2013-03-014-0/+69
* | dm: add target num_write_bios fnAlasdair G Kergon2013-03-011-7/+15
* | dm kcopyd: introduce configurable throttlingMikulas Patocka2013-03-014-4/+132
* | dm ioctl: allow message to return dataMikulas Patocka2013-03-011-1/+35
* | dm ioctl: optimize functions without variable paramsMikulas Patocka2013-03-011-18/+34
* | dm ioctl: introduce ioctl_flagsMikulas Patocka2013-03-011-23/+41
* | dm: merge io_pool and tio_poolJun'ichi Nomura2013-03-011-49/+27Star
* | dm: remove unused _rq_bio_info_cacheJun'ichi Nomura2013-03-011-21/+10Star
* | dm: fix limits initialization when there are no data devicesMike Christie2013-03-011-5/+7
* | dm snapshot: add missing module aliasesMikulas Patocka2013-03-011-0/+2
* | dm persistent data: set some btree fn parms constMike Snitzer2013-03-012-9/+9
* | dm: refactor bio cloningAlasdair G Kergon2013-03-011-68/+96
* | dm: rename bio cloning functionsAlasdair G Kergon2013-03-011-32/+31Star
* | dm: rename request variables to biosAlasdair G Kergon2013-03-0114-66/+66