]> Pileus Git - ~andy/linux/history - drivers
Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6
[~andy/linux] / drivers /
2012-11-09 Philipp ReisnerMerge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd...
2012-11-09 Philipp Reisnerdrbd: Broadcast sync progress no more often than once...
2012-11-09 Philipp Reisnerdrbd: don't try to clear bits once the disk has failed
2012-11-09 Philipp Reisnerdrbd: fix regression: potential NULL pointer dereference
2012-11-09 Philipp Reisnerdrbd: Fix clearing of MDF_AL_DISABLED
2012-11-09 Lars Ellenbergdrbd: log request sector offset and size for IO errors
2012-11-09 Lars Ellenbergdrbd: always write bitmap on detach
2012-11-09 Lars Ellenbergdrbd: wait for meta data IO completion even with failed...
2012-11-09 Lars Ellenbergdrbd: a few more GFP_KERNEL -> GFP_NOIO
2012-11-09 Lars Ellenbergdrbd: fix potential deadlock during bitmap (re-)allocation
2012-11-09 Lars Ellenbergdrbd: use list_move_tail instead of list_del/list_add_tail
2012-11-09 Philipp Reisnerdrbd: panic on delayed completion of aborted requests
2012-11-09 Philipp Reisnerdrbd: Fix comparison of is_valid_transition()'s return...
2012-11-09 Philipp Reisnerdrbd: Remove duplicate code
2012-11-09 Lars Ellenbergdrbd: differentiate early and later "postponing" of...
2012-11-09 Philipp Reisnerdrbd: Fix postponed requests
2012-11-09 Philipp Reisnerdrbd: Call drbd_md_sync() explicitly after a state...
2012-11-09 Philipp Reisnerdrbd: Fix postponed requests
2012-11-09 Philipp Reisnerdrbd: Imporve the error reporting of failed conn state...
2012-11-09 Philipp Reisnerdrbd: Fix the way the STATE_SENT bit is cleared
2012-11-09 Philipp Reisnerdrbd: Do not check aspects that are not subject to...
2012-11-09 Philipp Reisnerdrbd: Improve readability of IO resuming after freeze...
2012-11-09 Philipp Reisnerdrbd: Fix IO resuming after connection was established...
2012-11-09 Lars Ellenbergdrbd: fix potential list_add corruption
2012-11-09 Lars Ellenbergdrbd: dequeue single work items in wait_for_work()
2012-11-09 Lars Ellenbergdrbd: mutex_unlock "... must no be used in interrupt...
2012-11-09 Philipp Reisnerdrbd: Fix a race condition that can lead to a BUG()
2012-11-09 Lars Ellenbergdrbd: temporarily suspend io in drbd_adm_disk_opts
2012-11-09 Lars Ellenbergdrbd: don't send out P_BARRIER with stale information
2012-11-09 Lars Ellenbergdrbd: properly call drbd_rs_cancel_all() in drbd_discon...
2012-11-09 Philipp Reisnerdrbd: Remove dead code
2012-11-09 Philipp Reisnerdrbd: Avoid NetworkFailure state during disconnect
2012-11-09 Philipp Reisnerdrbd: Protect accesses to the uuid set with a spinlock
2012-11-09 Philipp Reisnerdrbd: Write all pages of the bitmap after an online...
2012-11-09 Philipp Reisnerdrbd: Fix completion of requests while the device is...
2012-11-09 Andreas Gruenbacherdrbd: Don't unregister socket state_change callback...
2012-11-09 Lars Ellenbergdrbd: disambiguation, s/ERR_DISCARD/ERR_DISCARD_IMPOSSIBLE/
2012-11-09 Lars Ellenbergdrbd: disambiguation, s/DISCARD_CONCURRENT/RESOLVE_CONF...
2012-11-09 Lars Ellenbergdrbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/
2012-11-09 Lars Ellenbergdrbd: cleanup, drop unused struct
2012-11-09 Lars Ellenbergdrbd: NEG_ACK does not imply a barrier-ack
2012-11-09 Lars Ellenbergdrbd: only start a new epoch, if the current epoch...
2012-11-09 Philipp Reisnerdrbd: Finish requests that completed while IO was frozen
2012-11-09 Lars Ellenbergdrbd: Fix a potential issue with the DISCARD_CONCURRENT...
2012-11-09 Lars Ellenbergdrbd: fix drbd wire compatibility for empty flushes
2012-11-09 Philipp Reisnerdrbd: More random to the connect logic
2012-11-09 Philipp Reisnerdrbd: Try to connec to peer only once per cycle
2012-11-09 Philipp Reisnerdrbd: Remove redundant and wrong test for NULL simplifi...
2012-11-09 Philipp Marekdrbd: pass some more information to userspace.
2012-11-09 Lars Ellenbergdrbd: announce FLUSH/FUA capability to upper layers
2012-11-09 Lars Ellenbergdrbd: introduce stop-sector to online verify
2012-11-08 Lars Ellenbergdrbd: flush drbd work queue before invalidate/invalidat...
2012-11-08 Lars Ellenbergdrbd: call local-io-error handler early
2012-11-08 Lars Ellenbergdrbd: do not reset rs_pending_cnt too early
2012-11-08 Lars Ellenbergdrbd: reset congestion information before reporting...
2012-11-08 Lars Ellenbergdrbd: report congestion if we are waiting for some...
2012-11-08 Lars Ellenbergdrbd: differentiate between normal and forced detach
2012-11-08 Lars Ellenbergdrbd: cleanup, remove two unused global flags
2012-11-08 Lars Ellenbergdrbd: fix null pointer dereference with on-congestion...
2012-11-08 Lars Ellenbergdrbd: take error path in drbd_adm_down if interrupted...
2012-11-08 Lars Ellenbergdrbd: allow read requests to be retried after force...
2012-11-08 Lars Ellenbergdrbd: __req_mod: make DISCARD_WRITE and independend...
2012-11-08 Lars Ellenbergdrbd: base completion and destruction of requests on...
2012-11-08 Lars Ellenbergdrbd: introduce completion_ref and kref to struct drbd_...
2012-11-08 Lars Ellenbergdrbd: __drbd_make_request() is now void
2012-11-08 Lars Ellenbergdrbd: better separate WRITE and READ code paths in...
2012-11-08 Lars Ellenbergdrbd: remove struct drbd_tl_epoch objects (barrier...
2012-11-08 Lars Ellenbergdrbd: move the drbd_work_queue from drbd_socket to...
2012-11-08 Lars Ellenbergdrbd: allow to dequeue batches of work at a time
2012-11-08 Lars Ellenbergdrbd: transfer log epoch numbers are now per resource
2012-11-08 Lars Ellenbergdrbd: rename drbd_restart_write to drbd_restart_request
2012-11-08 Lars Ellenbergdrbd: fix wrong assert in completion/retry path of...
2012-11-08 Lars Ellenbergdrbd: fix local read error hung forever
2012-11-08 Lars Ellenbergdrbd: fix access of unallocated pages and kernel panic
2012-11-08 Philipp Reisnerdrbd: Keep the listening socket open while trying to...
2012-11-08 Philipp Reisnerdrbd: pull prepare_listen_socket() out of drbd_wait_for...
2012-11-08 Philipp Reisnerdrbd: New disk option al-updates
2012-11-08 Andreas Gruenbacherdrbd: Stop using NLA_PUT*().
2012-11-08 Philipp Reisnerdrbd: Remove drbd_accept() and use kernel_accept()...
2012-11-08 Philipp Reisnerdrbd: Move the call to listen() out of drbd_accept()
2012-11-08 Philipp Reisnerdrbd: use bitmap_parse instead of __bitmap_parse
2012-11-08 Lars Ellenbergdrbd: grammar fix in log message
2012-11-08 Lars Ellenbergdrbd: bm_page_async_io: properly initialize page->private
2012-11-08 Lars Ellenbergdrbd: allow bitmap to change during writeout from resyn...
2012-11-08 Lars Ellenbergdrbd: fix race between drbdadm invalidate/verify and...
2012-11-08 Lars Ellenbergdrbd: fix resend/resubmit of frozen IO
2012-11-08 Philipp Reisnerdrbd: fix spelling, remove boring development log message
2012-11-08 Philipp Reisnerdrbd: Ensure that data_size is not 0 before using data_...
2012-11-08 Philipp Reisnerdrbd: Delay/reject other state changes while establishi...
2012-11-08 Philipp Reisnerdrbd: Fixed processing of disk-barrier, disk-flushes...
2012-11-08 Lars Ellenbergdrbd: ignore volume number for drbd barrier packet...
2012-11-08 Lars Ellenbergdrbd: complete_conflicting_writes() should not care...
2012-11-08 Lars Ellenbergdrbd: simplify retry path of failed READ requests
2012-11-08 Lars Ellenbergdrbd: move put_ldev from __req_mod() to the endio callback
2012-11-08 Lars Ellenbergdrbd: factor out master_bio completion and drbd_request...
2012-11-08 Lars Ellenbergdrbd: conflicting writes: make wake_up of waiting peer_...
2012-11-08 Lars Ellenbergdrbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET...
2012-11-08 Lars Ellenbergdrbd: fix READ_RETRY_REMOTE_CANCELED to not complete...
2012-11-08 Lars Ellenbergdrbd: make OOS_HANDED_TO_NETWORK its own case
2012-11-08 Lars Ellenbergdrbd: fix potential deadlock during "restart" of confli...
next