summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-0829-0/+15775
|\
| * bcache: Use bd_link_disk_holder()Kent Overstreet2013-04-301-17/+35
| * bcache: Allocator cleanup/fixesKent Overstreet2013-04-302-25/+50
| * bcache: Make sure blocksize isn't smaller than device blocksizeKent Overstreet2013-04-241-2/+6
| * bcache: Fix merge_bvec_fn usage for when it modifies the bvmKent Overstreet2013-04-221-9/+8
| * bcache: Correctly check against BIO_MAX_PAGESKent Overstreet2013-04-201-5/+4
| * bcache: Hack around stuff that clones up to bi_max_vecsKent Overstreet2013-04-201-0/+9
| * bcache: Set ra_pages based on backing device's ra_pagesKent Overstreet2013-04-201-0/+4
| * bcache: Take data offset from the bdev superblock.Kent Overstreet2013-04-203-57/+100
| * bcache: Disable broken btree fuzz testerKent Overstreet2013-04-081-2/+4
| * bcache: Fix a format string overflowKent Overstreet2013-04-081-2/+2
| * bcache: Fix a minor memory leak on device teardownKent Overstreet2013-04-081-1/+3
| * bcache: Use WARN_ONCE() instead of __WARN()Kent Overstreet2013-04-081-1/+1
| * bcache: Add missing #include <linux/prefetch.h>Geert Uytterhoeven2013-04-082-0/+2
| * bcache: Sparse fixesKent Overstreet2013-04-084-90/+92
| * bcache: Don't export utility code, prefix with bch_Kent Overstreet2013-03-2813-101/+89
| * bcache: Fix for the build fixesKent Overstreet2013-03-251-1/+0
| * bcache: Style/checkpatch fixesKent Overstreet2013-03-2510-56/+51
| * bcache: Build fixes from test robotKent Overstreet2013-03-255-5/+6
| * bcache: A block layer cacheKent Overstreet2013-03-2329-0/+15683
* | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-0811-202/+104
|\ \
| * \ Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-04-0216-153/+338
| |\ \
| * | | block: Add bio_alloc_pages()Kent Overstreet2013-03-231-13/+3
| * | | block: Convert some code to bio_for_each_segment_all()Kent Overstreet2013-03-232-9/+4
| * | | block: Add bio_for_each_segment_all()Kent Overstreet2013-03-231-1/+1
| * | | raid1: use bio_copy_data()Kent Overstreet2013-03-231-3/+2
| * | | raid1: Refactor narrow_write_error() to not use bi_idxKent Overstreet2013-03-231-18/+18
| * | | raid5: use bio_reset()Kent Overstreet2013-03-231-14/+13
| * | | raid1: use bio_reset()Kent Overstreet2013-03-231-18/+6
| * | | raid10: Use bio_reset()Kent Overstreet2013-03-231-22/+9
| * | | block: Add submit_bio_wait(), remove from mdKent Overstreet2013-03-232-38/+0
| * | | block: Remove bi_idx referencesKent Overstreet2013-03-232-2/+1
| * | | block: Change bio_split() to respect the current value of bi_idxKent Overstreet2013-03-232-4/+2
| * | | block: Use bio_sectors() more consistentlyKent Overstreet2013-03-235-30/+27
| * | | block: Add bio_end_sector()Kent Overstreet2013-03-236-17/+14
| * | | md: Convert md_trim_bio() to use bio_advance()Kent Overstreet2013-03-231-13/+4
| | |/ | |/|
* | | block_device_operations->release() should return voidAl Viro2013-05-072-6/+2
* | | MD: ignore discard request for hard disks of hybid raid1/raid10 arrayShaohua Li2013-04-302-2/+12
* | | md: bad block list should default to disabled.NeilBrown2013-04-301-6/+3
* | | md: raid1/raid10 md devices leak memory when stoppingHirokazu Takahashi2013-04-302-0/+2
* | | DM RAID: Add message/status support for changing sync actionJonathan Brassow2013-04-241-2/+109
* | | MD: Export 'md_reap_sync_thread' functionJonathan Brassow2013-04-242-50/+50
* | | md: don't update metadata when stopping a read-only array.NeilBrown2013-04-241-1/+2
* | | md: Allow devices to be re-added to a read-only array.NeilBrown2013-04-241-26/+57
* | | md/raid10: Allow skipping recovery when clean arrays are assembledMartin Wilck2013-04-241-0/+16
* | | md/raid5: avoid an extra write when writing to a known-bad-block.NeilBrown2013-04-241-1/+8
* | | md/raid5: Change or of some order to improve efficiency.majianpeng2013-04-241-3/+4
* | | md: use set_bit_le and clear_bit_leAkinobu Mita2013-04-241-2/+2
* | | md: HOT_DISK_REMOVE shouldn't make a read-auto device active.NeilBrown2013-04-241-4/+7
* | | md: use common code for all calls to ->hot_remove_disk()NeilBrown2013-04-241-9/+16
OpenPOWER on IntegriCloud