summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-10drbd: bitmap keep track of changes vs on-disk bitmapLars Ellenberg1-102/+307
2011-03-10drbd: store in-core bitmap little endian, regardless of architectureLars Ellenberg1-82/+84
2011-03-10drbd: bitmap: don't count unused bits (fix non-terminating resync)Lars Ellenberg1-3/+22
2011-03-10drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher1-2/+2
2011-03-10drbd: Get rid of unnecessary macros (2)Andreas Gruenbacher1-2/+2
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2010-10-14drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner1-1/+1
2010-05-18drbd: Fixed bitmap in case of online-grow without resyncPhilipp Reisner1-4/+1
2010-05-18drbd: Added some missing staticsPhilipp Reisner1-4/+4
2010-05-18drbd: Make sure to resync all of the new storage upon online resizePhilipp Reisner1-0/+6
2010-05-18drbd: Implemented the set_new_bits parameter for drbd_bm_resize()Philipp Reisner1-3/+7
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-5/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-11block: drbd: Convert semaphore to mutexThomas Gleixner1-5/+5
2009-10-01The DRBD driverPhilipp Reisner1-0/+1327