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