summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_bitmap.c
AgeCommit message (Expand)Author
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
2012-11-09drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars Ellenberg
2012-11-09drbd: fix potential deadlock during bitmap (re-)allocationLars Ellenberg
2012-11-09drbd: Write all pages of the bitmap after an online resizePhilipp Reisner
2012-11-08drbd: differentiate between normal and forced detachLars Ellenberg
2012-11-08drbd: fix access of unallocated pages and kernel panicLars Ellenberg
2012-11-08drbd: bm_page_async_io: properly initialize page->privateLars Ellenberg
2012-11-08drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg
2012-11-08drbd: fix memleak in error path in bm_rw and drbd_bm_write_rangeLars Ellenberg
2012-11-08drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner
2012-11-08drbd: drbd_bm_ALe_set_all(): Remove unused functionAndreas Gruenbacher
2012-11-08drbd: fix bitmap writeout after aborted resyncLars Ellenberg
2012-11-08drbd: Update some outdated comments to match the codeAndreas Gruenbacher
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner
2012-10-30drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars Ellenberg
2012-10-30drbd: fix potential deadlock during bitmap (re-)allocationLars Ellenberg
2012-08-16drbd: Write all pages of the bitmap after an online resizePhilipp Reisner
2012-07-24drbd: differentiate between normal and forced detachLars Ellenberg
2012-06-12drbd: fix access of unallocated pages and kernel panicLars Ellenberg
2012-05-09drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg
2012-05-09drbd: bm_page_async_io: properly initialize page->privateArne Redlich
2012-05-09drbd: use the newly introduced page pool for bitmap IOLars Ellenberg
2012-05-09drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg
2012-05-09drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner
2012-05-09drbd: change some GFP_KERNEL to GFP_NOIOLars Ellenberg
2012-05-09drbd: Bitmap IO functions can now return prematurely if the disk breaksPhilipp Reisner
2012-05-09drbd: Added a kref to bm_aio_ctxPhilipp Reisner
2012-03-20drbd: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20block: remove the second argument of k[un]map_atomic()Cong Wang
2011-10-14drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg
2011-10-14drbd: use the newly introduced page pool for bitmap IOLars Ellenberg
2011-10-14drbd: silence some log messages on bitmap IOLars Ellenberg