summaryrefslogtreecommitdiff
path: root/drivers/md (follow)
Commit message (Expand)AuthorAge
...
| | * Resync start/Finish actionsGoldwyn Rodrigues2015-02-23
| | * Send RESYNCING while performing resync start/stopGoldwyn Rodrigues2015-02-23
| | * Reload superblock if METADATA_UPDATED is receivedGoldwyn Rodrigues2015-02-23
| | * metadata_update sends message to other nodesGoldwyn Rodrigues2015-02-23
| | * Communication Framework: Sending functionsGoldwyn Rodrigues2015-02-23
| | * Communication Framework: ReceivingGoldwyn Rodrigues2015-02-23
| | * Perform resync for cluster node failureGoldwyn Rodrigues2015-02-23
| | * Initiate recovery on node failureGoldwyn Rodrigues2015-02-23
| | * Copy set bits from another slotGoldwyn Rodrigues2015-02-23
| | * bitmap_create returns bitmap pointerGoldwyn Rodrigues2015-02-23
| | * Gather on-going resync information of other nodesGoldwyn Rodrigues2015-02-23
| | * Lock bitmap while joining the clusterGoldwyn Rodrigues2015-02-23
| | * Use separate bitmaps for each nodes in the clusterGoldwyn Rodrigues2015-02-23
| | * Add node recovery callbacksGoldwyn Rodrigues2015-02-23
| | * Return MD_SB_CLUSTERED if mddev is clusteredGoldwyn Rodrigues2015-02-23
| | * Introduce md_cluster_infoGoldwyn Rodrigues2015-02-23
| | * Introduce md_cluster_operations to handle cluster functionsGoldwyn Rodrigues2015-02-23
| | * DLM lock and unlock functionsGoldwyn Rodrigues2015-02-23
| | * Create a separate module for clustering supportGoldwyn Rodrigues2015-02-23
| | * Add number of nodes to bitmap structure for clusteringGoldwyn Rodrigues2015-02-23
* | | Merge tag 'dm-4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-04-18
|\ \ \ | |/ / |/| |
| * | dm crypt: fix missing error code return from crypt_ctr error pathWei Yongjun2015-04-16
| * | dm crypt: fix deadlock when async crypto algorithm returns -EBUSYBen Collins2015-04-15
| * | dm crypt: leverage immutable biovecs when decrypting on readMike Snitzer2015-04-15
| * | dm crypt: update URLs to new cryptsetup project pageMilan Broz2015-04-15
| * | dm: add log writes targetJosef Bacik2015-04-15
| * | dm table: use bool function return values of true/false not 1/0Joe Perches2015-04-15
| * | dm verity: add error handling modes for corrupted blocksSami Tolvanen2015-04-15
| * | dm delay: use msecs_to_jiffies for time conversionNicholas Mc Guire2015-04-15
| * | dm log userspace base: fix compile warningNicholas Mc Guire2015-04-15
| * | dm log userspace transfer: match wait_for_completion_timeout return typeNicholas Mc Guire2015-04-15
| * | dm table: fall back to getting device using name_to_dev_t()Dan Ehrenberg2015-04-15
| * | dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attrMike Snitzer2015-04-15
| * | dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mqMike Snitzer2015-04-15
| * | dm: add full blk-mq support to request-based DMMike Snitzer2015-04-15
| * | dm: impose configurable deadline for dm_request_fn's merge heuristicMike Snitzer2015-04-15
| * | dm sysfs: introduce ability to add writable attributesMike Snitzer2015-04-15
| * | dm: don't start current request if it would've merged with the previousMike Snitzer2015-04-15
| * | dm: reduce the queue delay used in dm_request_fn from 100ms to 10msMike Snitzer2015-04-15
| * | dm: don't schedule delayed run of the queue if nothing to doMike Snitzer2015-04-15
| * | dm: only run the queue on completion if congested or no requests pendingMike Snitzer2015-04-15
| * | dm: remove request-based logic from make_request_fn wrapperMike Snitzer2015-04-15
| * | dm: remove request-based DM queue's lld_busy_fn hookMike Snitzer2015-03-31
| * | dm: remove unnecessary wrapper around blk_lld_busyMike Snitzer2015-03-31
| * | dm: rename __dm_get_reserved_ios() helper to __dm_get_module_param()Mike Snitzer2015-03-31
| * | dm cache policy mq: try not to writeback data that changed in the last secondJoe Thornber2015-03-31
| * | dm cache policy mq: remove unused generation member of struct entryJoe Thornber2015-03-31
| * | dm cache policy mq: track entries hit this 'tick' via sentinel objectsJoe Thornber2015-03-31
| * | dm cache policy mq: remove queue_shift_down()Joe Thornber2015-03-31
| * | dm cache policy mq: keep track of the number of entries in a multiqueueJoe Thornber2015-03-31