aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_nl.c
AgeCommit message (Expand)Author
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2022-05-15block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicitLee Jones
2022-04-15drbd: Fix five use after free bugs in get_initial_stateLv Yunlong
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-27signal/drbd: Use send_sig not force_sigEric W. Biederman
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2018-12-20drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg
2018-12-20drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg
2018-12-20drbd: avoid spurious self-outdating with concurrent disconnect / downLars Ellenberg
2018-12-20drbd: do not block when adjusting "disk-options" while IO is frozenLars Ellenberg
2018-12-20drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg
2018-12-20drbd: fix confusing error message during attachLars Ellenberg
2018-12-20drbd: centralize printk reporting of new size into drbd_set_my_capacity()Lars Ellenberg
2018-09-06drbd: Convert from ahash to shashKees Cook
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2017-08-29drbd: rename "usermode_helper" to "drbd_usermode_helper"Greg Kroah-Hartman
2017-08-29drbd: fix potential deadlock when trying to detach during handshakeLars Ellenberg
2017-08-29drbd: new disk-option disable-write-sameLars Ellenberg
2017-06-27drbd: Drop unnecessary staticJulia Lawall
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2016-06-13drbd: code cleanups without semantic changesFabian Frederick
2016-06-13drbd: introduce WRITE_SAME supportLars Ellenberg
2016-06-13drbd: discard_zeroes_if_aligned allows "thin" resync for discard_zeroes_data=0Lars Ellenberg
2016-06-13drbd: don't forget error completion when "unsuspending" IOLars Ellenberg
2016-06-13drbd: introduce unfence-peer handlerLars Ellenberg
2016-06-13drbd: possibly disable discard support, if backend has discard_zeroes_data=0Lars Ellenberg
2016-06-13drbd: when receiving P_TRIM, zero-out partial unaligned chunksLars Ellenberg
2016-06-13drbd: fix for truncated minor number in callback command lineLars Ellenberg
2016-06-13drbd: Introduce new disk config option rs-discard-granularityPhilipp Reisner
2016-06-13drbd: Kill code duplicationPhilipp Reisner
2016-05-10block/drbd: align properly u64 in nl messagesNicolas Dichtel
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-27drbd: Use shash and ahashHerbert Xu
2015-11-25drbd: fix error path during resizeLars Ellenberg
2015-11-25drbd: avoid potential deadlock during handshakeLars Ellenberg
2015-11-25drbd: make suspend_io() / resume_io() must be thread and recursion safePhilipp Reisner
2015-11-25drbd: fix memory leak in drbd_adm_resizeOleg Drokin
2015-11-25drbd: make drbd known to lsblk: use bd_link_disk_holderLars Ellenberg
2015-11-25drbd: fix queue limit setup for discardLars Ellenberg
2015-11-25drbd: prevent NULL pointer deref when resuming diskless primaryLars Ellenberg
2015-11-25drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner
2015-11-25drbd: fix refcount error during detach of an already failed diskLars Ellenberg
2015-11-25drbd: drbdsetup detach of an unresponsive local disk should not block IO "for...Lars Ellenberg
2015-11-25drbd: Replace 0 with the more meaningful GFP_NOWAITPhilipp Reisner
2015-11-25drbd: Deletion of an unnecessary check before the function call "lc_destroy"Markus Elfring
2015-11-25drbd: Backport the "status" commandAndreas Gruenbacher
2015-11-25drbd: Backport the "events2" commandAndreas Gruenbacher