summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorLines
2012-09-09block: Generalized bio pool freeingKent Overstreet-12/+1
2012-08-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-23/+61
2012-08-16drbd: Write all pages of the bitmap after an online resizePhilipp Reisner-3/+17
2012-08-16drbd: Finish requests that completed while IO was frozenPhilipp Reisner-16/+18
2012-08-16drbd: fix drbd wire compatibility for empty flushesLars Ellenberg-4/+26
2012-08-04drbd: nuke pdflush from commentsArtem Bityutskiy-2/+2
2012-07-24drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg-8/+23
2012-07-24drbd: fix max_bio_size to be unsignedLars Ellenberg-15/+17
2012-07-24drbd: flush drbd work queue before invalidate/invalidate remoteLars Ellenberg-6/+12
2012-07-24drbd: fix potential access after freeLars Ellenberg-5/+12
2012-07-24drbd: call local-io-error handler earlyLars Ellenberg-3/+3
2012-07-24drbd: do not reset rs_pending_cnt too earlyLars Ellenberg-12/+12
2012-07-24drbd: reset congestion information before reporting it in /proc/drbdLars Ellenberg-0/+3
2012-07-24drbd: report congestion if we are waiting for some userland callbackLars Ellenberg-0/+29
2012-07-24drbd: differentiate between normal and forced detachLars Ellenberg-15/+42
2012-07-24drbd: cleanup, remove two unused global flagsLars Ellenberg-2/+0
2012-06-13Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-linusJens Axboe-26/+51
2012-06-12drbd: fix null pointer dereference with on-congestion policy when disklessLars Ellenberg-23/+36
2012-06-12drbd: fix list corruption by failing but already aborted readsLars Ellenberg-1/+6
2012-06-12drbd: fix access of unallocated pages and kernel panicLars Ellenberg-2/+9
2012-05-30Merge branch 'for-3.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-283/+741
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2012-05-10connector/userns: replace netlink uses of cap_raised() with capable()Eric W. Biederman-1/+1
2012-05-10drbd: grammar fix in log messageLars Ellenberg-1/+1
2012-05-10drbd: check MODULE for THIS_MODULECong Wang-5/+4
2012-05-09drbd: Restore the request restart logicPhilipp Reisner-3/+4
2012-05-09drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg-4/+43
2012-05-09drbd: remove unused defineLars Ellenberg-2/+0
2012-05-09drbd: bm_page_async_io: properly initialize page->privateArne Redlich-1/+1
2012-05-09drbd: use the newly introduced page pool for bitmap IOLars Ellenberg-5/+4
2012-05-09drbd: add page pool to be used for meta data IOLars Ellenberg-1/+31
2012-05-09drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg-11/+34
2012-05-09drbd: fix race between drbdadm invalidate/verify and finishing resyncLars Ellenberg-0/+6
2012-05-09drbd: fix resend/resubmit of frozen IOLars Ellenberg-15/+48
2012-05-09drbd: Ensure that data_size is not 0 before using data_size-1 as indexPhilipp Reisner-4/+4
2012-05-09drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner-2/+24
2012-05-09drbd: move put_ldev from __req_mod() to the endio callbackLars Ellenberg-4/+1
2012-05-09drbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET_DONELars Ellenberg-10/+5
2012-05-09drbd: fix READ_RETRY_REMOTE_CANCELED to not complete if device is suspendedLars Ellenberg-3/+1
2012-05-09drbd: make OOS_HANDED_TO_NETWORK its own caseLars Ellenberg-8/+8
2012-05-09drbd: don't pretend that barrier_nr == 0 was specialLars Ellenberg-3/+1
2012-05-09drbd: remove unused static helper functionLars Ellenberg-14/+0
2012-05-09drbd: remove some very outdated commentsLars Ellenberg-7/+0
2012-05-09drbd: missing wakeup after drbd_rs_del_allLars Ellenberg-0/+1
2012-05-09drbd: remove now unused seq_num member from struct drbd_requestLars Ellenberg-3/+1
2012-05-09drbd: fix potential data corruption and protocol errorLars Ellenberg-4/+3
2012-05-09drbd: Fix a potential write ordering issue on SyncTarget nodesPhilipp Reisner-0/+21
2012-05-09drbd: Fix a potential race that could case data inconsistencyPhilipp Reisner-2/+4
2012-05-09drbd: add missing part_round_stats to _drbd_start_io_acctLars Ellenberg-0/+1
2012-05-09drbd: Fix module refcount leak in drbd_accept()Lars Ellenberg-0/+1