summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_req.c
Commit message (Expand)AuthorAgeFilesLines
* drbd: use generic io stats accounting functions to simplify io stat accountingGu Zheng2014-11-241-18/+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: Avoid inconsistent locking warningAndreas Gruenbacher2014-09-111-1/+1
* drbd: resync should only lock out specific rangesLars Ellenberg2014-07-101-51/+85
* drbd: improve throttling decisions of background resynchronisationLars Ellenberg2014-07-101-0/+4
* drbd: add caching oldest request pointers for replication stagesLars Ellenberg2014-07-101-40/+129
* drbd: add lists to find oldest pending requestsLars Ellenberg2014-07-101-12/+33
* drbd: gather detailed timing statistics for drbd_requestsLars Ellenberg2014-07-101-34/+59
* drbd: short-circuit in maybe_pull_aheadLars Ellenberg2014-07-101-0/+3
* drbd: application writes may set-in-sync in protocol != CLars Ellenberg2014-07-101-29/+39
* drbd: get rid of drbd_queue_work_frontLars Ellenberg2014-07-101-1/+1
* drbd: refactor use of first_peer_device()Lars Ellenberg2014-07-101-11/+14
* drbd: reduce number of spinlock drop/re-aquire cyclesLars Ellenberg2014-07-101-6/+14
* drbd: evaluate disk and network timeout on different requestsLars Ellenberg2014-04-301-14/+33
* drbd: add back some fairness to AL transactionsLars Ellenberg2014-04-301-0/+20
* drbd: prepare sending side for REQ_DISCARDLars Ellenberg2014-04-301-0/+7
* drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher2014-02-171-18/+23
* drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher2014-02-171-9/+9
* drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher2014-02-171-22/+22
* drbd: Remove the terrible DEV hackAndreas Gruenbacher2014-02-171-14/+14
* drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher2014-02-171-24/+24
* drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher2014-02-171-41/+42
* drbd: Rename "mdev" to "device"Andreas Gruenbacher2014-02-171-174/+174
* drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher2014-02-171-29/+29
* drivers: block: Mark functions as static in drbd_req.cRashika Kheria2014-02-171-2/+2
* block: Abstract out bvec iteratorKent Overstreet2013-11-241-3/+3
* drbd: avoid to shrink max_bio_size due to peer re-configurationLars Ellenberg2013-11-081-0/+3
* drbd: fix drbd epoch write count for ahead/behind modeLars Ellenberg2013-03-281-7/+7
* drbd: only fail empty flushes if no good data is reachableLars Ellenberg2013-03-281-4/+8
* drbd: try hard to max out the updates per AL transactionLars Ellenberg2013-03-231-0/+31
* drbd: move start io accounting before activity log transactionLars Ellenberg2013-03-231-3/+3
* drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg2013-03-231-14/+56
* drbd: queue writes on submitter thread, unless they pass the activity log fas...Lars Ellenberg2013-03-231-8/+12
* drbd: prepare to queue write requests on a submit workerLars Ellenberg2013-03-231-0/+29
* drbd: split __drbd_make_request in before and after drbd_al_begin_ioLars Ellenberg2013-03-231-10/+30
* drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg2013-03-231-1/+1
* drbd: fix potential protocol error and resulting disconnect/reconnectLars Ellenberg2013-01-211-1/+1
* Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner2012-11-091-814/+755Star
|\
| * drbd: log request sector offset and size for IO errorsLars Ellenberg2012-11-091-1/+18
| * drbd: always write bitmap on detachLars Ellenberg2012-11-091-3/+6
| * drbd: differentiate early and later "postponing" of requestsLars Ellenberg2012-11-091-1/+8
| * drbd: Fix postponed requestsPhilipp Reisner2012-11-091-3/+2Star
| * drbd: Fix postponed requestsPhilipp Reisner2012-11-091-4/+7
| * drbd: Fix completion of requests while the device is suspendedPhilipp Reisner2012-11-091-12/+6Star
| * drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/Lars Ellenberg2012-11-091-3/+3
| * drbd: NEG_ACK does not imply a barrier-ackLars Ellenberg2012-11-091-1/+1
| * drbd: only start a new epoch, if the current epoch contains writesLars Ellenberg2012-11-091-7/+12
| * drbd: Finish requests that completed while IO was frozenPhilipp Reisner2012-11-091-0/+6
| * drbd: fix drbd wire compatibility for empty flushesLars Ellenberg2012-11-091-3/+22