summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-06drbd: update Kconfig to match current dependenciesLars Ellenberg1-4/+6
2012-12-06drbd: Fix drbdsetup wait-connect, wait-sync etc... commandsPhilipp Reisner1-5/+6
2012-12-06drbd: close race between drbd_set_role and drbd_connectPhilipp Reisner1-0/+10
2012-12-06drbd: respect no-md-barriers setting also when changed online via disk-optionsLars Ellenberg1-0/+5
2012-12-06drbd: Remove obsolete checkPhilipp Reisner1-1/+1
2012-12-01Merge branch 'stable/for-jens-3.8' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2-31/+38
2012-11-30drbd: fixup after wait_even_lock_irq() addition to generic codeJens Axboe2-29/+1
2012-11-30loop: Limit the number of requests in the bio listLukas Czerner2-0/+13
2012-11-30wait: add wait_event_lock_irq() interfaceLukas Czerner6-50/+184
2012-11-26xen-blkfront: free allocated pageRoger Pau Monne1-0/+1
2012-11-26xen-blkback: move free persistent grants codeRoger Pau Monne1-31/+37
2012-11-23block: partition: msdos: provide UUIDs for partitionsStephen Warren2-2/+23
2012-11-23init: reduce PARTUUID min length to 1 from 36Stephen Warren1-13/+22
2012-11-23block: store partition_meta_info.uuid as a stringStephen Warren4-26/+25
2012-11-23cciss: use check_signature()Akinobu Mita1-5/+2
2012-11-23cciss: cleanup bitops usageAkinobu Mita1-9/+5
2012-11-12Merge branch 'stable/for-jens-3.8' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe4-55/+478
2012-11-09drbd: use copy_highpageAkinobu Mita1-7/+1
2012-11-09drbd: if the replication link breaks during handshake, keep retryingLars Ellenberg1-1/+1
2012-11-09drbd: check return of kmalloc in receive_uuidsJing Wang1-0/+4
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner30-8533/+12020
2012-11-09drbd: Broadcast sync progress no more often than once per secondPhilipp Reisner4-2/+13
2012-11-09drbd: don't try to clear bits once the disk has failedPhilipp Reisner1-5/+10
2012-11-09drbd: fix regression: potential NULL pointer dereferencePhilipp Reisner2-2/+11
2012-11-09drbd: Fix clearing of MDF_AL_DISABLEDPhilipp Reisner1-2/+2
2012-11-09drbd: log request sector offset and size for IO errorsLars Ellenberg1-1/+18
2012-11-09drbd: always write bitmap on detachLars Ellenberg5-11/+63
2012-11-09drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars Ellenberg3-16/+13
2012-11-09drbd: a few more GFP_KERNEL -> GFP_NOIOLars Ellenberg2-2/+2
2012-11-09drbd: fix potential deadlock during bitmap (re-)allocationLars Ellenberg1-7/+9
2012-11-09drbd: use list_move_tail instead of list_del/list_add_tailLars Ellenberg1-2/+1
2012-11-09drbd: panic on delayed completion of aborted requestsPhilipp Reisner1-0/+37
2012-11-09drbd: Fix comparison of is_valid_transition()'s return codePhilipp Reisner1-3/+3
2012-11-09drbd: Remove duplicate codePhilipp Reisner1-14/+1
2012-11-09drbd: differentiate early and later "postponing" of requestsLars Ellenberg1-1/+8
2012-11-09drbd: Fix postponed requestsPhilipp Reisner1-3/+2
2012-11-09drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner5-16/+21
2012-11-09drbd: Fix postponed requestsPhilipp Reisner1-4/+7
2012-11-09drbd: Imporve the error reporting of failed conn state changesPhilipp Reisner1-2/+2
2012-11-09drbd: Fix the way the STATE_SENT bit is clearedPhilipp Reisner1-6/+23
2012-11-09drbd: Do not check aspects that are not subject to change in _conn_requests_s...Philipp Reisner1-3/+5
2012-11-09drbd: Improve readability of IO resuming after freeze due to no data accessPhilipp Reisner1-7/+11
2012-11-09drbd: Fix IO resuming after connection was established while executing the fe...Philipp Reisner1-15/+22
2012-11-09drbd: fix potential list_add corruptionLars Ellenberg1-1/+3
2012-11-09drbd: dequeue single work items in wait_for_work()Lars Ellenberg1-1/+4
2012-11-09drbd: mutex_unlock "... must no be used in interrupt context"Lars Ellenberg1-35/+39
2012-11-09drbd: Fix a race condition that can lead to a BUG()Philipp Reisner2-8/+33
2012-11-09drbd: temporarily suspend io in drbd_adm_disk_optsLars Ellenberg1-0/+2
2012-11-09drbd: don't send out P_BARRIER with stale informationLars Ellenberg1-24/+25
2012-11-09drbd: properly call drbd_rs_cancel_all() in drbd_disconnected()Lars Ellenberg1-0/+4