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