summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_nl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-05-301-10/+38
|\
| * drbd: fix race between drbdadm invalidate/verify and finishing resyncLars Ellenberg2012-05-091-0/+6
| * drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner2012-05-091-1/+1
| * drbd: send intermediate state change results to the peerLars Ellenberg2012-05-091-1/+1
| * drbd: fix spurious meta data IO "error"Lars Ellenberg2012-05-091-0/+2
| * drbd: drbd_nl_resize(): Fix missing put_ldev() on error pathAndreas Gruenbacher2012-05-091-1/+5
| * drbd: Force flag for the detach operationPhilipp Reisner2012-05-091-0/+15
| * drbd: Improve compatibility with drbd's older than 8.3.7Philipp Reisner2012-05-091-3/+4
| * drbd: spelling fix: too smallLars Ellenberg2012-05-091-4/+4
* | connector/userns: replace netlink uses of cap_raised() with capable()Eric W. Biederman2012-05-101-1/+1
|/
* usermodehelper: use UMH_WAIT_PROC consistentlyOleg Nesterov2012-03-231-1/+1
* block: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* Merge branch 'master' into for-nextJiri Kosina2011-09-151-2/+2
|\
| * drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parseH Hartley Sweeten2011-08-021-2/+2
* | drbd: Use angle brackets for system includesJoe Perches2011-09-151-2/+2
|/
* drbd: fix warningPhilipp Reisner2011-05-241-1/+1
* drbd: Fix spellingBart Van Assche2011-05-241-3/+3
* drbd: fix schedule in atomicLars Ellenberg2011-05-241-3/+11
* drbd: Take a more conservative approach when deciding max_bio_sizePhilipp Reisner2011-05-241-28/+68
* drbd: Fixed state transitions after async outdate-peer-handler returnedPhilipp Reisner2011-05-241-1/+14
* Merge branch 'for-2.6.39/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-271-59/+124
|\
| * drbd: serialize admin requests for new verify run with pending bitmap ioLars Ellenberg2011-03-101-0/+5
| * drbd: describe bitmap locking for bulk operation in finer detailLars Ellenberg2011-03-101-6/+13
| * drbd: log UUIDs whenever they changeLars Ellenberg2011-03-101-0/+1
| * drbd: Provide hints with the error message when clearing the sync pause flagPhilipp Reisner2011-03-101-2/+10
| * drbd: serialize admin requests for new resync with pending bitmap ioLars Ellenberg2011-03-101-1/+8
| * drbd: cleaned up __set_current_state() followed by schedule_timeout() callsPhilipp Reisner2011-03-101-2/+1
| * drbd: allow petabyte storage on 64bit archLars Ellenberg2011-03-101-3/+5
| * drbd: bitmap keep track of changes vs on-disk bitmapLars Ellenberg2011-03-101-5/+6
| * drbd: Fix: drbd_bitmap_io does not return an enum determine_dev_sizeAndreas Gruenbacher2011-03-101-1/+7
| * drbd: drbd_nl_disk_conf: Avoid a compiler warningAndreas Gruenbacher2011-03-101-3/+4
| * drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher2011-03-101-2/+2
| * drbd: Be more explicit about functions that return an enum drbd_state_rvAndreas Gruenbacher2011-03-101-14/+15
| * drbd: Rename enum drbd_ret_codes to enum drbd_ret_codeAndreas Gruenbacher2011-03-101-2/+2
| * drbd: --force option for disconnectPhilipp Reisner2011-03-101-0/+15
| * drbd: add packet_type 27 (return_code_only) to netlink apiLars Ellenberg2011-03-101-2/+4
| * drbd: use kzalloc and memset(,0,) to start with clean buffers in drbd_nlLars Ellenberg2011-03-101-2/+3
| * drbd: New configuration parameters for dealing with network congestionPhilipp Reisner2011-03-101-0/+7
| * drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg2011-03-101-14/+13
| * drbd: debug: limit nelink-broadcast of request on digest mismatch to 32kLars Ellenberg2011-03-101-2/+5
* | netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy2011-03-031-1/+1
|/
* Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-271-67/+36
|\
| * block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-6/+6
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-67/+36
* | drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accessesPhilipp Reisner2010-10-231-2/+2
* | drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner2010-10-231-2/+2
* | drbd: fix potential deadlock on detachLars Ellenberg2010-10-221-1/+15
* | drbd: consolidate explicit drbd_md_sync into drbd_create_new_uuidLars Ellenberg2010-10-221-1/+0
|/
* drbd: cleanup useless leftover warn/error printk'sLars Ellenberg2010-10-141-3/+0
* drbd: protocol compatibility for maximum packet sizesLars Ellenberg2010-10-141-3/+15