summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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-23bcache: Fix merge_bvec_fn usage for when it modifies the bvmKent Overstreet1-9/+8
2013-04-21bcache: Correctly check against BIO_MAX_PAGESKent Overstreet1-5/+4
2013-04-21bcache: Hack around stuff that clones up to bi_max_vecsKent Overstreet1-0/+9
2013-04-21bcache: Set ra_pages based on backing device's ra_pagesKent Overstreet1-0/+4
2013-04-21bcache: Take data offset from the bdev superblock.Kent Overstreet3-57/+100
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds2-1/+11
2013-04-09bcache: Disable broken btree fuzz testerKent Overstreet1-2/+4
2013-04-09bcache: Fix a format string overflowKent Overstreet1-2/+2
2013-04-09bcache: Fix a minor memory leak on device teardownKent Overstreet1-1/+3
2013-04-09bcache: Use WARN_ONCE() instead of __WARN()Kent Overstreet1-1/+1
2013-04-09bcache: Add missing #include <linux/prefetch.h>Geert Uytterhoeven2-0/+2
2013-04-09bcache: Sparse fixesKent Overstreet4-90/+92
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-04-02Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe16-153/+338
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet13-101/+89
2013-03-26bcache: Fix for the build fixesKent Overstreet1-1/+0
2013-03-25bcache: Style/checkpatch fixesKent Overstreet10-56/+51
2013-03-25bcache: Build fixes from test robotKent Overstreet5-5/+6
2013-03-24bcache: A block layer cacheKent Overstreet29-0/+15683
2013-03-24Merge tag 'md-3.9-fixes' of git://neil.brown.name/mdLinus Torvalds4-45/+86
2013-03-24block: Add bio_alloc_pages()Kent Overstreet1-13/+3
2013-03-24block: Convert some code to bio_for_each_segment_all()Kent Overstreet2-9/+4
2013-03-24block: Add bio_for_each_segment_all()Kent Overstreet1-1/+1
2013-03-24raid1: use bio_copy_data()Kent Overstreet1-3/+2
2013-03-24raid1: Refactor narrow_write_error() to not use bi_idxKent Overstreet1-18/+18
2013-03-24raid5: use bio_reset()Kent Overstreet1-14/+13
2013-03-24raid1: use bio_reset()Kent Overstreet1-18/+6
2013-03-24raid10: Use bio_reset()Kent Overstreet1-22/+9
2013-03-24block: Add submit_bio_wait(), remove from mdKent Overstreet2-38/+0
2013-03-24block: Remove bi_idx referencesKent Overstreet2-2/+1
2013-03-24block: Change bio_split() to respect the current value of bi_idxKent Overstreet2-4/+2
2013-03-24block: Use bio_sectors() more consistentlyKent Overstreet5-30/+27
2013-03-24block: Add bio_end_sector()Kent Overstreet6-17/+14
2013-03-24md: Convert md_trim_bio() to use bio_advance()Kent Overstreet1-13/+4
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