summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_req.c
AgeCommit message (Expand)Author
2012-11-08drbd: If disk timeout expires fail only the affected volumePhilipp Reisner
2012-11-08drbd: restart loop in drbd_make_request() [prepare for Linux-3.2]Philipp Reisner
2012-11-08drbd: Consider that read requests could be NEG_ACKEDedPhilipp Reisner
2012-11-08drbd: Do not call generic_make_request() while holding req_lockPhilipp Reisner
2012-11-08drbd: Load balancing method: stripingPhilipp Reisner
2012-11-08drbd: Load balancing of read requestsPhilipp Reisner
2012-11-08drbd: Move the CREATE_BARRIER flag from connection to devicePhilipp Reisner
2012-11-08drbd: Silenced compiler warningsPhilipp Reisner
2012-11-08drbd: Update some outdated comments to match the codeAndreas Gruenbacher
2012-11-08drbd: detach must not try to abort non-local requestsLars Ellenberg
2012-11-08drbd: Do not mod_timer() with a past timePhilipp Reisner
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner
2012-11-08drbd: rcu_read_lock() and rcu_dereference() for tconn->net_confPhilipp Reisner
2012-11-08drbd: Runtime changeable wire protocolPhilipp Reisner
2012-11-08drbd: Use tconn in request_timer_fn()Philipp Reisner
2012-11-08drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *)Philipp Reisner
2012-11-08drbd: get rid of bio_split, allow bios of "arbitrary" sizeLars Ellenberg
2012-11-08drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_ioLars Ellenberg
2012-11-08drbd: Rename various functions from *_oos_* to *_out_of_sync_* for clarityAndreas Gruenbacher
2012-11-08drbd: drbd_may_do_local_read(): Use bool/true/falseAndreas Gruenbacher
2012-11-08drbd: Remove unnecessary assertionAndreas Gruenbacher
2012-10-30drbd: log request sector offset and size for IO errorsLars Ellenberg
2012-10-30drbd: always write bitmap on detachLars Ellenberg
2012-10-30drbd: prepare for more than 32 bit flagsLars Ellenberg
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-10-14drbd: Converted the transfer log from mdev to tconnPhilipp Reisner
2011-10-14drbd: Remove redundant checkAndreas Gruenbacher
2011-10-14drbd: Improve how conflicting writes are handledAndreas Gruenbacher
2011-10-14drbd: simplify condition in drbd_may_do_local_read()Lars Ellenberg
2011-10-14drbd: Use the IS_ALIGNED() macro in some more placesAndreas Gruenbacher
2011-10-14drbd: Remove obsolete commentAndreas Gruenbacher
2011-10-14drbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}request_endioAndreas Gruenbacher
2011-09-28drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_r...Philipp Reisner
2011-09-28drbd: Defer new writes when detecting conflicting writesAndreas Gruenbacher