aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c
AgeCommit message (Expand)Author
2023-06-05drbd: stop defining __KERNEL_SYSCALLS__Christoph Hellwig
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds
2023-05-03drbd: correctly submit flush bio on barrierChristoph Böhmwalder
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-05drbd: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)
2023-04-01drbd: Pass a peer device to the resync and online verify functionsChristoph Böhmwalder
2023-04-01drbd: pass drbd_peer_device to __req_modChristoph Böhmwalder
2023-04-01drbd: drbd_uuid_compare: pass a peer_deviceChristoph Böhmwalder
2023-04-01drbd: INFO_bm_xfer_stats(): Pass a peer device argumentAndreas Gruenbacher
2023-04-01drbd: Add peer device parameter to whole-bitmap I/O handlersAndreas Gruenbacher
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-01drbd: add context parameter to expect() macroChristoph Böhmwalder
2022-12-01drbd: introduce drbd_ratelimit()Christoph Böhmwalder
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-22drbd: use consistent licenseChristoph Böhmwalder
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-09drbd: Store op in drbd_peer_requestChristoph Böhmwalder
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-09-21block/drbd: remove useless comments in receive_DataReply()Gaosheng Cui
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-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-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-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-04drbd: use bvec_kmap_local in recv_dless_readChristoph Hellwig
2022-02-22scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02drbd: bio_alloc can't fail if it is allow to sleepChristoph Hellwig
2021-12-13drbd: Use struct_group() to zero algsKees Cook
2021-06-09drbd: remove unnecessary oom messageZhen Lei
2021-04-20drbd: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-06block: drbd: drbd_receiver: Demote less than half complete kernel-doc headerLee Jones
2021-04-06block: drbd: drbd_receiver: Demote non-conformant kernel-doc headersLee Jones
2021-01-31drbd: Avoid comma separated statementsJoe Perches
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig
2020-10-05drbd: remove ->this_bdevChristoph Hellwig
2020-09-25drbd: don't detour through bd_contains for the gendiskChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-06-15sched: Remove sched_set_*() return valuePeter Zijlstra