summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_req.c
AgeCommit message (Expand)Author
2012-08-16drbd: Finish requests that completed while IO was frozenPhilipp Reisner
2012-08-16drbd: fix drbd wire compatibility for empty flushesLars Ellenberg
2012-07-24drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg
2012-07-24drbd: differentiate between normal and forced detachLars Ellenberg
2012-06-12drbd: fix null pointer dereference with on-congestion policy when disklessLars Ellenberg
2012-06-12drbd: fix list corruption by failing but already aborted readsLars Ellenberg
2012-05-09drbd: Restore the request restart logicPhilipp Reisner
2012-05-09drbd: fix resend/resubmit of frozen IOLars Ellenberg
2012-05-09drbd: move put_ldev from __req_mod() to the endio callbackLars Ellenberg
2012-05-09drbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET_DONELars Ellenberg
2012-05-09drbd: fix READ_RETRY_REMOTE_CANCELED to not complete if device is suspendedLars Ellenberg
2012-05-09drbd: make OOS_HANDED_TO_NETWORK its own caseLars Ellenberg
2012-05-09drbd: fix potential data corruption and protocol errorLars Ellenberg
2012-05-09drbd: Fix a potential race that could case data inconsistencyPhilipp Reisner
2012-05-09drbd: add missing part_round_stats to _drbd_start_io_acctLars Ellenberg
2012-05-09drbd: Implemented the disk-timeout optionPhilipp Reisner
2012-05-09drbd: Immediately allow completion of IOs, that wait for IO completions on a ...Philipp 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