summaryrefslogtreecommitdiff
path: root/drivers/block/drbd (follow)
Commit message (Expand)AuthorAge
...
* | drivers: block: Remove unused function drbd_bm_write_lazy() in drbd_bitmap.cRashika Kheria2014-02-17
* | drivers: block: Mark function seq_printf_with_thousands_grouping() as static ...Rashika Kheria2014-02-17
* | drivers: block: Mark the function as static in drbd_worker.cRashika Kheria2014-02-17
* | drivers: block: Move prototype declaration to appropriate header file from dr...Rashika Kheria2014-02-17
* | drivers: block: Mark functions as static in drbd_receiver.cRashika Kheria2014-02-17
* | drivers: block: Mark functions as static in drbd_req.cRashika Kheria2014-02-17
* | drivers: block: Move prototype declaration of function tl_abort_disk_io() to ...Rashika Kheria2014-02-17
* | drivers: block: Mark function as static in drbd_actlog.cRashika Kheria2014-02-17
* | drivers: block: Mark functions as static in drbd_nl.cRashika Kheria2014-02-17
* | drivers: block: Mark functions as static in drbd_main.cRashika Kheria2014-02-17
|/
* block: Immutable bio vecsKent Overstreet2013-11-23
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-23
* block: Abstract out bvec iteratorKent Overstreet2013-11-23
* drbd: avoid to shrink max_bio_size due to peer re-configurationLars Ellenberg2013-11-08
* drbd: fix decoding of bitmap vli rle for device sizes > 64 TBLars Ellenberg2013-11-08
* drbd: Fix adding of new minors with freshly created meta dataPhilipp Reisner2013-11-08
* drbd: Fix an connection drop issue after enabling allow-two-primariesPhilipp Reisner2013-11-08
* drbd: fix NULL pointer deref in module init error pathLars Ellenberg2013-11-08
* treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-20
* drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner2013-06-28
* drbd: Constants should be UPPERCASEPhilipp Reisner2013-06-28
* drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner2013-06-28
* drbd: Fix rcu_read_lock balance on error pathAndreas Gruenbacher2013-06-28
* drbd: fix error return code in drbd_init()Wei Yongjun2013-06-28
* drbd: Do not sleep inside rcuAndreas Gruenbacher2013-06-28
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-08
|\
| * drbd: fix if(); found by kbuild test robotLars Ellenberg2013-03-28
| * drbd: use sched_setscheduler()Philipp Reisner2013-03-28
| * drbd: fix for deadlock when using automatic split-brain-recoveryPhilipp Reisner2013-03-28
| * drbd: add module_put() on error path in drbd_proc_open()Alexey Khoroshilov2013-03-28
| * drbd: fix drbd epoch write count for ahead/behind modeLars Ellenberg2013-03-28
| * drbd: Fix build error when CONFIG_CRYPTO_HMAC is not setPhilipp Reisner2013-03-28
| * drbd: validate resync_after dependency on attach alreadyLars Ellenberg2013-03-28
| * drbd: fix memory leakLars Ellenberg2013-03-28
| * drbd: only fail empty flushes if no good data is reachableLars Ellenberg2013-03-28
| * drbd: Fix disconnect to keep the peer disk state if connection breaks during ...Philipp Reisner2013-03-28
| * drbd: fix spurious warning about bitmap being locked from detachPhilipp Reisner2013-03-28
| * drbd: drop now useless duplicate state request from invalidatePhilipp Reisner2013-03-28
| * drbd: fix effective error returned when refusing an invalidatePhilipp Reisner2013-03-28
| * drbd: move invalidating the whole bitmap out of after_state ch()Philipp Reisner2013-03-28
| * drbd: abort start of resync early, if it raced with connection breakagePhilipp Reisner2013-03-28
| * drbd: reset ap_in_flight counter for new connectionsPhilipp Reisner2013-03-28
| * drbd: adjust upper limit for activity log extentsLars Ellenberg2013-03-22
| * drbd: try hard to max out the updates per AL transactionLars Ellenberg2013-03-22
| * drbd: move start io accounting before activity log transactionLars Ellenberg2013-03-22
| * drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg2013-03-22
| * drbd: queue writes on submitter thread, unless they pass the activity log fas...Lars Ellenberg2013-03-22
| * drbd: split out some helper functions to drbd_al_begin_ioLars Ellenberg2013-03-22
| * drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg2013-03-22
| * drbd: prepare to queue write requests on a submit workerLars Ellenberg2013-03-22