summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
...
| * md: Delete gendisk before cleaning up the request queueBart Van Assche2018-02-281-3/+3
* | md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang2018-02-251-0/+13
* | md: only allow remove_and_add_spares when no sync_thread running.NeilBrown2018-02-191-0/+4
* | md: fix md_write_start() deadlock w/o metadata devicesHeinz Mauelshagen2018-02-181-0/+10
* | MD: Free bioset when md_run failsXiao Ni2018-02-171-5/+21
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-01-311-8/+23
|\
| * raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak2018-01-151-2/+3
| * md: introduce new personality funciton start()Song Liu2017-12-111-6/+20
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-2/+2
|\ \ | |/ |/|
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* | md: limit mdstat resync progress to max_sectorsNate Dailey2017-12-011-1/+3
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-171-5/+4Star
|\
| * md: Convert timers to use timer_setup()Kees Cook2017-11-151-5/+4Star
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-3/+3
|\ \ | |/ |/|
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-3/+3
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-11-151-53/+94
|\ \
| * | md: release allocated bitset sync_setZdenek Kabelac2017-11-101-1/+7
| * | md: be cautious about using ->curr_resync_completed for ->recovery_offsetNeilBrown2017-11-091-11/+22
| * | md: don't check MD_SB_CHANGE_CLEAN in md_allow_writeArtur Paszkiewicz2017-11-021-1/+0Star
| * | md: use lockdep_assert_heldShaohua Li2017-11-021-2/+2
| * | md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-021-24/+10Star
| * | md: allow metadata update while suspending.NeilBrown2017-11-021-0/+14
| * | md: use mddev_suspend/resume instead of ->quiesce()NeilBrown2017-11-021-12/+12
| * | md: move suspend_hi/lo handling into core md codeNeilBrown2017-11-021-6/+23
| * | md: don't call bitmap_create() while array is quiesced.NeilBrown2017-11-021-6/+10
| * | md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown2017-11-021-0/+3
| * | md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown2017-11-021-1/+1
| * | md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-171-1/+1
| * | md: always set THREAD_WAKEUP and wake up wqueue if thread existedGuoqing Jiang2017-10-091-2/+2
| * | md: fix deadlock error in recent patch.NeilBrown2017-10-051-1/+2
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* md: fix a race condition for flush request handlingShaohua Li2017-09-281-4/+10
* md: separate request handlingShaohua Li2017-09-281-25/+33
* Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-071-4/+16
|\
| * md: Runtime support for multiple pplsPawel Baldysiak2017-08-281-3/+13
| * md: replace seq_release_private with seq_releaseCihangir Akturk2017-08-251-1/+1
| * md: notify about new spare disk in the containerAlexey Obitotskiy2017-08-251-0/+2
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-4/+6
|\ \ | |/ |/|
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-4/+6
* | MD: not clear ->safemode for external metadata arrayShaohua Li2017-08-121-1/+1
* | md: fix test in md_write_start()NeilBrown2017-08-081-1/+1
* | md: always clear ->safemode when md_check_recovery gets the mddev lock.NeilBrown2017-08-081-0/+3
|/
* MD: fix warnning for UP caseShaohua Li2017-07-261-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-07-081-9/+38
|\
| * MD: fix sleep in atomicShaohua Li2017-07-031-4/+8
| * MD: fix a null dereferenceShaohua Li2017-06-231-1/+1
| * md: use a separate bio_set for synchronous IO.NeilBrown2017-06-211-7/+20
| * md: change the initialization value for a spare device spot to MD_DISK_ROLE_S...Lidong Zhong2017-06-161-1/+1
| * md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown2017-06-131-5/+17