summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* bcache: Fix merge_bvec_fn usage for when it modifies the bvmKent Overstreet2013-04-221-9/+8
* bcache: Correctly check against BIO_MAX_PAGESKent Overstreet2013-04-201-5/+4
* bcache: Hack around stuff that clones up to bi_max_vecsKent Overstreet2013-04-201-0/+9
* bcache: Set ra_pages based on backing device's ra_pagesKent Overstreet2013-04-201-0/+4
* bcache: Take data offset from the bdev superblock.Kent Overstreet2013-04-203-57/+100
* bcache: Disable broken btree fuzz testerKent Overstreet2013-04-081-2/+4
* bcache: Fix a format string overflowKent Overstreet2013-04-081-2/+2
* bcache: Fix a minor memory leak on device teardownKent Overstreet2013-04-081-1/+3
* bcache: Use WARN_ONCE() instead of __WARN()Kent Overstreet2013-04-081-1/+1
* bcache: Add missing #include <linux/prefetch.h>Geert Uytterhoeven2013-04-082-0/+2
* bcache: Sparse fixesKent Overstreet2013-04-084-90/+92
* bcache: Don't export utility code, prefix with bch_Kent Overstreet2013-03-2813-101/+89
* bcache: Fix for the build fixesKent Overstreet2013-03-251-1/+0
* bcache: Style/checkpatch fixesKent Overstreet2013-03-2510-56/+51
* bcache: Build fixes from test robotKent Overstreet2013-03-255-5/+6
* bcache: A block layer cacheKent Overstreet2013-03-2329-0/+15683
* Merge tag 'md-3.9' of git://neil.brown.name/mdLinus Torvalds2013-03-058-95/+219
|\
| * md: expedite metadata update when switching read-auto -> activeNeilBrown2013-02-281-1/+11
| * md: remove CONFIG_MULTICORE_RAID456NeilBrown2013-02-282-48/+1
| * 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/+2
| * 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/+27
* | dm: remove unused _rq_bio_info_cacheJun'ichi Nomura2013-03-011-21/+10
* | 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/+31
* | dm: rename request variables to biosAlasdair G Kergon2013-03-0114-66/+66
OpenPOWER on IntegriCloud