summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
...
| * md: check the return value for metadata_update_startGuoqing Jiang2015-10-121-6/+9
| * md-cluster: only call kick_rdev_from_array after remove disk successfullyGuoqing Jiang2015-10-121-6/+9
| * md-cluster: Fix adding of new disk with new reload codeGoldwyn Rodrigues2015-10-121-22/+30
| * md-cluster: Perform resync/recovery under a DLM lockGoldwyn Rodrigues2015-10-121-4/+25
| * md-cluster: Perform a lazy updateGoldwyn Rodrigues2015-10-121-44/+57
| * md-cluster: Improve md_reload_sb to be less error proneGoldwyn Rodrigues2015-10-121-14/+107
| * md: remove_and_add_spares() to activate specific rdevGoldwyn Rodrigues2015-10-121-10/+11
| * md-cluster: Use a small window for resyncGoldwyn Rodrigues2015-10-121-8/+0
| * md: Increment version for clustered bitmapsGoldwyn Rodrigues2015-10-121-0/+3
* | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-041-7/+4
|\ \
| * | md: suspend i/o during runtime blk_integrity_unregisterDan Williams2015-10-211-0/+1
| * | md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdownDan Williams2015-10-211-1/+0
| * | block: Inline blk_integrity in struct gendiskMartin K. Petersen2015-10-211-6/+3
| |/
* | Revert "md: allow a partially recovered device to be hot-added to an array."NeilBrown2015-10-311-2/+1
|/
* md: clear CHANGE_PENDING in readonly arrayShaohua Li2015-10-021-0/+1
* md: wait for pending superblock updates before switching to read-onlyNeilBrown2015-10-021-0/+4
* Merge linux-block/for-4.3/core into md/for-linuxNeilBrown2015-09-051-35/+11
|\
| * Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-35/+11
| |\
| | * block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-26/+0
| | * block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-131-0/+2
| | * block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-9/+9
* | | md/raid1: ensure device failure recorded before write request returns.NeilBrown2015-08-311-0/+1
* | | md: extend spinlock protection in register_md_cluster_operationsNeilBrown2015-08-311-6/+10
* | | md-cluster: transfer the resync ownership to another nodeGuoqing Jiang2015-08-311-3/+3
* | | md: setup safemode_timer before it's being usedSasha Levin2015-08-311-5/+4
* | | md: sync sync_completed has correct value as recovery finishes.NeilBrown2015-08-311-0/+9
* | | md: be careful when testing resync_max against curr_resync_completed.NeilBrown2015-08-311-1/+2
* | | md: set MD_RECOVERY_RECOVER when starting a degraded array.NeilBrown2015-08-311-0/+6
* | | md: close some races between setting and checking sync_action.NeilBrown2015-08-311-0/+2
* | | md: Keep /proc/mdstat reporting recovery until fully DONE.NeilBrown2015-08-311-14/+24
* | | md: simplify get_bitmap_file now that "file" is zeroed.Benjamin Randazzo2015-08-031-10/+10
|/ /
* | md: use kzalloc() when bitmap is disabledBenjamin Randazzo2015-08-031-1/+1
* | Merge tag 'md/4.2-fixes' of git://neil.brown.name/mdLinus Torvalds2015-07-251-1/+3
|\ \ | |/ |/|
| * md: Return error if request_module fails and returns positive valueGoldwyn Rodrigues2015-07-241-1/+1
| * md: flush ->event_work before stopping array.NeilBrown2015-07-221-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\ \ | |/ |/|
| * vfs: add file_path() helperMiklos Szeredi2015-06-231-1/+1
* | Merge tag 'md/4.2' of git://neil.brown.name/mdLinus Torvalds2015-06-291-70/+97
|\ \
| * | md: clear Blocked flag on failed devices when array is read-only.Neil Brown2015-06-251-0/+9
| * | md: unlock mddev_lock on an error path.NeilBrown2015-06-251-1/+3
| * | md: clear mddev->private when it has been freed.NeilBrown2015-06-251-0/+3
| * | md: fix a build warningFiro Yang2015-06-171-1/+1
| * | md: convert to kstrto*()Alexey Dobriyan2015-06-171-68/+81
* | | drivers/md/md.c: use strreplace()Rasmus Villemoes2015-06-251-3/+1
|/ /
* | md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown2015-06-121-0/+1
* | md: Close race when setting 'action' to 'idle'.NeilBrown2015-06-121-5/+6
* | md: don't return 0 from array_state_storeNeilBrown2015-06-121-1/+1
* | Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/mdLinus Torvalds2015-05-291-6/+8
|\ \ | |/ |/|
| * md: fix race when unfreezing sync_actionNeilBrown2015-05-281-6/+8
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-05-081-2/+2
|\ \ | |/ |/|
OpenPOWER on IntegriCloud