aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2013-03-05Merge tag 'md-3.9' of git://neil.brown.name/mdLinus Torvalds
2013-03-01dm cache: add cleaner policyHeinz Mauelshagen
2013-03-01dm cache: add mq policyJoe Thornber
2013-03-01dm: add cache targetJoe Thornber
2013-03-01dm persistent data: add bitsetJoe Thornber
2013-03-01dm persistent data: add transactional arrayJoe Thornber
2013-03-01dm thin: remove cells from stackJoe Thornber
2013-03-01dm bio prison: pass cell memory inJoe Thornber
2013-03-01dm persistent data: add btree_walkJoe Thornber
2013-03-01dm: add target num_write_bios fnAlasdair G Kergon
2013-03-01dm kcopyd: introduce configurable throttlingMikulas Patocka
2013-03-01dm ioctl: allow message to return dataMikulas Patocka
2013-03-01dm ioctl: optimize functions without variable paramsMikulas Patocka
2013-03-01dm ioctl: introduce ioctl_flagsMikulas Patocka
2013-03-01dm: merge io_pool and tio_poolJun'ichi Nomura
2013-03-01dm: remove unused _rq_bio_info_cacheJun'ichi Nomura
2013-03-01dm: fix limits initialization when there are no data devicesMike Christie
2013-03-01dm snapshot: add missing module aliasesMikulas Patocka
2013-03-01dm persistent data: set some btree fn parms constMike Snitzer
2013-03-01dm: refactor bio cloningAlasdair G Kergon
2013-03-01dm: rename bio cloning functionsAlasdair G Kergon
2013-03-01dm: rename request variables to biosAlasdair G Kergon
2013-03-01dm: clean up clone_bioAlasdair G Kergon
2013-03-01dm persistent data: remove CONFIG_EXPERIMENTALKees Cook
2013-03-01dm: remove CONFIG_EXPERIMENTALAlasdair G Kergon
2013-03-01dm thin: use block_size_is_power_of_twoMike Snitzer
2013-03-01dm bufio: use WRITE_FLUSH instead of REQ_FLUSHMikulas Patocka
2013-03-01dm table: remove superfluous variable resetWang Sheng-Hui
2013-03-01dm thin: support a non power of 2 discard_granularityMike Snitzer
2013-03-01dm: fix truncated status stringsMikulas Patocka
2013-03-01dm: do not replace bioset for request based dmJun'ichi Nomura
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27dm: convert to idr_alloc()Tejun Heo
2013-02-27dm: don't use idr_remove_all()Tejun Heo
2013-02-28md: expedite metadata update when switching read-auto -> activeNeilBrown
2013-02-28md: remove CONFIG_MULTICORE_RAID456NeilBrown
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26md/raid1,raid10: fix deadlock with freeze_array()NeilBrown
2013-02-26md/raid0: improve error message when converting RAID4-with-spares to RAID0NeilBrown
2013-02-26md: raid0: fix error return from create_stripe_zones.NeilBrown
2013-02-26md: fix two bugs when attempting to resize RAID0 array.NeilBrown
2013-02-26DM RAID: Add support for MD's RAID10 "far" and "offset" algorithmsJonathan Brassow
2013-02-26MD RAID10: Improve redundancy for 'far' and 'offset' algorithms (part 2)Jonathan Brassow
2013-02-26MD RAID10: Improve redundancy for 'far' and 'offset' algorithms (part 1)Jonathan Brassow
2013-02-26MD RAID10: Minor non-functional code changesJonathan Brassow
2013-02-26md: raid1,10: Handle REQ_WRITE_SAME flag in write biosJoe Lawrence
2013-02-23drivers/md/persistent-data/dm-transaction-manager.c: rename HASH_SIZEAndrew Morton
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21md: protect against crash upon fsync on ro arraySebastian Riemer