aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_bitmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei1-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-3/+3
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-1/+1
2017-01-14locking/atomic, kref: Add KREF_INIT()Peter Zijlstra1-1/+1
2016-06-13drbd: al_write_transaction: skip re-scanning of bitmap page pointer arrayLars Ellenberg1-15/+51
2016-06-13drbd: finally report ms, not jiffies, in log messageLars Ellenberg1-4/+8
2016-06-13drbd: code cleanups without semantic changesFabian Frederick1-3/+3
2016-06-07drbd: use bio op accessorsMike Christie1-3/+3
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-2/+2
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-19/+7
2015-11-25drbd: use bitmap_weight() helper, don't open codeLars Ellenberg1-8/+8
2015-11-25drbd: avoid redefinition of BITS_PER_PAGELars Ellenberg1-0/+6
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-10-15drbd: stop including <asm-generic/kmap_types.h>Christoph Hellwig1-1/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-14/+5
2014-09-11drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher1-3/+3
2014-07-10drbd: track details of bitmap IOLars Ellenberg1-36/+34
2014-07-10drbd: drop drbd_md_flushLars Ellenberg1-3/+1
2014-07-10drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)Lars Ellenberg1-5/+6
2014-07-10drbd: get rid of atomic update on disk bitmap worksLars Ellenberg1-55/+10
2014-07-10drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner1-1/+3
2014-02-17drbd: Kill drbd_task_to_thread_name()Andreas Gruenbacher1-8/+8
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher1-1/+1
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher1-29/+29
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher1-4/+4
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher1-4/+4
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher1-147/+147
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher1-43/+43
2014-02-17drivers: block: Remove unused function drbd_bm_write_lazy() in drbd_bitmap.cRashika Kheria1-10/+0
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches1-1/+1
2013-03-22drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg1-1/+12
2012-11-09drbd: use copy_highpageAkinobu Mita1-7/+1
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner1-99/+120
2012-11-09drbd: wait for meta data IO completion even with failed disk, unless force-detachedLars Ellenberg1-4/+4
2012-11-09drbd: fix potential deadlock during bitmap (re-)allocationLars Ellenberg1-7/+9
2012-11-09drbd: Write all pages of the bitmap after an online resizePhilipp Reisner1-1/+15
2012-11-08drbd: differentiate between normal and forced detachLars Ellenberg1-2/+2
2012-11-08drbd: fix access of unallocated pages and kernel panicLars Ellenberg1-2/+9
2012-11-08drbd: bm_page_async_io: properly initialize page->privateLars Ellenberg1-1/+1
2012-11-08drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg1-0/+16
2012-11-08drbd: fix memleak in error path in bm_rw and drbd_bm_write_rangeLars Ellenberg1-6/+4
2012-11-08drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner1-2/+2
2012-11-08drbd: drbd_bm_ALe_set_all(): Remove unused functionAndreas Gruenbacher1-46/+0
2012-11-08drbd: fix bitmap writeout after aborted resyncLars Ellenberg1-1/+9
2012-11-08drbd: Update some outdated comments to match the codeAndreas Gruenbacher1-2/+2
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner1-30/+85
2012-10-30drbd: wait for meta data IO completion even with failed disk, unless force-detachedLars Ellenberg1-4/+4