summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorLines
2013-03-28drbd: Fix build error when CONFIG_CRYPTO_HMAC is not setPhilipp Reisner-2/+2
2013-03-28drbd: validate resync_after dependency on attach alreadyLars Ellenberg-3/+18
2013-03-28drbd: fix memory leakLars Ellenberg-0/+1
2013-03-28drbd: only fail empty flushes if no good data is reachableLars Ellenberg-4/+16
2013-03-28drbd: Fix disconnect to keep the peer disk state if connection breaks during ...Philipp Reisner-9/+13
2013-03-28drbd: fix spurious warning about bitmap being locked from detachPhilipp Reisner-1/+5
2013-03-28drbd: drop now useless duplicate state request from invalidatePhilipp Reisner-34/+28
2013-03-28drbd: fix effective error returned when refusing an invalidatePhilipp Reisner-0/+7
2013-03-28drbd: move invalidating the whole bitmap out of after_state ch()Philipp Reisner-23/+20
2013-03-28drbd: abort start of resync early, if it raced with connection breakagePhilipp Reisner-1/+3
2013-03-28drbd: reset ap_in_flight counter for new connectionsPhilipp Reisner-0/+1
2013-03-22drbd: adjust upper limit for activity log extentsLars Ellenberg-9/+38
2013-03-22drbd: try hard to max out the updates per AL transactionLars Ellenberg-0/+31
2013-03-22drbd: move start io accounting before activity log transactionLars Ellenberg-3/+3
2013-03-22drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg-14/+107
2013-03-22drbd: queue writes on submitter thread, unless they pass the activity log fas...Lars Ellenberg-8/+12
2013-03-22drbd: split out some helper functions to drbd_al_begin_ioLars Ellenberg-21/+28
2013-03-22drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg-33/+72
2013-03-22drbd: prepare to queue write requests on a submit workerLars Ellenberg-1/+68
2013-03-22drbd: split __drbd_make_request in before and after drbd_al_begin_ioLars Ellenberg-10/+30
2013-03-22drbd: drbd_al_being_io: short circuit to reduce latencyLars Ellenberg-2/+12
2013-03-22drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg-26/+31
2013-03-22drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg-37/+123
2013-03-22drbd: mechanically rename la_size to la_size_sectLars Ellenberg-12/+12
2013-03-22drbd: use the cached meta_dev_idxLars Ellenberg-33/+6
2013-03-22drbd: prepare for new striped layout of activity logLars Ellenberg-40/+94
2013-03-22drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg-57/+123
2013-03-22drbd: cleanup bogus assert messageLars Ellenberg-10/+4
2013-02-27drbd: convert to idr_alloc()Tejun Heo-16/+13
2013-01-21drbd: fix potential protocol error and resulting disconnect/reconnectLars Ellenberg-1/+9
2012-12-06drbd: update Kconfig to match current dependenciesLars Ellenberg-4/+6
2012-12-06drbd: Fix drbdsetup wait-connect, wait-sync etc... commandsPhilipp Reisner-5/+6
2012-12-06drbd: close race between drbd_set_role and drbd_connectPhilipp Reisner-0/+10
2012-12-06drbd: respect no-md-barriers setting also when changed online via disk-optionsLars Ellenberg-0/+5
2012-12-06drbd: Remove obsolete checkPhilipp Reisner-1/+1
2012-11-30drbd: fixup after wait_even_lock_irq() addition to generic codeJens Axboe-29/+1
2012-11-09drbd: use copy_highpageAkinobu Mita-7/+1
2012-11-09drbd: if the replication link breaks during handshake, keep retryingLars Ellenberg-1/+1
2012-11-09drbd: check return of kmalloc in receive_uuidsJing Wang-0/+4
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner-8070/+10495
2012-11-09drbd: Broadcast sync progress no more often than once per secondPhilipp Reisner-0/+11
2012-11-09drbd: don't try to clear bits once the disk has failedPhilipp Reisner-5/+10
2012-11-09drbd: fix regression: potential NULL pointer dereferencePhilipp Reisner-2/+11
2012-11-09drbd: Fix clearing of MDF_AL_DISABLEDPhilipp Reisner-2/+2
2012-11-09drbd: log request sector offset and size for IO errorsLars Ellenberg-1/+18
2012-11-09drbd: always write bitmap on detachLars Ellenberg-11/+63
2012-11-09drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars Ellenberg-16/+13
2012-11-09drbd: a few more GFP_KERNEL -> GFP_NOIOLars Ellenberg-2/+2
2012-11-09drbd: fix potential deadlock during bitmap (re-)allocationLars Ellenberg-7/+9
2012-11-09drbd: use list_move_tail instead of list_del/list_add_tailLars Ellenberg-2/+1