aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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
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
2013-03-20dm cache: avoid 64 bit division on 32 bitJoe Thornber
2013-03-20dm verity: avoid deadlockMikulas Patocka
2013-03-20dm thin: fix non power of two discard granularity calcJoe Thornber
2013-03-20dm thin: fix discard corruptionJoe Thornber
2013-03-20md: remove CONFIG_MULTICORE_RAID456 entirelyPaul Bolle
2013-03-20md/raid5: ensure sync and DISCARD don't happen at the same time.NeilBrown
2013-03-20MD: Prevent sysfs operations on uninitialized kobjectsJonathan Brassow