summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_req.h
AgeCommit message (Expand)Author
2023-04-01drbd: pass drbd_peer_device to __req_modChristoph Böhmwalder
2022-11-22drbd: use consistent licenseChristoph Böhmwalder
2022-09-21drbd: remove orphan _req_may_be_done() declarationGaosheng Cui
2021-01-27drbd: remove drbd_req_make_private_bioChristoph Hellwig
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner
2018-12-20drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg
2018-05-30drbd: convert to bioset_init()/mempool_init()Kent Overstreet
2017-11-06drbd: Convert timers to use timer_setup()Kees Cook
2017-08-29drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg
2017-06-18drbd: use bio_clone_fast() instead of bio_clone()NeilBrown
2016-06-13drbd: introduce WRITE_SAME supportLars Ellenberg
2015-11-25drbd: De-inline drbd_should_do_remote() and drbd_should_send_out_of_sync()Andreas Gruenbacher
2014-07-10drbd: silence -Wmissing-prototypes warningsLars Ellenberg
2014-04-30drbd: prepare sending side for REQ_DISCARDLars Ellenberg
2014-04-30drbd: Remove drbd_wrappers.hPhilipp Reisner
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher
2014-02-17drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-03-28drbd: only fail empty flushes if no good data is reachableLars Ellenberg
2013-01-21drbd: fix potential protocol error and resulting disconnect/reconnectLars Ellenberg
2012-11-09drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/Lars Ellenberg
2012-11-08drbd: allow read requests to be retried after force-detachLars Ellenberg
2012-11-08drbd: base completion and destruction of requests on ref countsLars Ellenberg
2012-11-08drbd: rename drbd_restart_write to drbd_restart_requestLars Ellenberg
2012-11-08drbd: fix potential deadlock during "restart" of conflicting writesLars Ellenberg
2012-11-08drbd: Get rid of MR_{READ,WRITE}_SHIFTAndreas Gruenbacher
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner
2012-11-08drbd: Runtime changeable wire protocolPhilipp Reisner
2012-11-08drbd: Introduced a new type union drbd_dev_statePhilipp Reisner
2012-11-08drbd: Rename various functions from *_oos_* to *_out_of_sync_* for clarityAndreas Gruenbacher
2011-10-14drbd: Converted the transfer log from mdev to tconnPhilipp Reisner
2011-10-14drbd: Improve how conflicting writes are handledAndreas Gruenbacher
2011-10-14drbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}request_endioAndreas Gruenbacher
2011-09-28drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_r...Philipp Reisner
2011-09-28drbd: Allow to wait for the completion of an epoch entry as wellAndreas Gruenbacher
2011-09-28drbd: struct drbd_request: Introduce a new collision flagAndreas Gruenbacher
2011-09-28drbd: Move some functions to where they are usedAndreas Gruenbacher
2011-08-29drbd: moved req_lock and transfer log from mdev to tconnPhilipp Reisner
2011-08-29drbd: Inline function overlaps() is now unusedAndreas Gruenbacher
2011-08-29drbd: Convert all constants in enum drbd_req_event to upper caseAndreas Gruenbacher
2011-08-29drbd: Remove the unused hash tablesAndreas Gruenbacher
2011-08-25drbd: Use interval tree for overlapping write request detectionAndreas Gruenbacher
2011-08-25drbd: Put sector and size in struct drbd_request into struct drbd_intervalAndreas Gruenbacher
2011-08-25drbd: Request lookup code cleanup (1)Andreas Gruenbacher
2011-05-24drbd: fix warningAndrew Morton
2011-05-24drbd: Fix spellingBart Van Assche