aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds4-128/+131
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-03-06drbd: pass the max_hw_sectors limit to blk_alloc_diskChristoph Hellwig1-4/+9
2024-02-25drbd: port block device access to fileChristian Brauner2-31/+31
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-2/+4
2024-02-13drbd: fix function cast warnings in state machineArnd Bergmann2-14/+18
2023-12-22drbd: actlog: fix kernel-doc warnings and spellingRandy Dunlap1-6/+10
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-10-28drdb: Convert to use bdev_open_by_path()Jan Kara2-33/+34
2023-10-02drbd: Annotate struct fifo_buffer with __counted_byKees Cook1-1/+1
2023-09-06drbd: swap bvec_set_page len and offsetChristoph Böhmwalder1-1/+1
2023-08-15genetlink: remove userhdr from struct genl_infoJakub Kicinski1-4/+5
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 Hellwig2-4/+5
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-9/+14
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-05block: introduce holder opsChristoph Hellwig1-1/+2
2023-06-05drbd: stop defining __KERNEL_SYSCALLS__Christoph Hellwig2-2/+0
2023-05-31drbd: use __bio_add_page to add page to bioJohannes Thumshirn1-3/+1
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-05-03drbd: correctly submit flush bio on barrierChristoph Böhmwalder1-1/+1
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds10-231/+292
2023-04-05drbd: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)3-6/+6
2023-04-01drbd: Pass a peer device to the resync and online verify functionsChristoph Böhmwalder6-108/+126
2023-04-01drbd: pass drbd_peer_device to __req_modChristoph Böhmwalder5-31/+46
2023-04-01drbd: drbd_uuid_compare: pass a peer_deviceChristoph Böhmwalder1-4/+5
2023-04-01drbd: INFO_bm_xfer_stats(): Pass a peer device argumentAndreas Gruenbacher3-7/+7
2023-04-01drbd: Add peer device parameter to whole-bitmap I/O handlersAndreas Gruenbacher7-62/+96
2023-04-01drbd: Rip out the ERR_IF_CNT_IS_NEGATIVE macroAndreas Gruenbacher1-22/+15
2023-01-29drbd: drbd_insert_interval(): Clarify commentAndreas Gruenbacher1-1/+1
2023-01-29drbd: interval tree: make removing an "empty" interval a no-opLars Ellenberg1-0/+4
2023-01-29drbd: remove macros using require_contextChristoph Böhmwalder1-11/+1
2023-01-29drbd: remove unnecessary assignment in vli_encode_bitsChristoph Böhmwalder1-1/+1
2023-01-29drbd: split off drbd_config into separate fileChristoph Böhmwalder2-1/+2
2023-01-29drbd: drop API_VERSION defineChristoph Böhmwalder3-3/+3
2023-01-29drbd: split off drbd_buildtag into separate fileChristoph Böhmwalder3-19/+23
2023-01-06Merge tag 'block-2023-01-06' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe1-0/+2
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington1-0/+3
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds26-196/+300
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-2/+2
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2022-12-01drbd: add context parameter to expect() macroChristoph Böhmwalder6-42/+42
2022-12-01drbd: introduce drbd_ratelimit()Christoph Böhmwalder8-18/+26
2022-12-01drbd: introduce dynamic debugChristoph Böhmwalder1-36/+97
2022-12-01drbd: split polymorph printk to its own fileChristoph Böhmwalder2-67/+73
2022-12-01drbd: unify how failed assertions are loggedChristoph Böhmwalder1-3/+5
2022-11-25use less confusing names for iov_iter direction initializersAl Viro2-2/+2
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öhmwalder25-25/+25
2022-11-18Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-11-15drbd: use after free in drbd_create_device()Dan Carpenter1-2/+2
2022-11-09drbd: Store op in drbd_peer_requestChristoph Böhmwalder3-40/+53
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-10-21Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds1-8/+6
2022-10-20drbd: only clone bio if we have a backing deviceChristoph Böhmwalder1-8/+6
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-09-21block: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-21block/drbd: remove useless comments in receive_DataReply()Gaosheng Cui1-3/+0
2022-09-21drbd: remove orphan _req_may_be_done() declarationGaosheng Cui1-2/+0
2022-09-12block/drbd: remove unused w_start_resync declarationGaosheng Cui1-1/+0
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig1-1/+1
2022-08-02drbd: bm_page_async_io: fix spurious bitmap "IO error" on large volumesLars Ellenberg1-7/+42
2022-07-14block/drbd: Combine two drbd_submit_peer_request() argumentsBart Van Assche3-11/+9
2022-07-14block/drbd: Use the enum req_op and blk_opf_t typesBart Van Assche4-13/+15
2022-07-14drbd: stop using bdevname in drbd_report_io_errorChristoph Hellwig1-4/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-04-17drbd: Return true/false (not 1/0) from bool functionsHaowen Bai1-1/+1
2022-04-17drdb: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)3-12/+6
2022-04-17drbd: Replace "unsigned" with "unsigned int"Cai Huoqing1-4/+4
2022-04-17drbd: Make use of PFN_UP helper macroCai Huoqing3-4/+4
2022-04-17block: drbd: drbd_receiver: Remove redundant assignment to errJiapeng Chong1-1/+0
2022-04-17drbd: address enum mismatch warningsArnd Bergmann1-11/+13
2022-04-17drbd: fix duplicate array initializerArnd Bergmann1-5/+6
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-2/+3
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig2-6/+6
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig3-20/+4
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig2-4/+6
2022-04-17drbd: cleanup decide_on_discard_supportChristoph Hellwig1-33/+35
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-06drbd: Fix five use after free bugs in get_initial_stateLv Yunlong4-33/+42
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-18/+34
2022-03-31drbd: remove check of list iterator against head past the loop bodyJakob Koschel1-15/+27
2022-03-31drbd: remove usage of list iterator variable after loopJakob Koschel1-2/+5
2022-03-30drbd: fix potential silent data corruptionLars Ellenberg1-1/+2
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-143/+13
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-5/+1
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown2-5/+1
2022-03-04drbd: use bvec_kmap_local in recv_dless_readChristoph Hellwig1-2/+2
2022-03-04drbd: use bvec_kmap_local in drbd_csum_bioChristoph Hellwig1-3/+3
2022-02-22scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig5-143/+13
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig2-4/+4
2022-02-04drbd: set ->bi_bdev in drbd_req_newChristoph Hellwig1-2/+1
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-6/+4
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2-7/+5
2022-02-02drbd: bio_alloc can't fail if it is allow to sleepChristoph Hellwig1-18/+4
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2021-12-13drbd: Use struct_group() to zero algsKees Cook3-4/+8
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-0/+1
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2021-11-04drbd: Fix double free problem in drbd_create_deviceWu Bo1-3/+1
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2021-10-18drbd: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-2/+1
2021-10-18drbd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18block: switch polling to be bio basedChristoph Hellwig2-3/+2
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig1-3/+2
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig1-1/+1
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+6
2021-06-09drbd: remove unnecessary oom messageZhen Lei1-16/+6
2021-06-01drbd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-15/+8
2021-04-20drbd: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-04-06drbd: use DEFINE_SPINLOCK() for spinlockGuobin Huang1-4/+1
2021-04-06block: drbd: drbd_nl: Demote half-complete kernel-doc headersLee Jones1-2/+2
2021-04-06block: drbd: drbd_receiver: Demote less than half complete kernel-doc headerLee Jones1-1/+1
2021-04-06block: drbd: drbd_main: Fix a bunch of function documentation discrepanciesLee Jones1-14/+15
2021-04-06block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicitLee Jones1-5/+8
2021-04-06block: drbd: drbd_main: Remove duplicate field initialisationLee Jones1-1/+0
2021-04-06block: drbd: drbd_receiver: Demote non-conformant kernel-doc headersLee Jones1-13/+11
2021-04-06block: drbd: drbd_state: Fix some function documentation issuesLee Jones1-3/+4
2021-04-06block: drbd: drbd_interval: Demote some kernel-doc abuses and fix another headerLee Jones1-3/+5
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds4-12/+10
2021-01-31drbd: Avoid comma separated statementsJoe Perches1-2/+4
2021-01-27drbd: remove drbd_req_make_private_bioChristoph Hellwig3-14/+8
2021-01-27drbd: remove bio_alloc_drbdChristoph Hellwig4-17/+2
2021-01-26drbd: remove unused argument from drbd_request_prepare and __drbd_make_requestGuoqing Jiang3-10/+6
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig2-3/+3
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig2-2/+2
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2-2/+3
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 Torvalds7-52/+28
2020-10-05drbd: remove ->this_bdevChristoph Hellwig7-33/+25
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
2020-09-25drbd: don't detour through bd_contains for the gendiskChristoph Hellwig2-2/+2
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. Silva5-11/+11
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+1
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+4
2020-07-20block: remove blk_queue_stack_limitsChristoph Hellwig1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-3/+3
2020-07-16drbd: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig1-59/+0
2020-07-08drbd: remove a bogus bdi_rw_congested callChristoph Hellwig1-1/+0
2020-07-05Replace HTTP links with HTTPS ones: DRBD driverAlexander A. Klimov1-1/+1
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig5-7/+7
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig3-6/+7
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig1-1/+1
2020-07-01drbd: stop using ->queuedataChristoph Hellwig2-2/+1
2020-06-15drbd: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-5/+5
2020-06-15sched: Remove sched_set_*() return valuePeter Zijlstra1-3/+1
2020-06-15sched,drbd: Convert to sched_set_fifo*()Peter Zijlstra1-2/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-39/+10
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-23/+4
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-3/+1
2020-05-28tcp: add tcp_sock_set_quickackChristoph Hellwig2-10/+2
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig3-10/+3
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig3-19/+5
2020-05-27drbd: use bio_{start,end}_io_acctChristoph Hellwig1-23/+4
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+0
2020-03-27block: simplify queue allocationChristoph Hellwig1-2/+1
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2-0/+2
2020-03-12block/drbd: delete invalid function drbd_md_mark_dirty_Jackie Liu1-11/+0
2020-01-29drbd: fifo_alloc() should use struct_sizeStephen Kitt4-5/+6
2019-11-28drbd: Remove unneeded semicolonzhengbin1-1/+1
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-7/+6
2019-11-08block: drbd: remove a stray unlock in __drbd_send_protocol()Dan Carpenter1-1/+0
2019-10-18drbd: Use pr_warn instead of pr_warningKefeng Wang1-7/+6
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse1-26/+3
2019-08-19signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman1-0/+2
2019-07-23drbd: dynamically allocate shash descriptorArnd Bergmann1-2/+12
2019-07-09Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds3-66/+5
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-3/+3
2019-06-20block: drbd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-66/+5
2019-05-27signal/drbd: Use send_sig not force_sigEric W. Biederman3-3/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner13-169/+13
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-5/+6
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+0
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-4/+4
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-1/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-4/+4