aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_req.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-16drbd: Finish requests that completed while IO was frozenPhilipp Reisner1-0/+6
2012-08-16drbd: fix drbd wire compatibility for empty flushesLars Ellenberg1-4/+26
2012-07-24drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg1-2/+1
2012-07-24drbd: differentiate between normal and forced detachLars Ellenberg1-3/+3
2012-06-12drbd: fix null pointer dereference with on-congestion policy when disklessLars Ellenberg1-23/+36
2012-06-12drbd: fix list corruption by failing but already aborted readsLars Ellenberg1-1/+6
2012-05-09drbd: Restore the request restart logicPhilipp Reisner1-3/+4
2012-05-09drbd: fix resend/resubmit of frozen IOLars Ellenberg1-15/+37
2012-05-09drbd: move put_ldev from __req_mod() to the endio callbackLars Ellenberg1-4/+0
2012-05-09drbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET_DONELars Ellenberg1-10/+5
2012-05-09drbd: fix READ_RETRY_REMOTE_CANCELED to not complete if device is suspendedLars Ellenberg1-3/+1
2012-05-09drbd: make OOS_HANDED_TO_NETWORK its own caseLars Ellenberg1-8/+8
2012-05-09drbd: fix potential data corruption and protocol errorLars Ellenberg1-1/+0
2012-05-09drbd: Fix a potential race that could case data inconsistencyPhilipp Reisner1-2/+4
2012-05-09drbd: add missing part_round_stats to _drbd_start_io_acctLars Ellenberg1-0/+1
2012-05-09drbd: Implemented the disk-timeout optionPhilipp Reisner1-12/+20
2012-05-09drbd: Immediately allow completion of IOs, that wait for IO completions on a failed diskPhilipp Reisner1-4/+16
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig1-4/+4
2011-05-24drbd: Fix spellingBart Van Assche1-9/+9
2011-05-24drbd: fix potential activity log refcount imbalance in error pathLars Ellenberg1-1/+1
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