summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_nl.c
AgeCommit message (Expand)Author
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
2010-10-23drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accessesPhilipp Reisner
2010-10-23drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner
2010-10-22drbd: fix potential deadlock on detachLars Ellenberg
2010-10-22drbd: consolidate explicit drbd_md_sync into drbd_create_new_uuidLars Ellenberg
2010-10-14drbd: cleanup useless leftover warn/error printk'sLars Ellenberg
2010-10-14drbd: protocol compatibility for maximum packet sizesLars Ellenberg
2010-10-14drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner
2010-10-14drbd: drbd_md_sync before calling user space helpersLars Ellenberg
2010-10-14drbd: implicitly create unconfigured devices on sync-after dependenciesLars Ellenberg
2010-10-14drbd: fix race between deconfiguring and reconfiguring networkLars Ellenberg
2010-10-14drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner
2010-10-14drbd: Actually allow BIOs up to 128k (was 32k).Philipp Reisner
2010-10-14drbd: new configuration parameter c-min-rateLars Ellenberg
2010-10-14drbd: The new, smarter resync speed controllerPhilipp Reisner
2010-10-14drbd: New sync parameters for the smart resync rate controllerPhilipp Reisner
2010-10-14drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspendedPhilipp Reisner
2010-10-14drbd: Allow attach while IO is suspendedPhilipp Reisner
2010-10-14drbd: Ensure that the peer was not rebootet in the meantime before resending TLPhilipp Reisner
2010-10-14drbd: Delayed creation of current-UUIDPhilipp Reisner
2010-10-14drbd: Run the fence-peer helper asynchronouslyPhilipp Reisner