summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorLines
2012-11-08drbd: add missing part_round_stats to _drbd_start_io_acctPhilipp Reisner-0/+1
2012-11-08drbd: Fix module refcount leak in drbd_accept()Philipp Reisner-0/+1
2012-11-08drbd: If disk timeout expires fail only the affected volumePhilipp Reisner-1/+3
2012-11-08drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner-31/+48
2012-11-08drbd: Reinstate disabling AL updates with invalidate-remotePhilipp Reisner-1/+44
2012-11-08drbd: explicitly clear unused dp_flags in drbd_send_blockLars Ellenberg-0/+1
2012-11-08drbd: Fixed compat issue with disconnecting 8.4 from a primary 8.3Philipp Reisner-0/+9
2012-11-08drbd: drbd_bm_ALe_set_all(): Remove unused functionAndreas Gruenbacher-48/+0
2012-11-08drbd: restart loop in drbd_make_request() [prepare for Linux-3.2]Philipp Reisner-4/+7
2012-11-08drbd: Restore late assigning of tconn->data.sock and meta.sockPhilipp Reisner-49/+57
2012-11-08drbd: Log failures of connection state changesPhilipp Reisner-1/+7
2012-11-08drbd: Consider that read requests could be NEG_ACKEDedPhilipp Reisner-1/+2
2012-11-08drbd: Do not send state packets while lower than C_CONNECTED cstatePhilipp Reisner-3/+6
2012-11-08drbd: fix race between disconnect and receive_statePhilipp Reisner-0/+13
2012-11-08drbd: Do not call generic_make_request() while holding req_lockPhilipp Reisner-22/+22
2012-11-08drbd: Load balancing method: stripingPhilipp Reisner-2/+11
2012-11-08drbd: Load balancing of read requestsPhilipp Reisner-2/+58
2012-11-08drbd: Get rid of "ASSERTION FAILED: tconn->current_epoch->list not empty"Philipp Reisner-0/+5
2012-11-08drbd: add missing rcu locks around recently introduced idr_for_eachLars Ellenberg-12/+20
2012-11-08drbd: Remove leftover prototypeAndreas Gruenbacher-2/+0
2012-11-08drbd: fix potential spinlock deadlockPhilipp Reisner-8/+12
2012-11-08drbd: Fix the WO=drain implementation for multiple volumesPhilipp Reisner-1/+17
2012-11-08drbd: Switch drbd_may_finish_epoch() from mdev to tconnPhilipp Reisner-7/+5
2012-11-08drbd: Move list of epochs from mdev to tconnPhilipp Reisner-43/+42
2012-11-08drbd: Prepare epochs per connectionPhilipp Reisner-2/+4
2012-11-08drbd: Move write_ordering from mdev to tconnPhilipp Reisner-31/+48
2012-11-08drbd: Move the CREATE_BARRIER flag from connection to devicePhilipp Reisner-18/+14
2012-11-08drbd: Fixed an obvious copy-n-paste mistakePhilipp Reisner-2/+2
2012-11-08drbd: Fixes from the drbd-8.3 branchPhilipp Reisner-18/+40
2012-11-08drbd: Fixes from the drbd-8.3 branchPhilipp Reisner-3/+26
2012-11-08drbd: Silenced compiler warningsPhilipp Reisner-28/+7
2012-11-08drbd: fix "stalled" empty resyncPhilipp Reisner-5/+14
2012-11-08drbd: fix bitmap writeout after aborted resyncLars Ellenberg-1/+9
2012-11-08drbd: Consider the discard-my-data flag for all volumes [bugz 359]Philipp Reisner-5/+20
2012-11-08drbd: Improve error reporting in drbd_md_sync_page_io()Andreas Gruenbacher-2/+2
2012-11-08drbd: fix connect failure with all default net-optionsLars Ellenberg-1/+1
2012-11-08drbd: Update some outdated comments to match the codeAndreas Gruenbacher-8/+7
2012-11-08drbd: Remove unused codePhilipp Reisner-9/+0
2012-11-08drbd: Remove dead codePhilipp Reisner-8/+0
2012-11-08drbd: Cleanup all epoch objects upon connection lossPhilipp Reisner-2/+3
2012-11-08drbd: Do not display bogus log lines for pdsk in case pdsk < D_UNKNOWNPhilipp Reisner-8/+13
2012-11-08drbd: detach must not try to abort non-local requestsLars Ellenberg-0/+6
2012-11-08drbd: Get rid of MR_{READ,WRITE}_SHIFTAndreas Gruenbacher-6/+6
2012-11-08drbd: Bugfix for the connection behaviorPhilipp Reisner-6/+6
2012-11-08drbd: Fix the data-integrity-alg settingAndreas Gruenbacher-90/+66
2012-11-08drbd: Turn tl_apply() into tl_abort_disk_io()Andreas Gruenbacher-11/+6
2012-11-08drbd: Fixed w_restart_disk_io() to handle non active AL-extentsPhilipp Reisner-29/+45
2012-11-08drbd: Missing assignment of mdev before drbd_queue_work()Philipp Reisner-0/+1
2012-11-08drbd: Do not mod_timer() with a past timePhilipp Reisner-2/+3
2012-11-08drbd: Consider that the no-data-condition could be in connected statePhilipp Reisner-1/+2