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: 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
*
drbd: report sizes if rejecting too small peer disk
Lars Ellenberg
2016-06-14
1
-3
/
+6
*
drbd: when receiving P_TRIM, zero-out partial unaligned chunks
Lars Ellenberg
2016-06-14
1
-25
/
+115
*
drbd: allow parallel flushes for multi-volume resources
Lars Ellenberg
2016-06-14
1
-25
/
+89
*
drbd: Create the protocol feature THIN_RESYNC
Philipp Reisner
2016-06-14
1
-1
/
+4
*
drbd: Implement handling of thinly provisioned storage on resync target nodes
Philipp Reisner
2016-06-14
1
-3
/
+85
*
drbd: change bitmap write-out when leaving resync states
Lars Ellenberg
2016-06-14
1
-3
/
+5
*
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
2016-06-07
1
-1
/
+1
*
drbd: use bio op accessors
Mike Christie
2016-06-07
1
-12
/
+24
*
drbd: Use shash and ahash
Herbert Xu
2016-01-27
1
-30
/
+26
*
drbd: use resource name in workqueue
Lars Ellenberg
2015-11-25
1
-1
/
+4
*
drbd: Create a dedicated workqueue for sending acks on the control connection
Philipp Reisner
2015-11-25
1
-88
/
+115
*
drbd: Rename asender to ack_receiver
Philipp Reisner
2015-11-25
1
-3
/
+3
*
drbd: Backport the "events2" command
Andreas Gruenbacher
2015-11-25
1
-6
/
+0
*
drbd: Move enum write_ordering_e to drbd.h
Andreas Gruenbacher
2015-11-25
1
-14
/
+14
*
drbd: Get rid of some first_peer_device() calls
Andreas Gruenbacher
2015-11-25
1
-4
/
+4
*
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-11-07
1
-1
/
+2
*
net: Add a struct net parameter to sock_create_kern
Eric W. Biederman
2015-05-11
1
-2
/
+2
*
block: Add discard flag to blkdev_issue_zeroout() function
Martin K. Petersen
2015-01-21
1
-1
/
+1
*
drbd: fix resync throttling initialization
Lars Ellenberg
2014-11-10
1
-1
/
+1
*
drbd: Improve asender performance
Lars Ellenberg
2014-09-11
1
-0
/
+6
*
drbd: Use better variable names
Andreas Gruenbacher
2014-09-11
1
-23
/
+23
*
drbd: silence underflow warning in read_in_block()
Dan Carpenter
2014-07-10
1
-1
/
+1
*
drbd: debugfs: add callback_history
Lars Ellenberg
2014-07-10
1
-0
/
+6
*
drbd: debugfs: Add in_flight_summary
Lars Ellenberg
2014-07-10
1
-0
/
+8
*
drbd: register peer requests on read_ee early
Lars Ellenberg
2014-07-10
1
-11
/
+14
*
drbd: track timing details of peer_requests
Lars Ellenberg
2014-07-10
1
-30
/
+48
*
drbd: improve throttling decisions of background resynchronisation
Lars Ellenberg
2014-07-10
1
-7
/
+12
*
drbd: also keep track of trim -> zero-out fallback peer_requests
Lars Ellenberg
2014-07-10
1
-0
/
+5
*
drbd: consistently use list_add_tail for peer_request tracking
Lars Ellenberg
2014-07-10
1
-2
/
+2
*
drbd: application writes may set-in-sync in protocol != C
Lars Ellenberg
2014-07-10
1
-0
/
+3
*
drbd: New net configuration option socket-check-timeout
Philipp Reisner
2014-07-10
1
-16
/
+30
*
drbd: Limit the time we are waiting for the first packet on an accepted socket
Philipp Reisner
2014-07-10
1
-0
/
+10
*
drbd: implement csums-after-crash-only
Lars Ellenberg
2014-07-10
1
-0
/
+2
*
drbd: don't implicitly resize Diskless node beyond end of device
Lars Ellenberg
2014-07-10
1
-3
/
+16
*
drbd: silence -Wmissing-prototypes warnings
Lars Ellenberg
2014-07-10
1
-2
/
+1
*
drbd: get rid of drbd_queue_work_front
Lars Ellenberg
2014-07-10
1
-1
/
+1
*
drbd: allow write-ordering policy to be bumped up again
Lars Ellenberg
2014-07-10
1
-2
/
+4
[next]