aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-23block: store partition_meta_info.uuid as a stringGravatar Stephen Warren 4-26/+25
2012-11-23cciss: use check_signature()Gravatar Akinobu Mita 1-5/+2
2012-11-23cciss: cleanup bitops usageGravatar Akinobu Mita 1-9/+5
2012-11-12Merge branch 'stable/for-jens-3.8' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Jens Axboe 4-55/+478
2012-11-09drbd: use copy_highpageGravatar Akinobu Mita 1-7/+1
2012-11-09drbd: if the replication link breaks during handshake, keep retryingGravatar Lars Ellenberg 1-1/+1
2012-11-09drbd: check return of kmalloc in receive_uuidsGravatar Jing Wang 1-0/+4
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Gravatar Philipp Reisner 30-8533/+12020
2012-11-09drbd: Broadcast sync progress no more often than once per secondGravatar Philipp Reisner 4-2/+13
2012-11-09drbd: don't try to clear bits once the disk has failedGravatar Philipp Reisner 1-5/+10
2012-11-09drbd: fix regression: potential NULL pointer dereferenceGravatar Philipp Reisner 2-2/+11
2012-11-09drbd: Fix clearing of MDF_AL_DISABLEDGravatar Philipp Reisner 1-2/+2
2012-11-09drbd: log request sector offset and size for IO errorsGravatar Lars Ellenberg 1-1/+18
2012-11-09drbd: always write bitmap on detachGravatar Lars Ellenberg 5-11/+63
2012-11-09drbd: wait for meta data IO completion even with failed disk, unless force-de...Gravatar Lars Ellenberg 3-16/+13
2012-11-09drbd: a few more GFP_KERNEL -> GFP_NOIOGravatar Lars Ellenberg 2-2/+2
2012-11-09drbd: fix potential deadlock during bitmap (re-)allocationGravatar Lars Ellenberg 1-7/+9
2012-11-09drbd: use list_move_tail instead of list_del/list_add_tailGravatar Lars Ellenberg 1-2/+1
2012-11-09drbd: panic on delayed completion of aborted requestsGravatar Philipp Reisner 1-0/+37
2012-11-09drbd: Fix comparison of is_valid_transition()'s return codeGravatar Philipp Reisner 1-3/+3
2012-11-09drbd: Remove duplicate codeGravatar Philipp Reisner 1-14/+1
2012-11-09drbd: differentiate early and later "postponing" of requestsGravatar Lars Ellenberg 1-1/+8
2012-11-09drbd: Fix postponed requestsGravatar Philipp Reisner 1-3/+2
2012-11-09drbd: Call drbd_md_sync() explicitly after a state change on the connectionGravatar Philipp Reisner 5-16/+21
2012-11-09drbd: Fix postponed requestsGravatar Philipp Reisner 1-4/+7
2012-11-09drbd: Imporve the error reporting of failed conn state changesGravatar Philipp Reisner 1-2/+2
2012-11-09drbd: Fix the way the STATE_SENT bit is clearedGravatar Philipp Reisner 1-6/+23
2012-11-09drbd: Do not check aspects that are not subject to change in _conn_requests_s...Gravatar Philipp Reisner 1-3/+5
2012-11-09drbd: Improve readability of IO resuming after freeze due to no data accessGravatar Philipp Reisner 1-7/+11
2012-11-09drbd: Fix IO resuming after connection was established while executing the fe...Gravatar Philipp Reisner 1-15/+22
2012-11-09drbd: fix potential list_add corruptionGravatar Lars Ellenberg 1-1/+3
2012-11-09drbd: dequeue single work items in wait_for_work()Gravatar Lars Ellenberg 1-1/+4
2012-11-09drbd: mutex_unlock "... must no be used in interrupt context"Gravatar Lars Ellenberg 1-35/+39
2012-11-09drbd: Fix a race condition that can lead to a BUG()Gravatar Philipp Reisner 2-8/+33
2012-11-09drbd: temporarily suspend io in drbd_adm_disk_optsGravatar Lars Ellenberg 1-0/+2
2012-11-09drbd: don't send out P_BARRIER with stale informationGravatar Lars Ellenberg 1-24/+25
2012-11-09drbd: properly call drbd_rs_cancel_all() in drbd_disconnected()Gravatar Lars Ellenberg 1-0/+4
2012-11-09drbd: Remove dead codeGravatar Philipp Reisner 1-29/+7
2012-11-09drbd: Avoid NetworkFailure state during disconnectGravatar Philipp Reisner 3-1/+33
2012-11-09drbd: Protect accesses to the uuid set with a spinlockGravatar Philipp Reisner 4-11/+49
2012-11-09drbd: Write all pages of the bitmap after an online resizeGravatar Philipp Reisner 3-3/+18
2012-11-09drbd: Fix completion of requests while the device is suspendedGravatar Philipp Reisner 1-12/+6
2012-11-09drbd: Don't unregister socket state_change callback from within the callbackGravatar Andreas Gruenbacher 1-13/+18
2012-11-09drbd: disambiguation, s/ERR_DISCARD/ERR_DISCARD_IMPOSSIBLE/Gravatar Lars Ellenberg 2-2/+2
2012-11-09drbd: disambiguation, s/DISCARD_CONCURRENT/RESOLVE_CONFLICTS/Gravatar Lars Ellenberg 3-12/+12
2012-11-09drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/Gravatar Lars Ellenberg 5-23/+24
2012-11-09drbd: cleanup, drop unused structGravatar Lars Ellenberg 1-6/+0
2012-11-09drbd: NEG_ACK does not imply a barrier-ackGravatar Lars Ellenberg 1-1/+1
2012-11-09drbd: only start a new epoch, if the current epoch contains writesGravatar Lars Ellenberg 1-7/+12
2012-11-09drbd: Finish requests that completed while IO was frozenGravatar Philipp Reisner 2-5/+13