summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_req.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+1Star
* 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/+4Star
* 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
* drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmapPhilipp Reisner2011-03-101-13/+24
* drbd: Begin to account BIO processing time before inc_ap_bio()Philipp Reisner2011-03-101-4/+8
* drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNCPhilipp Reisner2011-03-101-12/+32
* drbd: Implemented two new connection states Ahead/BehindPhilipp Reisner2011-03-101-0/+23
* drbd: Track the numbers of sectors in flightPhilipp Reisner2011-03-101-1/+12
* drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg2011-03-101-4/+4
* block: remove per-queue pluggingJens Axboe2011-03-101-4/+0Star
* drbd: Removed checks for REQ_HARDBARRIER on incomming BIOsPhilipp Reisner2010-10-231-14/+0Star
* drbd: Silenced an assertPhilipp Reisner2010-10-221-1/+1
* drbd: rate limit an error messageLars Ellenberg2010-10-221-1/+2
* drbd: fix potential data divergence after multiple failuresLars Ellenberg2010-10-221-5/+14
* drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner2010-10-141-3/+3
* drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner2010-10-141-2/+5
* drbd: fix list corruption (recent regression)Lars Ellenberg2010-10-141-25/+17Star
* drbd: Allow tl_restart() to do IO completion while IO is suspendedPhilipp Reisner2010-10-141-14/+20
* drbd: Ensure that the peer was not rebootet in the meantime before resending TLPhilipp Reisner2010-10-141-1/+1
* drbd: Do not allow a fencing-policy of resource-and-stonith with protocol APhilipp Reisner2010-10-141-1/+1
* drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner2010-10-141-0/+24
* drbd: Removed redundant error checks in the request code pathPhilipp Reisner2010-10-141-15/+0Star
* drbd: factored tl_restart() out of tl_clear().Philipp Reisner2010-10-141-0/+14
* drbd: mod_req has now a return valuePhilipp Reisner2010-10-141-1/+4
* drbd: Track all IO requests on the TL, not writes onlyPhilipp Reisner2010-10-141-9/+15
* drbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch.n_writesPhilipp Reisner2010-10-141-2/+2
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
* drbd: Reduce verbosityPhilipp Reisner2010-06-011-5/+0Star
* drbd: fix hang on local read errors while disconnectedLars Ellenberg2010-06-011-9/+13
* drbd: Removed the now empty w_io_error() functionPhilipp Reisner2010-06-011-26/+1Star
* drbd: If we detect late that IO got frozen, retry after we thawed.Philipp Reisner2010-05-181-7/+26
* drbd: always use_bmbv, ignore settingLars Ellenberg2010-05-181-1/+1
* drbd: fail_requests_early: remove incorrect and unnecessary optimizationLars Ellenberg2010-05-181-5/+0Star
* drbd_req.c: use part_[inc|dec]_in_flight()Philipp Reisner2009-12-031-2/+2
* drbd: performance - don't lose unplug eventsLars Ellenberg2009-11-041-1/+6
* drbd: fix in_flight rw indexingJens Axboe2009-10-281-2/+2
* drbd: fixup for reverted dual in_flight patchJens Axboe2009-10-051-2/+2
* drbd: remove tracing bitsJens Axboe2009-10-011-11/+0Star
* dropping unneeded include autoconf.hLars Ellenberg2009-10-011-1/+0Star