summaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)Author
2010-05-18drbd: Implemented the set_new_bits parameter for drbd_bm_resize()Philipp Reisner
2010-05-18drbd: made determin_dev_size's parameter an flag enumPhilipp Reisner
2010-05-18drbd: New handler: initial-split-brainAdam Gandelman
2010-05-18drbd: fail_requests_early: remove incorrect and unnecessary optimizationLars Ellenberg
2010-05-18drbd: check for corrupt or malicous sector addresses when receiving dataLars Ellenberg
2010-05-18drbd: cleanup: This code path to trigger a resync is no longer neededPhilipp Reisner
2010-05-18drbd: don't start a resync without access to up-to-date DataLars Ellenberg
2010-05-18drbd: fix potential protocol errorLars Ellenberg
2010-05-18drbd: remove bogus ASSERTLars Ellenberg
2010-05-18drbd: fix regression: attach while connected failedLars Ellenberg
2010-05-18drbd: Do not upgrade state to Outdated if already Inconsistent [Bugz 277]Philipp Reisner
2010-05-18drbd: use proc_create_data with explicit NULL argumentLars Ellenberg
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov
2010-04-22drbd: Terminate a connection early if sending the protocol failsPhilipp Reisner
2010-04-22drbd: fix memory leakDan Carpenter
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-04-02drbd: lc_element_by_index() never returns NULLPhilipp Reisner
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-19Merge branch 'master' into for-linusJens Axboe
2010-03-11drbd: fix al-to-on-disk-bitmap for 4k logical_block_sizeLars Ellenberg
2010-03-11drbd: Renamed overwrite_peer to primary_forcePhilipp Reisner
2010-03-11drbd: Forcing primary should also work for Consistent disks [Bugz 266]Philipp Reisner
2010-03-11drbd: Make sure we do not send state updates during an empty resync [Bugz 271]Philipp Reisner
2010-03-11drbd: Reduce the time an empty resync takes usuallyPhilipp Reisner
2010-03-11drbd: add missing drbd command names to avoid <NULL> in error messagesLars Ellenberg
2010-03-11drbd_disconnect: grab meta.socket mutex as wellLars Ellenberg
2010-03-11fix unit of rs_same_csums accountingLars Ellenberg
2010-03-11drbd: fix broken state change after split-brain attach while connectedLars Ellenberg
2010-03-11drbd: fix NULL pointer dereference on 4k hard sect sizeLars Ellenberg
2010-03-11drbd: --dry-run option for drbdsetup net ( drbdadm -- --dry-run connect <res> )Philipp Reisner
2010-03-11block: drbd: Convert semaphore to mutexThomas Gleixner
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2010-01-25drbd: null dereference bugDan Carpenter
2010-01-22drbd: fix max_segment_size initializationLars Ellenberg
2010-01-12drbd: Allow online resizing of DRBD devices while peer not reachable (needs t...Philipp Reisner
2010-01-12drbd: Don't go into StandAlone mode when authentification failes because of n...Johannes Thoma
2010-01-07drbd: check on CONFIG_LBDAF, not LBDLars Ellenberg
2010-01-04drivers/block/drbd: Correct NULL testJulia Lawall
2009-12-31drbd: Silenced an assert that could triggered after changing write ordering m...Philipp Reisner
2009-12-29drbd: Kconfig fixJohannes Thoma
2009-12-29drbd: Fix for a race between IO and a detach operation [Bugz 262]Philipp Reisner
2009-12-29drbd: Use drbd_crypto_is_hash() instead of an open coded checkPhilipp Reisner
2009-12-21drbd: remove unused #include <linux/version.h>Huang Weiyi
2009-12-21drbd: remove duplicated #includeHuang Weiyi
2009-12-21drbd: Fix test of unsigned in _drbd_fault_random()Roel Kluin
2009-12-21drbd: Constify struct file_operationsEmese Revfy