summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
...
| * | drbd: fix harmless race to not trigger an ASSERTLars Ellenberg2012-05-091-1/+12
| * | drbd: Derive sync-UUIDs only from the bitmap-uuid if it is non-zeroPhilipp Reisner2012-05-091-1/+5
| * | drbd: drbd_nl_resize(): Fix missing put_ldev() on error pathAndreas Gruenbacher2012-05-091-1/+5
| * | drbd: fix "stalled" empty resyncLars Ellenberg2012-05-091-3/+8
| * | drbd: Bugfix for the connection behaviorPhilipp Reisner2012-05-092-6/+6
| * | drbd: Cleanup all epoch objects upon connection lossPhilipp Reisner2012-05-091-2/+3
| * | drbd: detach must not try to abort non-local requests from drbd-8.4Philipp Reisner2012-05-091-9/+34
| * | drbd: Consider that the no-data-condition could be in connected statePhilipp Reisner2012-05-091-1/+2
| * | drbd: Fixed current UUID generationPhilipp Reisner2012-05-091-2/+2
| * | drbd: change some GFP_KERNEL to GFP_NOIOLars Ellenberg2012-05-091-3/+3
| * | drbd: Implemented the disk-timeout optionPhilipp Reisner2012-05-093-14/+25
| * | drbd: Force flag for the detach operationPhilipp Reisner2012-05-092-1/+16
| * | drbd: Allow new IOs while the local disk in in FAILED statePhilipp Reisner2012-05-091-1/+1
| * | drbd: Bitmap IO functions can now return prematurely if the disk breaksPhilipp Reisner2012-05-091-10/+30
| * | drbd: Added a kref to bm_aio_ctxPhilipp Reisner2012-05-091-25/+59
| * | drbd: Hold a reference to ldev while doing meta-data IOPhilipp Reisner2012-05-092-0/+7
| * | drbd: Keep a reference to the bio until the completion handler finishedPhilipp Reisner2012-05-092-0/+2
| * | drbd: Implemented wait_until_done_or_disk_failure()Philipp Reisner2012-05-093-5/+18
| * | drbd: Replaced md_io_mutex by an atomic: md_io_in_usePhilipp Reisner2012-05-094-19/+51
| * | drbd: moved md_io into mdevPhilipp Reisner2012-05-093-9/+10
| * | drbd: Immediately allow completion of IOs, that wait for IO completions on a ...Philipp Reisner2012-05-093-11/+37
| * | drbd: Keep a reference to barrier acked requestsPhilipp Reisner2012-05-093-2/+23
| * | drbd: Improve compatibility with drbd's older than 8.3.7Philipp Reisner2012-05-092-3/+8
| * | drbd: Only print sanitize state's warnings, if the state change happensPhilipp Reisner2012-05-091-15/+40
| * | drbd: downgraded error printk to infoLars Ellenberg2012-05-091-4/+2
| * | DRBD: Fix comparison always false warning due to long/long long compareDavid Howells2012-05-091-1/+1
| * | drbd: spelling fix: too smallLars Ellenberg2012-05-091-4/+4
| * | drbd: cosmetic: fix accidental division instead of modulo when pretty printingLars Ellenberg2012-05-091-1/+1
| * | drbd: Lower log priority for an event that is definitely not an errorPhilipp Reisner2012-05-091-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-161-1/+1
|\ \ \
| * | | connector/userns: replace netlink uses of cap_raised() with capable()Eric W. Biederman2012-05-101-1/+1
| |/ /
* / / sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-211-3/+3
|/ /
* | usermodehelper: use UMH_WAIT_PROC consistentlyOleg Nesterov2012-03-231-1/+1
* | drbd: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-7/+7
* | block: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-20/+20
* | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-132-4/+4
* | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-042-5/+5
|\ \
| * \ Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe2011-10-191-2/+2
| |\ \
| * | | block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-122-5/+5
| | |/ | |/|
* | | Merge branch 'master' into for-nextJiri Kosina2011-09-151-2/+2
|\ \ \ | | |/ | |/|
| * | drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parseH Hartley Sweeten2011-08-021-2/+2
| |/
* | Remove unneeded version.h includes from drivers/block/Jesper Juhl2011-09-151-1/+0
* | drbd: Use angle brackets for system includesJoe Perches2011-09-152-3/+3
* | drbd: Convert vmalloc/memset to vzallocJoe Perches2011-09-151-3/+2
|/
* Merge branch 'for-3.0-important' of git://git.drbd.org/linux-2.6-drbd into fo...Jens Axboe2011-06-304-21/+31
|\
| * drbd: we should write meta data updates with FLUSH FUALars Ellenberg2011-06-301-1/+1
| * drbd: when receive times out on meta socket, also check last receive time on ...Lars Ellenberg2011-06-301-0/+6
| * drbd: account bitmap IO during resync as resync-(related-)-ioLars Ellenberg2011-06-301-0/+3
| * drbd: don't cond_resched_lock with IRQs disabledLars Ellenberg2011-06-301-1/+3
| * drbd: add missing spinlock to bitmap receiveLars Ellenberg2011-06-301-15/+19