]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
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...
2012-11-08 Lars Ellenbergdrbd: don't pretend that barrier_nr == 0 was special
2012-11-08 Lars Ellenbergdrbd: remove unused static helper function
2012-11-08 Lars Ellenbergdrbd: remove some very outdated comments
2012-11-08 Lars Ellenbergdrbd: fix memleak in error path in bm_rw and drbd_bm_wr...
2012-11-08 Lars Ellenbergdrbd: missing wakeup after drbd_rs_del_all
2012-11-08 Lars Ellenbergdrbd: remove now unused seq_num member from struct...
2012-11-08 Lars Ellenbergdrbd: fix potential data corruption and protocol error
2012-11-08 Lars Ellenbergdrbd: Fixed detach
2012-11-08 Lars Ellenbergdrbd: Fix a potential write ordering issue on SyncTarge...
2012-11-08 Lars Ellenbergdrbd: Fix a potential race that could case data inconsi...
2012-11-08 Philipp Reisnerdrbd: Consider that bio->bi_bdev might be modified...
2012-11-08 Philipp Reisnerdrbd: add missing part_round_stats to _drbd_start_io_acct
2012-11-08 Philipp Reisnerdrbd: Fix module refcount leak in drbd_accept()
2012-11-08 Philipp Reisnerdrbd: If disk timeout expires fail only the affected...
2012-11-08 Philipp Reisnerdrbd: Consider the disk-timeout also for meta-data...
2012-11-08 Philipp Reisnerdrbd: Reinstate disabling AL updates with invalidate...
2012-11-08 Lars Ellenbergdrbd: explicitly clear unused dp_flags in drbd_send_block
2012-11-08 Philipp Reisnerdrbd: Fixed compat issue with disconnecting 8.4 from...
2012-11-08 Andreas Gruenbacherdrbd: drbd_bm_ALe_set_all(): Remove unused function
2012-11-08 Philipp Reisnerdrbd: restart loop in drbd_make_request() [prepare...
2012-11-08 Philipp Reisnerdrbd: Restore late assigning of tconn->data.sock and...
2012-11-08 Philipp Reisnerdrbd: Log failures of connection state changes
2012-11-08 Philipp Reisnerdrbd: Consider that read requests could be NEG_ACKEDed
2012-11-08 Philipp Reisnerdrbd: Do not send state packets while lower than C_CONN...
2012-11-08 Philipp Reisnerdrbd: fix race between disconnect and receive_state
2012-11-08 Philipp Reisnerdrbd: Do not call generic_make_request() while holding...
2012-11-08 Philipp Reisnerdrbd: Load balancing method: striping
2012-11-08 Philipp Reisnerdrbd: Load balancing of read requests
2012-11-08 Philipp Reisnerdrbd: Get rid of "ASSERTION FAILED: tconn->current_epoc...
2012-11-08 Lars Ellenbergdrbd: add missing rcu locks around recently introduced...
2012-11-08 Andreas Gruenbacherdrbd: Remove leftover prototype
2012-11-08 Philipp Reisnerdrbd: fix potential spinlock deadlock
2012-11-08 Philipp Reisnerdrbd: Fix the WO=drain implementation for multiple...
2012-11-08 Philipp Reisnerdrbd: Switch drbd_may_finish_epoch() from mdev to tconn
2012-11-08 Philipp Reisnerdrbd: Move list of epochs from mdev to tconn
2012-11-08 Philipp Reisnerdrbd: Prepare epochs per connection
2012-11-08 Philipp Reisnerdrbd: Move write_ordering from mdev to tconn
2012-11-08 Philipp Reisnerdrbd: Move the CREATE_BARRIER flag from connection...
2012-11-08 Philipp Reisnerdrbd: Fixed an obvious copy-n-paste mistake
2012-11-08 Philipp Reisnerdrbd: Fixes from the drbd-8.3 branch
next