summaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorFilesLines
2022-04-06drbd: set QUEUE_FLAG_STABLE_WRITESChristoph Böhmwalder1-0/+1
2022-04-06drbd: fix an invalid memory access caused by incorrect use of list iteratorXiaomeng Tong1-4/+2
2022-04-06drbd: Fix five use after free bugs in get_initial_stateLv Yunlong4-33/+42
2022-04-02Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-18/+34
2022-04-01drbd: remove check of list iterator against head past the loop bodyJakob Koschel1-15/+27
2022-04-01drbd: remove usage of list iterator variable after loopJakob Koschel1-2/+5
2022-03-30drbd: fix potential silent data corruptionLars Ellenberg1-1/+2
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-143/+13
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-5/+1
2022-03-23remove bdi_congested() and wb_congested() and related functionsNeilBrown2-5/+1
2022-03-04drbd: use bvec_kmap_local in recv_dless_readChristoph Hellwig1-2/+2
2022-03-04drbd: use bvec_kmap_local in drbd_csum_bioChristoph Hellwig1-3/+3
2022-02-23scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig5-143/+13
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig2-4/+4
2022-02-04drbd: set ->bi_bdev in drbd_req_newChristoph Hellwig1-2/+1
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-6/+4
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2-7/+5
2022-02-02drbd: bio_alloc can't fail if it is allow to sleepChristoph Hellwig1-18/+4
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2021-12-14drbd: Use struct_group() to zero algsKees Cook3-4/+8
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-0/+1
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2021-11-04drbd: Fix double free problem in drbd_create_deviceWu Bo1-3/+1
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2021-10-18drbd: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-2/+1
2021-10-18drbd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18block: switch polling to be bio basedChristoph Hellwig2-3/+2
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig1-3/+2
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig1-1/+1
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+6
2021-06-09drbd: remove unnecessary oom messageZhen Lei1-16/+6
2021-06-01drbd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-15/+8
2021-04-21drbd: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-04-06drbd: use DEFINE_SPINLOCK() for spinlockGuobin Huang1-4/+1
2021-04-06block: drbd: drbd_nl: Demote half-complete kernel-doc headersLee Jones1-2/+2
2021-04-06block: drbd: drbd_receiver: Demote less than half complete kernel-doc headerLee Jones1-1/+1
2021-04-06block: drbd: drbd_main: Fix a bunch of function documentation discrepanciesLee Jones1-14/+15
2021-04-06block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicitLee Jones1-5/+8
2021-04-06block: drbd: drbd_main: Remove duplicate field initialisationLee Jones1-1/+0
2021-04-06block: drbd: drbd_receiver: Demote non-conformant kernel-doc headersLee Jones1-13/+11
2021-04-06block: drbd: drbd_state: Fix some function documentation issuesLee Jones1-3/+4
2021-04-06block: drbd: drbd_interval: Demote some kernel-doc abuses and fix another headerLee Jones1-3/+5
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds4-12/+10
2021-01-31drbd: Avoid comma separated statementsJoe Perches1-2/+4
2021-01-27drbd: remove drbd_req_make_private_bioChristoph Hellwig3-14/+8
2021-01-27drbd: remove bio_alloc_drbdChristoph Hellwig4-17/+2
2021-01-26drbd: remove unused argument from drbd_request_prepare and __drbd_make_requestGuoqing Jiang3-10/+6
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig2-3/+3
2020-12-02block: switch partition lookup to use struct block_deviceChristoph Hellwig2-2/+2