aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-21Merge 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-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-09-21block: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-21block/drbd: remove useless comments in receive_DataReply()Gaosheng Cui1-3/+0
2022-09-21drbd: 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-02block: change the blk_queue_split calling conventionChristoph Hellwig1-1/+1
2022-08-02drbd: 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-17drbd: Return true/false (not 1/0) from bool functionsHaowen Bai1-1/+1
2022-04-17drdb: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)3-12/+6
2022-04-17drbd: Replace "unsigned" with "unsigned int"Cai Huoqing1-4/+4
2022-04-17drbd: Make use of PFN_UP helper macroCai Huoqing3-4/+4
2022-04-17block: drbd: drbd_receiver: Remove redundant assignment to errJiapeng Chong1-1/+0
2022-04-17drbd: address enum mismatch warningsArnd Bergmann1-11/+13
2022-04-17drbd: fix duplicate array initializerArnd Bergmann1-5/+6
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-2/+3
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig2-6/+6
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig3-20/+4
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig2-4/+6
2022-04-17drbd: cleanup decide_on_discard_supportChristoph Hellwig1-33/+35
2022-04-17drbd: use bdev_alignment_offset instead of queue_alignment_offsetChristoph Hellwig1-1/+1
2022-04-17drbd: use bdev based limit helpers in drbd_send_sizesChristoph Hellwig1-5/+7
2022-04-17drbd: 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-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-18/+34
2022-03-31drbd: remove check of list iterator against head past the loop bodyJakob Koschel1-15/+27
2022-03-31drbd: remove usage of list iterator variable after loopJakob Koschel1-2/+5
2022-03-30drbd: fix potential silent data corruptionLars Ellenberg1-1/+2
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-143/+13
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-5/+1
2022-03-22remove 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-22scsi: 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-13drbd: 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