summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2012-05-09drbd: make OOS_HANDED_TO_NETWORK its own caseLars Ellenberg1-8/+8
2012-05-09drbd: don't pretend that barrier_nr == 0 was specialLars Ellenberg1-3/+1
2012-05-09drbd: remove unused static helper functionLars Ellenberg1-14/+0
2012-05-09drbd: remove some very outdated commentsLars Ellenberg1-7/+0
2012-05-09drbd: missing wakeup after drbd_rs_del_allLars Ellenberg1-0/+1
2012-05-09drbd: remove now unused seq_num member from struct drbd_requestLars Ellenberg2-3/+1
2012-05-09drbd: fix potential data corruption and protocol errorLars Ellenberg3-4/+3
2012-05-09drbd: Fix a potential write ordering issue on SyncTarget nodesPhilipp Reisner1-0/+21
2012-05-09drbd: Fix a potential race that could case data inconsistencyPhilipp Reisner1-2/+4
2012-05-09drbd: add missing part_round_stats to _drbd_start_io_acctLars Ellenberg1-0/+1
2012-05-09drbd: Fix module refcount leak in drbd_accept()Lars Ellenberg1-0/+1
2012-05-09drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner4-39/+45
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 Ellenberg2-1/+14
2012-05-09drbd: fix potential spinlock deadlockLars Ellenberg1-8/+12
2012-05-09drbd: Fixed an obvious copy-n-paste mistakePhilipp Reisner2-2/+2
2012-05-09drbd: send intermediate state change results to the peerLars Ellenberg4-16/+47
2012-05-09drbd: fix spurious meta data IO "error"Lars Ellenberg1-0/+2
2012-05-09drbd: Fixed a race condition between detach and start of resyncPhilipp Reisner1-3/+3
2012-05-09drbd: fix harmless race to not trigger an ASSERTLars Ellenberg1-1/+12
2012-05-09drbd: Derive sync-UUIDs only from the bitmap-uuid if it is non-zeroPhilipp Reisner1-1/+5
2012-05-09drbd: drbd_nl_resize(): Fix missing put_ldev() on error pathAndreas Gruenbacher1-1/+5
2012-05-09drbd: fix "stalled" empty resyncLars Ellenberg1-3/+8
2012-05-09drbd: Bugfix for the connection behaviorPhilipp Reisner2-6/+6
2012-05-09drbd: Cleanup all epoch objects upon connection lossPhilipp Reisner1-2/+3
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: change some GFP_KERNEL to GFP_NOIOLars Ellenberg1-3/+3
2012-05-09drbd: Implemented the disk-timeout optionPhilipp Reisner3-14/+25
2012-05-09drbd: Force flag for the detach operationPhilipp Reisner2-1/+16
2012-05-09drbd: Allow new IOs while the local disk in in FAILED statePhilipp Reisner1-1/+1
2012-05-09drbd: Bitmap IO functions can now return prematurely if the disk breaksPhilipp Reisner1-10/+30
2012-05-09drbd: Added a kref to bm_aio_ctxPhilipp Reisner1-25/+59
2012-05-09drbd: Hold a reference to ldev while doing meta-data IOPhilipp Reisner2-0/+7
2012-05-09drbd: Keep a reference to the bio until the completion handler finishedPhilipp Reisner2-0/+2
2012-05-09drbd: Implemented wait_until_done_or_disk_failure()Philipp Reisner3-5/+18
2012-05-09drbd: Replaced md_io_mutex by an atomic: md_io_in_usePhilipp Reisner4-19/+51
2012-05-09drbd: moved md_io into mdevPhilipp Reisner3-9/+10
2012-05-09drbd: Immediately allow completion of IOs, that wait for IO completions on a ...Philipp Reisner3-11/+37
2012-05-09drbd: Keep a reference to barrier acked requestsPhilipp Reisner3-2/+23
2012-05-09drbd: Improve compatibility with drbd's older than 8.3.7Philipp Reisner2-3/+8
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-05-09DRBD: Fix comparison always false warning due to long/long long compareDavid Howells1-1/+1
2012-05-09drbd: spelling fix: too smallLars Ellenberg1-4/+4
2012-05-09drbd: cosmetic: fix accidental division instead of modulo when pretty printingLars Ellenberg1-1/+1
2012-05-09drbd: Lower log priority for an event that is definitely not an errorPhilipp Reisner1-1/+1
2012-05-07ceph: drop support for preferred_osd pgsSage Weil1-1/+0
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-344/+807