summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2015-10-24MD: replace special disk roles with macrosSong Liu
2015-10-24md-cluster: Call update_raid_disks() if another node --grow's raid_disksGoldwyn Rodrigues
2015-10-21md: suspend i/o during runtime blk_integrity_unregisterDan Williams
2015-10-21md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdownDan Williams
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen
2015-10-12md: check the return value for metadata_update_startGuoqing Jiang
2015-10-12md-cluster: only call kick_rdev_from_array after remove disk successfullyGuoqing Jiang
2015-10-12md-cluster: Fix adding of new disk with new reload codeGoldwyn Rodrigues
2015-10-12md-cluster: Perform resync/recovery under a DLM lockGoldwyn Rodrigues
2015-10-12md-cluster: Perform a lazy updateGoldwyn Rodrigues
2015-10-12md-cluster: Improve md_reload_sb to be less error proneGoldwyn Rodrigues
2015-10-12md: remove_and_add_spares() to activate specific rdevGoldwyn Rodrigues
2015-10-12md-cluster: Use a small window for resyncGoldwyn Rodrigues
2015-10-12md: Increment version for clustered bitmapsGoldwyn Rodrigues
2015-10-02md: clear CHANGE_PENDING in readonly arrayShaohua Li
2015-10-02md: wait for pending superblock updates before switching to read-onlyNeilBrown
2015-09-05Merge linux-block/for-4.3/core into md/for-linuxNeilBrown
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-31md/raid1: ensure device failure recorded before write request returns.NeilBrown
2015-08-31md: extend spinlock protection in register_md_cluster_operationsNeilBrown
2015-08-31md-cluster: transfer the resync ownership to another nodeGuoqing Jiang
2015-08-31md: setup safemode_timer before it's being usedSasha Levin
2015-08-31md: sync sync_completed has correct value as recovery finishes.NeilBrown
2015-08-31md: be careful when testing resync_max against curr_resync_completed.NeilBrown
2015-08-31md: set MD_RECOVERY_RECOVER when starting a degraded array.NeilBrown
2015-08-31md: close some races between setting and checking sync_action.NeilBrown
2015-08-31md: Keep /proc/mdstat reporting recovery until fully DONE.NeilBrown
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet
2015-08-03md: simplify get_bitmap_file now that "file" is zeroed.Benjamin Randazzo
2015-08-03md: use kzalloc() when bitmap is disabledBenjamin Randazzo
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-25Merge tag 'md/4.2-fixes' of git://neil.brown.name/mdLinus Torvalds
2015-07-24md: Return error if request_module fails and returns positive valueGoldwyn Rodrigues
2015-07-22md: flush ->event_work before stopping array.NeilBrown
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-29Merge tag 'md/4.2' of git://neil.brown.name/mdLinus Torvalds
2015-06-26drivers/md/md.c: use strreplace()Rasmus Villemoes
2015-06-25md: clear Blocked flag on failed devices when array is read-only.Neil Brown
2015-06-25md: unlock mddev_lock on an error path.NeilBrown
2015-06-25md: clear mddev->private when it has been freed.NeilBrown
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-06-17md: fix a build warningFiro Yang
2015-06-17md: convert to kstrto*()Alexey Dobriyan
2015-06-12md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown
2015-06-12md: Close race when setting 'action' to 'idle'.NeilBrown
2015-06-12md: don't return 0 from array_state_storeNeilBrown
2015-05-29Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/mdLinus Torvalds
2015-05-28md: fix race when unfreezing sync_actionNeilBrown
2015-05-09Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds