summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_main.c
Commit message (Expand)AuthorAgeFilesLines
* block: Immutable bio vecsKent Overstreet2013-11-231-2/+2
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-12/+15
* drbd: fix NULL pointer deref in module init error pathLars Ellenberg2013-11-081-10/+9
* drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner2013-06-281-24/+33
* drbd: fix error return code in drbd_init()Wei Yongjun2013-06-281-3/+1
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-40/+211
|\
| * drbd: fix memory leakLars Ellenberg2013-03-281-0/+1
| * drbd: fix spurious warning about bitmap being locked from detachPhilipp Reisner2013-03-281-1/+5
| * drbd: prepare to queue write requests on a submit workerLars Ellenberg2013-03-221-1/+25
| * drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg2013-03-221-24/+107
| * drbd: mechanically rename la_size to la_size_sectLars Ellenberg2013-03-221-3/+3
| * drbd: prepare for new striped layout of activity logLars Ellenberg2013-03-221-8/+69
| * drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg2013-03-221-3/+8
| * drbd: cleanup bogus assert messageLars Ellenberg2013-03-221-7/+0
* | block_device_operations->release() should return voidAl Viro2013-05-071-3/+2
|/
* drbd: convert to idr_alloc()Tejun Heo2013-02-271-16/+13
* drbd: Remove obsolete checkPhilipp Reisner2012-12-061-1/+1
* Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner2012-11-091-2328/+1445
|\
| * drbd: fix regression: potential NULL pointer dereferencePhilipp Reisner2012-11-091-2/+6
| * drbd: always write bitmap on detachLars Ellenberg2012-11-091-0/+20
| * drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner2012-11-091-0/+16
| * drbd: fix potential list_add corruptionLars Ellenberg2012-11-091-1/+3
| * drbd: Protect accesses to the uuid set with a spinlockPhilipp Reisner2012-11-091-6/+27
| * drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/Lars Ellenberg2012-11-091-1/+1
| * drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg2012-11-091-0/+1
| * drbd: report congestion if we are waiting for some userland callbackLars Ellenberg2012-11-081-0/+16
| * drbd: differentiate between normal and forced detachLars Ellenberg2012-11-081-1/+1
| * drbd: allow read requests to be retried after force-detachLars Ellenberg2012-11-081-5/+18
| * drbd: base completion and destruction of requests on ref countsLars Ellenberg2012-11-081-1/+1
| * drbd: __drbd_make_request() is now voidLars Ellenberg2012-11-081-3/+2
| * drbd: remove struct drbd_tl_epoch objects (barrier works)Lars Ellenberg2012-11-081-250/+66
| * drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg2012-11-081-10/+6
| * drbd: allow to dequeue batches of work at a timeLars Ellenberg2012-11-081-1/+1
| * drbd: transfer log epoch numbers are now per resourceLars Ellenberg2012-11-081-6/+3
| * drbd: rename drbd_restart_write to drbd_restart_requestLars Ellenberg2012-11-081-1/+1
| * drbd: use bitmap_parse instead of __bitmap_parsePhilipp Reisner2012-11-081-3/+3
| * drbd: ignore volume number for drbd barrier packet exchangeLars Ellenberg2012-11-081-5/+5
| * drbd: fix potential deadlock during "restart" of conflicting writesLars Ellenberg2012-11-081-0/+79
| * drbd: don't pretend that barrier_nr == 0 was specialLars Ellenberg2012-11-081-3/+1
| * drbd: remove now unused seq_num member from struct drbd_requestLars Ellenberg2012-11-081-1/+1
| * drbd: fix potential data corruption and protocol errorLars Ellenberg2012-11-081-2/+2
| * drbd: explicitly clear unused dp_flags in drbd_send_blockLars Ellenberg2012-11-081-0/+1
| * drbd: Move list of epochs from mdev to tconnPhilipp Reisner2012-11-081-14/+11
| * drbd: Move write_ordering from mdev to tconnPhilipp Reisner2012-11-081-1/+2
| * drbd: Move the CREATE_BARRIER flag from connection to devicePhilipp Reisner2012-11-081-8/+3
| * drbd: Fixes from the drbd-8.3 branchPhilipp Reisner2012-11-081-4/+26
| * drbd: Fixes from the drbd-8.3 branchPhilipp Reisner2012-11-081-1/+5
| * drbd: detach must not try to abort non-local requestsLars Ellenberg2012-11-081-0/+4
| * drbd: Get rid of MR_{READ,WRITE}_SHIFTAndreas Gruenbacher2012-11-081-2/+4
| * drbd: Fix the data-integrity-alg settingAndreas Gruenbacher2012-11-081-4/+2
OpenPOWER on IntegriCloud