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