aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_nl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-16drbd: Write all pages of the bitmap after an online resizePhilipp Reisner1-2/+2
2012-07-24drbd: fix max_bio_size to be unsignedLars Ellenberg1-6/+7
2012-07-24drbd: flush drbd work queue before invalidate/invalidate remoteLars Ellenberg1-2/+6
2012-07-24drbd: do not reset rs_pending_cnt too earlyLars Ellenberg1-0/+5
2012-07-24drbd: report congestion if we are waiting for some userland callbackLars Ellenberg1-0/+6
2012-07-24drbd: differentiate between normal and forced detachLars Ellenberg1-0/+4
2012-05-30Merge branch 'for-3.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+38
2012-05-10connector/userns: replace netlink uses of cap_raised() with capable()Eric W. Biederman1-1/+1
2012-05-09drbd: fix race between drbdadm invalidate/verify and finishing resyncLars Ellenberg1-0/+6
2012-05-09drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner1-1/+1
2012-05-09drbd: send intermediate state change results to the peerLars Ellenberg1-1/+1
2012-05-09drbd: fix spurious meta data IO "error"Lars Ellenberg1-0/+2
2012-05-09drbd: drbd_nl_resize(): Fix missing put_ldev() on error pathAndreas Gruenbacher1-1/+5
2012-05-09drbd: Force flag for the detach operationPhilipp Reisner1-0/+15
2012-05-09drbd: Improve compatibility with drbd's older than 8.3.7Philipp Reisner1-3/+4
2012-05-09drbd: spelling fix: too smallLars Ellenberg1-4/+4
2012-03-23usermodehelper: use UMH_WAIT_PROC consistentlyOleg Nesterov1-1/+1
2012-03-20block: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-2/+2
2011-09-15drbd: Use angle brackets for system includesJoe Perches1-2/+2
2011-08-02drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parseH Hartley Sweeten1-2/+2
2011-05-24drbd: fix warningPhilipp Reisner1-1/+1
2011-05-24drbd: Fix spellingBart Van Assche1-3/+3
2011-05-24drbd: fix schedule in atomicLars Ellenberg1-3/+11
2011-05-24drbd: Take a more conservative approach when deciding max_bio_sizePhilipp Reisner1-28/+68
2011-05-24drbd: Fixed state transitions after async outdate-peer-handler returnedPhilipp Reisner1-1/+14
2011-03-27Merge branch 'for-2.6.39/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-59/+124
2011-03-10drbd: serialize admin requests for new verify run with pending bitmap ioLars Ellenberg1-0/+5
2011-03-10drbd: describe bitmap locking for bulk operation in finer detailLars Ellenberg1-6/+13
2011-03-10drbd: log UUIDs whenever they changeLars Ellenberg1-0/+1
2011-03-10drbd: Provide hints with the error message when clearing the sync pause flagPhilipp Reisner1-2/+10
2011-03-10drbd: serialize admin requests for new resync with pending bitmap ioLars Ellenberg1-1/+8
2011-03-10drbd: cleaned up __set_current_state() followed by schedule_timeout() callsPhilipp Reisner1-2/+1
2011-03-10drbd: allow petabyte storage on 64bit archLars Ellenberg1-3/+5
2011-03-10drbd: bitmap keep track of changes vs on-disk bitmapLars Ellenberg1-5/+6
2011-03-10drbd: Fix: drbd_bitmap_io does not return an enum determine_dev_sizeAndreas Gruenbacher1-1/+7
2011-03-10drbd: drbd_nl_disk_conf: Avoid a compiler warningAndreas Gruenbacher1-3/+4
2011-03-10drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher1-2/+2
2011-03-10drbd: Be more explicit about functions that return an enum drbd_state_rvAndreas Gruenbacher1-14/+15
2011-03-10drbd: Rename enum drbd_ret_codes to enum drbd_ret_codeAndreas Gruenbacher1-2/+2
2011-03-10drbd: --force option for disconnectPhilipp Reisner1-0/+15
2011-03-10drbd: add packet_type 27 (return_code_only) to netlink apiLars Ellenberg1-2/+4
2011-03-10drbd: use kzalloc and memset(,0,) to start with clean buffers in drbd_nlLars Ellenberg1-2/+3
2011-03-10drbd: New configuration parameters for dealing with network congestionPhilipp Reisner1-0/+7
2011-03-10drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg1-14/+13
2011-03-10drbd: debug: limit nelink-broadcast of request on digest mismatch to 32kLars Ellenberg1-2/+5
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy1-1/+1
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/coreJens Axboe1-67/+36
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-6/+6
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-67/+36