summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06drbd: pass the max_hw_sectors limit to blk_alloc_diskChristoph Hellwig1-4/+9
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-2/+4
2023-09-06drbd: swap bvec_set_page len and offsetChristoph Böhmwalder1-1/+1
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+8
2023-06-24drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells1-4/+8
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-3/+4
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-2/+2
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-3/+3
2023-06-05drbd: stop defining __KERNEL_SYSCALLS__Christoph Hellwig1-1/+0
2023-04-01drbd: pass drbd_peer_device to __req_modChristoph Böhmwalder1-4/+9
2023-04-01drbd: INFO_bm_xfer_stats(): Pass a peer device argumentAndreas Gruenbacher1-1/+1
2023-04-01drbd: Add peer device parameter to whole-bitmap I/O handlersAndreas Gruenbacher1-23/+34
2023-01-29drbd: drop API_VERSION defineChristoph Böhmwalder1-1/+1
2023-01-29drbd: split off drbd_buildtag into separate fileChristoph Böhmwalder1-18/+0
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-10/+11
2022-12-01drbd: add context parameter to expect() macroChristoph Böhmwalder1-4/+4
2022-12-01drbd: introduce drbd_ratelimit()Christoph Böhmwalder1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-24drbd: destroy workqueue when drbd device was freedWang ShaoBo1-1/+5
2022-11-24drbd: remove call to memset before free device/resource/connectionWang ShaoBo1-3/+0
2022-11-22drbd: use consistent licenseChristoph Böhmwalder1-1/+1
2022-11-15drbd: use after free in drbd_create_device()Dan Carpenter1-2/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-04-17drbd: fix duplicate array initializerArnd Bergmann1-5/+6
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+1
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-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+5
2022-03-31drbd: remove usage of list iterator variable after loopJakob Koschel1-2/+5
2022-02-22scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig1-27/+4
2021-12-13drbd: Use struct_group() to zero algsKees Cook1-1/+2
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-0/+1
2021-11-04drbd: Fix double free problem in drbd_create_deviceWu Bo1-3/+1
2021-10-18drbd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-06-01drbd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-15/+8
2021-04-06drbd: use DEFINE_SPINLOCK() for spinlockGuobin Huang1-4/+1
2021-04-06block: drbd: drbd_main: Fix a bunch of function documentation discrepanciesLee Jones1-14/+15
2021-04-06block: drbd: drbd_main: Remove duplicate field initialisationLee Jones1-1/+0
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2021-01-27drbd: remove bio_alloc_drbdChristoph Hellwig1-13/+0
2021-01-26drbd: remove unused argument from drbd_request_prepare and __drbd_make_requestGuoqing Jiang1-2/+1
2020-11-16drbd: use set_capacity_and_notifyChristoph Hellwig1-4/+2
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+12
2020-10-05drbd: remove ->this_bdevChristoph Hellwig1-17/+12
2020-10-02drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()Coly Li1-1/+1
2020-09-25drbd: don't set ->bd_containsChristoph Hellwig1-2/+0