summaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorFilesLines
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-04-21sock: Introduce named constants for sk_reusePavel Emelyanov1-3/+3
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 fo...Jens 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 ...Lars 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