summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
* drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher2014-02-1712-1447/+1447
* drbd: Rename "mdev" to "device"Andreas Gruenbacher2014-02-1713-3400/+3400
* drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher2014-02-1713-562/+562
* drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher2014-02-177-292/+301
* drbd: Add missing error gotoPhilipp Reisner2014-02-171-0/+1
* drivers: block: Remove unused function drbd_bm_write_lazy() in drbd_bitmap.cRashika Kheria2014-02-171-10/+0Star
* drivers: block: Mark function seq_printf_with_thousands_grouping() as static ...Rashika Kheria2014-02-171-1/+1
* drivers: block: Mark the function as static in drbd_worker.cRashika Kheria2014-02-171-6/+6
* drivers: block: Move prototype declaration to appropriate header file from dr...Rashika Kheria2014-02-172-2/+4
* drivers: block: Mark functions as static in drbd_receiver.cRashika Kheria2014-02-171-1/+2
* drivers: block: Mark functions as static in drbd_req.cRashika Kheria2014-02-171-2/+2
* drivers: block: Move prototype declaration of function tl_abort_disk_io() to ...Rashika Kheria2014-02-172-3/+1Star
* drivers: block: Mark function as static in drbd_actlog.cRashika Kheria2014-02-171-0/+1
* drivers: block: Mark functions as static in drbd_nl.cRashika Kheria2014-02-171-4/+5
* drivers: block: Mark functions as static in drbd_main.cRashika Kheria2014-02-171-3/+3
* block: Immutable bio vecsKent Overstreet2013-11-241-2/+2
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-243-22/+26
* block: Abstract out bvec iteratorKent Overstreet2013-11-245-9/+9
* drbd: avoid to shrink max_bio_size due to peer re-configurationLars Ellenberg2013-11-082-2/+5
* drbd: fix decoding of bitmap vli rle for device sizes > 64 TBLars Ellenberg2013-11-081-1/+5
* drbd: Fix adding of new minors with freshly created meta dataPhilipp Reisner2013-11-082-2/+3
* drbd: Fix an connection drop issue after enabling allow-two-primariesPhilipp Reisner2013-11-081-23/+16Star
* drbd: fix NULL pointer deref in module init error pathLars Ellenberg2013-11-081-10/+9Star
* treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-201-1/+1
* drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner2013-06-285-52/+172
* drbd: Constants should be UPPERCASEPhilipp Reisner2013-06-283-14/+19
* drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner2013-06-283-3/+17
* drbd: Fix rcu_read_lock balance on error pathAndreas Gruenbacher2013-06-281-7/+12
* drbd: fix error return code in drbd_init()Wei Yongjun2013-06-281-3/+1Star
* drbd: Do not sleep inside rcuAndreas Gruenbacher2013-06-281-2/+2
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-0812-323/+845
|\
| * drbd: fix if(); found by kbuild test robotLars Ellenberg2013-03-281-1/+1
| * drbd: use sched_setscheduler()Philipp Reisner2013-03-281-2/+4
| * drbd: fix for deadlock when using automatic split-brain-recoveryPhilipp Reisner2013-03-281-1/+0Star
| * drbd: add module_put() on error path in drbd_proc_open()Alexey Khoroshilov2013-03-281-2/+8
| * drbd: fix drbd epoch write count for ahead/behind modeLars Ellenberg2013-03-281-7/+7
| * drbd: Fix build error when CONFIG_CRYPTO_HMAC is not setPhilipp Reisner2013-03-281-2/+2
| * drbd: validate resync_after dependency on attach alreadyLars Ellenberg2013-03-282-3/+18
| * drbd: fix memory leakLars Ellenberg2013-03-281-0/+1
| * drbd: only fail empty flushes if no good data is reachableLars Ellenberg2013-03-282-4/+16
| * drbd: Fix disconnect to keep the peer disk state if connection breaks during ...Philipp Reisner2013-03-283-9/+13
| * drbd: fix spurious warning about bitmap being locked from detachPhilipp Reisner2013-03-281-1/+5
| * drbd: drop now useless duplicate state request from invalidatePhilipp Reisner2013-03-281-34/+28Star
| * drbd: fix effective error returned when refusing an invalidatePhilipp Reisner2013-03-281-0/+7
| * drbd: move invalidating the whole bitmap out of after_state ch()Philipp Reisner2013-03-282-23/+20Star
| * drbd: abort start of resync early, if it raced with connection breakagePhilipp Reisner2013-03-281-1/+3
| * drbd: reset ap_in_flight counter for new connectionsPhilipp Reisner2013-03-281-0/+1
| * drbd: adjust upper limit for activity log extentsLars Ellenberg2013-03-231-9/+38
| * drbd: try hard to max out the updates per AL transactionLars Ellenberg2013-03-231-0/+31
| * drbd: move start io accounting before activity log transactionLars Ellenberg2013-03-231-3/+3