summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds-1/+11
2013-04-05dm cache: reduce bio front_pad size in writeback modeMike Snitzer-13/+34
2013-04-05dm cache: fix writes to cache device in writethrough modeDarrick J. Wong-0/+4
2013-03-23Merge tag 'md-3.9-fixes' of git://neil.brown.name/mdLinus Torvalds-45/+86
2013-03-20dm cache: policy ignore hints if generated by different versionMike Snitzer-13/+39
2013-03-20dm cache: policy change version from string to integer setMike Snitzer-6/+36
2013-03-20dm cache: fix race in writethrough implementationJoe Thornber-50/+88
2013-03-20dm cache: metadata clear dirty bits on clean shutdownJoe Thornber-1/+1
2013-03-20dm cache: avoid calling policy destructor twice on errorHeinz Mauelshagen-1/+4
2013-03-20dm cache: detect cache_create failureHeinz Mauelshagen-0/+2
2013-03-20dm cache: avoid 64 bit division on 32 bitJoe Thornber-7/+14
2013-03-20dm verity: avoid deadlockMikulas Patocka-5/+36
2013-03-20dm thin: fix non power of two discard granularity calcJoe Thornber-1/+6
2013-03-20dm thin: fix discard corruptionJoe Thornber-24/+26
2013-03-20md: remove CONFIG_MULTICORE_RAID456 entirelyPaul Bolle-4/+0
2013-03-20md/raid5: ensure sync and DISCARD don't happen at the same time.NeilBrown-6/+40
2013-03-20MD: Prevent sysfs operations on uninitialized kobjectsJonathan Brassow-6/+4
2013-03-20MD RAID5: Avoid accessing gendisk or queue structs when not availableJonathan Brassow-13/+20
2013-03-20md/raid5: schedule_construction should abort if nothing to do.NeilBrown-16/+22
2013-03-05Merge tag 'md-3.9' of git://neil.brown.name/mdLinus Torvalds-95/+219
2013-03-01dm cache: add cleaner policyHeinz Mauelshagen-0/+474
2013-03-01dm cache: add mq policyJoe Thornber-0/+1207
2013-03-01dm: add cache targetJoe Thornber-0/+4475
2013-03-01dm persistent data: add bitsetJoe Thornber-0/+329
2013-03-01dm persistent data: add transactional arrayJoe Thornber-0/+975
2013-03-01dm thin: remove cells from stackJoe Thornber-23/+43
2013-03-01dm bio prison: pass cell memory inJoe Thornber-101/+176
2013-03-01dm persistent data: add btree_walkJoe Thornber-0/+69
2013-03-01dm: add target num_write_bios fnAlasdair G Kergon-7/+15
2013-03-01dm kcopyd: introduce configurable throttlingMikulas Patocka-4/+132
2013-03-01dm ioctl: allow message to return dataMikulas Patocka-1/+35
2013-03-01dm ioctl: optimize functions without variable paramsMikulas Patocka-18/+34
2013-03-01dm ioctl: introduce ioctl_flagsMikulas Patocka-23/+41
2013-03-01dm: merge io_pool and tio_poolJun'ichi Nomura-49/+27
2013-03-01dm: remove unused _rq_bio_info_cacheJun'ichi Nomura-21/+10
2013-03-01dm: fix limits initialization when there are no data devicesMike Christie-5/+7
2013-03-01dm snapshot: add missing module aliasesMikulas Patocka-0/+2
2013-03-01dm persistent data: set some btree fn parms constMike Snitzer-9/+9
2013-03-01dm: refactor bio cloningAlasdair G Kergon-68/+96
2013-03-01dm: rename bio cloning functionsAlasdair G Kergon-32/+31
2013-03-01dm: rename request variables to biosAlasdair G Kergon-66/+66
2013-03-01dm: clean up clone_bioAlasdair G Kergon-45/+57
2013-03-01dm persistent data: remove CONFIG_EXPERIMENTALKees Cook-1/+1
2013-03-01dm: remove CONFIG_EXPERIMENTALAlasdair G Kergon-12/+12
2013-03-01dm thin: use block_size_is_power_of_twoMike Snitzer-12/+13
2013-03-01dm bufio: use WRITE_FLUSH instead of REQ_FLUSHMikulas Patocka-1/+1
2013-03-01dm table: remove superfluous variable resetWang Sheng-Hui-1/+0
2013-03-01dm thin: support a non power of 2 discard_granularityMike Snitzer-8/+1
2013-03-01dm: fix truncated status stringsMikulas Patocka-113/+97
2013-03-01dm: do not replace bioset for request based dmJun'ichi Nomura-9/+21