summaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorFilesLines
2022-11-19Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2022-11-15drbd: use after free in drbd_create_device()Dan Carpenter1-2/+2
2022-10-22Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds1-8/+6
2022-10-20drbd: only clone bio if we have a backing deviceChristoph Böhmwalder1-8/+6
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-09-22block: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-22block/drbd: remove useless comments in receive_DataReply()Gaosheng Cui1-3/+0
2022-09-22drbd: remove orphan _req_may_be_done() declarationGaosheng Cui1-2/+0
2022-09-12block/drbd: remove unused w_start_resync declarationGaosheng Cui1-1/+0
2022-08-03block: change the blk_queue_split calling conventionChristoph Hellwig1-1/+1
2022-08-03drbd: bm_page_async_io: fix spurious bitmap "IO error" on large volumesLars Ellenberg1-7/+42
2022-07-14block/drbd: Combine two drbd_submit_peer_request() argumentsBart Van Assche3-11/+9
2022-07-14block/drbd: Use the enum req_op and blk_opf_t typesBart Van Assche4-13/+15
2022-07-14drbd: stop using bdevname in drbd_report_io_errorChristoph Hellwig1-4/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-04-18drbd: Return true/false (not 1/0) from bool functionsHaowen Bai1-1/+1
2022-04-18drdb: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)3-12/+6
2022-04-18drbd: Replace "unsigned" with "unsigned int"Cai Huoqing1-4/+4
2022-04-18drbd: Make use of PFN_UP helper macroCai Huoqing3-4/+4
2022-04-18block: drbd: drbd_receiver: Remove redundant assignment to errJiapeng Chong1-1/+0
2022-04-18drbd: address enum mismatch warningsArnd Bergmann1-11/+13
2022-04-18drbd: fix duplicate array initializerArnd Bergmann1-5/+6
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-2/+3
2022-04-18block: add a bdev_discard_granularity helperChristoph Hellwig2-6/+6
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig3-20/+4
2022-04-18block: add a bdev_max_discard_sectors helperChristoph Hellwig2-4/+6
2022-04-18drbd: cleanup decide_on_discard_supportChristoph Hellwig1-33/+35
2022-04-18drbd: use bdev_alignment_offset instead of queue_alignment_offsetChristoph Hellwig1-1/+1
2022-04-18drbd: use bdev based limit helpers in drbd_send_sizesChristoph Hellwig1-5/+7
2022-04-18drbd: remove assign_p_sizes_qlimChristoph Hellwig1-27/+20
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