aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_main.c
AgeCommit message (Expand)Author
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
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-11-15drbd: use after free in drbd_create_device()Dan Carpenter
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-04-17drbd: fix duplicate array initializerArnd Bergmann
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph 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-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-31drbd: remove usage of list iterator variable after loopJakob Koschel
2022-02-22scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig
2021-12-13drbd: Use struct_group() to zero algsKees Cook
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
2021-11-04drbd: Fix double free problem in drbd_create_deviceWu Bo
2021-10-18drbd: add error handling support for add_disk()Luis Chamberlain
2021-06-01drbd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-04-06drbd: use DEFINE_SPINLOCK() for spinlockGuobin Huang
2021-04-06block: drbd: drbd_main: Fix a bunch of function documentation discrepanciesLee Jones
2021-04-06block: drbd: drbd_main: Remove duplicate field initialisationLee Jones
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-01-27drbd: remove bio_alloc_drbdChristoph Hellwig
2021-01-26drbd: remove unused argument from drbd_request_prepare and __drbd_make_requestGuoqing Jiang
2020-11-16drbd: use set_capacity_and_notifyChristoph Hellwig
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-05drbd: remove ->this_bdevChristoph Hellwig
2020-10-02drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()Coly Li
2020-09-25drbd: don't set ->bd_containsChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-07-01drbd: stop using ->queuedataChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-03-12block/drbd: delete invalid function drbd_md_mark_dirty_Jackie Liu
2019-11-08block: drbd: remove a stray unlock in __drbd_send_protocol()Dan Carpenter
2019-08-19signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman
2019-07-09Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-20block: drbd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-27signal/drbd: Use send_sig not force_sigEric W. Biederman
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner
2018-12-20drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg
2018-12-20drbd: centralize printk reporting of new size into drbd_set_my_capacity()Lars Ellenberg
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig