index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
drbd.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
drbd: switch from kmalloc() to kmalloc_array()
Roland Kammerer
2017-08-29
1
-1
/
+1
*
drbd: correctly handle failed crypto_alloc_hash
Lars Ellenberg
2016-06-13
1
-1
/
+1
*
drbd: code cleanups without semantic changes
Fabian Frederick
2016-06-13
1
-0
/
+8
*
drbd: make drbd known to lsblk: use bd_link_disk_holder
Lars Ellenberg
2015-11-25
1
-1
/
+1
*
drbd: drop remnants of connector -- we don't use it anymore in drbd 8.4
Lars Ellenberg
2015-11-25
1
-1
/
+0
*
drbd: Backport the "events2" command
Andreas Gruenbacher
2015-11-25
1
-0
/
+16
*
drbd: Move enum write_ordering_e to drbd.h
Andreas Gruenbacher
2015-11-25
1
-0
/
+7
*
drbd: Minor cleanups
Andreas Gruenbacher
2014-11-10
1
-1
/
+1
*
drbd: silence underflow warning in read_in_block()
Dan Carpenter
2014-07-10
1
-1
/
+1
*
drbd: device->ldev is not guaranteed on an D_ATTACHING disk
Philipp Reisner
2014-07-10
1
-1
/
+1
*
drbd: Move string function prototypes from linux/drbd.h to drbd_string.h
Andreas Gruenbacher
2014-02-17
1
-6
/
+0
*
drbd: Define the size of res_opts->cpu_mask in a single place
Andreas Gruenbacher
2014-02-17
1
-0
/
+2
*
drbd: Allow online change of al-stripes and al-stripe-size
Philipp Reisner
2013-06-28
1
-1
/
+5
*
drbd: use sched_setscheduler()
Philipp Reisner
2013-03-28
1
-1
/
+1
*
drbd: Fix disconnect to keep the peer disk state if connection breaks during ...
Philipp Reisner
2013-03-28
1
-1
/
+2
*
drbd: Broadcast sync progress no more often than once per second
Philipp Reisner
2012-11-09
1
-2
/
+2
*
drbd: disambiguation, s/ERR_DISCARD/ERR_DISCARD_IMPOSSIBLE/
Lars Ellenberg
2012-11-09
1
-1
/
+1
*
drbd: introduce stop-sector to online verify
Lars Ellenberg
2012-11-09
1
-1
/
+1
*
drbd: New disk option al-updates
Philipp Reisner
2012-11-08
1
-0
/
+1
*
drbd: Load balancing method: striping
Philipp Reisner
2012-11-08
1
-0
/
+6
*
drbd: Load balancing of read requests
Philipp Reisner
2012-11-08
1
-0
/
+8
*
drbd: on attach, enforce clean meta data
Lars Ellenberg
2012-11-08
1
-1
/
+9
*
drbd: Use the terminology suggested by the command names in the source code a...
Andreas Gruenbacher
2012-11-08
1
-2
/
+2
*
drbd: spelling fix: too small
Lars Ellenberg
2012-11-08
1
-2
/
+2
*
drbd: Refuse to change network options online when...
Philipp Reisner
2012-11-08
1
-0
/
+1
*
drbd: Fix the upper limit of resync-after
Andreas Gruenbacher
2012-11-08
1
-2
/
+2
*
drbd: Allow online change of replication protocol only with agreed_pv >= 100
Philipp Reisner
2012-11-08
1
-0
/
+1
*
drbd: Introduce protocol version 100 headers
Andreas Gruenbacher
2012-11-08
1
-0
/
+1
*
drbd: Converted drbd_try_outdate_peer() from mdev to tconn
Philipp Reisner
2012-11-08
1
-1
/
+2
*
drbd: Allow volumes to become primary only on one side
Philipp Reisner
2012-11-04
1
-1
/
+2
*
drbd: switch configuration interface from connector to genetlink
Lars Ellenberg
2012-11-04
1
-34
/
+1
*
drbd: Implemented new commands to create/delete connections/minors
Philipp Reisner
2011-10-14
1
-0
/
+3
*
drbd: Preparing the connector interface to operator on connections
Philipp Reisner
2011-10-14
1
-4
/
+15
*
drbd: new on-disk activity log transaction format
Lars Ellenberg
2011-10-14
1
-0
/
+4
*
drbd: Use new header layout
Philipp Reisner
2011-09-28
1
-1
/
+1
*
drbd: Get rid of BE_DRBD_MAGIC and BE_DRBD_MAGIC_BIG
Andreas Gruenbacher
2011-08-25
1
-2
/
+0
*
drbd: Fix spelling
Bart Van Assche
2011-05-24
1
-4
/
+4
*
drbd: fix schedule in atomic
Lars Ellenberg
2011-05-24
1
-1
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-2
/
+2
*
drbd: Remove unused function atodb_endio()
Andreas Gruenbacher
2011-03-10
1
-1
/
+1
*
drbd: Provide hints with the error message when clearing the sync pause flag
Philipp Reisner
2011-03-10
1
-0
/
+2
*
drbd: Rename enum drbd_state_ret_codes to enum drbd_state_rv
Andreas Gruenbacher
2011-03-10
1
-2
/
+2
*
drbd: Rename enum drbd_ret_codes to enum drbd_ret_code
Andreas Gruenbacher
2011-03-10
1
-1
/
+1
*
drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNC
Philipp Reisner
2011-03-10
1
-1
/
+1
*
drbd: Implemented two new connection states Ahead/Behind
Philipp Reisner
2011-03-10
1
-0
/
+4
*
drbd: New configuration parameters for dealing with network congestion
Philipp Reisner
2011-03-10
1
-0
/
+7
*
drbd: Silenced an assert
Philipp Reisner
2010-10-22
1
-1
/
+1
*
drbd: add race-breaker to drbd_go_diskless
Lars Ellenberg
2010-10-15
1
-1
/
+1
*
drbd: fix unlikely access after free and list corruption
Lars Ellenberg
2010-10-14
1
-2
/
+2
*
drbd: Track the reasons to suspend IO in dedicated state bits
Philipp Reisner
2010-10-14
1
-3
/
+7
[next]