index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
/
drbd_receiver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-13
1
-1
/
+2
*
drbd: code cleanups without semantic changes
Fabian Frederick
2016-06-13
1
-4
/
+4
*
drbd: sync_handshake: handle identical uuids with current (frozen) Primary
Lars Ellenberg
2016-06-13
1
-3
/
+44
*
drbd: introduce WRITE_SAME support
Lars Ellenberg
2016-06-13
1
-35
/
+102
*
drbd: report sizes if rejecting too small peer disk
Lars Ellenberg
2016-06-13
1
-3
/
+6
*
drbd: when receiving P_TRIM, zero-out partial unaligned chunks
Lars Ellenberg
2016-06-13
1
-25
/
+115
*
drbd: allow parallel flushes for multi-volume resources
Lars Ellenberg
2016-06-13
1
-25
/
+89
*
drbd: Create the protocol feature THIN_RESYNC
Philipp Reisner
2016-06-13
1
-1
/
+4
*
drbd: Implement handling of thinly provisioned storage on resync target nodes
Philipp Reisner
2016-06-13
1
-3
/
+85
*
drbd: change bitmap write-out when leaving resync states
Lars Ellenberg
2016-06-13
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-06
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
[next]