aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-18drbd: use RB_DECLARE_CALLBACKS() to define augment callbacksLai Jiangshan1-34/+2
2014-09-18drbd: compute the end before rb_insert_augmented()Lai Jiangshan1-0/+4
2014-09-11drbd: Add missing newline in resync progress display in /proc/drbdPhilipp Reisner1-1/+3
2014-09-11drbd: reduce lock contention in drbd_workerLars Ellenberg1-6/+4
2014-09-11drbd: Improve asender performanceLars Ellenberg2-10/+7
2014-09-11drbd: Get rid of the WORK_PENDING macroAndreas Gruenbacher1-8/+7
2014-09-11drbd: Get rid of the __no_warn and __cond_lock macrosAndreas Gruenbacher2-8/+12
2014-09-11drbd: Avoid inconsistent locking warningAndreas Gruenbacher1-1/+1
2014-09-11drbd: Remove superfluous newline from "resync_extents" debugfs entry.Philipp Marek1-1/+1
2014-09-11drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher4-9/+9
2014-09-11drbd: Use better variable namesAndreas Gruenbacher4-49/+49
2014-08-14Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds15-1198/+2674
2014-07-10drbd: silence underflow warning in read_in_block()Dan Carpenter1-1/+1
2014-07-10drbd: implicitly truncate cpu-maskLars Ellenberg1-0/+14
2014-07-10drbd: drop spurious parameters from _drbd_md_sync_page_ioLars Ellenberg1-7/+5
2014-07-10drbd: resync should only lock out specific rangesLars Ellenberg2-53/+98
2014-07-10drbd: debugfs: add per device data_gen_idLars Ellenberg1-0/+22
2014-07-10drbd: debugfs: add per connection oldest requestsLars Ellenberg1-0/+7
2014-07-10drbd: debugfs: add version tag to debugfs filesLars Ellenberg1-0/+52
2014-07-10drbd: debugfs: add per volume oldest_requestsLars Ellenberg1-5/+148
2014-07-10drbd: debugfs: add callback_historyLars Ellenberg4-3/+144
2014-07-10drbd: debugfs: Add in_flight_summaryLars Ellenberg4-20/+255
2014-07-10drbd: debugfs: deal with destructor racing with open of debugfs fileLars Ellenberg1-4/+54
2014-07-10drbd: debugfs: add in_flight_summary dataLars Ellenberg1-0/+196
2014-07-10drbd: debugfs: add basic hierarchyLars Ellenberg5-5/+278
2014-07-10drbd: track details of bitmap IOLars Ellenberg3-36/+51
2014-07-10drbd: register peer requests on read_ee earlyLars Ellenberg1-11/+14
2014-07-10drbd: track timing details of peer_requestsLars Ellenberg3-30/+64
2014-07-10drbd: improve throttling decisions of background resynchronisationLars Ellenberg7-18/+51
2014-07-10drbd: add caching oldest request pointers for replication stagesLars Ellenberg2-40/+136
2014-07-10drbd: add lists to find oldest pending requestsLars Ellenberg3-14/+49
2014-07-10drbd: gather detailed timing statistics for drbd_requestsLars Ellenberg4-38/+119
2014-07-10drbd: track meta data IO intent, start and submit timeLars Ellenberg5-27/+35
2014-07-10drbd: fix drbd_destroy_device reference count updatesLars Ellenberg1-5/+9
2014-07-10drbd: poison free'd device, resource and connection structsLars Ellenberg1-0/+3
2014-07-10drbd: also keep track of trim -> zero-out fallback peer_requestsLars Ellenberg1-0/+5
2014-07-10drbd: consistently use list_add_tail for peer_request trackingLars Ellenberg2-3/+3
2014-07-10drbd: drop drbd_md_flushLars Ellenberg2-22/+1
2014-07-10drbd: add drbd_queue_work_if_unqueued helperLars Ellenberg2-4/+15
2014-07-10drbd: drbd_rs_number_requests: fix unit mismatch in comparisonLars Ellenberg1-4/+9
2014-07-10drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)Lars Ellenberg4-24/+23
2014-07-10drbd: clear CRASHED_PRIMARY only after successful resyncLars Ellenberg1-1/+2
2014-07-10drbd: improve resync request throttling due to sendbuf sizeLars Ellenberg1-9/+14
2014-07-10block: Convert last uses of __FUNCTION__ to __func__Joe Perches1-4/+4
2014-07-10drivers/block: Use RCU_INIT_POINTER(x, NULL) in drbd/drbd_state.cMonam Agarwal1-1/+1
2014-07-10drbd: short-circuit in maybe_pull_aheadLars Ellenberg1-0/+3
2014-07-10drbd: application writes may set-in-sync in protocol != CLars Ellenberg4-31/+49
2014-07-10drbd: New net configuration option socket-check-timeoutPhilipp Reisner1-16/+30
2014-07-10drbd: Limit the time we are waiting for the first packet on an accepted socketPhilipp Reisner1-0/+10
2014-07-10drbd: implement csums-after-crash-onlyLars Ellenberg3-4/+24