summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | | md/raid5: use ->lock to protect accessing raid5 sysfs attributes.NeilBrown2015-02-051-16/+28
| * | | md: remove need for mddev_lock() in md_seq_show()NeilBrown2015-02-051-5/+3Star
| * | | md/bitmap: protect clearing of ->bitmap by mddev->lockNeilBrown2015-02-052-0/+3
| * | | md: protect ->pers changes with mddev->lockNeilBrown2015-02-032-21/+35
| * | | md: level_store: group all important changes into one place.NeilBrown2015-02-031-30/+32
| * | | md: rename ->stop to ->freeNeilBrown2015-02-039-50/+35Star
| * | | md: split detach operation out from ->stop.NeilBrown2015-02-037-32/+29Star
| * | | md/linear: remove rcu protections in favour of suspend/resumeNeilBrown2015-02-031-30/+14Star
| * | | md: make merge_bvec_fn more robust in face of personality changes.NeilBrown2015-02-037-20/+42
| * | | md: make ->congested robust against personality changes.NeilBrown2015-02-0312-77/+38Star
| * | | md: rename mddev->write_lock to mddev->lockNeilBrown2015-02-032-19/+25
| * | | md/raid5: need_this_block: tidy/fix last condition.NeilBrown2015-02-031-10/+32
| * | | md/raid5: need_this_block: start simplifying the last two conditions.NeilBrown2015-02-031-5/+23
| * | | md/raid5: separate out the easy conditions in need_this_block.NeilBrown2015-02-031-9/+29
| * | | md/raid5: separate large if clause out of fetch_block().NeilBrown2015-02-031-4/+15
| * | | md: do_release_stripe(): No need to call md_wakeup_thread() twiceJes Sorensen2015-02-031-5/+2Star
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-091-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-01-211-0/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar2015-01-061-0/+1
| | | |/ | | |/|
* | | | Merge tag 'md/3.19-fixes' of git://neil.brown.name/mdLinus Torvalds2015-02-042-0/+18
|\ \ \ \ | | |_|/ | |/| |
| * | | md/bitmap: fix a might_sleep() warning.NeilBrown2015-02-021-0/+13
| * | | md/raid5: fix another livelock caused by non-aligned writes.NeilBrown2015-02-021-0/+5
* | | | dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...Joe Thornber2015-01-281-0/+6
* | | | dm cache: fix missing ERR_PTR returns and handlingJoe Thornber2015-01-281-4/+5
|/ / /
* | | dm: fix handling of multiple internal suspendsMikulas Patocka2015-01-241-2/+7
* | | dm cache: fix problematic dual use of a single migration count variableJoe Thornber2015-01-231-39/+50
* | | dm cache: share cache-metadata object across inactive and active DM tablesJoe Thornber2015-01-231-6/+95
|/ /
* | dm: fix missed error code if .end_io isn't implemented by target_typezhendong chen2014-12-171-1/+1
* | dm thin: fix crash by initializing thin device's refcount and completion earlierMarc Dionne2014-12-171-3/+2Star
* | dm thin: fix missing out-of-data-space to write mode transition if blocks are...Joe Thornber2014-12-171-2/+20
* | dm thin: fix inability to discard blocks when in out-of-data-space modeJoe Thornber2014-12-171-1/+1
|/
* Merge tag 'md/3.19' of git://neil.brown.name/mdLinus Torvalds2014-12-142-13/+32
|\
| * md: Check MD_RECOVERY_RUNNING as well as ->sync_thread.NeilBrown2014-12-111-10/+26
| * md: fix semicolon.cocci warningskbuild test robot2014-12-031-1/+1
| * md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying wants.NeilBrown2014-12-031-2/+5
* | Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-133-32/+10Star
|\ \
| * | md: use generic io stats accounting functions to simplify io stat accountingGu Zheng2014-11-242-15/+4Star
| * | md/bcache: use generic io stats accounting functions to simplify io stat acco...Gu Zheng2014-11-241-17/+6Star
| |/
* | Merge tag 'dm-3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-0921-569/+1610
|\ \ | |/ |/|
| * dm crypt: use memzero_explicit for on-stack bufferMilan Broz2014-12-021-1/+1
| * dm space map metadata: fix sm_bootstrap_get_count()Joe Thornber2014-12-021-1/+3
| * dm space map metadata: fix sm_bootstrap_get_nr_blocks()Dan Carpenter2014-12-011-1/+3
| * dm bufio: fix memleak when using a dm_buffer's inline bioDarrick J. Wong2014-12-011-1/+19
| * dm cache: fix spurious cell_defer when dealing with partial block at end of d...Joe Thornber2014-12-011-2/+2
| * dm cache: dirty flag was mistakenly being cleared when promoting via overwriteJoe Thornber2014-12-011-3/+7
| * dm cache: only use overwrite optimisation for promotion when in writeback modeJoe Thornber2014-12-011-1/+2
| * dm cache: discard block size must be a multiple of cache block sizeJoe Thornber2014-12-011-6/+3Star
| * dm cache: fix a harmless race when working out if a block is discardedJoe Thornber2014-12-011-2/+4
| * dm cache: when reloading a discard bitset allow for a different discard block...Joe Thornber2014-12-011-7/+87
| * dm cache: fix some issues with the new discard range supportJoe Thornber2014-12-011-3/+3