summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-08drbd: Stop using NLA_PUT*().Andreas Gruenbacher
2012-11-08drbd: Remove drbd_accept() and use kernel_accept() insteadPhilipp Reisner
2012-11-08drbd: Move the call to listen() out of drbd_accept()Philipp Reisner
2012-11-08drbd: use bitmap_parse instead of __bitmap_parsePhilipp Reisner
2012-11-08drbd: grammar fix in log messageLars Ellenberg
2012-11-08drbd: bm_page_async_io: properly initialize page->privateLars Ellenberg
2012-11-08drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg
2012-11-08drbd: fix race between drbdadm invalidate/verify and finishing resyncLars Ellenberg
2012-11-08drbd: fix resend/resubmit of frozen IOLars Ellenberg
2012-11-08drbd: fix spelling, remove boring development log messagePhilipp Reisner
2012-11-08drbd: Ensure that data_size is not 0 before using data_size-1 as indexPhilipp Reisner
2012-11-08drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner
2012-11-08drbd: Fixed processing of disk-barrier, disk-flushes and disk-drainPhilipp Reisner
2012-11-08drbd: ignore volume number for drbd barrier packet exchangeLars Ellenberg
2012-11-08drbd: complete_conflicting_writes() should not care about connectionsLars Ellenberg
2012-11-08drbd: simplify retry path of failed READ requestsLars Ellenberg
2012-11-08drbd: move put_ldev from __req_mod() to the endio callbackLars Ellenberg
2012-11-08drbd: factor out master_bio completion and drbd_request destruction pathsLars Ellenberg
2012-11-08drbd: conflicting writes: make wake_up of waiting peer_requests explicitLars Ellenberg
2012-11-08drbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET_DONELars Ellenberg
2012-11-08drbd: fix READ_RETRY_REMOTE_CANCELED to not complete if device is suspendedLars Ellenberg
2012-11-08drbd: make OOS_HANDED_TO_NETWORK its own caseLars Ellenberg
2012-11-08drbd: fix potential deadlock during "restart" of conflicting writesLars Ellenberg
2012-11-08drbd: don't pretend that barrier_nr == 0 was specialLars Ellenberg
2012-11-08drbd: remove unused static helper functionLars Ellenberg
2012-11-08drbd: remove some very outdated commentsLars Ellenberg
2012-11-08drbd: fix memleak in error path in bm_rw and drbd_bm_write_rangeLars Ellenberg
2012-11-08drbd: missing wakeup after drbd_rs_del_allLars Ellenberg
2012-11-08drbd: remove now unused seq_num member from struct drbd_requestLars Ellenberg
2012-11-08drbd: fix potential data corruption and protocol errorLars Ellenberg
2012-11-08drbd: Fixed detachLars Ellenberg
2012-11-08drbd: Fix a potential write ordering issue on SyncTarget nodesLars Ellenberg
2012-11-08drbd: Fix a potential race that could case data inconsistencyLars Ellenberg
2012-11-08drbd: Consider that bio->bi_bdev might be modified below DRBDPhilipp Reisner
2012-11-08drbd: add missing part_round_stats to _drbd_start_io_acctPhilipp Reisner
2012-11-08drbd: Fix module refcount leak in drbd_accept()Philipp Reisner
2012-11-08drbd: If disk timeout expires fail only the affected volumePhilipp Reisner
2012-11-08drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner
2012-11-08drbd: Reinstate disabling AL updates with invalidate-remotePhilipp Reisner
2012-11-08drbd: explicitly clear unused dp_flags in drbd_send_blockLars Ellenberg
2012-11-08drbd: Fixed compat issue with disconnecting 8.4 from a primary 8.3Philipp Reisner
2012-11-08drbd: drbd_bm_ALe_set_all(): Remove unused functionAndreas Gruenbacher
2012-11-08drbd: restart loop in drbd_make_request() [prepare for Linux-3.2]Philipp Reisner
2012-11-08drbd: Restore late assigning of tconn->data.sock and meta.sockPhilipp Reisner
2012-11-08drbd: Log failures of connection state changesPhilipp Reisner
2012-11-08drbd: Consider that read requests could be NEG_ACKEDedPhilipp Reisner
2012-11-08drbd: Do not send state packets while lower than C_CONNECTED cstatePhilipp Reisner
2012-11-08drbd: fix race between disconnect and receive_statePhilipp Reisner
2012-11-08drbd: Do not call generic_make_request() while holding req_lockPhilipp Reisner
2012-11-08drbd: Load balancing method: stripingPhilipp Reisner