summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_req.c
Commit message (Expand)AuthorAgeFilesLines
...
| * drbd: Allow to wait for the completion of an epoch entry as wellAndreas Gruenbacher2011-09-281-5/+18
| * drbd: struct drbd_request: Introduce a new collision flagAndreas Gruenbacher2011-09-281-39/+3
| * drbd: Move some functions to where they are usedAndreas Gruenbacher2011-09-281-0/+29
| * drbd: moved req_lock and transfer log from mdev to tconnPhilipp Reisner2011-08-291-24/+24
| * drbd: moved agreed_pro_version, last_received and ko_count to tconnPhilipp Reisner2011-08-291-1/+1
| * drbd: moved data and meta from mdev to tconnPhilipp Reisner2011-08-291-6/+6
| * drbd: moved net_cont and net_cnt_wait from mdev to tconnPhilipp Reisner2011-08-291-5/+5
| * drbd: moved net_conf from mdev to tconnPhilipp Reisner2011-08-291-11/+11
| * drbd: Convert all constants in enum drbd_req_event to upper caseAndreas Gruenbacher2011-08-291-42/+42
| * drbd: Remove the unused hash tablesAndreas Gruenbacher2011-08-291-20/+6
| * drbd: Use interval tree for overlapping epoch entry detectionAndreas Gruenbacher2011-08-291-28/+16
| * drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_intervalAndreas Gruenbacher2011-08-291-3/+3
| * drbd: Add read_requests treeAndreas Gruenbacher2011-08-291-3/+10
| * drbd: Use interval tree for overlapping write request detectionAndreas Gruenbacher2011-08-251-27/+29
| * drbd: Put sector and size in struct drbd_request into struct drbd_intervalAndreas Gruenbacher2011-08-251-24/+24
* | drbd: log request sector offset and size for IO errorsLars Ellenberg2012-10-301-1/+18
* | drbd: always write bitmap on detachLars Ellenberg2012-10-301-2/+2
* | drbd: prepare for more than 32 bit flagsLars Ellenberg2012-10-301-10/+10
* | drbd: Finish requests that completed while IO was frozenPhilipp Reisner2012-08-161-0/+6
* | drbd: fix drbd wire compatibility for empty flushesLars Ellenberg2012-08-161-4/+26
* | drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg2012-07-241-2/+1
* | drbd: differentiate between normal and forced detachLars Ellenberg2012-07-241-3/+3
* | drbd: fix null pointer dereference with on-congestion policy when disklessLars Ellenberg2012-06-121-23/+36
* | drbd: fix list corruption by failing but already aborted readsLars Ellenberg2012-06-121-1/+6
* | drbd: Restore the request restart logicPhilipp Reisner2012-05-091-3/+4
* | drbd: fix resend/resubmit of frozen IOLars Ellenberg2012-05-091-15/+37
* | drbd: move put_ldev from __req_mod() to the endio callbackLars Ellenberg2012-05-091-4/+0
* | drbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET_DONELars Ellenberg2012-05-091-10/+5
* | drbd: fix READ_RETRY_REMOTE_CANCELED to not complete if device is suspendedLars Ellenberg2012-05-091-3/+1
* | drbd: make OOS_HANDED_TO_NETWORK its own caseLars Ellenberg2012-05-091-8/+8
* | drbd: fix potential data corruption and protocol errorLars Ellenberg2012-05-091-1/+0
* | drbd: Fix a potential race that could case data inconsistencyPhilipp Reisner2012-05-091-2/+4
* | drbd: add missing part_round_stats to _drbd_start_io_acctLars Ellenberg2012-05-091-0/+1
* | drbd: Implemented the disk-timeout optionPhilipp Reisner2012-05-091-12/+20
* | drbd: Immediately allow completion of IOs, that wait for IO completions on a ...Philipp Reisner2012-05-091-4/+16
* | block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-4/+4
|/
* drbd: Fix spellingBart Van Assche2011-05-241-9/+9
* drbd: fix potential activity log refcount imbalance in error pathLars Ellenberg2011-05-241-1/+1
* drbd: drop code present under #ifdef which is relevant to 2.6.28 and belowOr Gerlitz2011-03-101-5/+1
* drbd: Implemented real timeout checking for request processing timePhilipp Reisner2011-03-101-0/+39
* drbd: Removed left over, now wrong commentsPhilipp Reisner2011-03-101-7/+1
* drbd: fix potential imbalance of ap_in_flightLars Ellenberg2011-03-101-4/+5
* drbd: Ensure that an epoch contains only requests of one kindPhilipp Reisner2011-03-101-25/+4
* drbd: Nothing should stop SyncSource -> Ahead transitionsPhilipp Reisner2011-03-101-1/+1
* drbd: Be more careful with SyncSource -> Ahead transitionsPhilipp Reisner2011-03-101-1/+7
* drbd: Documenting drbd_should_do_remote() and drbd_should_send_oos()Philipp Reisner2011-03-101-4/+8
* drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher2011-03-101-2/+2
* drbd: Get rid of unnecessary macros (2)Andreas Gruenbacher2011-03-101-3/+3
* drbd: Rename drbd_make_request_26 to drbd_make_requestAndreas Gruenbacher2011-03-101-3/+3
* drbd: fix regression, we need to close drbd epochs during normal operationLars Ellenberg2011-03-101-3/+8