summaryrefslogtreecommitdiff
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
* drbd: use resource name in workqueueLars Ellenberg2015-11-252-3/+6
* drbd: debugfs: expose ed_data_gen_idLars Ellenberg2015-11-252-0/+11
* drbd: prevent NULL pointer deref when resuming diskless primaryLars Ellenberg2015-11-251-1/+24
* drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner2015-11-257-115/+141
* drbd: Rename asender to ack_receiverPhilipp Reisner2015-11-253-11/+11
* drbd: fix refcount error during detach of an already failed diskLars Ellenberg2015-11-251-3/+7
* drbd: fix NULL deref in remember_new_stateLars Ellenberg2015-11-251-32/+14
* drbd: improve network timeout detectionLars Ellenberg2015-11-253-27/+100
* drbd: drbd_panic_after_delayed_completion_of_aborted_request()Lars Ellenberg2015-11-251-1/+7
* drbd: add comment why we want to first call local-io-error, then send stateLars Ellenberg2015-11-251-0/+4
* drbd: also bump UUIDs if a diskless primary connectsLars Ellenberg2015-11-251-1/+1
* drbd: drbdsetup detach of an unresponsive local disk should not block IO "for...Lars Ellenberg2015-11-251-1/+1
* drbd: Fix spurious disk-timeoutLars Ellenberg2015-11-251-1/+1
* drbd: Replace 0 with the more meaningful GFP_NOWAITPhilipp Reisner2015-11-251-6/+6
* drbd: Deletion of an unnecessary check before the function call "lc_destroy"Markus Elfring2015-11-251-2/+1
* drbd: Backport the "status" commandAndreas Gruenbacher2015-11-251-79/+487
* drbd: Backport the "events2" commandAndreas Gruenbacher2015-11-255-12/+1151
* drbd: Fix locking across all resourcesAndreas Gruenbacher2015-11-256-93/+99
* drbd: drbd_adm_attach(): Add missing drbd_resync_after_changed()Andreas Gruenbacher2015-11-251-12/+16
* drbd: Move enum write_ordering_e to drbd.hAndreas Gruenbacher2015-11-255-26/+20
* drbd: Get rid of some first_peer_device() callsAndreas Gruenbacher2015-11-251-4/+4
* drbd: De-inline drbd_should_do_remote() and drbd_should_send_out_of_sync()Andreas Gruenbacher2015-11-252-16/+19
* drbd: Remove pointless checkPhilipp Reisner2015-11-251-1/+1
* Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-102-2/+3
|\
| * block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-072-2/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-072-2/+3
|\ \
| * | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
| * | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+2
| |/
* | drbd: stop including <asm-generic/kmap_types.h>Christoph Hellwig2015-10-151-1/+1
|/
* block: kill merge_bvec_fn() completelyKent Overstreet2015-08-133-37/+0
* block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-131-0/+2
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-295-58/+30
* block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-171-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-9/+1
|\
| * make simple_positive() publicAl Viro2015-06-231-9/+1
* | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-252-5/+6
|\ \
| * | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
| * | writeback: move backing_dev_info->state into bdi_writebackTejun Heo2015-06-021-5/+5
| |/
* | net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-4/+4
|\
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-4/+4
* | block, drbd: use mempool_create_slab_pool()David Rientjes2015-03-241-4/+3
* | block, drbd: fix drbd_req_new() initializationDavid Rientjes2015-03-241-1/+2
|/
* block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen2015-01-211-1/+1
* Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-139-115/+93
|\
| * drbd: use generic io stats accounting functions to simplify io stat accountingGu Zheng2014-11-241-18/+4
| * drbd: Remove an useless copy of kernel_setsockopt()Philipp Reisner2014-11-101-25/+4
| * drbd: Fix state change in case of connection timeoutPhilipp Reisner2014-11-101-1/+1
| * drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg2014-11-101-0/+1
| * drbd: fix resync throttling initializationLars Ellenberg2014-11-103-3/+5