aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-23block: Immutable bio vecsKent Overstreet1-2/+2
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet3-22/+26
2013-11-23block: Abstract out bvec iteratorKent Overstreet5-9/+9
2013-11-08drbd: avoid to shrink max_bio_size due to peer re-configurationLars Ellenberg2-2/+5
2013-11-08drbd: fix decoding of bitmap vli rle for device sizes > 64 TBLars Ellenberg1-1/+5
2013-11-08drbd: Fix adding of new minors with freshly created meta dataPhilipp Reisner2-2/+3
2013-11-08drbd: Fix an connection drop issue after enabling allow-two-primariesPhilipp Reisner1-23/+16
2013-11-08drbd: fix NULL pointer deref in module init error pathLars Ellenberg1-10/+9
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches1-1/+1
2013-06-28drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner5-52/+172
2013-06-28drbd: Constants should be UPPERCASEPhilipp Reisner3-14/+19
2013-06-28drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner3-3/+17
2013-06-28drbd: Fix rcu_read_lock balance on error pathAndreas Gruenbacher1-7/+12
2013-06-28drbd: fix error return code in drbd_init()Wei Yongjun1-3/+1
2013-06-28drbd: Do not sleep inside rcuAndreas Gruenbacher1-2/+2
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds12-323/+845
2013-05-07block_device_operations->release() should return voidAl Viro1-3/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-04-29drbd: rename random32() to prandom_u32()Akinobu Mita1-2/+3
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-03-28drbd: fix if(); found by kbuild test robotLars Ellenberg1-1/+1
2013-03-28drbd: use sched_setscheduler()Philipp Reisner1-2/+4
2013-03-28drbd: fix for deadlock when using automatic split-brain-recoveryPhilipp Reisner1-1/+0
2013-03-28drbd: add module_put() on error path in drbd_proc_open()Alexey Khoroshilov1-2/+8
2013-03-28drbd: fix drbd epoch write count for ahead/behind modeLars Ellenberg1-7/+7
2013-03-28drbd: Fix build error when CONFIG_CRYPTO_HMAC is not setPhilipp Reisner1-2/+2
2013-03-28drbd: validate resync_after dependency on attach alreadyLars Ellenberg2-3/+18
2013-03-28drbd: fix memory leakLars Ellenberg1-0/+1
2013-03-28drbd: only fail empty flushes if no good data is reachableLars Ellenberg2-4/+16
2013-03-28drbd: Fix disconnect to keep the peer disk state if connection breaks during operationPhilipp Reisner3-9/+13
2013-03-28drbd: fix spurious warning about bitmap being locked from detachPhilipp Reisner1-1/+5
2013-03-28drbd: drop now useless duplicate state request from invalidatePhilipp Reisner1-34/+28
2013-03-28drbd: fix effective error returned when refusing an invalidatePhilipp Reisner1-0/+7
2013-03-28drbd: move invalidating the whole bitmap out of after_state ch()Philipp Reisner2-23/+20
2013-03-28drbd: abort start of resync early, if it raced with connection breakagePhilipp Reisner1-1/+3
2013-03-28drbd: reset ap_in_flight counter for new connectionsPhilipp Reisner1-0/+1
2013-03-22drbd: adjust upper limit for activity log extentsLars Ellenberg1-9/+38
2013-03-22drbd: try hard to max out the updates per AL transactionLars Ellenberg1-0/+31
2013-03-22drbd: move start io accounting before activity log transactionLars Ellenberg1-3/+3
2013-03-22drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg3-14/+107
2013-03-22drbd: queue writes on submitter thread, unless they pass the activity log fastpathLars Ellenberg1-8/+12
2013-03-22drbd: split out some helper functions to drbd_al_begin_ioLars Ellenberg1-21/+28
2013-03-22drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg2-33/+72
2013-03-22drbd: prepare to queue write requests on a submit workerLars Ellenberg4-1/+68
2013-03-22drbd: split __drbd_make_request in before and after drbd_al_begin_ioLars Ellenberg1-10/+30
2013-03-22drbd: drbd_al_being_io: short circuit to reduce latencyLars Ellenberg1-2/+12
2013-03-22drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg5-26/+31
2013-03-22drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg4-37/+123
2013-03-22drbd: mechanically rename la_size to la_size_sectLars Ellenberg3-12/+12
2013-03-22drbd: use the cached meta_dev_idxLars Ellenberg2-33/+6