aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-30MD: ignore discard request for hard disks of hybid raid1/raid10 arrayShaohua Li2-2/+12
2013-04-30md: bad block list should default to disabled.NeilBrown1-6/+3
2013-04-30md: raid1/raid10 md devices leak memory when stoppingHirokazu Takahashi2-0/+2
2013-04-24DM RAID: Add message/status support for changing sync actionJonathan Brassow1-2/+109
2013-04-24MD: Export 'md_reap_sync_thread' functionJonathan Brassow2-50/+50
2013-04-24md: don't update metadata when stopping a read-only array.NeilBrown1-1/+2
2013-04-24md: Allow devices to be re-added to a read-only array.NeilBrown1-26/+57
2013-04-24md/raid10: Allow skipping recovery when clean arrays are assembledMartin Wilck1-0/+16
2013-04-24md/raid5: avoid an extra write when writing to a known-bad-block.NeilBrown1-1/+8
2013-04-24md/raid5: Change or of some order to improve efficiency.majianpeng1-3/+4
2013-04-24md: use set_bit_le and clear_bit_leAkinobu Mita1-2/+2
2013-04-24md: HOT_DISK_REMOVE shouldn't make a read-auto device active.NeilBrown1-4/+7
2013-04-24md: use common code for all calls to ->hot_remove_disk()NeilBrown1-9/+16
2013-04-24md: never update metadata when array is read-only.NeilBrown1-0/+5
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds2-1/+11
2013-04-05dm cache: reduce bio front_pad size in writeback modeMike Snitzer1-13/+34
2013-04-05dm cache: fix writes to cache device in writethrough modeDarrick J. Wong1-0/+4
2013-03-23Merge tag 'md-3.9-fixes' of git://neil.brown.name/mdLinus Torvalds4-45/+86
2013-03-20dm cache: policy ignore hints if generated by different versionMike Snitzer3-13/+39
2013-03-20dm cache: policy change version from string to integer setMike Snitzer6-6/+36
2013-03-20dm cache: fix race in writethrough implementationJoe Thornber1-50/+88
2013-03-20dm cache: metadata clear dirty bits on clean shutdownJoe Thornber1-1/+1
2013-03-20dm cache: avoid calling policy destructor twice on errorHeinz Mauelshagen1-1/+4
2013-03-20dm cache: detect cache_create failureHeinz Mauelshagen1-0/+2
2013-03-20dm cache: avoid 64 bit division on 32 bitJoe Thornber1-7/+14
2013-03-20dm verity: avoid deadlockMikulas Patocka2-5/+36
2013-03-20dm thin: fix non power of two discard granularity calcJoe Thornber1-1/+6
2013-03-20dm thin: fix discard corruptionJoe Thornber2-24/+26
2013-03-20md: remove CONFIG_MULTICORE_RAID456 entirelyPaul Bolle1-4/+0
2013-03-20md/raid5: ensure sync and DISCARD don't happen at the same time.NeilBrown2-6/+40
2013-03-20MD: Prevent sysfs operations on uninitialized kobjectsJonathan Brassow2-6/+4
2013-03-20MD RAID5: Avoid accessing gendisk or queue structs when not availableJonathan Brassow1-13/+20
2013-03-20md/raid5: schedule_construction should abort if nothing to do.NeilBrown1-16/+22
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