summaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)Author
2023-05-17drbd: correctly submit flush bio on barrierChristoph Böhmwalder
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe
2022-12-31drbd: destroy workqueue when drbd device was freedWang ShaoBo
2022-12-31drbd: remove call to memset before free device/resource/connectionWang ShaoBo
2022-11-26drbd: use after free in drbd_create_device()Dan Carpenter
2022-07-12drbd: fix an invalid memory access caused by incorrect use of list iteratorXiaomeng Tong
2022-07-12drbd: Fix double free problem in drbd_create_deviceWu Bo
2022-07-12drbd: add error handling support for add_disk()Luis Chamberlain
2022-06-09drbd: fix duplicate array initializerArnd Bergmann
2022-05-25drbd: remove usage of list iterator variable after loopJakob Koschel
2022-04-20drbd: set QUEUE_FLAG_STABLE_WRITESChristoph Böhmwalder
2022-04-13drbd: Fix five use after free bugs in get_initial_stateLv Yunlong
2022-04-08drbd: fix potential silent data corruptionLars Ellenberg
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