aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_nl.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-07drbd: use get_random_u64() where appropriateDavid Carlier1-1/+1
2026-04-06drbd: remove DRBD_GENLA_F_MANDATORY flag handlingChristoph Böhmwalder1-13/+6
2026-03-26drbd: Balance RCU calls in drbd_adm_dump_devices()Bart Van Assche1-2/+6
2026-03-25drbd: use genl pre_doit/post_doitChristoph Böhmwalder1-253/+320
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-6/+6
2026-02-11drbd: always set BLK_FEAT_STABLE_WRITESChristoph Böhmwalder1-1/+19
2025-09-17drbd: init queue_limits->max_hw_wzeroes_unmap_sectors parameterZhang Yi1-0/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-109/+101
2024-03-06drbd: atomically update queue limits in drbd_reconsider_queue_parametersChristoph Hellwig1-73/+46
2024-03-06drbd: split out a drbd_discard_supported helperChristoph Hellwig1-8/+17
2024-03-06drbd: don't set max_write_zeroes_sectors in decide_on_discard_supportChristoph Hellwig1-1/+0
2024-03-06drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parametersChristoph Hellwig1-34/+22
2024-03-06drbd: refactor the backing dev max_segments calculationChristoph Hellwig1-8/+17
2024-03-06drbd: refactor drbd_reconsider_queue_parametersChristoph Hellwig1-35/+49
2024-02-25drbd: port block device access to fileChristian Brauner1-29/+29
2023-10-28drdb: Convert to use bdev_open_by_path()Jan Kara1-33/+32
2023-08-15genetlink: remove userhdr from struct genl_infoJakub Kicinski1-4/+5
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+1
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-9/+14
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+2
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-8/+11
2023-04-05drbd: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)1-3/+3
2023-04-01drbd: Add peer device parameter to whole-bitmap I/O handlersAndreas Gruenbacher1-8/+11
2022-12-01drbd: add context parameter to expect() macroChristoph Böhmwalder1-1/+1
2022-11-22drbd: use consistent licenseChristoph Böhmwalder1-1/+1
2022-11-09drbd: disable discard support if granularity > maxPhilipp Reisner1-0/+13
2022-11-09drbd: use blk_queue_max_discard_sectors helperChristoph Böhmwalder1-5/+5
2022-09-21block: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-04-17drdb: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)1-6/+3
2022-04-17drbd: address enum mismatch warningsArnd Bergmann1-11/+13
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig1-4/+5
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-17/+2
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig1-3/+5
2022-04-17drbd: cleanup decide_on_discard_supportChristoph Hellwig1-33/+35
2022-04-06drbd: Fix five use after free bugs in get_initial_stateLv Yunlong1-16/+25
2022-02-22scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig1-70/+2
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig1-1/+1
2021-04-06block: drbd: drbd_nl: Demote half-complete kernel-doc headersLee Jones1-2/+2
2021-04-06block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicitLee Jones1-5/+8
2020-10-05drbd: remove ->this_bdevChristoph Hellwig1-6/+4
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig1-9/+1
2020-09-24drbd: remove dead code in device_to_statisticsChristoph Hellwig1-6/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2020-07-20block: remove blk_queue_stack_limitsChristoph Hellwig1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-3/+3
2020-01-29drbd: fifo_alloc() should use struct_sizeStephen Kitt1-1/+2