summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Add new disk to clustered arrayGoldwyn Rodrigues2015-02-235-4/+162
* Read from the first device when an area is resyncingGoldwyn Rodrigues2015-02-231-1/+7
* Suspend writes in RAID1 if within rangeGoldwyn Rodrigues2015-02-234-3/+30
* Resync start/Finish actionsGoldwyn Rodrigues2015-02-231-0/+46
* Send RESYNCING while performing resync start/stopGoldwyn Rodrigues2015-02-233-2/+36
* Reload superblock if METADATA_UPDATED is receivedGoldwyn Rodrigues2015-02-233-0/+24
* metadata_update sends message to other nodesGoldwyn Rodrigues2015-02-233-14/+106
* Communication Framework: Sending functionsGoldwyn Rodrigues2015-02-231-0/+87
* Communication Framework: ReceivingGoldwyn Rodrigues2015-02-231-0/+102
* Perform resync for cluster node failureGoldwyn Rodrigues2015-02-231-1/+11
* Initiate recovery on node failureGoldwyn Rodrigues2015-02-231-0/+58
* Copy set bits from another slotGoldwyn Rodrigues2015-02-232-1/+79
* bitmap_create returns bitmap pointerGoldwyn Rodrigues2015-02-233-31/+56
* Gather on-going resync information of other nodesGoldwyn Rodrigues2015-02-233-0/+120
* Lock bitmap while joining the clusterGoldwyn Rodrigues2015-02-231-0/+14
* Use separate bitmaps for each nodes in the clusterGoldwyn Rodrigues2015-02-233-10/+64
* Add node recovery callbacksGoldwyn Rodrigues2015-02-236-9/+64
* Return MD_SB_CLUSTERED if mddev is clusteredGoldwyn Rodrigues2015-02-231-0/+3
* Introduce md_cluster_infoGoldwyn Rodrigues2015-02-234-4/+80
* Introduce md_cluster_operations to handle cluster functionsGoldwyn Rodrigues2015-02-234-0/+92
* DLM lock and unlock functionsGoldwyn Rodrigues2015-02-231-0/+102
* Create a separate module for clustering supportGoldwyn Rodrigues2015-02-233-0/+45
* Add number of nodes to bitmap structure for clusteringGoldwyn Rodrigues2015-02-231-1/+2
* Merge tag 'dm-3.20-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-216-187/+255
|\
| * dm snapshot: fix a possible invalid memory access on unloadMikulas Patocka2015-02-181-2/+2
| * dm: fix a race condition in dm_get_mdMikulas Patocka2015-02-181-17/+10
| * dm crypt: sort writesMikulas Patocka2015-02-161-15/+36
| * dm crypt: add 'submit_from_crypt_cpus' optionMikulas Patocka2015-02-161-2/+14
| * dm crypt: offload writes to threadMikulas Patocka2015-02-161-20/+94
| * dm crypt: remove unused io_pool and _crypt_io_poolMikulas Patocka2015-02-161-22/+2
| * dm crypt: avoid deadlock in mempoolsMikulas Patocka2015-02-161-5/+36
| * dm crypt: don't allocate pages for a partial requestMikulas Patocka2015-02-161-109/+30
| * dm crypt: use unbound workqueue for request processingMikulas Patocka2015-02-161-15/+34
| * dm io: reject unsupported DISCARD requests with EOPNOTSUPPDarrick J. Wong2015-02-131-0/+6
| * dm mirror: do not degrade the mirror on discard errorMikulas Patocka2015-02-131-0/+9
| * dm space map disk: fix sm_disk_count_is_more_than_one()Mike Snitzer2015-02-131-1/+3
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-192-3/+3
|\ \
| * | kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-072-3/+3
* | | Merge tag 'md/3.20-fixes' of git://neil.brown.name/mdLinus Torvalds2015-02-173-3/+6
|\ \ \ | |_|/ |/| |
| * | md/raid5: Fix livelock when array is both resyncing and degraded.NeilBrown2015-02-181-1/+2
| * | md/raid10: round up to bdev_logical_block_size in narrow_write_error.NeilBrown2015-02-161-1/+2
| * | md/raid1: round up to bdev_logical_block_size in narrow_write_errorNate Dailey2015-02-161-1/+2
* | | Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-02-1215-193/+407
|\ \ \
| * | | dm: inherit QUEUE_FLAG_SG_GAPS flags from underlying queuesKeith Busch2015-02-111-0/+13
| * | | dm snapshot: remove unnecessary NULL checks before vfree() callsMarkus Elfring2015-02-091-10/+4
| * | | dm mpath: simplify failure path of dm_multipath_init()Johannes Thumshirn2015-02-091-9/+15
| * | | dm thin metadata: remove unused dm_pool_get_data_block_size()Rickard Strandqvist2015-02-092-11/+0
| * | | dm ioctl: fix stale comment above dm_get_inactive_table()Junxiao Bi2015-02-091-2/+2
| * | | dm crypt: update url in CONFIG_DM_CRYPT help textLoic Pefferkorn2015-02-091-3/+2
| * | | dm bufio: fix time comparison to use time_after_eq()Asaf Vertz2015-02-091-1/+2
OpenPOWER on IntegriCloud