summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorLines
2022-11-09drbd: use blk_queue_max_discard_sectors helperChristoph Böhmwalder-5/+5
2022-10-21Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds-8/+6
2022-10-20drbd: only clone bio if we have a backing deviceChristoph Böhmwalder-8/+6
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-2/+2
2022-09-21block: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-09-21block/drbd: remove useless comments in receive_DataReply()Gaosheng Cui-3/+0
2022-09-21drbd: remove orphan _req_may_be_done() declarationGaosheng Cui-2/+0
2022-09-12block/drbd: remove unused w_start_resync declarationGaosheng Cui-1/+0
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig-1/+1
2022-08-02drbd: bm_page_async_io: fix spurious bitmap "IO error" on large volumesLars Ellenberg-7/+42
2022-07-14block/drbd: Combine two drbd_submit_peer_request() argumentsBart Van Assche-11/+9
2022-07-14block/drbd: Use the enum req_op and blk_opf_t typesBart Van Assche-13/+15
2022-07-14drbd: stop using bdevname in drbd_report_io_errorChristoph Hellwig-4/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig-2/+2
2022-04-17drbd: Return true/false (not 1/0) from bool functionsHaowen Bai-1/+1
2022-04-17drdb: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)-12/+6
2022-04-17drbd: Replace "unsigned" with "unsigned int"Cai Huoqing-4/+4
2022-04-17drbd: Make use of PFN_UP helper macroCai Huoqing-4/+4
2022-04-17block: drbd: drbd_receiver: Remove redundant assignment to errJiapeng Chong-1/+0
2022-04-17drbd: address enum mismatch warningsArnd Bergmann-11/+13
2022-04-17drbd: fix duplicate array initializerArnd Bergmann-5/+6
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig-2/+3
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig-6/+6
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig-20/+4
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig-4/+6
2022-04-17drbd: cleanup decide_on_discard_supportChristoph Hellwig-33/+35
2022-04-17drbd: use bdev_alignment_offset instead of queue_alignment_offsetChristoph Hellwig-1/+1
2022-04-17drbd: use bdev based limit helpers in drbd_send_sizesChristoph Hellwig-5/+7
2022-04-17drbd: remove assign_p_sizes_qlimChristoph Hellwig-27/+20
2022-04-06drbd: set QUEUE_FLAG_STABLE_WRITESChristoph Böhmwalder-0/+1
2022-04-06drbd: fix an invalid memory access caused by incorrect use of list iteratorXiaomeng Tong-4/+2
2022-04-06drbd: Fix five use after free bugs in get_initial_stateLv Yunlong-33/+42
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds-18/+34
2022-03-31drbd: remove check of list iterator against head past the loop bodyJakob Koschel-15/+27
2022-03-31drbd: remove usage of list iterator variable after loopJakob Koschel-2/+5
2022-03-30drbd: fix potential silent data corruptionLars Ellenberg-1/+2
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-143/+13
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+1
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown-5/+1
2022-03-04drbd: use bvec_kmap_local in recv_dless_readChristoph Hellwig-2/+2
2022-03-04drbd: use bvec_kmap_local in drbd_csum_bioChristoph Hellwig-3/+3
2022-02-22scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig-143/+13
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig-4/+4
2022-02-04drbd: set ->bi_bdev in drbd_req_newChristoph Hellwig-2/+1
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig-6/+4
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig-7/+5
2022-02-02drbd: bio_alloc can't fail if it is allow to sleepChristoph Hellwig-18/+4
2022-02-02block: remove genhd.hChristoph Hellwig-1/+0
2021-12-13drbd: Use struct_group() to zero algsKees Cook-4/+8
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig-0/+1