summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorLines
2014-02-17drbd: Move resource options from connection to resourceAndreas Gruenbacher-22/+25
2014-02-17drbd: conn_try_disconnect(): Use parameter instead of the global variableAndreas Gruenbacher-1/+1
2014-02-17drbd: Replace conn_get_by_name() with drbd_find_resource()Andreas Gruenbacher-20/+30
2014-02-17drbd: Add struct drbd_resource->devicesAndreas Gruenbacher-20/+51
2014-02-17drbd: Minor cleanup in conn_new_minor()Andreas Gruenbacher-10/+9
2014-02-17drbd: Add struct drbd_device->resourceAndreas Gruenbacher-2/+4
2014-02-17drbd: drbd_adm_down(): Move valid resource name check to drbd_adm_prepare()Andreas Gruenbacher-6/+3
2014-02-17drbd: Add struct drbd_resourceAndreas Gruenbacher-78/+179
2014-02-17drbd: Improve some function and variable namingAndreas Gruenbacher-47/+47
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher-377/+416
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher-1447/+1447
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher-3400/+3400
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher-562/+562
2014-02-17drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher-292/+301
2014-02-17drbd: Add missing error gotoPhilipp Reisner-0/+1
2014-02-17drivers: block: Remove unused function drbd_bm_write_lazy() in drbd_bitmap.cRashika Kheria-10/+0
2014-02-17drivers: block: Mark function seq_printf_with_thousands_grouping() as static ...Rashika Kheria-1/+1
2014-02-17drivers: block: Mark the function as static in drbd_worker.cRashika Kheria-6/+6
2014-02-17drivers: block: Move prototype declaration to appropriate header file from dr...Rashika Kheria-2/+4
2014-02-17drivers: block: Mark functions as static in drbd_receiver.cRashika Kheria-1/+2
2014-02-17drivers: block: Mark functions as static in drbd_req.cRashika Kheria-2/+2
2014-02-17drivers: block: Move prototype declaration of function tl_abort_disk_io() to ...Rashika Kheria-3/+1
2014-02-17drivers: block: Mark function as static in drbd_actlog.cRashika Kheria-0/+1
2014-02-17drivers: block: Mark functions as static in drbd_nl.cRashika Kheria-4/+5
2014-02-17drivers: block: Mark functions as static in drbd_main.cRashika Kheria-3/+3
2013-11-23block: Immutable bio vecsKent Overstreet-2/+2
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet-22/+26
2013-11-23block: Abstract out bvec iteratorKent Overstreet-9/+9
2013-11-08drbd: avoid to shrink max_bio_size due to peer re-configurationLars Ellenberg-2/+5
2013-11-08drbd: fix decoding of bitmap vli rle for device sizes > 64 TBLars Ellenberg-1/+5
2013-11-08drbd: Fix adding of new minors with freshly created meta dataPhilipp Reisner-2/+3
2013-11-08drbd: Fix an connection drop issue after enabling allow-two-primariesPhilipp Reisner-23/+16
2013-11-08drbd: fix NULL pointer deref in module init error pathLars Ellenberg-10/+9
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches-1/+1
2013-06-28drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner-52/+172
2013-06-28drbd: Constants should be UPPERCASEPhilipp Reisner-14/+19
2013-06-28drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner-3/+17
2013-06-28drbd: Fix rcu_read_lock balance on error pathAndreas Gruenbacher-7/+12
2013-06-28drbd: fix error return code in drbd_init()Wei Yongjun-3/+1
2013-06-28drbd: Do not sleep inside rcuAndreas Gruenbacher-2/+2
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-323/+845
2013-05-07block_device_operations->release() should return voidAl Viro-3/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2013-04-29drbd: rename random32() to prandom_u32()Akinobu Mita-2/+3
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro-1/+1
2013-03-28drbd: fix if(); found by kbuild test robotLars Ellenberg-1/+1
2013-03-28drbd: use sched_setscheduler()Philipp Reisner-2/+4
2013-03-28drbd: fix for deadlock when using automatic split-brain-recoveryPhilipp Reisner-1/+0
2013-03-28drbd: add module_put() on error path in drbd_proc_open()Alexey Khoroshilov-2/+8
2013-03-28drbd: fix drbd epoch write count for ahead/behind modeLars Ellenberg-7/+7