summaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)Author
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher
2014-02-17drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher
2014-02-17drbd: Add missing error gotoPhilipp Reisner
2014-02-17drivers: block: Remove unused function drbd_bm_write_lazy() in drbd_bitmap.cRashika Kheria
2014-02-17drivers: block: Mark function seq_printf_with_thousands_grouping() as static ...Rashika Kheria
2014-02-17drivers: block: Mark the function as static in drbd_worker.cRashika Kheria
2014-02-17drivers: block: Move prototype declaration to appropriate header file from dr...Rashika Kheria
2014-02-17drivers: block: Mark functions as static in drbd_receiver.cRashika Kheria
2014-02-17drivers: block: Mark functions as static in drbd_req.cRashika Kheria
2014-02-17drivers: block: Move prototype declaration of function tl_abort_disk_io() to ...Rashika Kheria
2014-02-17drivers: block: Mark function as static in drbd_actlog.cRashika Kheria
2014-02-17drivers: block: Mark functions as static in drbd_nl.cRashika Kheria
2014-02-17drivers: block: Mark functions as static in drbd_main.cRashika Kheria
2013-11-23block: Immutable bio vecsKent Overstreet
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-08drbd: avoid to shrink max_bio_size due to peer re-configurationLars Ellenberg
2013-11-08drbd: fix decoding of bitmap vli rle for device sizes > 64 TBLars Ellenberg
2013-11-08drbd: Fix adding of new minors with freshly created meta dataPhilipp Reisner
2013-11-08drbd: Fix an connection drop issue after enabling allow-two-primariesPhilipp Reisner
2013-11-08drbd: fix NULL pointer deref in module init error pathLars Ellenberg
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches
2013-06-28drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner
2013-06-28drbd: Constants should be UPPERCASEPhilipp Reisner
2013-06-28drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner
2013-06-28drbd: Fix rcu_read_lock balance on error pathAndreas Gruenbacher
2013-06-28drbd: fix error return code in drbd_init()Wei Yongjun
2013-06-28drbd: Do not sleep inside rcuAndreas Gruenbacher
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-07block_device_operations->release() should return voidAl Viro
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-29drbd: rename random32() to prandom_u32()Akinobu Mita
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-03-28drbd: fix if(); found by kbuild test robotLars Ellenberg
2013-03-28drbd: use sched_setscheduler()Philipp Reisner
2013-03-28drbd: fix for deadlock when using automatic split-brain-recoveryPhilipp Reisner
2013-03-28drbd: add module_put() on error path in drbd_proc_open()Alexey Khoroshilov
2013-03-28drbd: fix drbd epoch write count for ahead/behind modeLars Ellenberg
2013-03-28drbd: Fix build error when CONFIG_CRYPTO_HMAC is not setPhilipp Reisner
2013-03-28drbd: validate resync_after dependency on attach alreadyLars Ellenberg
2013-03-28drbd: fix memory leakLars Ellenberg
2013-03-28drbd: only fail empty flushes if no good data is reachableLars Ellenberg
2013-03-28drbd: Fix disconnect to keep the peer disk state if connection breaks during ...Philipp Reisner
2013-03-28drbd: fix spurious warning about bitmap being locked from detachPhilipp Reisner
2013-03-28drbd: drop now useless duplicate state request from invalidatePhilipp Reisner
2013-03-28drbd: fix effective error returned when refusing an invalidatePhilipp Reisner
2013-03-28drbd: move invalidating the whole bitmap out of after_state ch()Philipp Reisner
2013-03-28drbd: abort start of resync early, if it raced with connection breakagePhilipp Reisner
2013-03-28drbd: reset ap_in_flight counter for new connectionsPhilipp Reisner