summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorLines
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-9/+9
2025-11-18drbd: turn bitmap I/O comments into regular block commentsSukrut Heroorkar-5/+5
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-2/+2
2025-11-03drbd: replace kmap() with kmap_local_page() in receiver pathShi Hao-4/+4
2025-09-17drbd: init queue_limits->max_hw_wzeroes_unmap_sectors parameterZhang Yi-0/+1
2025-08-11drbd: Remove the open-coded page poolPhilipp Reisner-347/+71
2025-07-08drbd: add missing kref_get in handle_write_conflictsSarah Newman-1/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-4/+8
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-3/+3
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers-1/+1
2024-10-18Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds-15/+0
2024-10-11drbd: Remove unused conn_lowest_minorDr. David Alan Gilbert-15/+0
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-18drbd: Fix atomicity violation in drbd_uuid_set_bm()Qiu-ji Chen-2/+4
2024-09-10drbd: Add NULL check for net_conf to prevent dereference in state validationMikhail Lobanov-1/+1
2024-08-26drbd: Remove an unused field in struct drbd_deviceChristophe JAILLET-1/+0
2024-08-02drbd: Remove unused extern declarationsYueHaibing-10/+0
2024-07-28drbd: use sendpages_ok() instead of sendpage_ok()Ofir Gal-1/+1
2024-07-23drbd: Add peer_device to Kernel docSimon Horman-0/+4
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig-3/+2
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig-1/+2
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig-1/+1
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds-128/+131
2024-03-06drbd: atomically update queue limits in drbd_reconsider_queue_parametersChristoph Hellwig-73/+46
2024-03-06drbd: split out a drbd_discard_supported helperChristoph Hellwig-8/+17
2024-03-06drbd: don't set max_write_zeroes_sectors in decide_on_discard_supportChristoph Hellwig-1/+0
2024-03-06drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parametersChristoph Hellwig-34/+22
2024-03-06drbd: refactor the backing dev max_segments calculationChristoph Hellwig-8/+17
2024-03-06drbd: refactor drbd_reconsider_queue_parametersChristoph Hellwig-35/+49
2024-03-06drbd: pass the max_hw_sectors limit to blk_alloc_diskChristoph Hellwig-4/+9
2024-02-25drbd: port block device access to fileChristian Brauner-31/+31
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig-2/+4
2024-02-13drbd: fix function cast warnings in state machineArnd Bergmann-14/+18
2023-12-22drbd: actlog: fix kernel-doc warnings and spellingRandy Dunlap-6/+10
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2023-10-28drdb: Convert to use bdev_open_by_path()Jan Kara-33/+34
2023-10-02drbd: Annotate struct fifo_buffer with __counted_byKees Cook-1/+1
2023-09-06drbd: swap bvec_set_page len and offsetChristoph Böhmwalder-1/+1
2023-08-15genetlink: remove userhdr from struct genl_infoJakub Kicinski-4/+5
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-4/+8
2023-06-24drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells-4/+8
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig-4/+5
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig-9/+14
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig-2/+2
2023-06-12block: pass a gendisk to ->openChristoph Hellwig-3/+3
2023-06-05block: introduce holder opsChristoph Hellwig-1/+2
2023-06-05drbd: stop defining __KERNEL_SYSCALLS__Christoph Hellwig-2/+0
2023-05-31drbd: use __bio_add_page to add page to bioJohannes Thumshirn-3/+1