aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorFilesLines
2021-08-09block: move the bdi from the request_queue to the gendiskGravatar Christoph Hellwig 1-3/+2
2021-08-09block: pass a gendisk to blk_queue_update_readaheadGravatar Christoph Hellwig 1-1/+1
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-16/+6
2021-06-09drbd: remove unnecessary oom messageGravatar Zhen Lei 1-16/+6
2021-06-01drbd: convert to blk_alloc_disk/blk_cleanup_diskGravatar Christoph Hellwig 1-15/+8
2021-04-20drbd: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 2-0/+2
2021-04-06drbd: use DEFINE_SPINLOCK() for spinlockGravatar Guobin Huang 1-4/+1
2021-04-06block: drbd: drbd_nl: Demote half-complete kernel-doc headersGravatar Lee Jones 1-2/+2
2021-04-06block: drbd: drbd_receiver: Demote less than half complete kernel-doc headerGravatar Lee Jones 1-1/+1
2021-04-06block: drbd: drbd_main: Fix a bunch of function documentation discrepanciesGravatar Lee Jones 1-14/+15
2021-04-06block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicitGravatar Lee Jones 1-5/+8
2021-04-06block: drbd: drbd_main: Remove duplicate field initialisationGravatar Lee Jones 1-1/+0
2021-04-06block: drbd: drbd_receiver: Demote non-conformant kernel-doc headersGravatar Lee Jones 1-13/+11
2021-04-06block: drbd: drbd_state: Fix some function documentation issuesGravatar Lee Jones 1-3/+4
2021-04-06block: drbd: drbd_interval: Demote some kernel-doc abuses and fix another headerGravatar Lee Jones 1-3/+5
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSGravatar Christoph Hellwig 1-1/+1
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-12/+10
2021-01-31drbd: Avoid comma separated statementsGravatar Joe Perches 1-2/+4
2021-01-27drbd: remove drbd_req_make_private_bioGravatar Christoph Hellwig 3-14/+8
2021-01-27drbd: remove bio_alloc_drbdGravatar Christoph Hellwig 4-17/+2
2021-01-26drbd: remove unused argument from drbd_request_prepare and __drbd_make_requestGravatar Guoqing Jiang 3-10/+6
2021-01-24block: store a block_device pointer in struct bioGravatar Christoph Hellwig 2-3/+3
2020-12-01block: switch partition lookup to use struct block_deviceGravatar Christoph Hellwig 2-2/+2
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeGravatar Christoph Hellwig 2-2/+3
2020-11-16drbd: use set_capacity_and_notifyGravatar Christoph Hellwig 1-4/+2
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 7-52/+28
2020-10-05drbd: remove ->this_bdevGravatar Christoph Hellwig 7-33/+25
2020-10-02drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()Gravatar Coly Li 1-1/+1
2020-09-25drbd: don't set ->bd_containsGravatar Christoph Hellwig 1-2/+0
2020-09-25drbd: don't detour through bd_contains for the gendiskGravatar Christoph Hellwig 2-2/+2
2020-09-24block: lift setting the readahead size into the block layerGravatar Christoph Hellwig 1-9/+1
2020-09-24drbd: remove dead code in device_to_statisticsGravatar Christoph Hellwig 1-6/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 5-11/+11
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+1
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-4/+4
2020-07-20block: remove blk_queue_stack_limitsGravatar Christoph Hellwig 1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-3/+3
2020-07-16drbd: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-07-08writeback: remove bdi->congested_fnGravatar Christoph Hellwig 1-59/+0
2020-07-08drbd: remove a bogus bdi_rw_congested callGravatar Christoph Hellwig 1-1/+0
2020-07-05Replace HTTP links with HTTPS ones: DRBD driverGravatar Alexander A. Klimov 1-1/+1
2020-07-01block: rename generic_make_request to submit_bio_noacctGravatar Christoph Hellwig 5-7/+7
2020-07-01block: move ->make_request_fn to struct block_device_operationsGravatar Christoph Hellwig 3-6/+7
2020-07-01block: remove the request_queue argument from blk_queue_splitGravatar Christoph Hellwig 1-1/+1
2020-07-01drbd: stop using ->queuedataGravatar Christoph Hellwig 2-2/+1
2020-06-15drbd: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 2-5/+5
2020-06-15sched: Remove sched_set_*() return valueGravatar Peter Zijlstra 1-3/+1
2020-06-15sched,drbd: Convert to sched_set_fifo*()Gravatar Peter Zijlstra 1-2/+1