aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-08md: separate flags for superblock changesShaohua Li1-7/+9
2016-11-22md: Use REQ_FAILFAST_* on metadata writes where appropriateNeilBrown1-1/+20
2016-11-22md/failfast: add failfast flag for md to be used by some personalities.NeilBrown1-0/+6
2016-11-09md: define mddev flags, recovery flags and r1bio state bits using enumsNeilBrown1-40/+36
2016-11-07md: add bad block support for external metadataTomasz Majchrzak1-0/+3
2016-09-21md: changes for MD_STILL_CLOSED flagGuoqing Jiang1-3/+2
2016-07-28Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li1-1/+9
2016-07-19md: use seconds granularity for error loggingArnd Bergmann1-1/+1
2016-06-13md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown1-0/+5
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-1/+1
2016-06-07md: use bio op accessorsMike Christie1-1/+2
2016-06-03md-cluster: fix deadlock issue when add disk to an recoverying arrayGuoqing Jiang1-0/+3
2016-01-15Merge tag 'md/4.5' of git://neil.brown.name/mdLinus Torvalds1-4/+7
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-37/+3
2016-01-14md/raid: only permit hot-add of compatible integrity profilesDan Williams1-1/+1
2016-01-09md: convert to use the generic badblocks codeVishal Verma1-37/+3
2016-01-07md: Remove 'ready' field from mddev.NeilBrown1-2/+0
2016-01-06drivers: md: use ktime_get_real_seconds()Deepa Dinamani1-1/+1
2016-01-06md-cluster: Defer MD reloading to mddev->threadGuoqing Jiang1-0/+4
2016-01-06md-cluster: remove a disk asynchronously from cluster environmentGuoqing Jiang1-0/+1
2015-12-18MD: change journal disk role to disk 0Shaohua Li1-2/+6
2015-11-01MD: add new bit to indicate raid array with journalSong Liu1-0/+1
2015-11-01md: skip resync for raid array with journalShaohua Li1-0/+1
2015-10-24md: override md superblock recovery_offset for journal deviceShaohua Li1-1/+7
2015-10-24MD: add a new disk role to present write journal deviceSong Liu1-0/+5
2015-10-12md-cluster: Improve md_reload_sb to be less error proneGoldwyn Rodrigues1-1/+1
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-12/+0
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-04-22md: remove 'go_faster' option from ->sync_request()NeilBrown1-1/+1
2015-04-22md: Export and rename find_rdev_nr_rcuGoldwyn Rodrigues1-0/+1
2015-04-22md: Export and rename kick_rdev_from_arrayGoldwyn Rodrigues1-0/+1
2015-02-23Add new disk to clustered arrayGoldwyn Rodrigues1-0/+5
2015-02-23Reload superblock if METADATA_UPDATED is receivedGoldwyn Rodrigues1-0/+1
2015-02-23Add node recovery callbacksGoldwyn Rodrigues1-0/+1
2015-02-23Introduce md_cluster_infoGoldwyn Rodrigues1-0/+8
2015-02-23Introduce md_cluster_operations to handle cluster functionsGoldwyn Rodrigues1-0/+7
2015-02-06md: wakeup thread upon rdev_dec_pending()Hannes Reinecke1-7/+10
2015-02-06md: move mddev_lock and related to md.hNeilBrown1-0/+24
2015-02-06md: use mddev->lock to protect updates to resync_{min,max}.NeilBrown1-0/+2
2015-02-06md: move GET_BITMAP_FILE ioctl out from mddev_lock.NeilBrown1-0/+1
2015-02-06md/bitmap: protect clearing of ->bitmap by mddev->lockNeilBrown1-0/+1
2015-02-04md: protect ->pers changes with mddev->lockNeilBrown1-0/+1
2015-02-04md: rename ->stop to ->freeNeilBrown1-1/+1
2015-02-04md: make merge_bvec_fn more robust in face of personality changes.NeilBrown1-0/+4
2015-02-04md: make ->congested robust against personality changes.NeilBrown1-0/+3
2015-02-04md: rename mddev->write_lock to mddev->lockNeilBrown1-1/+7
2014-10-14md: remove unwanted white space from md.cNeilBrown1-18/+16
2014-04-09md/bitmap: don't abuse i_writecount for bitmap files.NeilBrown1-1/+0
2014-01-20Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+5
2014-01-14md: fix problem when adding device to read-only array with bitmap.NeilBrown1-0/+3