summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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/+6
| * | dm mpath: reduce memory pressure when requeuingHannes Reinecke2014-03-271-23/+15
| * | dm mpath: remove process_queued_ios()Hannes Reinecke2014-03-271-42/+27
| * | dm mpath: push back requests instead of queueingHannes Reinecke2014-03-271-78/+36
| * | 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/+3
| * | dm: remove dm_get_mapinfoMikulas Patocka2014-03-271-10/+0
| * | dm: make dm_table_alloc_md_mempools staticMikulas Patocka2014-03-272-2/+1
| * | dm: take care to copy the space map roots before locking the superblockJoe Thornber2014-03-273-81/+127
| * | dm transaction manager: fix corruption due to non-atomic transaction commitJoe Thornber2014-03-275-27/+16
| * | dm cache: remove remainder of distinct discard block sizeHeinz Mauelshagen2014-03-274-77/+46
| * | dm cache: prevent corruption caused by discard_block_size > cache_block_sizeMike Snitzer2014-03-271-34/+3
| * | dm bitset: only flush the current word if it has been dirtiedJoe Thornber2014-03-272-1/+10
| * | dm: add era targetJoe Thornber2014-03-273-0/+1743
| |/
* | Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-0117-767/+629
|\ \
| * | bcache: remove nested function usageJohn Sheu2014-03-182-72/+76
| * | bcache: Kill bucket->gc_genKent Overstreet2014-03-184-11/+9
| * | bcache: Kill unused freelistKent Overstreet2014-03-185-125/+110
| * | bcache: Rework btree cache reserve handlingKent Overstreet2014-03-186-139/+145
| * | bcache: Kill btree_io_wqKent Overstreet2014-03-183-24/+2
| * | bcache: btree locking reworkKent Overstreet2014-03-184-52/+133
| * | bcache: Fix a race when freeing btree nodesKent Overstreet2014-03-181-33/+20
| * | bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet2014-03-184-14/+21
| * | bcache: Add bch_keylist_init_single()Kent Overstreet2014-03-182-4/+7
| * | bcache: Improve priority_statsKent Overstreet2014-03-181-6/+20
| * | bcache: Better alloc tracepointsKent Overstreet2014-03-182-5/+12
| * | bcache: Kill dead cgroup codeKent Overstreet2014-03-185-202/+0
| * | bcache: stop moving_gc marking buckets that can't be moved.Nicholas Swenson2014-03-181-1/+4
| * | bcache: Fix moving_pred()Kent Overstreet2014-03-181-5/+3
| * | bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson2014-03-185-8/+16
| * | bcache: Fix discard granularityKent Overstreet2014-03-181-0/+1
| * | bcache: Fix another bug recovering from unclean shutdownKent Overstreet2014-03-183-65/+36
| * | bcache: Fix a bug recovering from unclean shutdownKent Overstreet2014-03-181-2/+2
| * | bcache: Fix a journalling reclaim after recovery bugKent Overstreet2014-03-181-2/+8
| * | bcache: Fix a null ptr deref in journal replayKent Overstreet2014-03-171-1/+5
| * | bcache: Fix a lockdep splat in an error pathKent Overstreet2014-03-171-3/+5
| * | bcache: Fix a shutdown bugKent Overstreet2014-02-253-2/+12
| * | bcache: Fix flash_dev_cache_miss() for real this timeKent Overstreet2014-02-251-14/+5
| * | bcache: Fix another compiler warning on m68kKent Overstreet2014-02-181-2/+2
* | | Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-011-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge 3.14-rc5 into char-misc-nextGreg Kroah-Hartman2014-03-029-40/+89
| |\ \
| * \ \ Merge 3.14-rc3 into char-misc-nextGreg Kroah-Hartman2014-02-188-59/+69
| |\ \ \ | | | |/ | | |/|
| * | | connector: add portid to unicast in addition to broadcastingDavid Fries2014-02-071-1/+1
* | | | dm cache: fix access beyond end of origin deviceHeinz Mauelshagen2014-03-121-5/+3
* | | | dm cache: fix truncation bug when copying a block to/from >2TB fast deviceHeinz Mauelshagen2014-03-121-1/+2
* | | | dm space map metadata: fix refcount decrement below 0 which caused corruptionJoe Thornber2014-03-071-21/+92
OpenPOWER on IntegriCloud