aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_nl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2019-05-27signal/drbd: Use send_sig not force_sigEric W. Biederman1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner1-13/+1
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-4/+4
2018-12-20drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg1-0/+16
2018-12-20drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg1-7/+8
2018-12-20drbd: avoid spurious self-outdating with concurrent disconnect / downLars Ellenberg1-0/+7
2018-12-20drbd: do not block when adjusting "disk-options" while IO is frozenLars Ellenberg1-8/+29
2018-12-20drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg1-3/+3
2018-12-20drbd: fix confusing error message during attachLars Ellenberg1-5/+44
2018-12-20drbd: centralize printk reporting of new size into drbd_set_my_capacity()Lars Ellenberg1-3/+0
2018-09-06drbd: Convert from ahash to shashKees Cook1-27/+12
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-2/+2
2017-08-29drbd: rename "usermode_helper" to "drbd_usermode_helper"Greg Kroah-Hartman1-10/+10
2017-08-29drbd: fix potential deadlock when trying to detach during handshakeLars Ellenberg1-23/+2
2017-08-29drbd: new disk-option disable-write-sameLars Ellenberg1-3/+12
2017-06-27drbd: Drop unnecessary staticJulia Lawall1-1/+1
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-6/+1
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig1-0/+2
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-5/+7
2016-06-13drbd: code cleanups without semantic changesFabian Frederick1-6/+8
2016-06-13drbd: introduce WRITE_SAME supportLars Ellenberg1-9/+79
2016-06-13drbd: discard_zeroes_if_aligned allows "thin" resync for discard_zeroes_data=0Lars Ellenberg1-3/+6
2016-06-13drbd: don't forget error completion when "unsuspending" IOLars Ellenberg1-16/+32
2016-06-13drbd: introduce unfence-peer handlerLars Ellenberg1-1/+1
2016-06-13drbd: possibly disable discard support, if backend has discard_zeroes_data=0Lars Ellenberg1-25/+55
2016-06-13drbd: when receiving P_TRIM, zero-out partial unaligned chunksLars Ellenberg1-4/+11
2016-06-13drbd: fix for truncated minor number in callback command lineLars Ellenberg1-2/+2
2016-06-13drbd: Introduce new disk config option rs-discard-granularityPhilipp Reisner1-3/+29
2016-06-13drbd: Kill code duplicationPhilipp Reisner1-8/+10
2016-05-10block/drbd: align properly u64 in nl messagesNicolas Dichtel1-12/+16
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-01-27drbd: Use shash and ahashHerbert Xu1-22/+37
2015-11-25drbd: fix error path during resizeLars Ellenberg1-30/+38
2015-11-25drbd: avoid potential deadlock during handshakeLars Ellenberg1-14/+19
2015-11-25drbd: make suspend_io() / resume_io() must be thread and recursion safePhilipp Reisner1-3/+5
2015-11-25drbd: fix memory leak in drbd_adm_resizeOleg Drokin1-0/+2
2015-11-25drbd: make drbd known to lsblk: use bd_link_disk_holderLars Ellenberg1-35/+86
2015-11-25drbd: fix queue limit setup for discardLars Ellenberg1-9/+14
2015-11-25drbd: prevent NULL pointer deref when resuming diskless primaryLars Ellenberg1-1/+24
2015-11-25drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner1-2/+2
2015-11-25drbd: fix refcount error during detach of an already failed diskLars Ellenberg1-3/+7
2015-11-25drbd: drbdsetup detach of an unresponsive local disk should not block IO "forever"Lars Ellenberg1-1/+1
2015-11-25drbd: Replace 0 with the more meaningful GFP_NOWAITPhilipp Reisner1-6/+6
2015-11-25drbd: Deletion of an unnecessary check before the function call "lc_destroy"Markus Elfring1-2/+1
2015-11-25drbd: Backport the "status" commandAndreas Gruenbacher1-79/+487
2015-11-25drbd: Backport the "events2" commandAndreas Gruenbacher1-3/+622
2015-11-25drbd: Fix locking across all resourcesAndreas Gruenbacher1-21/+24
2015-11-25drbd: drbd_adm_attach(): Add missing drbd_resync_after_changed()Andreas Gruenbacher1-12/+16
2015-11-25drbd: Move enum write_ordering_e to drbd.hAndreas Gruenbacher1-2/+2