aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-03drbd: don't expose failed local READ to upper layersLars Ellenberg1-1/+1
2010-04-22drbd: Terminate a connection early if sending the protocol failsPhilipp Reisner1-1/+2
2010-04-22drbd: fix memory leakDan Carpenter1-0/+1
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds7-47/+110
2010-04-02drbd: lc_element_by_index() never returns NULLPhilipp Reisner1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-1/+1
2010-03-19Merge branch 'master' into for-linusJens Axboe2-3/+3
2010-03-11drbd: fix al-to-on-disk-bitmap for 4k logical_block_sizeLars Ellenberg1-4/+13
2010-03-11drbd: Renamed overwrite_peer to primary_forcePhilipp Reisner1-1/+1
2010-03-11drbd: Forcing primary should also work for Consistent disks [Bugz 266]Philipp Reisner1-2/+2
2010-03-11drbd: Make sure we do not send state updates during an empty resync [Bugz 271]Philipp Reisner1-2/+1
2010-03-11drbd: Reduce the time an empty resync takes usuallyPhilipp Reisner3-3/+12
2010-03-11drbd: add missing drbd command names to avoid <NULL> in error messagesLars Ellenberg1-0/+3
2010-03-11drbd_disconnect: grab meta.socket mutex as wellLars Ellenberg2-3/+4
2010-03-11fix unit of rs_same_csums accountingLars Ellenberg1-1/+2
2010-03-11drbd: fix broken state change after split-brain attach while connectedLars Ellenberg1-1/+6
2010-03-11drbd: fix NULL pointer dereference on 4k hard sect sizeLars Ellenberg1-19/+19
2010-03-11drbd: --dry-run option for drbdsetup net ( drbdadm -- --dry-run connect <res> )Philipp Reisner3-5/+41
2010-03-11block: drbd: Convert semaphore to mutexThomas Gleixner1-5/+5
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-3/+3
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack2-3/+3
2010-01-25drbd: null dereference bugDan Carpenter1-1/+1
2010-01-22drbd: fix max_segment_size initializationLars Ellenberg1-1/+1
2010-01-12drbd: Allow online resizing of DRBD devices while peer not reachable (needs to be explicitly forced)Philipp Reisner3-11/+15
2010-01-12drbd: Don't go into StandAlone mode when authentification failes because of network errorJohannes Thoma1-9/+22
2010-01-07drbd: check on CONFIG_LBDAF, not LBDLars Ellenberg1-1/+1
2010-01-04drivers/block/drbd: Correct NULL testJulia Lawall1-1/+1
2009-12-31drbd: Silenced an assert that could triggered after changing write ordering methodPhilipp Reisner1-4/+5
2009-12-29drbd: Kconfig fixJohannes Thoma1-1/+1
2009-12-29drbd: Fix for a race between IO and a detach operation [Bugz 262]Philipp Reisner1-0/+1
2009-12-29drbd: Use drbd_crypto_is_hash() instead of an open coded checkPhilipp Reisner1-1/+1
2009-12-21drbd: remove unused #include <linux/version.h>Huang Weiyi3-3/+0
2009-12-21drbd: remove duplicated #includeHuang Weiyi1-1/+0
2009-12-21drbd: Fix test of unsigned in _drbd_fault_random()Roel Kluin1-1/+1
2009-12-21drbd: Constify struct file_operationsEmese Revfy3-3/+3
2009-12-09drbd: Following the hmac change to SHASH (see linux commit 8bd1209cfff)Philipp Reisner1-2/+1
2009-12-03drbd_req.c: use part_[inc|dec]_in_flight()Philipp Reisner1-2/+2
2009-11-24Fixed a regression in resync decission code drbd_uuid_compare() [Bugz 260]Philipp Reisner1-0/+1
2009-11-24add missing state change on corrupt packet header in drbd_recv_headerLars Ellenberg1-1/+3
2009-11-24fix in-kernel configuration serializationLars Ellenberg1-1/+1
2009-11-04drbd: performance - don't lose unplug eventsLars Ellenberg1-1/+6
2009-11-04Do not deadlock in drbd_disconnect() [bugz 258]Philipp Reisner1-4/+0
2009-11-04drbdsetup X resume-io should be usable to resume IO [Bugz 256]Philipp Reisner1-4/+3
2009-11-04drbd: fix check for too large lower level deviceLars Ellenberg1-5/+9
2009-11-04fix grammar in printkLars Ellenberg1-1/+1
2009-10-28drbd: fix in_flight rw indexingJens Axboe1-2/+2
2009-10-07drbd: needs __ratelimit()Randy Dunlap1-0/+1
2009-10-06drbd: Work on permission enforcementPhilipp Reisner1-1/+6