aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-07block_device_operations->release() should return voidAl Viro
2013-04-30bcache: Use bd_link_disk_holder()Kent Overstreet
2013-04-30bcache: Allocator cleanup/fixesKent Overstreet
2013-04-30MD: ignore discard request for hard disks of hybid raid1/raid10 arrayShaohua Li
2013-04-30md: bad block list should default to disabled.NeilBrown
2013-04-30md: raid1/raid10 md devices leak memory when stoppingHirokazu Takahashi
2013-04-24bcache: Make sure blocksize isn't smaller than device blocksizeKent Overstreet
2013-04-24DM RAID: Add message/status support for changing sync actionJonathan Brassow
2013-04-24MD: Export 'md_reap_sync_thread' functionJonathan Brassow
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-20bcache: Correctly check against BIO_MAX_PAGESKent Overstreet
2013-04-20bcache: Hack around stuff that clones up to bi_max_vecsKent Overstreet
2013-04-20bcache: Set ra_pages based on backing device's ra_pagesKent Overstreet
2013-04-20bcache: 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-25bcache: 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