aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_req.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-10drbd: silence -Wmissing-prototypes warningsLars Ellenberg1-0/+1
2014-04-30drbd: prepare sending side for REQ_DISCARDLars Ellenberg1-1/+4
2014-04-30drbd: Remove drbd_wrappers.hPhilipp Reisner1-1/+0
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher1-2/+2
2014-02-17drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher1-2/+2
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher1-2/+2
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher1-5/+5
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher1-7/+7
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher1-3/+3
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-03-28drbd: only fail empty flushes if no good data is reachableLars Ellenberg1-0/+8
2013-01-21drbd: fix potential protocol error and resulting disconnect/reconnectLars Ellenberg1-0/+1
2012-11-09drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/Lars Ellenberg1-1/+1
2012-11-08drbd: allow read requests to be retried after force-detachLars Ellenberg1-0/+1
2012-11-08drbd: base completion and destruction of requests on ref countsLars Ellenberg1-0/+9
2012-11-08drbd: rename drbd_restart_write to drbd_restart_requestLars Ellenberg1-1/+1
2012-11-08drbd: fix potential deadlock during "restart" of conflicting writesLars Ellenberg1-0/+3
2012-11-08drbd: Get rid of MR_{READ,WRITE}_SHIFTAndreas Gruenbacher1-4/+2
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner1-7/+12
2012-11-08drbd: Runtime changeable wire protocolPhilipp Reisner1-0/+8
2012-11-08drbd: Introduced a new type union drbd_dev_statePhilipp Reisner1-2/+2
2012-11-08drbd: Rename various functions from *_oos_* to *_out_of_sync_* for clarityAndreas Gruenbacher1-1/+1
2011-10-14drbd: Converted the transfer log from mdev to tconnPhilipp Reisner1-1/+2
2011-10-14drbd: Improve how conflicting writes are handledAndreas Gruenbacher1-1/+6
2011-10-14drbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}request_endioAndreas Gruenbacher1-1/+1
2011-09-28drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_request)Philipp Reisner1-2/+2
2011-09-28drbd: Allow to wait for the completion of an epoch entry as wellAndreas Gruenbacher1-7/+0
2011-09-28drbd: struct drbd_request: Introduce a new collision flagAndreas Gruenbacher1-0/+7
2011-09-28drbd: Move some functions to where they are usedAndreas Gruenbacher1-26/+0
2011-08-29drbd: moved req_lock and transfer log from mdev to tconnPhilipp Reisner1-2/+2
2011-08-29drbd: Inline function overlaps() is now unusedAndreas Gruenbacher1-5/+0
2011-08-29drbd: Convert all constants in enum drbd_req_event to upper caseAndreas Gruenbacher1-31/+31
2011-08-29drbd: Remove the unused hash tablesAndreas Gruenbacher1-27/+0
2011-08-25drbd: Use interval tree for overlapping write request detectionAndreas Gruenbacher1-0/+1
2011-08-25drbd: Put sector and size in struct drbd_request into struct drbd_intervalAndreas Gruenbacher1-2/+2
2011-08-25drbd: Request lookup code cleanup (1)Andreas Gruenbacher1-19/+2
2011-05-24drbd: fix warningAndrew Morton1-0/+1
2011-05-24drbd: Fix spellingBart Van Assche1-2/+2
2011-03-10drbd: Implemented real timeout checking for request processing timePhilipp Reisner1-0/+1
2011-03-10drbd: Ensure that an epoch contains only requests of one kindPhilipp Reisner1-0/+18
2011-03-10drbd: Begin to account BIO processing time before inc_ap_bio()Philipp Reisner1-1/+0
2011-03-10drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNCPhilipp Reisner1-1/+3
2011-03-10drbd: Track the numbers of sectors in flightPhilipp Reisner1-5/+7
2010-11-27drbd: fix for spin_lock_irqsave in endio callbackLars Ellenberg1-1/+2
2010-10-14drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner1-0/+4
2010-10-14drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner1-0/+2
2010-10-14drbd: factored drbd_req_make_private_bio() out of drbd_req_new()Philipp Reisner1-9/+15
2010-10-14drbd: factored tl_restart() out of tl_clear().Philipp Reisner1-0/+8
2010-10-14drbd: mod_req has now a return valuePhilipp Reisner1-5/+12
2010-10-14drbd: Track all IO requests on the TL, not writes onlyPhilipp Reisner1-1/+6