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