summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorLines
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+1
2021-11-04drbd: Fix double free problem in drbd_create_deviceWu Bo-3/+1
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+1
2021-10-18drbd: use bdev_nr_sectors instead of open coding itChristoph Hellwig-2/+1
2021-10-18drbd: add error handling support for add_disk()Luis Chamberlain-1/+5
2021-10-18block: switch polling to be bio basedChristoph Hellwig-3/+2
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig-3/+2
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig-1/+1
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds-16/+6
2021-06-09drbd: remove unnecessary oom messageZhen Lei-16/+6
2021-06-01drbd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig-15/+8
2021-04-20drbd: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+2
2021-04-06drbd: use DEFINE_SPINLOCK() for spinlockGuobin Huang-4/+1
2021-04-06block: drbd: drbd_nl: Demote half-complete kernel-doc headersLee Jones-2/+2
2021-04-06block: drbd: drbd_receiver: Demote less than half complete kernel-doc headerLee Jones-1/+1
2021-04-06block: drbd: drbd_main: Fix a bunch of function documentation discrepanciesLee Jones-14/+15
2021-04-06block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicitLee Jones-5/+8
2021-04-06block: drbd: drbd_main: Remove duplicate field initialisationLee Jones-1/+0
2021-04-06block: drbd: drbd_receiver: Demote non-conformant kernel-doc headersLee Jones-13/+11
2021-04-06block: drbd: drbd_state: Fix some function documentation issuesLee Jones-3/+4
2021-04-06block: drbd: drbd_interval: Demote some kernel-doc abuses and fix another headerLee Jones-3/+5
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig-1/+1
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds-12/+10
2021-01-31drbd: Avoid comma separated statementsJoe Perches-2/+4
2021-01-27drbd: remove drbd_req_make_private_bioChristoph Hellwig-14/+8
2021-01-27drbd: remove bio_alloc_drbdChristoph Hellwig-17/+2
2021-01-26drbd: remove unused argument from drbd_request_prepare and __drbd_make_requestGuoqing Jiang-10/+6
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig-3/+3
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig-2/+2
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig-2/+3
2020-11-16drbd: use set_capacity_and_notifyChristoph Hellwig-4/+2
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds-52/+28
2020-10-05drbd: remove ->this_bdevChristoph Hellwig-33/+25
2020-10-02drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()Coly Li-1/+1
2020-09-25drbd: don't set ->bd_containsChristoph Hellwig-2/+0
2020-09-25drbd: don't detour through bd_contains for the gendiskChristoph Hellwig-2/+2
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig-9/+1
2020-09-24drbd: remove dead code in device_to_statisticsChristoph Hellwig-6/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-11/+11
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+1
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+4
2020-07-20block: remove blk_queue_stack_limitsChristoph Hellwig-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-3/+3
2020-07-16drbd: Remove uninitialized_var() usageKees Cook-1/+1
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig-59/+0
2020-07-08drbd: remove a bogus bdi_rw_congested callChristoph Hellwig-1/+0
2020-07-05Replace HTTP links with HTTPS ones: DRBD driverAlexander A. Klimov-1/+1
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig-7/+7