summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-036-10/+10
|\
| * arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-186-10/+10
* | Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds2014-06-021-1/+0Star
|\ \
| * | block: remove struct request buffer memberJens Axboe2014-04-151-1/+0Star
* | | Merge tag 'dm-3.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-05-303-9/+19
|\ \ \
| * | | dm mpath: really fix lockdep warningHannes Reinecke2014-05-271-6/+8
| * | | dm cache: always split discards on cache block boundariesHeinz Mauelshagen2014-05-271-0/+2
| * | | dm thin: add 'no_space_timeout' dm-thin-pool module paramMike Snitzer2014-05-201-3/+9
* | | | Merge tag 'dm-3.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-05-213-51/+35Star
|\| | |
| * | | dm mpath: fix lock order inconsistency in multipath_ioctlMike Snitzer2014-05-141-1/+1
| * | | dm thin: add timeout to stop out-of-data-space mode holding IO foreverJoe Thornber2014-05-141-0/+21
| * | | dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE modeJoe Thornber2014-05-141-1/+1
| * | | dm crypt: fix cpu hotplug crash by removing per-cpu structureMikulas Patocka2014-05-141-49/+12Star
* | | | Merge tag 'md/3.15-fixes' of git://neil.brown.name/mdLinus Torvalds2014-05-132-7/+9
|\ \ \ \ | |/ / / |/| | |
| * | | md: avoid possible spinning md thread at shutdown.NeilBrown2014-05-061-1/+2
| * | | md/raid10: call wait_barrier() for each request submitted.NeilBrown2014-05-061-6/+7
| | |/ | |/|
* | | Merge tag 'dm-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2014-05-023-12/+81
|\ \ \ | |/ / |/| |
| * | dm cache: fix writethrough mode quiescing in cache_mapMike Snitzer2014-05-011-0/+1
| * | dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warningMike Snitzer2014-04-291-1/+1
| * | dm verity: fix biovecs hash calculation regressionMilan Broz2014-04-151-6/+9
| * | dm thin: fix rcu_read_lock being held in code that can sleepJoe Thornber2014-04-081-3/+67
| * | dm thin: irqsave must always be used with the pool->lock spinlockJoe Thornber2014-04-081-2/+3
* | | Merge tag '3.15-fixes' of git://neil.brown.name/mdLinus Torvalds2014-04-171-2/+1Star
|\ \ \ | |_|/ |/| |
| * | raid5: fix a race of stripe count checkShaohua Li2014-04-171-2/+1Star
* | | Merge tag 'md/3.15' of git://neil.brown.name/mdLinus Torvalds2014-04-125-51/+61
|\| |
| * | raid5: get_active_stripe avoids device_lockShaohua Li2014-04-091-7/+2Star
| * | raid5: make_request does less prepare waitShaohua Li2014-04-091-5/+14
| * | md: avoid oops on unload if some process is in poll or select.NeilBrown2014-04-091-0/+16
| * | md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fa...NeilBrown2014-04-091-4/+13
| * | md/bitmap: don't abuse i_writecount for bitmap files.NeilBrown2014-04-093-35/+16Star
* | | Merge tag 'dm-3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-0619-475/+2233
|\ \ \ | | |/ | |/|
| * | dm cache: fix a lock-inversionJoe Thornber2014-04-043-52/+20Star
| * | dm thin: sort the per thin deferred bios using an rb_treeMike Snitzer2014-04-041-2/+82
| * | dm thin: use per thin device deferred bio listsMike Snitzer2014-03-311-61/+104
| * | dm thin: simplify pool_is_congestedMike Snitzer2014-03-311-11/+5Star
| * | dm thin: fix dangling bio in process_deferred_bios error pathMike Snitzer2014-03-281-1/+1
| * | dm mpath: print more useful warnings in multipath_message()Jose Castillo2014-03-271-2/+2
| * | dm-mpath: do not activate failed pathsHannes Reinecke2014-03-271-2/+5
| * | dm mpath: remove extra nesting in map functionMike Snitzer2014-03-271-22/+24
| * | dm mpath: remove map_io()Hannes Reinecke2014-03-271-13/+6Star
| * | dm mpath: reduce memory pressure when requeuingHannes Reinecke2014-03-271-23/+15Star
| * | dm mpath: remove process_queued_ios()Hannes Reinecke2014-03-271-42/+27Star
| * | dm mpath: push back requests instead of queueingHannes Reinecke2014-03-271-78/+36Star
| * | dm table: add dm_table_run_md_queue_asyncMike Snitzer2014-03-273-0/+25
| * | dm mpath: do not call pg_init when it is already runningHannes Reinecke2014-03-271-2/+4
| * | dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbindMonam Agarwal2014-03-271-1/+1
| * | dm: stop using bi_privateMikulas Patocka2014-03-271-4/+3Star
| * | dm: remove dm_get_mapinfoMikulas Patocka2014-03-271-10/+0Star
| * | dm: make dm_table_alloc_md_mempools staticMikulas Patocka2014-03-272-2/+1Star
| * | dm: take care to copy the space map roots before locking the superblockJoe Thornber2014-03-273-81/+127