summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_req.c
AgeCommit message (Expand)Author
2013-01-21drbd: add missing part_round_stats to _drbd_start_io_acctPhilipp Reisner
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig
2011-05-24drbd: Fix spellingBart Van Assche
2011-05-24drbd: fix potential activity log refcount imbalance in error pathLars Ellenberg
2011-03-10drbd: drop code present under #ifdef which is relevant to 2.6.28 and belowOr Gerlitz
2011-03-10drbd: Implemented real timeout checking for request processing timePhilipp Reisner
2011-03-10drbd: Removed left over, now wrong commentsPhilipp Reisner
2011-03-10drbd: fix potential imbalance of ap_in_flightLars Ellenberg
2011-03-10drbd: Ensure that an epoch contains only requests of one kindPhilipp Reisner
2011-03-10drbd: Nothing should stop SyncSource -> Ahead transitionsPhilipp Reisner
2011-03-10drbd: Be more careful with SyncSource -> Ahead transitionsPhilipp Reisner
2011-03-10drbd: Documenting drbd_should_do_remote() and drbd_should_send_oos()Philipp Reisner
2011-03-10drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher
2011-03-10drbd: Get rid of unnecessary macros (2)Andreas Gruenbacher
2011-03-10drbd: Rename drbd_make_request_26 to drbd_make_requestAndreas Gruenbacher
2011-03-10drbd: fix regression, we need to close drbd epochs during normal operationLars Ellenberg
2011-03-10drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmapPhilipp Reisner
2011-03-10drbd: Begin to account BIO processing time before inc_ap_bio()Philipp Reisner
2011-03-10drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNCPhilipp Reisner
2011-03-10drbd: Implemented two new connection states Ahead/BehindPhilipp Reisner
2011-03-10drbd: Track the numbers of sectors in flightPhilipp Reisner
2011-03-10drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg
2011-03-10block: remove per-queue pluggingJens Axboe
2010-10-23drbd: Removed checks for REQ_HARDBARRIER on incomming BIOsPhilipp Reisner
2010-10-22drbd: Silenced an assertPhilipp Reisner
2010-10-22drbd: rate limit an error messageLars Ellenberg
2010-10-22drbd: fix potential data divergence after multiple failuresLars Ellenberg
2010-10-14drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner
2010-10-14drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner
2010-10-14drbd: fix list corruption (recent regression)Lars Ellenberg
2010-10-14drbd: Allow tl_restart() to do IO completion while IO is suspendedPhilipp Reisner
2010-10-14drbd: Ensure that the peer was not rebootet in the meantime before resending TLPhilipp Reisner
2010-10-14drbd: Do not allow a fencing-policy of resource-and-stonith with protocol APhilipp Reisner
2010-10-14drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner
2010-10-14drbd: Removed redundant error checks in the request code pathPhilipp Reisner
2010-10-14drbd: factored tl_restart() out of tl_clear().Philipp Reisner
2010-10-14drbd: mod_req has now a return valuePhilipp Reisner
2010-10-14drbd: Track all IO requests on the TL, not writes onlyPhilipp Reisner
2010-10-14drbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch.n_writesPhilipp Reisner
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-06-01drbd: Reduce verbosityPhilipp Reisner
2010-06-01drbd: fix hang on local read errors while disconnectedLars Ellenberg
2010-06-01drbd: Removed the now empty w_io_error() functionPhilipp Reisner
2010-05-18drbd: If we detect late that IO got frozen, retry after we thawed.Philipp Reisner
2010-05-18drbd: always use_bmbv, ignore settingLars Ellenberg
2010-05-18drbd: fail_requests_early: remove incorrect and unnecessary optimizationLars Ellenberg
2009-12-03drbd_req.c: use part_[inc|dec]_in_flight()Philipp Reisner
2009-11-04drbd: performance - don't lose unplug eventsLars Ellenberg
2009-10-28drbd: fix in_flight rw indexingJens Axboe
2009-10-05drbd: fixup for reverted dual in_flight patchJens Axboe