summaryrefslogtreecommitdiffstats
path: root/kernel/rcutiny.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-23drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner6-219/+33
2010-10-22drbd: Silenced an assertPhilipp Reisner2-2/+2
2010-10-22drbd: rate limit an error messageLars Ellenberg1-1/+2
2010-10-22drbd: fix a misleading printkLars Ellenberg1-1/+1
2010-10-22drbd: fix potential data divergence after multiple failuresLars Ellenberg3-11/+37
2010-10-22drbd: fix potential deadlock on detachLars Ellenberg4-63/+113
2010-10-22drbd: tag a few error messages with "assert failed"Lars Ellenberg1-5/+5
2010-10-22drbd: consolidate explicit drbd_md_sync into drbd_create_new_uuidLars Ellenberg2-2/+2
2010-10-19cciss: fix PCI IDs for new Smart Array controllersMike Miller2-10/+13
2010-10-15drbd: add race-breaker to drbd_go_disklessLars Ellenberg2-1/+4
2010-10-15drbd: use dynamic_dev_dbg to optionally log uuid changesLars Ellenberg1-1/+31
2010-10-15dynamic_debug.h: Fix dynamic_dev_dbg() macro if CONFIG_DYNAMIC_DEBUG not setPhilipp Reisner1-1/+1
2010-10-14drbd: cleanup: change "<= 0" to "== 0"Dan Carpenter1-1/+1
2010-10-14drbd: relax the grace period of the md_sync timer againLars Ellenberg1-2/+2
2010-10-14drbd: add some more explicit drbd_md_syncLars Ellenberg1-0/+5
2010-10-14drbd: drop wrong debug asserts, fix recently introduced raceLars Ellenberg1-9/+19
2010-10-14drbd: cleanup useless leftover warn/error printk'sLars Ellenberg2-6/+1
2010-10-14drbd: add explicit drbd_md_sync to drbd_resync_finishedLars Ellenberg1-0/+2
2010-10-14drbd: Do not log an ASSERT for P_OV_REQUEST packets while C_CONNECTEDPhilipp Reisner1-8/+22
2010-10-14drbd: fix for possible deadlock on IO error during resyncLars Ellenberg2-22/+54
2010-10-14drbd: fix unlikely access after free and list corruptionLars Ellenberg3-2/+34
2010-10-14drbd: fix for spurious fullsync (uuids rotated too fast)Lars Ellenberg2-11/+36
2010-10-14drbd: allow for explicit resync-finished notificationsLars Ellenberg1-0/+34
2010-10-14drbd: preparation commit, using full state in receive_state()Lars Ellenberg1-21/+18
2010-10-14drbd: drbd_send_ack_dp must not rely on header informationLars Ellenberg3-8/+9
2010-10-14drbd: Fix regression in recv_bm_rle_bits (compressed bitmap)Lars Ellenberg1-12/+15
2010-10-14drbd: Fixed a stupid copy and paste errorPhilipp Reisner1-1/+1
2010-10-14drbd: Allow larger values for c-fill-target.Philipp Reisner2-2/+2
2010-10-14drbd: fix possible access after freeLars Ellenberg1-1/+3
2010-10-14drbd: protocol compatibility for maximum packet sizesLars Ellenberg2-3/+17
2010-10-14drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner7-30/+59
2010-10-14drbd: DIV_ROUND_UP not needed hereLars Ellenberg1-1/+1
2010-10-14drbd: Fixed compatibility with protocol versions smaller than 95Philipp Reisner1-2/+3
2010-10-14drbd: fix for spurious full sync (becoming sync target looked like invalidate)Lars Ellenberg1-2/+3
2010-10-14drbd: cosmetic, don't report resync for online-verifyLars Ellenberg1-5/+7
2010-10-14drbd: fix spurious protocol errorLars Ellenberg1-1/+2
2010-10-14drbd: fix potential kernel BUG (NULL deref)Lars Ellenberg2-6/+19
2010-10-14drbd: don't count sendpage()d pages only referenced by tcp as in useLars Ellenberg4-12/+27
2010-10-14drbd: Adding support for BIO/Request flags: REQ_FUA, REQ_FLUSH and REQ_DISCARDPhilipp Reisner3-22/+34
2010-10-14drbd: drbd_md_sync before calling user space helpersLars Ellenberg1-0/+4
2010-10-14drbd: fix race on meta-data update, addendumLars Ellenberg2-5/+31
2010-10-14drbd: Removed a race that could cause unexpected execution of w_make_resync_r...Philipp Reisner4-30/+11
2010-10-14drbd: implicitly create unconfigured devices on sync-after dependenciesLars Ellenberg1-35/+41
2010-10-14drbd: fix race on meta-data updateLars Ellenberg1-4/+1
2010-10-14drbd: fix race between deconfiguring and reconfiguring networkLars Ellenberg1-2/+4
2010-10-14drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner8-6/+80
2010-10-14drbd: Actually allow BIOs up to 128k (was 32k).Philipp Reisner4-5/+14
2010-10-14drbd: receiving of big packets, for payloads between 64kByte and 4GBytePhilipp Reisner2-222/+171
2010-10-14drbd: Sending of big packets, for payloads from 64KByte to 4GBytePhilipp Reisner5-112/+139
2010-10-14drbd: Bugfix for regression introduced with f9bc8913c06022ePhilipp Reisner1-1/+3