summaryrefslogtreecommitdiff
path: root/drivers/block/drbd (follow)
Commit message (Expand)AuthorAge
...
| * drbd: moved receiver, worker and asender from mdev to tconnPhilipp Reisner2011-08-29
| * drbd: moved data and meta from mdev to tconnPhilipp Reisner2011-08-29
| * drbd: moved net_cont and net_cnt_wait from mdev to tconnPhilipp Reisner2011-08-29
| * drbd: moved net_conf from mdev to tconnPhilipp Reisner2011-08-29
| * drbd: Minimal struct drbd_tconnPhilipp Reisner2011-08-29
| * drbd: Interval tree bugfixAndreas Gruenbacher2011-08-29
| * drbd: Inline function overlaps() is now unusedAndreas Gruenbacher2011-08-29
| * drbd: Remove some useless paranoia codeAndreas Gruenbacher2011-08-29
| * drbd: Replace the ERR_IF macro with an assert-like macroAndreas Gruenbacher2011-08-29
| * drbd: Convert all constants in enum drbd_thread_state to upper caseAndreas Gruenbacher2011-08-29
| * drbd: Convert all constants in enum drbd_req_event to upper caseAndreas Gruenbacher2011-08-29
| * drbd: Remove the unused hash tablesAndreas Gruenbacher2011-08-29
| * drbd: Use interval tree for overlapping epoch entry detectionAndreas Gruenbacher2011-08-29
| * drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_intervalAndreas Gruenbacher2011-08-29
| * drbd: Use the read and write request trees for request lookupsAndreas Gruenbacher2011-08-29
| * drbd: Add read_requests treeAndreas Gruenbacher2011-08-29
| * drbd: Use interval tree for overlapping write request detectionAndreas Gruenbacher2011-08-25
| * drbd: Put sector and size in struct drbd_request into struct drbd_intervalAndreas Gruenbacher2011-08-25
| * drbd: Add interval tree data structureAndreas Gruenbacher2011-08-25
| * drbd: Request lookup code cleanup (4)Andreas Gruenbacher2011-08-25
| * drbd: Request lookup code cleanup (3)Andreas Gruenbacher2011-08-25
| * drbd: Request lookup code cleanup (2)Andreas Gruenbacher2011-08-25
| * drbd: Request lookup code cleanup (1)Andreas Gruenbacher2011-08-25
| * drbd: Update outdated commentAndreas Gruenbacher2011-08-25
| * drbd: Move drbd_free_tl_hash() to drbd_main()Andreas Gruenbacher2011-08-25
| * drbd: Magic reserved block_id value cleanupAndreas Gruenbacher2011-08-25
| * drbd: Endianness convert the constants instead of the variablesAndreas Gruenbacher2011-08-25
| * drbd: Get rid of BE_DRBD_MAGIC and BE_DRBD_MAGIC_BIGAndreas Gruenbacher2011-08-25
| * drbd: Consistently use block_id == ID_SYNCER for checksum based resync and on...Andreas Gruenbacher2011-08-25
| * drbd: Remove superfluous declarationAndreas Gruenbacher2011-08-25
| * drbd: Get rid of req_validator_fn typedefAndreas Gruenbacher2011-08-25
* | drbd: log request sector offset and size for IO errorsLars Ellenberg2012-10-30
* | drbd: always write bitmap on detachLars Ellenberg2012-10-30
* | drbd: prepare for more than 32 bit flagsLars Ellenberg2012-10-30
* | drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars Ellenberg2012-10-30
* | drbd: a few more GFP_KERNEL -> GFP_NOIOLars Ellenberg2012-10-30
* | drbd: fix potential deadlock during bitmap (re-)allocationLars Ellenberg2012-10-30
* | drbd: panic on delayed completion of aborted requestsLars Ellenberg2012-10-30
* | drbd: Remove dead codePhilipp Reisner2012-10-30
* | drbd: Avoid NetworkFailure state during disconnectPhilipp Reisner2012-10-30
* | drbd: Fix a potential issue with the DISCARD_CONCURRENT flagPhilipp Reisner2012-10-30
* | drbd: introduce stop-sector to online verifyLars Ellenberg2012-10-30
* | drbd: Protect accesses to the uuid set with a spinlockPhilipp Reisner2012-10-30
* | block: Generalized bio pool freeingKent Overstreet2012-09-09
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-25
|\ \
| * | drbd: Write all pages of the bitmap after an online resizePhilipp Reisner2012-08-16
| * | drbd: Finish requests that completed while IO was frozenPhilipp Reisner2012-08-16
| * | drbd: fix drbd wire compatibility for empty flushesLars Ellenberg2012-08-16
* | | drbd: nuke pdflush from commentsArtem Bityutskiy2012-08-04
|/ /
* | drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg2012-07-24