summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
* drbd: stop including <asm-generic/kmap_types.h>Christoph Hellwig2015-10-151-1/+1
* block: kill merge_bvec_fn() completelyKent Overstreet2015-08-133-37/+0Star
* 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/+30Star
* 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-051-9/+1Star
|\
| * make simple_positive() publicAl Viro2015-06-241-9/+1Star
* | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-262-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-271-4/+4
|\
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-4/+4
* | block, drbd: use mempool_create_slab_pool()David Rientjes2015-03-251-4/+3Star
* | block, drbd: fix drbd_req_new() initializationDavid Rientjes2015-03-251-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/+93Star
|\
| * drbd: use generic io stats accounting functions to simplify io stat accountingGu Zheng2014-11-241-18/+4Star
| * drbd: Remove an useless copy of kernel_setsockopt()Philipp Reisner2014-11-101-25/+4Star
| * 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
| * drbd: fix race between role change and handshakePhilipp Reisner2014-11-103-8/+40
| * drbd: Only use drbd_msg_put_info() in drbd_nl.cAndreas Gruenbacher2014-11-103-16/+4Star
| * drbd: Minor cleanupsAndreas Gruenbacher2014-11-104-44/+34Star
* | kill f_dentry usesAl Viro2014-11-191-3/+3
|/
* drbd: use RB_DECLARE_CALLBACKS() to define augment callbacksLai Jiangshan2014-09-181-34/+2Star
* drbd: compute the end before rb_insert_augmented()Lai Jiangshan2014-09-181-0/+4
* drbd: Add missing newline in resync progress display in /proc/drbdPhilipp Reisner2014-09-111-1/+3
* drbd: reduce lock contention in drbd_workerLars Ellenberg2014-09-111-6/+4Star
* drbd: Improve asender performanceLars Ellenberg2014-09-112-10/+7Star
* drbd: Get rid of the WORK_PENDING macroAndreas Gruenbacher2014-09-111-8/+7Star
* drbd: Get rid of the __no_warn and __cond_lock macrosAndreas Gruenbacher2014-09-112-8/+12
* drbd: Avoid inconsistent locking warningAndreas Gruenbacher2014-09-111-1/+1
* drbd: Remove superfluous newline from "resync_extents" debugfs entry.Philipp Marek2014-09-111-1/+1
* drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher2014-09-114-9/+9
* drbd: Use better variable namesAndreas Gruenbacher2014-09-114-49/+49
* Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-08-1415-1198/+2674
|\
| * drbd: silence underflow warning in read_in_block()Dan Carpenter2014-07-101-1/+1
| * drbd: implicitly truncate cpu-maskLars Ellenberg2014-07-101-0/+14
| * drbd: drop spurious parameters from _drbd_md_sync_page_ioLars Ellenberg2014-07-101-7/+5Star
| * drbd: resync should only lock out specific rangesLars Ellenberg2014-07-102-53/+98
| * drbd: debugfs: add per device data_gen_idLars Ellenberg2014-07-101-0/+22
| * drbd: debugfs: add per connection oldest requestsLars Ellenberg2014-07-101-0/+7
| * drbd: debugfs: add version tag to debugfs filesLars Ellenberg2014-07-101-0/+52
| * drbd: debugfs: add per volume oldest_requestsLars Ellenberg2014-07-101-5/+148
| * drbd: debugfs: add callback_historyLars Ellenberg2014-07-104-3/+144
| * drbd: debugfs: Add in_flight_summaryLars Ellenberg2014-07-104-20/+255
| * drbd: debugfs: deal with destructor racing with open of debugfs fileLars Ellenberg2014-07-101-4/+54
| * drbd: debugfs: add in_flight_summary dataLars Ellenberg2014-07-101-0/+196