aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-23usermodehelper: use UMH_WAIT_PROC consistentlyOleg Nesterov1-1/+1
2012-03-20drbd: remove the second argument of k[un]map_atomic()Cong Wang1-7/+7
2012-03-20block: remove the second argument of k[un]map_atomic()Cong Wang2-20/+20
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-4/+4
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+5
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe1-2/+2
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-2/+2
2011-09-15Remove unneeded version.h includes from drivers/block/Jesper Juhl1-1/+0
2011-09-15drbd: Use angle brackets for system includesJoe Perches2-3/+3
2011-09-15drbd: Convert vmalloc/memset to vzallocJoe Perches1-3/+2
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig2-5/+5
2011-08-02drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parseH Hartley Sweeten1-2/+2
2011-06-30Merge branch 'for-3.0-important' of git://git.drbd.org/linux-2.6-drbd into for-linusJens Axboe4-21/+31
2011-06-30drbd: we should write meta data updates with FLUSH FUALars Ellenberg1-1/+1
2011-06-30drbd: when receive times out on meta socket, also check last receive time on data socketLars Ellenberg1-0/+6
2011-06-30drbd: account bitmap IO during resync as resync-(related-)-ioLars Ellenberg1-0/+3
2011-06-30drbd: don't cond_resched_lock with IRQs disabledLars Ellenberg1-1/+3
2011-06-30drbd: add missing spinlock to bitmap receiveLars Ellenberg1-15/+19
2011-06-30drbd: Use the correct max_bio_size when creating resync requestsPhilipp Reisner1-6/+1
2011-05-25Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds9-139/+243
2011-05-24drbd: fix warningAndrew Morton2-2/+1
2011-05-24drbd: fix warningPhilipp Reisner2-7/+1
2011-05-24drbd: Fix spellingBart Van Assche9-40/+40
2011-05-24drbd: fix schedule in atomicLars Ellenberg2-3/+15
2011-05-24drbd: Take a more conservative approach when deciding max_bio_sizePhilipp Reisner4-50/+97
2011-05-24drbd: Fixed state transitions after async outdate-peer-handler returnedPhilipp Reisner1-1/+14
2011-05-24drbd: Disallow the peer_disk_state to be D_OUTDATED while connectedPhilipp Reisner1-0/+3
2011-05-24drbd: Fix for the connection problems on high latency linksPhilipp Reisner1-1/+1
2011-05-24drbd: fix potential activity log refcount imbalance in error pathLars Ellenberg1-1/+1
2011-05-24drbd: Only downgrade the disk state in case of disk failuresPhilipp Reisner1-1/+2
2011-05-24drbd: fix disconnect/reconnect loop, if ping-timeout == ping-intLars Ellenberg1-2/+8
2011-05-24drbd: fix potential distributed deadlockLars Ellenberg1-35/+59
2011-05-24drbd: Fix for application IO with the on-io-error=pass-on policyPhilipp Reisner2-0/+5
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi5-10/+10
2011-03-28drbd: fix up merge errorLinus Torvalds1-8/+6
2011-03-27Merge branch 'for-2.6.39/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds12-1376/+2132
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds8-103/+6
2011-03-17drbd: need include for bitops functions declarationsStephen Rothwell1-0/+3
2011-03-10drbd: drop code present under #ifdef which is relevant to 2.6.28 and belowOr Gerlitz1-5/+1
2011-03-10drbd: Fixed handling of read errors on a 'VerifyS' nodePhilipp Reisner1-4/+0
2011-03-10drbd: Fixed handling of read errors on a 'VerifyT' nodePhilipp Reisner1-13/+15
2011-03-10drbd: Implemented real timeout checking for request processing timePhilipp Reisner5-0/+47
2011-03-10drbd: Remove unused function atodb_endio()Andreas Gruenbacher2-36/+6
2011-03-10drbd: improve log message if received sector offset exceeds local capacityLars Ellenberg1-1/+2
2011-03-10drbd: kill dead codeLars Ellenberg1-93/+0
2011-03-10drbd: don't BUG_ON, if bio_add_page of a single page to an empty bio failsLars Ellenberg2-18/+34
2011-03-10drbd: Removed left over, now wrong commentsPhilipp Reisner1-7/+1
2011-03-10drbd: serialize admin requests for new verify run with pending bitmap ioLars Ellenberg1-0/+5
2011-03-10drbd: fix potential imbalance of ap_in_flightLars Ellenberg2-29/+5