aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_req.c
Commit message (Expand)AuthorAge
* drbd: fix resend/resubmit of frozen IOLars Ellenberg2012-05-09
* drbd: move put_ldev from __req_mod() to the endio callbackLars Ellenberg2012-05-09
* drbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET_DONELars Ellenberg2012-05-09
* drbd: fix READ_RETRY_REMOTE_CANCELED to not complete if device is suspendedLars Ellenberg2012-05-09
* drbd: make OOS_HANDED_TO_NETWORK its own caseLars Ellenberg2012-05-09
* drbd: fix potential data corruption and protocol errorLars Ellenberg2012-05-09
* drbd: Fix a potential race that could case data inconsistencyPhilipp Reisner2012-05-09
* drbd: add missing part_round_stats to _drbd_start_io_acctLars Ellenberg2012-05-09
* drbd: Implemented the disk-timeout optionPhilipp Reisner2012-05-09
* drbd: Immediately allow completion of IOs, that wait for IO completions on a ...Philipp Reisner2012-05-09
* block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-12
* drbd: Fix spellingBart Van Assche2011-05-24
* drbd: fix potential activity log refcount imbalance in error pathLars Ellenberg2011-05-24
* drbd: drop code present under #ifdef which is relevant to 2.6.28 and belowOr Gerlitz2011-03-10
* drbd: Implemented real timeout checking for request processing timePhilipp Reisner2011-03-10
* drbd: Removed left over, now wrong commentsPhilipp Reisner2011-03-10
* drbd: fix potential imbalance of ap_in_flightLars Ellenberg2011-03-10
* drbd: Ensure that an epoch contains only requests of one kindPhilipp Reisner2011-03-10
* drbd: Nothing should stop SyncSource -> Ahead transitionsPhilipp Reisner2011-03-10
* drbd: Be more careful with SyncSource -> Ahead transitionsPhilipp Reisner2011-03-10
* drbd: Documenting drbd_should_do_remote() and drbd_should_send_oos()Philipp Reisner2011-03-10
* drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher2011-03-10
* drbd: Get rid of unnecessary macros (2)Andreas Gruenbacher2011-03-10
* drbd: Rename drbd_make_request_26 to drbd_make_requestAndreas Gruenbacher2011-03-10
* drbd: fix regression, we need to close drbd epochs during normal operationLars Ellenberg2011-03-10
* drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmapPhilipp Reisner2011-03-10
* drbd: Begin to account BIO processing time before inc_ap_bio()Philipp Reisner2011-03-10
* drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNCPhilipp Reisner2011-03-10
* drbd: Implemented two new connection states Ahead/BehindPhilipp Reisner2011-03-10
* drbd: Track the numbers of sectors in flightPhilipp Reisner2011-03-10
* drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg2011-03-10
* block: remove per-queue pluggingJens Axboe2011-03-10
* drbd: Removed checks for REQ_HARDBARRIER on incomming BIOsPhilipp Reisner2010-10-23
* drbd: Silenced an assertPhilipp Reisner2010-10-22
* drbd: rate limit an error messageLars Ellenberg2010-10-22
* drbd: fix potential data divergence after multiple failuresLars Ellenberg2010-10-22
* drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner2010-10-14
* drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner2010-10-14
* drbd: fix list corruption (recent regression)Lars Ellenberg2010-10-14
* drbd: Allow tl_restart() to do IO completion while IO is suspendedPhilipp Reisner2010-10-14
* drbd: Ensure that the peer was not rebootet in the meantime before resending TLPhilipp Reisner2010-10-14
* drbd: Do not allow a fencing-policy of resource-and-stonith with protocol APhilipp Reisner2010-10-14
* drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner2010-10-14
* drbd: Removed redundant error checks in the request code pathPhilipp Reisner2010-10-14
* drbd: factored tl_restart() out of tl_clear().Philipp Reisner2010-10-14
* drbd: mod_req has now a return valuePhilipp Reisner2010-10-14
* drbd: Track all IO requests on the TL, not writes onlyPhilipp Reisner2010-10-14
* drbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch.n_writesPhilipp Reisner2010-10-14
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-07
* drbd: Reduce verbosityPhilipp Reisner2010-06-01