summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li2016-07-281-1/+9
|\
| * md: use seconds granularity for error loggingArnd Bergmann2016-07-191-1/+1
| * md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown2016-06-131-0/+5
| * md-cluster: fix deadlock issue when add disk to an recoverying arrayGuoqing Jiang2016-06-031-0/+3
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-1/+1
* | md: use bio op accessorsMike Christie2016-06-071-1/+2
|/
* Merge tag 'md/4.5' of git://neil.brown.name/mdLinus Torvalds2016-01-151-4/+7
|\
| * md/raid: only permit hot-add of compatible integrity profilesDan Williams2016-01-141-1/+1
| * md: Remove 'ready' field from mddev.NeilBrown2016-01-071-2/+0
| * drivers: md: use ktime_get_real_seconds()Deepa Dinamani2016-01-061-1/+1
| * md-cluster: Defer MD reloading to mddev->threadGuoqing Jiang2016-01-061-0/+4
| * md-cluster: remove a disk asynchronously from cluster environmentGuoqing Jiang2016-01-061-0/+1
* | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-131-37/+3
|\ \ | |/ |/|
| * md: convert to use the generic badblocks codeVishal Verma2016-01-091-37/+3
* | MD: change journal disk role to disk 0Shaohua Li2015-12-181-2/+6
|/
* MD: add new bit to indicate raid array with journalSong Liu2015-11-011-0/+1
* md: skip resync for raid array with journalShaohua Li2015-11-011-0/+1
* md: override md superblock recovery_offset for journal deviceShaohua Li2015-10-241-1/+7
* MD: add a new disk role to present write journal deviceSong Liu2015-10-241-0/+5
* md-cluster: Improve md_reload_sb to be less error proneGoldwyn Rodrigues2015-10-121-1/+1
* block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-12/+0
* writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
* md: remove 'go_faster' option from ->sync_request()NeilBrown2015-04-221-1/+1
* md: Export and rename find_rdev_nr_rcuGoldwyn Rodrigues2015-04-221-0/+1
* md: Export and rename kick_rdev_from_arrayGoldwyn Rodrigues2015-04-221-0/+1
* Add new disk to clustered arrayGoldwyn Rodrigues2015-02-231-0/+5
* Reload superblock if METADATA_UPDATED is receivedGoldwyn Rodrigues2015-02-231-0/+1
* Add node recovery callbacksGoldwyn Rodrigues2015-02-231-0/+1
* Introduce md_cluster_infoGoldwyn Rodrigues2015-02-231-0/+8
* Introduce md_cluster_operations to handle cluster functionsGoldwyn Rodrigues2015-02-231-0/+7
* md: wakeup thread upon rdev_dec_pending()Hannes Reinecke2015-02-061-7/+10
* md: move mddev_lock and related to md.hNeilBrown2015-02-061-0/+24
* md: use mddev->lock to protect updates to resync_{min,max}.NeilBrown2015-02-061-0/+2
* md: move GET_BITMAP_FILE ioctl out from mddev_lock.NeilBrown2015-02-061-0/+1
* md/bitmap: protect clearing of ->bitmap by mddev->lockNeilBrown2015-02-061-0/+1
* md: protect ->pers changes with mddev->lockNeilBrown2015-02-041-0/+1
* md: rename ->stop to ->freeNeilBrown2015-02-041-1/+1
* md: make merge_bvec_fn more robust in face of personality changes.NeilBrown2015-02-041-0/+4
* md: make ->congested robust against personality changes.NeilBrown2015-02-041-0/+3
* md: rename mddev->write_lock to mddev->lockNeilBrown2015-02-041-1/+7
* md: remove unwanted white space from md.cNeilBrown2014-10-141-18/+16
* md/bitmap: don't abuse i_writecount for bitmap files.NeilBrown2014-04-091-1/+0
* Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-201-5/+5
|\
| * kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo2013-12-111-5/+5
* | md: fix problem when adding device to read-only array with bitmap.NeilBrown2014-01-141-0/+3
|/
* Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-141-1/+0
|\
| * block: Consolidate duplicated bio_trim() implementationsKent Overstreet2013-11-081-1/+0
* | sysfs: clean up sysfs_get_dirent()Tejun Heo2013-09-261-1/+1
|/
* md: avoid deadlock when dirty buffers during md_stop.NeilBrown2013-08-271-0/+3
* md: Don't test all of mddev->flags at once.NeilBrown2013-08-271-2/+3