summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
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-04Merge 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-25drivers/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-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-04-27block: destroy bdi before blockdev is unregistered.NeilBrown
2015-04-22md: allow resync to go faster when there is competing IO.NeilBrown
2015-04-22md: remove 'go_faster' option from ->sync_request()NeilBrown
2015-04-22md: don't require sync_min to be a multiple of chunk_size.NeilBrown
2015-04-22Merge branch 'cluster' into for-nextNeilBrown
2015-04-22md-cluster: re-add capabilitiesGoldwyn Rodrigues
2015-04-22md: re-add a failed diskGoldwyn Rodrigues
2015-04-22md-cluster: remove capabilitiesGoldwyn Rodrigues
2015-04-22md: Export and rename find_rdev_nr_rcuGoldwyn Rodrigues
2015-04-22md: Export and rename kick_rdev_from_arrayGoldwyn Rodrigues
2015-04-08md: fix md io stats accounting brokenGu Zheng
2015-03-21md: Fix stray --cluster-confirm crashGoldwyn Rodrigues
2015-03-21md: fix problems with freeing private data after ->run failure.NeilBrown
2015-02-25md: fix error paths from bitmap_create.NeilBrown