summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorLines
2023-01-06Merge tag 'block-2023-01-06' of git://git.kernel.dk/linuxLinus Torvalds-0/+2
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe-0/+2
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-1/+1
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington-0/+3
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds-196/+300
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-2/+2
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2022-12-01drbd: add context parameter to expect() macroChristoph Böhmwalder-42/+42
2022-12-01drbd: introduce drbd_ratelimit()Christoph Böhmwalder-18/+26
2022-12-01drbd: introduce dynamic debugChristoph Böhmwalder-36/+97
2022-12-01drbd: split polymorph printk to its own fileChristoph Böhmwalder-67/+73
2022-12-01drbd: unify how failed assertions are loggedChristoph Böhmwalder-3/+5
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-2/+2
2022-11-24drbd: destroy workqueue when drbd device was freedWang ShaoBo-1/+5
2022-11-24drbd: remove call to memset before free device/resource/connectionWang ShaoBo-3/+0
2022-11-22drbd: use consistent licenseChristoph Böhmwalder-25/+25
2022-11-18Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds-2/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-2/+2
2022-11-15drbd: use after free in drbd_create_device()Dan Carpenter-2/+2
2022-11-09drbd: Store op in drbd_peer_requestChristoph Böhmwalder-40/+53
2022-11-09drbd: disable discard support if granularity > maxPhilipp Reisner-0/+13
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