summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* md-cluster: make md-cluster also can work when compiled into kernelGuoqing Jiang2016-09-081-8/+4
* Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-08-301-13/+15
|\
| * r5cache: set MD_JOURNAL_CLEAN correctlySong Liu2016-08-241-4/+1
| * md: don't print the same repeated messages about delayed sync operationArtur Paszkiewicz2016-08-171-4/+9
| * md: remove obsolete ret in md_start_syncGuoqing Jiang2016-08-171-5/+2
| * md: do not count journal as spare in GET_ARRAY_INFOSong Liu2016-08-161-0/+3
* | block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-2/+2
|/
* Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li2016-07-281-20/+54
|\
| * MD: fix null pointer deferenceShaohua Li2016-07-281-2/+4
| * md: add missing sysfs_notify on array_state updateTomasz Majchrzak2016-07-191-0/+2
| * Fix kernel module refcount handlingAlexey Obitotskiy2016-07-191-0/+2
| * md: use seconds granularity for error loggingArnd Bergmann2016-07-191-2/+1
| * md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown2016-06-131-3/+26
| * md: disconnect device from personality before trying to remove it.NeilBrown2016-06-131-0/+2
| * MD:Update superblock when err == 0 in size_storeXiao Ni2016-06-131-1/+2
| * md: use a mutex to protect a global listCong Wang2016-06-091-0/+5
| * md: simplify the code with md_kick_rdev_from_arrayGuoqing Jiang2016-06-031-2/+1
| * md-cluster: fix deadlock issue when add disk to an recoverying arrayGuoqing Jiang2016-06-031-12/+11
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-1/+1
* | md: use bio op accessorsMike Christie2016-06-071-6/+6
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-3/+7
|/
* Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-05-191-33/+53
|\
| * md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang2016-05-091-13/+14
| * md: md.c: fix oops in mddev_suspend for raid0Heinz Mauelshagen2016-05-091-1/+1
| * md-cluster: wakeup thread if activated a spare diskGuoqing Jiang2016-05-041-0/+5
| * md-cluster: change array_sectors and update size are not supportedGuoqing Jiang2016-05-041-0/+8
| * md-cluser: make resync_finish only called after pers->sync_requestGuoqing Jiang2016-05-041-12/+13
| * md-cluster: change resync lock from asynchronous to synchronousGuoqing Jiang2016-05-041-9/+14
* | Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-171-1/+1
|\ \ | |/ |/|
| * md: update to using blk_queue_write_cache()Jens Axboe2016-04-121-1/+1
* | MD: make bio mergeableShaohua Li2016-04-251-0/+2
|/
* MD: add rdev reference for super writeShaohua Li2016-03-311-0/+3
* md: fix a trivial typo in commentsWei Fang2016-03-311-1/+1
* MD: warn for potential deadlockShaohua Li2016-02-261-0/+1
* md: Drop sending a change uevent when stoppingSebastian Parschauer2016-02-261-1/+0
* Merge tag 'md/4.5' of git://neil.brown.name/mdLinus Torvalds2016-01-151-66/+105
|\
| * md/raid: only permit hot-add of compatible integrity profilesDan Williams2016-01-141-12/+16
| * MD: add journal with array suspendedShaohua Li2016-01-141-1/+6
| * md: set MD_HAS_JOURNAL in correct placesShaohua Li2016-01-141-4/+5
| * md: Remove 'ready' field from mddev.NeilBrown2016-01-071-4/+1
| * md: remove unnecesary md_new_event_inintrGuoqing Jiang2016-01-071-10/+1
| * raid5-cache: add journal hot add/remove supportShaohua Li2016-01-061-12/+30
| * drivers: md: use ktime_get_real_seconds()Deepa Dinamani2016-01-061-9/+9
| * md: avoid warning for 32-bit sector_tArnd Bergmann2016-01-061-4/+6
| * md: update comment for md_allow_writeGuoqing Jiang2016-01-061-1/+1
| * md-cluster: Defer MD reloading to mddev->threadGuoqing Jiang2016-01-061-0/+4
| * md-cluster: append some actions when change bitmap from clustered to noneGuoqing Jiang2016-01-061-0/+13
| * md-cluster: Allow spare devices to be marked as faultyGoldwyn Rodrigues2016-01-061-1/+0
| * md-cluster: Fix the remove sequence with the new MD reload codeGoldwyn Rodrigues2016-01-061-8/+1
| * md-cluster: remove a disk asynchronously from cluster environmentGuoqing Jiang2016-01-061-0/+12