summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-3/+1
|\
| * drbd: Fix double free problem in drbd_create_deviceWu Bo2021-11-041-3/+1
* | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-2/+1
|\ \ | |/ |/|
| * drbd: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-181-2/+1
* | drbd: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+5
|/
* block: switch polling to be bio basedChristoph Hellwig2021-10-182-3/+2
* block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-091-3/+2
* block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig2021-08-091-1/+1
* Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-16/+6
|\
| * drbd: remove unnecessary oom messageZhen Lei2021-06-091-16/+6
* | drbd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-15/+8
|/
* drbd: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-202-0/+2
* drbd: use DEFINE_SPINLOCK() for spinlockGuobin Huang2021-04-061-4/+1
* block: drbd: drbd_nl: Demote half-complete kernel-doc headersLee Jones2021-04-061-2/+2
* block: drbd: drbd_receiver: Demote less than half complete kernel-doc headerLee Jones2021-04-061-1/+1
* block: drbd: drbd_main: Fix a bunch of function documentation discrepanciesLee Jones2021-04-061-14/+15
* block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicitLee Jones2021-04-061-5/+8
* block: drbd: drbd_main: Remove duplicate field initialisationLee Jones2021-04-061-1/+0
* block: drbd: drbd_receiver: Demote non-conformant kernel-doc headersLee Jones2021-04-061-13/+11
* block: drbd: drbd_state: Fix some function documentation issuesLee Jones2021-04-061-3/+4
* block: drbd: drbd_interval: Demote some kernel-doc abuses and fix another headerLee Jones2021-04-061-3/+5
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
* Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-214-12/+10
|\
| * drbd: Avoid comma separated statementsJoe Perches2021-01-311-2/+4
| * drbd: remove unused argument from drbd_request_prepare and __drbd_make_requestGuoqing Jiang2021-01-263-10/+6
* | drbd: remove drbd_req_make_private_bioChristoph Hellwig2021-01-273-14/+8
* | drbd: remove bio_alloc_drbdChristoph Hellwig2021-01-274-17/+2
|/
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-242-3/+3
* block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-012-2/+2
* block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-012-2/+3
* drbd: use set_capacity_and_notifyChristoph Hellwig2020-11-161-4/+2
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-137-52/+28
|\
| * drbd: remove ->this_bdevChristoph Hellwig2020-10-057-33/+25
| * drbd: don't set ->bd_containsChristoph Hellwig2020-09-251-2/+0
| * drbd: don't detour through bd_contains for the gendiskChristoph Hellwig2020-09-252-2/+2
| * block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-241-9/+1
| * drbd: remove dead code in device_to_statisticsChristoph Hellwig2020-09-241-6/+0
* | drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()Coly Li2020-10-021-1/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-235-11/+11
* Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-4/+1
|\
| * sched: Remove sched_set_*() return valuePeter Zijlstra2020-06-151-3/+1
| * sched,drbd: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-2/+1
* | Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-2/+2
|\ \
| * | block: remove blk_queue_stack_limitsChristoph Hellwig2020-07-201-2/+2
* | | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-1/+1
|\ \ \
| * | | Replace HTTP links with HTTPS ones: DRBD driverAlexander A. Klimov2020-07-051-1/+1
| | |/ | |/|
* | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-042-4/+4
|\ \ \ | |_|/ |/| |
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-3/+3
| * | drbd: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | | writeback: remove bdi->congested_fnChristoph Hellwig2020-07-081-59/+0