drbd: always write bitmap on detach
[firefly-linux-kernel-4.4.55.git] / drivers / block / drbd / drbd_req.c
2012-11-09 Lars Ellenbergdrbd: always write bitmap on detach
2012-11-09 Lars Ellenbergdrbd: differentiate early and later "postponing" of...
2012-11-09 Philipp Reisnerdrbd: Fix postponed requests
2012-11-09 Philipp Reisnerdrbd: Fix postponed requests
2012-11-09 Philipp Reisnerdrbd: Fix completion of requests while the device is...
2012-11-09 Lars Ellenbergdrbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/
2012-11-09 Lars Ellenbergdrbd: NEG_ACK does not imply a barrier-ack
2012-11-09 Lars Ellenbergdrbd: only start a new epoch, if the current epoch...
2012-11-09 Philipp Reisnerdrbd: Finish requests that completed while IO was frozen
2012-11-09 Lars Ellenbergdrbd: fix drbd wire compatibility for empty flushes
2012-11-09 Lars Ellenbergdrbd: announce FLUSH/FUA capability to upper layers
2012-11-08 Lars Ellenbergdrbd: differentiate between normal and forced detach
2012-11-08 Lars Ellenbergdrbd: fix null pointer dereference with on-congestion...
2012-11-08 Lars Ellenbergdrbd: allow read requests to be retried after force...
2012-11-08 Lars Ellenbergdrbd: __req_mod: make DISCARD_WRITE and independend...
2012-11-08 Lars Ellenbergdrbd: base completion and destruction of requests on...
2012-11-08 Lars Ellenbergdrbd: introduce completion_ref and kref to struct drbd_...
2012-11-08 Lars Ellenbergdrbd: __drbd_make_request() is now void
2012-11-08 Lars Ellenbergdrbd: better separate WRITE and READ code paths in...
2012-11-08 Lars Ellenbergdrbd: remove struct drbd_tl_epoch objects (barrier...
2012-11-08 Lars Ellenbergdrbd: move the drbd_work_queue from drbd_socket to...
2012-11-08 Lars Ellenbergdrbd: transfer log epoch numbers are now per resource
2012-11-08 Lars Ellenbergdrbd: rename drbd_restart_write to drbd_restart_request
2012-11-08 Lars Ellenbergdrbd: fix wrong assert in completion/retry path of...
2012-11-08 Lars Ellenbergdrbd: fix local read error hung forever
2012-11-08 Lars Ellenbergdrbd: fix resend/resubmit of frozen IO
2012-11-08 Lars Ellenbergdrbd: complete_conflicting_writes() should not care...
2012-11-08 Lars Ellenbergdrbd: simplify retry path of failed READ requests
2012-11-08 Lars Ellenbergdrbd: move put_ldev from __req_mod() to the endio callback
2012-11-08 Lars Ellenbergdrbd: factor out master_bio completion and drbd_request...
2012-11-08 Lars Ellenbergdrbd: conflicting writes: make wake_up of waiting peer_...
2012-11-08 Lars Ellenbergdrbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET...
2012-11-08 Lars Ellenbergdrbd: fix READ_RETRY_REMOTE_CANCELED to not complete...
2012-11-08 Lars Ellenbergdrbd: make OOS_HANDED_TO_NETWORK its own case
2012-11-08 Lars Ellenbergdrbd: fix potential deadlock during "restart" of confli...
2012-11-08 Lars Ellenbergdrbd: Fix a potential race that could case data inconsi...
2012-11-08 Philipp Reisnerdrbd: Consider that bio->bi_bdev might be modified...
2012-11-08 Philipp Reisnerdrbd: add missing part_round_stats to _drbd_start_io_acct
2012-11-08 Philipp Reisnerdrbd: If disk timeout expires fail only the affected...
2012-11-08 Philipp Reisnerdrbd: restart loop in drbd_make_request() [prepare...
2012-11-08 Philipp Reisnerdrbd: Consider that read requests could be NEG_ACKEDed
2012-11-08 Philipp Reisnerdrbd: Do not call generic_make_request() while holding...
2012-11-08 Philipp Reisnerdrbd: Load balancing method: striping
2012-11-08 Philipp Reisnerdrbd: Load balancing of read requests
2012-11-08 Philipp Reisnerdrbd: Move the CREATE_BARRIER flag from connection...
2012-11-08 Philipp Reisnerdrbd: Silenced compiler warnings
2012-11-08 Andreas Gruenbacherdrbd: Update some outdated comments to match the code
2012-11-08 Lars Ellenbergdrbd: detach must not try to abort non-local requests
2012-11-08 Philipp Reisnerdrbd: Do not mod_timer() with a past time
2012-11-08 Philipp Reisnerdrbd: detach from frozen backing device
2012-11-08 Philipp Reisnerdrbd: rcu_read_lock() and rcu_dereference() for tconn...
2012-11-08 Philipp Reisnerdrbd: Runtime changeable wire protocol
2012-11-08 Philipp Reisnerdrbd: Use tconn in request_timer_fn()
2012-11-08 Philipp Reisnerdrbd: Renamed id_susp(union drbd_state s) to drbd_suspe...
2012-11-08 Lars Ellenbergdrbd: get rid of bio_split, allow bios of "arbitrary...
2012-11-08 Lars Ellenbergdrbd: preparation commit, pass drbd_interval to drbd_al...
2012-11-08 Andreas Gruenbacherdrbd: Rename various functions from *_oos_* to *_out_of...
2012-11-08 Andreas Gruenbacherdrbd: drbd_may_do_local_read(): Use bool/true/false
2012-11-08 Andreas Gruenbacherdrbd: Remove unnecessary assertion
2011-10-14 Philipp Reisnerdrbd: Converted the transfer log from mdev to tconn
2011-10-14 Andreas Gruenbacherdrbd: Remove redundant check
2011-10-14 Andreas Gruenbacherdrbd: Improve how conflicting writes are handled
2011-10-14 Lars Ellenbergdrbd: simplify condition in drbd_may_do_local_read()
2011-10-14 Andreas Gruenbacherdrbd: Use the IS_ALIGNED() macro in some more places
2011-10-14 Andreas Gruenbacherdrbd: Remove obsolete comment
2011-10-14 Andreas Gruenbacherdrbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}reque...
2011-09-28 Philipp Reisnerdrbd: Moved the mdev member into drbd_work (from drbd_r...
2011-09-28 Andreas Gruenbacherdrbd: Defer new writes when detecting conflicting writes
2011-09-28 Andreas Gruenbacherdrbd: Remove unnecessary reference counting left-over
2011-09-28 Andreas Gruenbacherdrbd: _req_conflicts(): Get rid of the epoch_entries...
2011-09-28 Andreas Gruenbacherdrbd: Allow to wait for the completion of an epoch...
2011-09-28 Andreas Gruenbacherdrbd: struct drbd_request: Introduce a new collision...
2011-09-28 Andreas Gruenbacherdrbd: Move some functions to where they are used
2011-08-29 Philipp Reisnerdrbd: moved req_lock and transfer log from mdev to...
2011-08-29 Philipp Reisnerdrbd: moved agreed_pro_version, last_received and ko_co...
2011-08-29 Philipp Reisnerdrbd: moved data and meta from mdev to tconn
2011-08-29 Philipp Reisnerdrbd: moved net_cont and net_cnt_wait from mdev to...
2011-08-29 Philipp Reisnerdrbd: moved net_conf from mdev to tconn
2011-08-29 Andreas Gruenbacherdrbd: Convert all constants in enum drbd_req_event...
2011-08-29 Andreas Gruenbacherdrbd: Remove the unused hash tables
2011-08-29 Andreas Gruenbacherdrbd: Use interval tree for overlapping epoch entry...
2011-08-29 Andreas Gruenbacherdrbd: Put sector and size in struct drbd_epoch_entry...
2011-08-29 Andreas Gruenbacherdrbd: Add read_requests tree
2011-08-25 Andreas Gruenbacherdrbd: Use interval tree for overlapping write request...
2011-08-25 Andreas Gruenbacherdrbd: Put sector and size in struct drbd_request into...
2011-08-03 John W. LinvilleMerge git://git./linux/kernel/git/linville/wireless...
2011-07-31 Linus TorvaldsMerge git://git.infradead.org/battery-2.6
2011-07-27 Chris MasonMerge branch 'integration' into for-linus
2011-07-27 Dmitry TorokhovMerge branch 'next' into for-linus
2011-07-26 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-07-23 Linus TorvaldsMerge branch 'x86-build-for-linus' of git://git./linux...
2011-07-22 Linus TorvaldsMerge branch 'for-3.1' of git://git./linux/kernel/git...
2011-07-22 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-07-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-22 Jiri KosinaMerge branches 'roccat', 'upstream' and 'wiimote' into...
2011-07-20 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-15 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-07-11 Linus TorvaldsMerge branch 'movieboard' of git://git./linux/kernel...
2011-07-09 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-08 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
next