summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-255-23/+61
|\
| * drbd: Write all pages of the bitmap after an online resizePhilipp Reisner2012-08-163-3/+17
| * drbd: Finish requests that completed while IO was frozenPhilipp Reisner2012-08-162-16/+18
| * drbd: fix drbd wire compatibility for empty flushesLars Ellenberg2012-08-161-4/+26
* | drbd: nuke pdflush from commentsArtem Bityutskiy2012-08-041-2/+2
|/
* drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg2012-07-244-8/+23
* drbd: fix max_bio_size to be unsignedLars Ellenberg2012-07-243-15/+17
* drbd: flush drbd work queue before invalidate/invalidate remoteLars Ellenberg2012-07-242-6/+12
* drbd: fix potential access after freeLars Ellenberg2012-07-241-5/+12
* drbd: call local-io-error handler earlyLars Ellenberg2012-07-241-3/+3
* drbd: do not reset rs_pending_cnt too earlyLars Ellenberg2012-07-243-12/+12
* drbd: reset congestion information before reporting it in /proc/drbdLars Ellenberg2012-07-241-0/+3
* drbd: report congestion if we are waiting for some userland callbackLars Ellenberg2012-07-243-0/+29
* drbd: differentiate between normal and forced detachLars Ellenberg2012-07-247-15/+42
* drbd: cleanup, remove two unused global flagsLars Ellenberg2012-07-241-2/+0
* Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-linusJens Axboe2012-06-132-26/+51
|\
| * drbd: fix null pointer dereference with on-congestion policy when disklessLars Ellenberg2012-06-121-23/+36
| * drbd: fix list corruption by failing but already aborted readsLars Ellenberg2012-06-121-1/+6
| * drbd: fix access of unallocated pages and kernel panicLars Ellenberg2012-06-121-2/+9
* | Merge branch 'for-3.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-05-3010-283/+741
|\ \ | |/
| * drbd: grammar fix in log messageLars Ellenberg2012-05-101-1/+1
| * drbd: check MODULE for THIS_MODULECong Wang2012-05-101-5/+4
| * drbd: Restore the request restart logicPhilipp Reisner2012-05-091-3/+4
| * drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg2012-05-095-4/+43
| * drbd: remove unused defineLars Ellenberg2012-05-091-2/+0
| * drbd: bm_page_async_io: properly initialize page->privateArne Redlich2012-05-091-1/+1
| * drbd: use the newly introduced page pool for bitmap IOLars Ellenberg2012-05-091-5/+4
| * drbd: add page pool to be used for meta data IOLars Ellenberg2012-05-092-1/+31
| * drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg2012-05-093-11/+34
| * drbd: fix race between drbdadm invalidate/verify and finishing resyncLars Ellenberg2012-05-091-0/+6
| * drbd: fix resend/resubmit of frozen IOLars Ellenberg2012-05-093-15/+48
| * drbd: Ensure that data_size is not 0 before using data_size-1 as indexPhilipp Reisner2012-05-091-4/+4
| * drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner2012-05-094-2/+24
| * drbd: move put_ldev from __req_mod() to the endio callbackLars Ellenberg2012-05-092-4/+1
| * drbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET_DONELars Ellenberg2012-05-091-10/+5
| * drbd: fix READ_RETRY_REMOTE_CANCELED to not complete if device is suspendedLars Ellenberg2012-05-091-3/+1
| * drbd: make OOS_HANDED_TO_NETWORK its own caseLars Ellenberg2012-05-091-8/+8
| * drbd: don't pretend that barrier_nr == 0 was specialLars Ellenberg2012-05-091-3/+1
| * drbd: remove unused static helper functionLars Ellenberg2012-05-091-14/+0
| * drbd: remove some very outdated commentsLars Ellenberg2012-05-091-7/+0
| * drbd: missing wakeup after drbd_rs_del_allLars Ellenberg2012-05-091-0/+1
| * drbd: remove now unused seq_num member from struct drbd_requestLars Ellenberg2012-05-092-3/+1
| * drbd: fix potential data corruption and protocol errorLars Ellenberg2012-05-093-4/+3
| * drbd: Fix a potential write ordering issue on SyncTarget nodesPhilipp Reisner2012-05-091-0/+21
| * drbd: Fix a potential race that could case data inconsistencyPhilipp Reisner2012-05-091-2/+4
| * drbd: add missing part_round_stats to _drbd_start_io_acctLars Ellenberg2012-05-091-0/+1
| * drbd: Fix module refcount leak in drbd_accept()Lars Ellenberg2012-05-091-0/+1
| * drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner2012-05-094-39/+45
| * drbd: Do not send state packets while lower than C_CONNECTED cstatePhilipp Reisner2012-05-091-5/+6
| * drbd: fix race between disconnect and receive_stateLars Ellenberg2012-05-092-1/+14
OpenPOWER on IntegriCloud