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