summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_actlog.c
Commit message (Expand)AuthorAgeFilesLines
* drbd: actlog: fix kernel-doc warnings and spellingRandy Dunlap2023-12-221-6/+10
* drbd: Pass a peer device to the resync and online verify functionsChristoph Böhmwalder2023-04-011-5/+8
* drbd: add context parameter to expect() macroChristoph Böhmwalder2022-12-011-2/+2
* drbd: introduce drbd_ratelimit()Christoph Böhmwalder2022-12-011-1/+1
* drbd: use consistent licenseChristoph Böhmwalder2022-11-221-1/+1
* block/drbd: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-4/+5
* block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-021-3/+2
* drbd: remove bio_alloc_drbdChristoph Hellwig2021-01-271-1/+1
* drbd: remove ->this_bdevChristoph Hellwig2020-10-051-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner2019-05-241-13/+1
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-1/+1
* block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig2016-11-011-1/+1
* dynamic_debug: only add header when usedLuis de Bethencourt2016-08-021-1/+0
* drbd: al_write_transaction: skip re-scanning of bitmap page pointer arrayLars Ellenberg2016-06-131-0/+2
* drbd: introduce WRITE_SAME supportLars Ellenberg2016-06-131-1/+8
* drbd: finish resync on sync source only by notification from sync targetLars Ellenberg2016-06-131-4/+12
* drbd: allow larger max_discard_sectorsLars Ellenberg2016-06-131-1/+1
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-2/+2
* drbd: use bio op accessorsMike Christie2016-06-071-13/+15
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+1
* drbd: avoid potential deadlock during handshakeLars Ellenberg2015-11-251-8/+11
* drbd: separate out __al_write_transaction helper functionLars Ellenberg2015-11-251-148/+156
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-2/+2
* drbd: Minor cleanupsAndreas Gruenbacher2014-11-101-2/+1
* drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher2014-09-111-2/+2
* drbd: drop spurious parameters from _drbd_md_sync_page_ioLars Ellenberg2014-07-101-7/+5
* drbd: resync should only lock out specific rangesLars Ellenberg2014-07-101-2/+13
* drbd: improve throttling decisions of background resynchronisationLars Ellenberg2014-07-101-3/+26
* drbd: track meta data IO intent, start and submit timeLars Ellenberg2014-07-101-9/+17
* drbd: get rid of drbd_queue_work_frontLars Ellenberg2014-07-101-63/+6
* drbd: make sure disk cleanup happens in worker contextLars Ellenberg2014-07-101-8/+1
* drbd: explicitly submit meta data requests with REQ_NOIDLELars Ellenberg2014-07-101-1/+1
* drbd: fix resync finished detectionLars Ellenberg2014-07-101-174/+141
* drbd: get rid of atomic update on disk bitmap worksLars Ellenberg2014-07-101-62/+1
* drbd: add back some fairness to AL transactionsLars Ellenberg2014-04-301-2/+1
* drbd: prepare receiving side for REQ_DISCARDLars Ellenberg2014-04-301-3/+3
* drbd: don't let application IO pre-empt resync too oftenLars Ellenberg2014-04-301-7/+6
* drbd: Remove drbd_wrappers.hPhilipp Reisner2014-04-301-1/+0
* drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher2014-02-171-6/+10
* drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher2014-02-171-19/+19
* drbd: Remove the terrible DEV hackAndreas Gruenbacher2014-02-171-27/+27
* drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher2014-02-171-4/+4
* drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher2014-02-171-4/+4
* drbd: Rename "mdev" to "device"Andreas Gruenbacher2014-02-171-272/+272
* drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher2014-02-171-34/+34
* drivers: block: Mark function as static in drbd_actlog.cRashika Kheria2014-02-171-0/+1
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-1/+1
* drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner2013-06-281-0/+21
* drbd: fix if(); found by kbuild test robotLars Ellenberg2013-03-281-1/+1