summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-139-115/+93Star
|\
| * drbd: use generic io stats accounting functions to simplify io stat accountingGu Zheng2014-11-241-18/+4Star
| * drbd: Remove an useless copy of kernel_setsockopt()Philipp Reisner2014-11-101-25/+4Star
| * drbd: Fix state change in case of connection timeoutPhilipp Reisner2014-11-101-1/+1
| * drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg2014-11-101-0/+1
| * drbd: fix resync throttling initializationLars Ellenberg2014-11-103-3/+5
| * drbd: fix race between role change and handshakePhilipp Reisner2014-11-103-8/+40
| * drbd: Only use drbd_msg_put_info() in drbd_nl.cAndreas Gruenbacher2014-11-103-16/+4Star
| * drbd: Minor cleanupsAndreas Gruenbacher2014-11-104-44/+34Star
* | kill f_dentry usesAl Viro2014-11-191-3/+3
|/
* drbd: use RB_DECLARE_CALLBACKS() to define augment callbacksLai Jiangshan2014-09-181-34/+2Star
* drbd: compute the end before rb_insert_augmented()Lai Jiangshan2014-09-181-0/+4
* drbd: Add missing newline in resync progress display in /proc/drbdPhilipp Reisner2014-09-111-1/+3
* drbd: reduce lock contention in drbd_workerLars Ellenberg2014-09-111-6/+4Star
* drbd: Improve asender performanceLars Ellenberg2014-09-112-10/+7Star
* drbd: Get rid of the WORK_PENDING macroAndreas Gruenbacher2014-09-111-8/+7Star
* drbd: Get rid of the __no_warn and __cond_lock macrosAndreas Gruenbacher2014-09-112-8/+12
* drbd: Avoid inconsistent locking warningAndreas Gruenbacher2014-09-111-1/+1
* drbd: Remove superfluous newline from "resync_extents" debugfs entry.Philipp Marek2014-09-111-1/+1
* drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher2014-09-114-9/+9
* drbd: Use better variable namesAndreas Gruenbacher2014-09-114-49/+49
* Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-08-1415-1198/+2674
|\
| * drbd: silence underflow warning in read_in_block()Dan Carpenter2014-07-101-1/+1
| * drbd: implicitly truncate cpu-maskLars Ellenberg2014-07-101-0/+14
| * drbd: drop spurious parameters from _drbd_md_sync_page_ioLars Ellenberg2014-07-101-7/+5Star
| * drbd: resync should only lock out specific rangesLars Ellenberg2014-07-102-53/+98
| * drbd: debugfs: add per device data_gen_idLars Ellenberg2014-07-101-0/+22
| * drbd: debugfs: add per connection oldest requestsLars Ellenberg2014-07-101-0/+7
| * drbd: debugfs: add version tag to debugfs filesLars Ellenberg2014-07-101-0/+52
| * drbd: debugfs: add per volume oldest_requestsLars Ellenberg2014-07-101-5/+148
| * drbd: debugfs: add callback_historyLars Ellenberg2014-07-104-3/+144
| * drbd: debugfs: Add in_flight_summaryLars Ellenberg2014-07-104-20/+255
| * drbd: debugfs: deal with destructor racing with open of debugfs fileLars Ellenberg2014-07-101-4/+54
| * drbd: debugfs: add in_flight_summary dataLars Ellenberg2014-07-101-0/+196
| * drbd: debugfs: add basic hierarchyLars Ellenberg2014-07-105-5/+278
| * drbd: track details of bitmap IOLars Ellenberg2014-07-103-36/+51
| * drbd: register peer requests on read_ee earlyLars Ellenberg2014-07-101-11/+14
| * drbd: track timing details of peer_requestsLars Ellenberg2014-07-103-30/+64
| * drbd: improve throttling decisions of background resynchronisationLars Ellenberg2014-07-107-18/+51
| * drbd: add caching oldest request pointers for replication stagesLars Ellenberg2014-07-102-40/+136
| * drbd: add lists to find oldest pending requestsLars Ellenberg2014-07-103-14/+49
| * drbd: gather detailed timing statistics for drbd_requestsLars Ellenberg2014-07-104-38/+119
| * drbd: track meta data IO intent, start and submit timeLars Ellenberg2014-07-105-27/+35
| * drbd: fix drbd_destroy_device reference count updatesLars Ellenberg2014-07-101-5/+9
| * drbd: poison free'd device, resource and connection structsLars Ellenberg2014-07-101-0/+3
| * drbd: also keep track of trim -> zero-out fallback peer_requestsLars Ellenberg2014-07-101-0/+5
| * drbd: consistently use list_add_tail for peer_request trackingLars Ellenberg2014-07-102-3/+3
| * drbd: drop drbd_md_flushLars Ellenberg2014-07-102-22/+1Star
| * drbd: add drbd_queue_work_if_unqueued helperLars Ellenberg2014-07-102-4/+15
| * drbd: drbd_rs_number_requests: fix unit mismatch in comparisonLars Ellenberg2014-07-101-4/+9