aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-05Merge tag 'md-3.9' of git://neil.brown.name/mdLinus Torvalds8-95/+219
2013-03-01dm cache: add cleaner policyHeinz Mauelshagen3-0/+474
2013-03-01dm cache: add mq policyJoe Thornber3-0/+1207
2013-03-01dm: add cache targetJoe Thornber12-0/+4475
2013-03-01dm persistent data: add bitsetJoe Thornber3-0/+329
2013-03-01dm persistent data: add transactional arrayJoe Thornber3-0/+975
2013-03-01dm thin: remove cells from stackJoe Thornber3-23/+43
2013-03-01dm bio prison: pass cell memory inJoe Thornber3-101/+176
2013-03-01dm persistent data: add btree_walkJoe Thornber4-0/+69
2013-03-01dm: add target num_write_bios fnAlasdair G Kergon1-7/+15
2013-03-01dm kcopyd: introduce configurable throttlingMikulas Patocka4-4/+132
2013-03-01dm ioctl: allow message to return dataMikulas Patocka1-1/+35
2013-03-01dm ioctl: optimize functions without variable paramsMikulas Patocka1-18/+34
2013-03-01dm ioctl: introduce ioctl_flagsMikulas Patocka1-23/+41
2013-03-01dm: merge io_pool and tio_poolJun'ichi Nomura1-49/+27
2013-03-01dm: remove unused _rq_bio_info_cacheJun'ichi Nomura1-21/+10
2013-03-01dm: fix limits initialization when there are no data devicesMike Christie1-5/+7
2013-03-01dm snapshot: add missing module aliasesMikulas Patocka1-0/+2
2013-03-01dm persistent data: set some btree fn parms constMike Snitzer2-9/+9
2013-03-01dm: refactor bio cloningAlasdair G Kergon1-68/+96
2013-03-01dm: rename bio cloning functionsAlasdair G Kergon1-32/+31
2013-03-01dm: rename request variables to biosAlasdair G Kergon14-66/+66
2013-03-01dm: clean up clone_bioAlasdair G Kergon1-45/+57
2013-03-01dm persistent data: remove CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-03-01dm: remove CONFIG_EXPERIMENTALAlasdair G Kergon1-12/+12
2013-03-01dm thin: use block_size_is_power_of_twoMike Snitzer1-12/+13
2013-03-01dm bufio: use WRITE_FLUSH instead of REQ_FLUSHMikulas Patocka1-1/+1
2013-03-01dm table: remove superfluous variable resetWang Sheng-Hui1-1/+0
2013-03-01dm thin: support a non power of 2 discard_granularityMike Snitzer1-8/+1
2013-03-01dm: fix truncated status stringsMikulas Patocka12-113/+97
2013-03-01dm: do not replace bioset for request based dmJun'ichi Nomura1-9/+21
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-11/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin5-12/+7
2013-02-27dm: convert to idr_alloc()Tejun Heo1-39/+15
2013-02-27dm: don't use idr_remove_all()Tejun Heo1-1/+0
2013-02-28md: expedite metadata update when switching read-auto -> activeNeilBrown1-1/+11
2013-02-28md: remove CONFIG_MULTICORE_RAID456NeilBrown2-48/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-02-26md/raid1,raid10: fix deadlock with freeze_array()NeilBrown2-0/+2
2013-02-26md/raid0: improve error message when converting RAID4-with-spares to RAID0NeilBrown1-1/+7
2013-02-26md: raid0: fix error return from create_stripe_zones.NeilBrown1-1/+1
2013-02-26md: fix two bugs when attempting to resize RAID0 array.NeilBrown2-1/+5
2013-02-26DM RAID: Add support for MD's RAID10 "far" and "offset" algorithmsJonathan Brassow1-20/+103
2013-02-26MD RAID10: Improve redundancy for 'far' and 'offset' algorithms (part 2)Jonathan Brassow1-2/+28
2013-02-26MD RAID10: Improve redundancy for 'far' and 'offset' algorithms (part 1)Jonathan Brassow2-18/+45
2013-02-26MD RAID10: Minor non-functional code changesJonathan Brassow1-3/+2
2013-02-26md: raid1,10: Handle REQ_WRITE_SAME flag in write biosJoe Lawrence2-3/+13
2013-02-23drivers/md/persistent-data/dm-transaction-manager.c: rename HASH_SIZEAndrew Morton1-7/+7
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-21md: protect against crash upon fsync on ro arraySebastian Riemer1-0/+4