summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_bitmap.c
AgeCommit message (Expand)AuthorLines
2023-05-31drbd: use __bio_add_page to add page to bioJohannes Thumshirn-3/+1
2023-04-01drbd: Add peer device parameter to whole-bitmap I/O handlersAndreas Gruenbacher-4/+9
2022-12-01drbd: add context parameter to expect() macroChristoph Böhmwalder-27/+27
2022-12-01drbd: introduce drbd_ratelimit()Christoph Böhmwalder-3/+3
2022-11-22drbd: use consistent licenseChristoph Böhmwalder-1/+1
2022-08-02drbd: bm_page_async_io: fix spurious bitmap "IO error" on large volumesLars Ellenberg-7/+42
2022-07-14block/drbd: Use the enum req_op and blk_opf_t typesBart Van Assche-1/+1
2022-04-17drbd: Make use of PFN_UP helper macroCai Huoqing-1/+1
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig-4/+3
2021-01-27drbd: remove bio_alloc_drbdChristoph Hellwig-1/+1
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig-3/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner-13/+1
2018-05-30drbd: convert to bioset_init()/mempool_init()Kent Overstreet-2/+2
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig-1/+2
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig-3/+3
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko-1/+1
2017-01-14locking/atomic, kref: Add KREF_INIT()Peter Zijlstra-1/+1
2016-06-13drbd: al_write_transaction: skip re-scanning of bitmap page pointer arrayLars Ellenberg-15/+51
2016-06-13drbd: finally report ms, not jiffies, in log messageLars Ellenberg-4/+8
2016-06-13drbd: code cleanups without semantic changesFabian Frederick-3/+3
2016-06-07drbd: use bio op accessorsMike Christie-3/+3
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie-2/+2
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa-19/+7
2015-11-25drbd: use bitmap_weight() helper, don't open codeLars Ellenberg-8/+8
2015-11-25drbd: avoid redefinition of BITS_PER_PAGELars Ellenberg-0/+6
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman-1/+1
2015-10-15drbd: stop including <asm-generic/kmap_types.h>Christoph Hellwig-1/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig-14/+5
2014-09-11drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher-3/+3
2014-07-10drbd: track details of bitmap IOLars Ellenberg-36/+34
2014-07-10drbd: drop drbd_md_flushLars Ellenberg-3/+1
2014-07-10drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)Lars Ellenberg-5/+6
2014-07-10drbd: get rid of atomic update on disk bitmap worksLars Ellenberg-55/+10
2014-07-10drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner-1/+3
2014-02-17drbd: Kill drbd_task_to_thread_name()Andreas Gruenbacher-8/+8
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher-1/+1
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher-29/+29
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher-4/+4
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher-4/+4
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher-147/+147
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher-43/+43
2014-02-17drivers: block: Remove unused function drbd_bm_write_lazy() in drbd_bitmap.cRashika Kheria-10/+0
2013-11-23block: Abstract out bvec iteratorKent Overstreet-1/+1
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches-1/+1
2013-03-22drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg-1/+12
2012-11-09drbd: use copy_highpageAkinobu Mita-7/+1
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner-99/+120