summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm cache policy smq: move 'dm-cache-default' module alias to SMQYi Zhang2015-08-122-2/+2
* dm btree: add ref counting ops for the leaves of top level btreesJoe Thornber2015-08-124-16/+50
* dm thin metadata: delete btrees when releasing metadata snapshotJoe Thornber2015-08-121-2/+2
* Merge tag 'dm-4.2-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-08-082-17/+11Star
|\
| * dm btree remove: fix bug in remove_one()Joe Thornber2015-08-071-0/+1
| * dm: fix dm_merge_bvec regression on 32 bit systemsMike Snitzer2015-08-041-17/+10Star
* | md/raid5: don't let shrink_slab shrink too far.NeilBrown2015-08-031-2/+3
* | md: use kzalloc() when bitmap is disabledBenjamin Randazzo2015-08-031-1/+1
* | md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...NeilBrown2015-08-031-4/+6
|/
* dm cache: fix device destroy hang due to improper prealloc_used accountingMike Snitzer2015-07-291-3/+3
* Revert "dm cache: do not wake_worker() in free_migration()"Mike Snitzer2015-07-291-0/+1
* dm crypt: update wiki page URLBaruch Siach2015-07-271-1/+1
* dm cache policy smq: fix alloc_bitset check that always evaluates as falseColin Ian King2015-07-271-1/+1
* dm thin: return -ENOSPC when erroring retry list due to out of data spaceMike Snitzer2015-07-261-3/+8
* Merge tag 'md/4.2-fixes' of git://neil.brown.name/mdLinus Torvalds2015-07-258-27/+71
|\
| * md/raid5: clear R5_NeedReplace when no longer needed.NeilBrown2015-07-241-1/+3
| * Fix read-balancing during node failureGoldwyn Rodrigues2015-07-243-5/+16
| * md-cluster: fix bitmap sub-offset in bitmap_read_sbGoldwyn Rodrigues2015-07-241-7/+4Star
| * md: Return error if request_module fails and returns positive valueGoldwyn Rodrigues2015-07-241-1/+1
| * md: Skip cluster setup in case of error while reading bitmapGoldwyn Rodrigues2015-07-241-1/+1
| * md/raid1: fix test for 'was read error from last working device'.NeilBrown2015-07-241-1/+1
| * md: Skip cluster setup for dm-raidGoldwyn Rodrigues2015-07-231-3/+12
| * md: flush ->event_work before stopping array.NeilBrown2015-07-221-0/+2
| * md/raid10: always set reshape_safe when initializing reshape_position.NeilBrown2015-07-221-1/+4
| * md/raid5: avoid races when changing cache size.NeilBrown2015-07-222-7/+27
* | Merge tag 'dm-4.2-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-07-185-34/+68
|\ \
| * | dm cache: avoid calls to prealloc_free_structs() if possibleMike Snitzer2015-07-171-3/+12
| * | dm cache: avoid preallocation if no work in writeback_some_dirty_blocks()Mike Snitzer2015-07-171-9/+4Star
| * | dm cache: do not wake_worker() in free_migration()Mike Snitzer2015-07-171-1/+0Star
| * | dm cache: display 'needs_check' in status if it is setMike Snitzer2015-07-161-2/+7
| * | dm thin: display 'needs_check' in status if it is setMike Snitzer2015-07-161-2/+8
| * | dm thin: stay in out-of-data-space mode once no_space_timeout expiresMike Snitzer2015-07-161-4/+17
| * | dm: fix use after free crash due to incorrect cleanup sequenceMikulas Patocka2015-07-131-2/+2
| * | Revert "dm: only run the queue on completion if congested or no requests pend...Mike Snitzer2015-07-081-6/+2Star
| * | dm btree: silence lockdep lock inversion in dm_btree_del()Joe Thornber2015-07-061-1/+1
| * | dm thin: allocate the cell_sort_array dynamicallyJoe Thornber2015-07-061-1/+12
| * | dm btree remove: fix bug in redistribute3Dennis Yang2015-07-051-3/+3
* | | bcache: don't embed 'return' statements in closure macrosJens Axboe2015-07-114-6/+14
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-052-3/+3
|\ \
| * | vfs: add seq_file_path() helperMiklos Szeredi2015-06-241-1/+1
| * | vfs: add file_path() helperMiklos Szeredi2015-06-242-2/+2
* | | MAINTAINERS: BCACHE: Kent Overstreet has changed email addressJoe Perches2015-07-011-1/+1
* | | bcache: use kvfree() in various placesPekka Enberg2015-07-012-16/+4Star
| |/ |/|
* | Merge tag 'md/4.2' of git://neil.brown.name/mdLinus Torvalds2015-06-294-101/+133
|\ \
| * | md: clear Blocked flag on failed devices when array is read-only.Neil Brown2015-06-251-0/+9
| * | md: unlock mddev_lock on an error path.NeilBrown2015-06-251-1/+3
| * | md: clear mddev->private when it has been freed.NeilBrown2015-06-251-0/+3
| * | md: fix a build warningFiro Yang2015-06-171-1/+1
| * | md/raid5: ignore released_stripes checkShaohua Li2015-06-171-2/+2
| * | md/raid5: per hash value and exclusive wait_for_stripeYuanhan Liu2015-06-172-9/+20