summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-09drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars 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-de...Lars Ellenberg1-4/+4
2012-10-30drbd: fix potential deadlock during bitmap (re-)allocationLars Ellenberg1-7/+9
2012-08-16drbd: Write all pages of the bitmap after an online resizePhilipp Reisner1-1/+14
2012-07-24drbd: differentiate between normal and forced detachLars Ellenberg1-2/+2
2012-06-12drbd: fix access of unallocated pages and kernel panicLars Ellenberg1-2/+9
2012-05-09drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg1-2/+1
2012-05-09drbd: bm_page_async_io: properly initialize page->privateArne Redlich1-1/+1
2012-05-09drbd: use the newly introduced page pool for bitmap IOLars Ellenberg1-5/+4
2012-05-09drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg1-5/+21
2012-05-09drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner1-2/+2
2012-05-09drbd: change some GFP_KERNEL to GFP_NOIOLars Ellenberg1-3/+3
2012-05-09drbd: Bitmap IO functions can now return prematurely if the disk breaksPhilipp Reisner1-10/+30
2012-05-09drbd: Added a kref to bm_aio_ctxPhilipp Reisner1-25/+59
2012-03-20drbd: remove the second argument of k[un]map_atomic()Cong Wang1-7/+7
2012-03-20block: remove the second argument of k[un]map_atomic()Cong Wang1-18/+18
2011-10-14drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg1-2/+1
2011-10-14drbd: use the newly introduced page pool for bitmap IOLars Ellenberg1-5/+4
2011-10-14drbd: silence some log messages on bitmap IOLars Ellenberg1-5/+9
2011-10-14drbd: allow to select specific bitmap pages for writeoutLars Ellenberg1-6/+43
2011-10-14drbd: use clear_bit_unlock() where appropriateLars Ellenberg1-2/+1
2011-09-28drbd: drbd_thread has now a pointer to a tconn instead of to a mdevPhilipp Reisner1-4/+4
2011-09-28drbd: Moved the thread name into the data structurePhilipp Reisner1-14/+6
2011-09-15drbd: Convert vmalloc/memset to vzallocJoe Perches1-3/+2
2011-08-29drbd: moved receiver, worker and asender from mdev to tconnPhilipp Reisner1-12/+12
2011-08-29drbd: Replace the ERR_IF macro with an assert-like macroAndreas Gruenbacher1-32/+59
2011-06-30drbd: account bitmap IO during resync as resync-(related-)-ioLars Ellenberg1-0/+3
2011-06-30drbd: don't cond_resched_lock with IRQs disabledLars Ellenberg1-1/+3
2011-06-30drbd: add missing spinlock to bitmap receiveLars Ellenberg1-15/+19
2011-05-24drbd: Fix spellingBart Van Assche1-3/+3
2011-03-28drbd: fix up merge errorLinus Torvalds1-8/+6
2011-03-17drbd: need include for bitops functions declarationsStephen Rothwell1-0/+3
2011-03-10drbd: describe bitmap locking for bulk operation in finer detailLars Ellenberg1-28/+20
2011-03-10drbd: fix potential access of on-stack wait_queue_head_t after returnLars Ellenberg1-16/+22
2011-03-10drbd: be less noisy with some log messagesLars Ellenberg1-3/+4
2011-03-10drbd: Removed a reference to debug macros removed long time agoLars Ellenberg1-3/+2
2011-03-10drbd: get rid of unused debug codeLars Ellenberg1-30/+9
2011-03-10drbd: allow petabyte storage on 64bit archLars Ellenberg1-64/+106