index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
/
drbd_receiver.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-07-01
1
-1
/
+1
*
tcp: add tcp_sock_set_quickack
Christoph Hellwig
2020-05-28
1
-3
/
+2
*
tcp: add tcp_sock_set_nodelay
Christoph Hellwig
2020-05-28
1
-2
/
+2
*
tcp: add tcp_sock_set_cork
Christoph Hellwig
2020-05-28
1
-2
/
+2
*
block: move the part_stat* helpers from genhd.h to a new header
Christoph Hellwig
2020-03-25
1
-0
/
+1
*
drbd: fifo_alloc() should use struct_size
Stephen Kitt
2020-01-30
1
-1
/
+1
*
drbd: dynamically allocate shash descriptor
Arnd Bergmann
2019-07-23
1
-2
/
+12
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91
Thomas Gleixner
2019-05-24
1
-13
/
+1
*
Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2019-05-07
1
-2
/
+2
|
\
|
*
block: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-04-09
1
-2
/
+2
*
|
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-05-07
1
-1
/
+1
|
\
\
|
*
|
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
2019-04-09
1
-1
/
+1
|
|
/
*
/
crypto: shash - remove shash_desc::flags
Eric Biggers
2019-04-25
1
-1
/
+0
|
/
*
Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-01-03
1
-31
/
+220
|
\
|
*
drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")
Lars Ellenberg
2018-12-20
1
-15
/
+156
|
*
drbd: don't retry connection if peers do not agree on "authentication" settings
Lars Ellenberg
2018-12-20
1
-1
/
+1
|
*
drbd: fix comment typos
Lars Ellenberg
2018-12-20
1
-1
/
+1
|
*
drbd: reject attach of unsuitable uuids even if connected
Lars Ellenberg
2018-12-20
1
-0
/
+19
|
*
drbd: attach on connected diskless peer must not shrink a consistent device
Lars Ellenberg
2018-12-20
1
-5
/
+6
|
*
drbd: disconnect, if the wrong UUIDs are attached on a connected peer
Lars Ellenberg
2018-12-20
1
-1
/
+1
|
*
drbd: ignore "all zero" peer volume sizes in handshake
Lars Ellenberg
2018-12-20
1
-3
/
+30
|
*
drbd: narrow rcu_read_lock in drbd_sync_handshake
Roland Kammerer
2018-12-20
1
-5
/
+6
*
|
crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations
Eric Biggers
2018-11-20
1
-1
/
+1
|
/
*
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-11-02
1
-1
/
+1
|
\
|
*
iov_iter: Separate type from direction and use accessor functions
David Howells
2018-10-24
1
-1
/
+1
*
|
drbd: Convert from ahash to shash
Kees Cook
2018-09-06
1
-17
/
+18
|
/
*
block: Add part_stat_read_accum to read across field entries.
Michael Callahan
2018-07-18
1
-2
/
+1
*
drbd: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-07-09
1
-0
/
+3
*
drbd: convert to bioset_init()/mempool_init()
Kent Overstreet
2018-05-30
1
-3
/
+3
*
drbd: switch to sock_recvmsg()
Al Viro
2017-12-03
1
-1
/
+2
*
drbd: Convert timers to use timer_setup()
Kees Cook
2017-11-06
1
-1
/
+1
*
drbd: switch from kmalloc() to kmalloc_array()
Roland Kammerer
2017-08-29
1
-1
/
+1
*
drbd: move global variables to drbd namespace and make some static
Roland Kammerer
2017-08-29
1
-1
/
+1
*
drbd: fix race between handshake and admin disconnect/down
Lars Ellenberg
2017-08-29
1
-0
/
+3
*
drbd: mark symbols static where possible
Baoyou Xie
2017-08-29
1
-1
/
+1
*
drbd: introduce drbd_recv_header_maybe_unplug
Lars Ellenberg
2017-08-29
1
-3
/
+44
*
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-2
/
+2
*
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
1
-3
/
+3
*
drbd: implement REQ_OP_WRITE_ZEROES
Christoph Hellwig
2017-04-08
1
-3
/
+3
*
drbd: make intelligent use of blkdev_issue_zeroout
Christoph Hellwig
2017-04-08
1
-98
/
+4
*
block: add a flags argument to (__)blkdev_issue_zeroout
Christoph Hellwig
2017-04-08
1
-3
/
+6
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
block: drbd: remove impossible failure handling
Ming Lei
2016-11-22
1
-13
/
+1
*
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-11-01
1
-1
/
+1
*
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-08-07
1
-1
/
+1
*
drbd: correctly handle failed crypto_alloc_hash
Lars Ellenberg
2016-06-14
1
-1
/
+2
*
drbd: code cleanups without semantic changes
Fabian Frederick
2016-06-14
1
-4
/
+4
*
drbd: sync_handshake: handle identical uuids with current (frozen) Primary
Lars Ellenberg
2016-06-14
1
-3
/
+44
*
drbd: introduce WRITE_SAME support
Lars Ellenberg
2016-06-14
1
-35
/
+102
[next]