index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
/
drbd_receiver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-30
drbd: convert to bioset_init()/mempool_init()
Kent Overstreet
1
-3
/
+3
2017-12-02
drbd: switch to sock_recvmsg()
Al Viro
1
-1
/
+2
2017-11-06
drbd: Convert timers to use timer_setup()
Kees Cook
1
-1
/
+1
2017-08-29
drbd: switch from kmalloc() to kmalloc_array()
Roland Kammerer
1
-1
/
+1
2017-08-29
drbd: move global variables to drbd namespace and make some static
Roland Kammerer
1
-1
/
+1
2017-08-29
drbd: fix race between handshake and admin disconnect/down
Lars Ellenberg
1
-0
/
+3
2017-08-29
drbd: mark symbols static where possible
Baoyou Xie
1
-1
/
+1
2017-08-29
drbd: introduce drbd_recv_header_maybe_unplug
Lars Ellenberg
1
-3
/
+44
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-2
/
+2
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-3
/
+3
2017-04-08
drbd: implement REQ_OP_WRITE_ZEROES
Christoph Hellwig
1
-3
/
+3
2017-04-08
drbd: make intelligent use of blkdev_issue_zeroout
Christoph Hellwig
1
-98
/
+4
2017-04-08
block: add a flags argument to (__)blkdev_issue_zeroout
Christoph Hellwig
1
-3
/
+6
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
1
-0
/
+1
2016-11-22
block: drbd: remove impossible failure handling
Ming Lei
1
-13
/
+1
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
1
-1
/
+1
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
1
-1
/
+1
2016-06-13
drbd: correctly handle failed crypto_alloc_hash
Lars Ellenberg
1
-1
/
+2
2016-06-13
drbd: code cleanups without semantic changes
Fabian Frederick
1
-4
/
+4
2016-06-13
drbd: sync_handshake: handle identical uuids with current (frozen) Primary
Lars Ellenberg
1
-3
/
+44
2016-06-13
drbd: introduce WRITE_SAME support
Lars Ellenberg
1
-35
/
+102
2016-06-13
drbd: report sizes if rejecting too small peer disk
Lars Ellenberg
1
-3
/
+6
2016-06-13
drbd: when receiving P_TRIM, zero-out partial unaligned chunks
Lars Ellenberg
1
-25
/
+115
2016-06-13
drbd: allow parallel flushes for multi-volume resources
Lars Ellenberg
1
-25
/
+89
2016-06-13
drbd: Create the protocol feature THIN_RESYNC
Philipp Reisner
1
-1
/
+4
2016-06-13
drbd: Implement handling of thinly provisioned storage on resync target nodes
Philipp Reisner
1
-3
/
+85
2016-06-13
drbd: change bitmap write-out when leaving resync states
Lars Ellenberg
1
-3
/
+5
2016-06-07
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
1
-1
/
+1
2016-06-07
drbd: use bio op accessors
Mike Christie
1
-12
/
+24
2016-01-27
drbd: Use shash and ahash
Herbert Xu
1
-30
/
+26
2015-11-25
drbd: use resource name in workqueue
Lars Ellenberg
1
-1
/
+4
2015-11-25
drbd: Create a dedicated workqueue for sending acks on the control connection
Philipp Reisner
1
-88
/
+115
2015-11-25
drbd: Rename asender to ack_receiver
Philipp Reisner
1
-3
/
+3
2015-11-25
drbd: Backport the "events2" command
Andreas Gruenbacher
1
-6
/
+0
2015-11-25
drbd: Move enum write_ordering_e to drbd.h
Andreas Gruenbacher
1
-14
/
+14
2015-11-25
drbd: Get rid of some first_peer_device() calls
Andreas Gruenbacher
1
-4
/
+4
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-1
/
+2
2015-05-11
net: Add a struct net parameter to sock_create_kern
Eric W. Biederman
1
-2
/
+2
2015-01-21
block: Add discard flag to blkdev_issue_zeroout() function
Martin K. Petersen
1
-1
/
+1
2014-11-10
drbd: fix resync throttling initialization
Lars Ellenberg
1
-1
/
+1
2014-09-11
drbd: Improve asender performance
Lars Ellenberg
1
-0
/
+6
2014-09-11
drbd: Use better variable names
Andreas Gruenbacher
1
-23
/
+23
2014-07-10
drbd: silence underflow warning in read_in_block()
Dan Carpenter
1
-1
/
+1
2014-07-10
drbd: debugfs: add callback_history
Lars Ellenberg
1
-0
/
+6
2014-07-10
drbd: debugfs: Add in_flight_summary
Lars Ellenberg
1
-0
/
+8
2014-07-10
drbd: register peer requests on read_ee early
Lars Ellenberg
1
-11
/
+14
2014-07-10
drbd: track timing details of peer_requests
Lars Ellenberg
1
-30
/
+48
2014-07-10
drbd: improve throttling decisions of background resynchronisation
Lars Ellenberg
1
-7
/
+12
2014-07-10
drbd: also keep track of trim -> zero-out fallback peer_requests
Lars Ellenberg
1
-0
/
+5
[next]