aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-30md: raid1/raid10 md devices leak memory when stoppingHirokazu Takahashi2-0/+2
2013-04-24bcache: Make sure blocksize isn't smaller than device blocksizeKent Overstreet1-2/+6
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-22bcache: Fix merge_bvec_fn usage for when it modifies the bvmKent Overstreet1-9/+8
2013-04-20bcache: Correctly check against BIO_MAX_PAGESKent Overstreet1-5/+4
2013-04-20bcache: Hack around stuff that clones up to bi_max_vecsKent Overstreet1-0/+9
2013-04-20bcache: Set ra_pages based on backing device's ra_pagesKent Overstreet1-0/+4
2013-04-20bcache: 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-08bcache: Disable broken btree fuzz testerKent Overstreet1-2/+4
2013-04-08bcache: Fix a format string overflowKent Overstreet1-2/+2
2013-04-08bcache: Fix a minor memory leak on device teardownKent Overstreet1-1/+3
2013-04-08bcache: Use WARN_ONCE() instead of __WARN()Kent Overstreet1-1/+1
2013-04-08bcache: Add missing #include <linux/prefetch.h>Geert Uytterhoeven2-0/+2
2013-04-08bcache: 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/kernel/git/tj/wq into for-3.10/coreJens Axboe16-153/+338
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet13-101/+89
2013-03-25bcache: 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-23bcache: A block layer cacheKent Overstreet29-0/+15683
2013-03-23Merge tag 'md-3.9-fixes' of git://neil.brown.name/mdLinus Torvalds4-45/+86
2013-03-23block: Add bio_alloc_pages()Kent Overstreet1-13/+3
2013-03-23block: Convert some code to bio_for_each_segment_all()Kent Overstreet2-9/+4
2013-03-23block: Add bio_for_each_segment_all()Kent Overstreet1-1/+1
2013-03-23raid1: use bio_copy_data()Kent Overstreet1-3/+2
2013-03-23raid1: Refactor narrow_write_error() to not use bi_idxKent Overstreet1-18/+18
2013-03-23raid5: use bio_reset()Kent Overstreet1-14/+13
2013-03-23raid1: use bio_reset()Kent Overstreet1-18/+6
2013-03-23raid10: Use bio_reset()Kent Overstreet1-22/+9
2013-03-23block: Add submit_bio_wait(), remove from mdKent Overstreet2-38/+0
2013-03-23block: Remove bi_idx referencesKent Overstreet2-2/+1
2013-03-23block: Change bio_split() to respect the current value of bi_idxKent Overstreet2-4/+2
2013-03-23block: Use bio_sectors() more consistentlyKent Overstreet5-30/+27
2013-03-23block: Add bio_end_sector()Kent Overstreet6-17/+14
2013-03-23md: 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