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