aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+12
2012-08-16drbd: Finish requests that completed while IO was frozenPhilipp Reisner1-16/+12
2012-08-04drbd: nuke pdflush from commentsArtem Bityutskiy1-2/+2
2012-07-24drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg1-0/+1
2012-07-24drbd: fix max_bio_size to be unsignedLars Ellenberg1-5/+6
2012-07-24drbd: call local-io-error handler earlyLars Ellenberg1-3/+3
2012-07-24drbd: do not reset rs_pending_cnt too earlyLars Ellenberg1-4/+7
2012-07-24drbd: report congestion if we are waiting for some userland callbackLars Ellenberg1-0/+16
2012-07-24drbd: differentiate between normal and forced detachLars Ellenberg1-4/+16
2012-05-10drbd: check MODULE for THIS_MODULECong Wang1-5/+4
2012-05-09drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg1-0/+30
2012-05-09drbd: remove unused defineLars Ellenberg1-2/+0
2012-05-09drbd: add page pool to be used for meta data IOLars Ellenberg1-0/+9
2012-05-09drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg1-2/+2
2012-05-09drbd: fix resend/resubmit of frozen IOLars Ellenberg1-0/+9
2012-05-09drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner1-0/+13
2012-05-09drbd: don't pretend that barrier_nr == 0 was specialLars Ellenberg1-3/+1
2012-05-09drbd: remove now unused seq_num member from struct drbd_requestLars Ellenberg1-2/+1
2012-05-09drbd: fix potential data corruption and protocol errorLars Ellenberg1-2/+2
2012-05-09drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner1-33/+31
2012-05-09drbd: Do not send state packets while lower than C_CONNECTED cstatePhilipp Reisner1-5/+6
2012-05-09drbd: fix race between disconnect and receive_stateLars Ellenberg1-1/+1
2012-05-09drbd: send intermediate state change results to the peerLars Ellenberg1-11/+42
2012-05-09drbd: Derive sync-UUIDs only from the bitmap-uuid if it is non-zeroPhilipp Reisner1-1/+5
2012-05-09drbd: Bugfix for the connection behaviorPhilipp Reisner1-1/+1
2012-05-09drbd: detach must not try to abort non-local requests from drbd-8.4Philipp Reisner1-9/+34
2012-05-09drbd: Consider that the no-data-condition could be in connected statePhilipp Reisner1-1/+2
2012-05-09drbd: Fixed current UUID generationPhilipp Reisner1-2/+2
2012-05-09drbd: Implemented the disk-timeout optionPhilipp Reisner1-0/+5
2012-05-09drbd: Force flag for the detach operationPhilipp Reisner1-1/+1
2012-05-09drbd: Replaced md_io_mutex by an atomic: md_io_in_usePhilipp Reisner1-7/+12
2012-05-09drbd: Immediately allow completion of IOs, that wait for IO completions on a failed diskPhilipp Reisner1-0/+10
2012-05-09drbd: Keep a reference to barrier acked requestsPhilipp Reisner1-2/+21
2012-05-09drbd: Improve compatibility with drbd's older than 8.3.7Philipp Reisner1-0/+4
2012-05-09drbd: Only print sanitize state's warnings, if the state change happensPhilipp Reisner1-15/+40
2012-05-09drbd: downgraded error printk to infoLars Ellenberg1-4/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2011-05-24drbd: Fix spellingBart Van Assche1-2/+2
2011-05-24drbd: Take a more conservative approach when deciding max_bio_sizePhilipp Reisner1-4/+22
2011-05-24drbd: Disallow the peer_disk_state to be D_OUTDATED while connectedPhilipp Reisner1-0/+3
2011-05-24drbd: Fix for application IO with the on-io-error=pass-on policyPhilipp Reisner1-0/+4
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-10drbd: Implemented real timeout checking for request processing timePhilipp Reisner1-0/+3
2011-03-10drbd: fix potential imbalance of ap_in_flightLars Ellenberg1-25/+0
2011-03-10drbd: silence some noisy log messages during disconnectLars Ellenberg1-4/+2
2011-03-10drbd: describe bitmap locking for bulk operation in finer detailLars Ellenberg1-20/+38
2011-03-10drbd: log UUIDs whenever they changeLars Ellenberg1-38/+33
2011-03-10drbd: queue bitmap writeout more intelligentlyLars Ellenberg1-1/+11
2011-03-10drbd: don't pointlessly queue bitmap send, if we lost connectionLars Ellenberg1-2/+7
2011-03-10drbd: Ensure that an epoch contains only requests of one kindPhilipp Reisner1-1/+6