summaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)Author
2023-05-11drbd: correctly submit flush bio on barrierChristoph Böhmwalder
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe
2022-12-31drbd: destroy workqueue when drbd device was freedWang ShaoBo
2022-12-31drbd: remove call to memset before free device/resource/connectionWang ShaoBo
2022-12-31drbd: use blk_queue_max_discard_sectors helperChristoph Böhmwalder
2022-11-18Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds
2022-11-15drbd: use after free in drbd_create_device()Dan Carpenter
2022-10-21Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-20drbd: only clone bio if we have a backing deviceChristoph Böhmwalder
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-09-21block: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-21block/drbd: remove useless comments in receive_DataReply()Gaosheng Cui
2022-09-21drbd: remove orphan _req_may_be_done() declarationGaosheng Cui
2022-09-12block/drbd: remove unused w_start_resync declarationGaosheng Cui
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig
2022-08-02drbd: bm_page_async_io: fix spurious bitmap "IO error" on large volumesLars Ellenberg
2022-07-14block/drbd: Combine two drbd_submit_peer_request() argumentsBart Van Assche
2022-07-14block/drbd: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14drbd: stop using bdevname in drbd_report_io_errorChristoph Hellwig
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-04-17drbd: Return true/false (not 1/0) from bool functionsHaowen Bai
2022-04-17drdb: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)
2022-04-17drbd: Replace "unsigned" with "unsigned int"Cai Huoqing
2022-04-17drbd: Make use of PFN_UP helper macroCai Huoqing
2022-04-17block: drbd: drbd_receiver: Remove redundant assignment to errJiapeng Chong
2022-04-17drbd: address enum mismatch warningsArnd Bergmann
2022-04-17drbd: fix duplicate array initializerArnd Bergmann
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig
2022-04-17drbd: cleanup decide_on_discard_supportChristoph Hellwig
2022-04-17drbd: use bdev_alignment_offset instead of queue_alignment_offsetChristoph Hellwig
2022-04-17drbd: use bdev based limit helpers in drbd_send_sizesChristoph Hellwig
2022-04-17drbd: remove assign_p_sizes_qlimChristoph Hellwig
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