summaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)Author
2013-03-23drbd: queue writes on submitter thread, unless they pass the activity log fas...Lars Ellenberg
2013-03-23drbd: split out some helper functions to drbd_al_begin_ioLars Ellenberg
2013-03-23drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg
2013-03-23drbd: prepare to queue write requests on a submit workerLars Ellenberg
2013-03-23drbd: split __drbd_make_request in before and after drbd_al_begin_ioLars Ellenberg
2013-03-23drbd: drbd_al_being_io: short circuit to reduce latencyLars Ellenberg
2013-03-23drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg
2013-03-23drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg
2013-03-23drbd: mechanically rename la_size to la_size_sectLars Ellenberg
2013-03-23drbd: use the cached meta_dev_idxLars Ellenberg
2013-03-23drbd: prepare for new striped layout of activity logLars Ellenberg
2013-03-23drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg
2013-03-23drbd: cleanup bogus assert messageLars Ellenberg
2013-02-28drbd: convert to idr_alloc()Tejun Heo
2013-01-21drbd: fix potential protocol error and resulting disconnect/reconnectLars Ellenberg
2012-12-06drbd: update Kconfig to match current dependenciesLars Ellenberg
2012-12-06drbd: Fix drbdsetup wait-connect, wait-sync etc... commandsPhilipp Reisner
2012-12-06drbd: close race between drbd_set_role and drbd_connectPhilipp Reisner
2012-12-06drbd: respect no-md-barriers setting also when changed online via disk-optionsLars Ellenberg
2012-12-06drbd: Remove obsolete checkPhilipp Reisner
2012-11-30drbd: fixup after wait_even_lock_irq() addition to generic codeJens Axboe
2012-11-09drbd: use copy_highpageAkinobu Mita
2012-11-09drbd: if the replication link breaks during handshake, keep retryingLars Ellenberg
2012-11-09drbd: check return of kmalloc in receive_uuidsJing Wang
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner
2012-11-09drbd: Broadcast sync progress no more often than once per secondPhilipp Reisner
2012-11-09drbd: don't try to clear bits once the disk has failedPhilipp Reisner
2012-11-09drbd: fix regression: potential NULL pointer dereferencePhilipp Reisner
2012-11-09drbd: Fix clearing of MDF_AL_DISABLEDPhilipp Reisner
2012-11-09drbd: log request sector offset and size for IO errorsLars Ellenberg
2012-11-09drbd: always write bitmap on detachLars Ellenberg
2012-11-09drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars Ellenberg
2012-11-09drbd: a few more GFP_KERNEL -> GFP_NOIOLars Ellenberg
2012-11-09drbd: fix potential deadlock during bitmap (re-)allocationLars Ellenberg
2012-11-09drbd: use list_move_tail instead of list_del/list_add_tailLars Ellenberg
2012-11-09drbd: panic on delayed completion of aborted requestsPhilipp Reisner
2012-11-09drbd: Fix comparison of is_valid_transition()'s return codePhilipp Reisner
2012-11-09drbd: Remove duplicate codePhilipp Reisner
2012-11-09drbd: differentiate early and later "postponing" of requestsLars Ellenberg
2012-11-09drbd: Fix postponed requestsPhilipp Reisner
2012-11-09drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner
2012-11-09drbd: Fix postponed requestsPhilipp Reisner
2012-11-09drbd: Imporve the error reporting of failed conn state changesPhilipp Reisner
2012-11-09drbd: Fix the way the STATE_SENT bit is clearedPhilipp Reisner
2012-11-09drbd: Do not check aspects that are not subject to change in _conn_requests_s...Philipp Reisner
2012-11-09drbd: Improve readability of IO resuming after freeze due to no data accessPhilipp Reisner
2012-11-09drbd: Fix IO resuming after connection was established while executing the fe...Philipp Reisner
2012-11-09drbd: fix potential list_add corruptionLars Ellenberg
2012-11-09drbd: dequeue single work items in wait_for_work()Lars Ellenberg
2012-11-09drbd: mutex_unlock "... must no be used in interrupt context"Lars Ellenberg