summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2013-04-24md: don't update metadata when stopping a read-only array.NeilBrown
2013-04-24md: Allow devices to be re-added to a read-only array.NeilBrown
2013-04-24md/raid10: Allow skipping recovery when clean arrays are assembledMartin Wilck
2013-04-24md/raid5: avoid an extra write when writing to a known-bad-block.NeilBrown
2013-04-24md/raid5: Change or of some order to improve efficiency.majianpeng
2013-04-24md: use set_bit_le and clear_bit_leAkinobu Mita
2013-04-24md: HOT_DISK_REMOVE shouldn't make a read-auto device active.NeilBrown
2013-04-24md: use common code for all calls to ->hot_remove_disk()NeilBrown
2013-04-24md: never update metadata when array is read-only.NeilBrown
2013-04-22bcache: Fix merge_bvec_fn usage for when it modifies the bvmKent Overstreet
2013-04-21bcache: Correctly check against BIO_MAX_PAGESKent Overstreet
2013-04-21bcache: Hack around stuff that clones up to bi_max_vecsKent Overstreet
2013-04-21bcache: Set ra_pages based on backing device's ra_pagesKent Overstreet
2013-04-21bcache: Take data offset from the bdev superblock.Kent Overstreet
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds
2013-04-08bcache: Disable broken btree fuzz testerKent Overstreet
2013-04-08bcache: Fix a format string overflowKent Overstreet
2013-04-08bcache: Fix a minor memory leak on device teardownKent Overstreet
2013-04-08bcache: Use WARN_ONCE() instead of __WARN()Kent Overstreet
2013-04-08bcache: Add missing #include <linux/prefetch.h>Geert Uytterhoeven
2013-04-08bcache: Sparse fixesKent Overstreet
2013-04-05dm cache: reduce bio front_pad size in writeback modeMike Snitzer
2013-04-05dm cache: fix writes to cache device in writethrough modeDarrick J. Wong
2013-04-02Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet
2013-03-26bcache: Fix for the build fixesKent Overstreet
2013-03-25bcache: Style/checkpatch fixesKent Overstreet
2013-03-25bcache: Build fixes from test robotKent Overstreet
2013-03-23bcache: A block layer cacheKent Overstreet
2013-03-23Merge tag 'md-3.9-fixes' of git://neil.brown.name/mdLinus Torvalds
2013-03-23block: Add bio_alloc_pages()Kent Overstreet
2013-03-23block: Convert some code to bio_for_each_segment_all()Kent Overstreet
2013-03-23block: Add bio_for_each_segment_all()Kent Overstreet
2013-03-23raid1: use bio_copy_data()Kent Overstreet
2013-03-23raid1: Refactor narrow_write_error() to not use bi_idxKent Overstreet
2013-03-23raid5: use bio_reset()Kent Overstreet
2013-03-23raid1: use bio_reset()Kent Overstreet
2013-03-23raid10: Use bio_reset()Kent Overstreet
2013-03-23block: Add submit_bio_wait(), remove from mdKent Overstreet
2013-03-23block: Remove bi_idx referencesKent Overstreet
2013-03-23block: Change bio_split() to respect the current value of bi_idxKent Overstreet
2013-03-23block: Use bio_sectors() more consistentlyKent Overstreet
2013-03-23block: Add bio_end_sector()Kent Overstreet
2013-03-23md: Convert md_trim_bio() to use bio_advance()Kent Overstreet
2013-03-20dm cache: policy ignore hints if generated by different versionMike Snitzer
2013-03-20dm cache: policy change version from string to integer setMike Snitzer
2013-03-20dm cache: fix race in writethrough implementationJoe Thornber
2013-03-20dm cache: metadata clear dirty bits on clean shutdownJoe Thornber
2013-03-20dm cache: avoid calling policy destructor twice on errorHeinz Mauelshagen
2013-03-20dm cache: detect cache_create failureHeinz Mauelshagen