summaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)Author
2022-04-06drbd: set QUEUE_FLAG_STABLE_WRITESChristoph Böhmwalder
2022-04-06drbd: fix an invalid memory access caused by incorrect use of list iteratorXiaomeng Tong
2022-04-06drbd: Fix five use after free bugs in get_initial_stateLv Yunlong
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-31drbd: remove check of list iterator against head past the loop bodyJakob Koschel
2022-03-31drbd: remove usage of list iterator variable after loopJakob Koschel
2022-03-30drbd: fix potential silent data corruptionLars Ellenberg
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown
2022-03-04drbd: use bvec_kmap_local in recv_dless_readChristoph Hellwig
2022-03-04drbd: use bvec_kmap_local in drbd_csum_bioChristoph Hellwig
2022-02-22scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig
2022-02-04drbd: set ->bi_bdev in drbd_req_newChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig
2022-02-02drbd: bio_alloc can't fail if it is allow to sleepChristoph Hellwig
2022-02-02block: remove genhd.hChristoph Hellwig
2021-12-13drbd: Use struct_group() to zero algsKees Cook
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
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