summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd (follow)
Commit message (Expand)AuthorAgeFilesLines
* drbd: set QUEUE_FLAG_STABLE_WRITESChristoph Böhmwalder2022-04-061-0/+1
* drbd: fix an invalid memory access caused by incorrect use of list iteratorXiaomeng Tong2022-04-061-4/+2
* drbd: Fix five use after free bugs in get_initial_stateLv Yunlong2022-04-064-33/+42
* Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-022-18/+34
|\
| * drbd: remove check of list iterator against head past the loop bodyJakob Koschel2022-04-011-15/+27
| * drbd: remove usage of list iterator variable after loopJakob Koschel2022-04-011-2/+5
| * drbd: fix potential silent data corruptionLars Ellenberg2022-03-301-1/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-255-143/+13
|\ \
| * | scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig2022-02-235-143/+13
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-232-5/+1
|\ \ \ | |_|/ |/| |
| * | remove bdi_congested() and wb_congested() and related functionsNeilBrown2022-03-222-5/+1
| |/
* | drbd: use bvec_kmap_local in recv_dless_readChristoph Hellwig2022-03-041-2/+2
* | drbd: use bvec_kmap_local in drbd_csum_bioChristoph Hellwig2022-03-041-3/+3
* | block: pass a block_device to bio_clone_fastChristoph Hellwig2022-02-042-4/+4
* | drbd: set ->bi_bdev in drbd_req_newChristoph Hellwig2022-02-041-2/+1
* | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-6/+4
* | block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-022-7/+5
* | drbd: bio_alloc can't fail if it is allow to sleepChristoph Hellwig2022-02-021-18/+4
* | block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
|/
* drbd: Use struct_group() to zero algsKees Cook2021-12-143-4/+8
* block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-0/+1
* Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-3/+1
|\
| * drbd: Fix double free problem in drbd_create_deviceWu Bo2021-11-041-3/+1
* | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-2/+1
|\ \ | |/ |/|
| * drbd: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-181-2/+1
* | drbd: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+5
|/
* block: switch polling to be bio basedChristoph Hellwig2021-10-182-3/+2
* block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-091-3/+2
* block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig2021-08-091-1/+1
* Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-16/+6
|\
| * drbd: remove unnecessary oom messageZhen Lei2021-06-091-16/+6
* | drbd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-15/+8
|/
* drbd: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-202-0/+2
* drbd: use DEFINE_SPINLOCK() for spinlockGuobin Huang2021-04-061-4/+1
* block: drbd: drbd_nl: Demote half-complete kernel-doc headersLee Jones2021-04-061-2/+2
* block: drbd: drbd_receiver: Demote less than half complete kernel-doc headerLee Jones2021-04-061-1/+1
* block: drbd: drbd_main: Fix a bunch of function documentation discrepanciesLee Jones2021-04-061-14/+15
* block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicitLee Jones2021-04-061-5/+8
* block: drbd: drbd_main: Remove duplicate field initialisationLee Jones2021-04-061-1/+0
* block: drbd: drbd_receiver: Demote non-conformant kernel-doc headersLee Jones2021-04-061-13/+11
* block: drbd: drbd_state: Fix some function documentation issuesLee Jones2021-04-061-3/+4
* block: drbd: drbd_interval: Demote some kernel-doc abuses and fix another headerLee Jones2021-04-061-3/+5
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
* Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-214-12/+10
|\
| * drbd: Avoid comma separated statementsJoe Perches2021-01-311-2/+4
| * drbd: remove unused argument from drbd_request_prepare and __drbd_make_requestGuoqing Jiang2021-01-263-10/+6
* | drbd: remove drbd_req_make_private_bioChristoph Hellwig2021-01-273-14/+8
* | drbd: remove bio_alloc_drbdChristoph Hellwig2021-01-274-17/+2
|/
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-252-3/+3
* block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-012-2/+2