summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-034-39/+10
|\
| * tcp: add tcp_sock_set_quickackChristoph Hellwig2020-05-282-10/+2
| * tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-283-10/+3
| * tcp: add tcp_sock_set_corkChristoph Hellwig2020-05-283-19/+5
* | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-23/+4
|\ \
| * | drbd: use bio_{start,end}_io_acctChristoph Hellwig2020-05-271-23/+4
| |/
* / mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-3/+1
|/
* Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-11/+0
|\
| * block/drbd: delete invalid function drbd_md_mark_dirty_Jackie Liu2020-03-121-11/+0
* | block: simplify queue allocationChristoph Hellwig2020-03-271-2/+1
* | block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-252-0/+2
|/
* drbd: fifo_alloc() should use struct_sizeStephen Kitt2020-01-294-5/+6
* drbd: Remove unneeded semicolonzhengbin2019-11-281-1/+1
* Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-7/+6
|\
| * drbd: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-7/+6
* | block: drbd: remove a stray unlock in __drbd_send_protocol()Dan Carpenter2019-11-081-1/+0
* | augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse2019-09-251-26/+3
* | signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2019-08-191-0/+2
* | drbd: dynamically allocate shash descriptorArnd Bergmann2019-07-231-2/+12
|/
* Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-093-66/+5
|\
| * block: drbd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-203-66/+5
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-083-3/+3
|\ \ | |/ |/|
| * signal/drbd: Use send_sig not force_sigEric W. Biederman2019-05-273-3/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner2019-05-2413-169/+13
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-072-5/+6
|\
| * netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-1/+2
| * netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-4/+4
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-071-5/+0
|\ \
| * | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-5/+0
| |/
* | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-073-4/+4
|\ \
| * | block: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-093-4/+4
| |/
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\ \
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
| |/
* / crypto: shash - remove shash_desc::flagsEric Biggers2019-04-252-3/+0
|/
* Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-0211-90/+429
|\
| * drbd: Change drbd_request_detach_interruptible's return type to intNathan Chancellor2018-12-202-6/+3
| * drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg2018-12-209-30/+251
| * drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg2018-12-201-7/+8
| * drbd: don't retry connection if peers do not agree on "authentication" settingsLars Ellenberg2018-12-201-1/+1
| * drbd: fix print_st_err()'s prototype to match the definitionLuc Van Oostenryck2018-12-201-1/+1
| * drbd: avoid spurious self-outdating with concurrent disconnect / downLars Ellenberg2018-12-201-0/+7
| * drbd: do not block when adjusting "disk-options" while IO is frozenLars Ellenberg2018-12-201-8/+29
| * drbd: fix comment typosLars Ellenberg2018-12-202-2/+2
| * drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg2018-12-202-3/+22
| * drbd: attach on connected diskless peer must not shrink a consistent deviceLars Ellenberg2018-12-201-5/+6
| * drbd: fix confusing error message during attachLars Ellenberg2018-12-201-5/+44
| * drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg2018-12-201-1/+1
| * drbd: ignore "all zero" peer volume sizes in handshakeLars Ellenberg2018-12-201-3/+30
| * drbd: centralize printk reporting of new size into drbd_set_my_capacity()Lars Ellenberg2018-12-203-11/+17
| * drbd: must not use connection after kref_put(&connection->kref)Lars Ellenberg2018-12-201-2/+1