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