index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
/
drbd_receiver.c
Age
Commit message (
Expand
)
Author
2021-06-09
drbd: remove unnecessary oom message
Zhen Lei
2021-04-20
drbd: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-04-06
block: drbd: drbd_receiver: Demote less than half complete kernel-doc header
Lee Jones
2021-04-06
block: drbd: drbd_receiver: Demote non-conformant kernel-doc headers
Lee Jones
2021-01-31
drbd: Avoid comma separated statements
Joe Perches
2020-12-01
block: switch partition lookup to use struct block_device
Christoph Hellwig
2020-12-01
block: allocate struct hd_struct as part of struct bdev_inode
Christoph Hellwig
2020-10-05
drbd: remove ->this_bdev
Christoph Hellwig
2020-09-25
drbd: don't detour through bd_contains for the gendisk
Christoph Hellwig
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-06
Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-06-15
sched: Remove sched_set_*() return value
Peter Zijlstra
2020-06-15
sched,drbd: Convert to sched_set_fifo*()
Peter Zijlstra
2020-05-28
tcp: add tcp_sock_set_quickack
Christoph Hellwig
2020-05-28
tcp: add tcp_sock_set_nodelay
Christoph Hellwig
2020-05-28
tcp: add tcp_sock_set_cork
Christoph Hellwig
2020-03-25
block: move the part_stat* helpers from genhd.h to a new header
Christoph Hellwig
2020-01-29
drbd: fifo_alloc() should use struct_size
Stephen Kitt
2019-07-23
drbd: dynamically allocate shash descriptor
Arnd Bergmann
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91
Thomas Gleixner
2019-05-07
Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2019-05-07
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
2019-04-09
block: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
2019-01-02
Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-12-20
drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")
Lars Ellenberg
2018-12-20
drbd: don't retry connection if peers do not agree on "authentication" settings
Lars Ellenberg
2018-12-20
drbd: fix comment typos
Lars Ellenberg
2018-12-20
drbd: reject attach of unsuitable uuids even if connected
Lars Ellenberg
2018-12-20
drbd: attach on connected diskless peer must not shrink a consistent device
Lars Ellenberg
2018-12-20
drbd: disconnect, if the wrong UUIDs are attached on a connected peer
Lars Ellenberg
2018-12-20
drbd: ignore "all zero" peer volume sizes in handshake
Lars Ellenberg
2018-12-20
drbd: narrow rcu_read_lock in drbd_sync_handshake
Roland Kammerer
2018-11-20
crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations
Eric Biggers
2018-11-01
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
2018-09-06
drbd: Convert from ahash to shash
Kees Cook
2018-07-18
block: Add part_stat_read_accum to read across field entries.
Michael Callahan
2018-07-09
drbd: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-05-30
drbd: convert to bioset_init()/mempool_init()
Kent Overstreet
2017-12-02
drbd: switch to sock_recvmsg()
Al Viro
2017-11-06
drbd: Convert timers to use timer_setup()
Kees Cook
2017-08-29
drbd: switch from kmalloc() to kmalloc_array()
Roland Kammerer
2017-08-29
drbd: move global variables to drbd namespace and make some static
Roland Kammerer
2017-08-29
drbd: fix race between handshake and admin disconnect/down
Lars Ellenberg
2017-08-29
drbd: mark symbols static where possible
Baoyou Xie
2017-08-29
drbd: introduce drbd_recv_header_maybe_unplug
Lars Ellenberg
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
[next]