index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
drbd: Terminate a connection early if sending the protocol fails
Philipp Reisner
2010-04-22
1
-1
/
+2
*
drbd: fix memory leak
Dan Carpenter
2010-04-22
1
-0
/
+1
*
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-04-09
7
-47
/
+110
|
\
|
*
drbd: lc_element_by_index() never returns NULL
Philipp Reisner
2010-04-02
1
-1
/
+1
|
*
Merge branch 'master' into for-linus
Jens Axboe
2010-03-19
2
-3
/
+3
|
|
\
|
*
|
drbd: fix al-to-on-disk-bitmap for 4k logical_block_size
Lars Ellenberg
2010-03-11
1
-4
/
+13
|
*
|
drbd: Renamed overwrite_peer to primary_force
Philipp Reisner
2010-03-11
1
-1
/
+1
|
*
|
drbd: Forcing primary should also work for Consistent disks [Bugz 266]
Philipp Reisner
2010-03-11
1
-2
/
+2
|
*
|
drbd: Make sure we do not send state updates during an empty resync [Bugz 271]
Philipp Reisner
2010-03-11
1
-2
/
+1
|
*
|
drbd: Reduce the time an empty resync takes usually
Philipp Reisner
2010-03-11
3
-3
/
+12
|
*
|
drbd: add missing drbd command names to avoid <NULL> in error messages
Lars Ellenberg
2010-03-11
1
-0
/
+3
|
*
|
drbd_disconnect: grab meta.socket mutex as well
Lars Ellenberg
2010-03-11
2
-3
/
+4
|
*
|
fix unit of rs_same_csums accounting
Lars Ellenberg
2010-03-11
1
-1
/
+2
|
*
|
drbd: fix broken state change after split-brain attach while connected
Lars Ellenberg
2010-03-11
1
-1
/
+6
|
*
|
drbd: fix NULL pointer dereference on 4k hard sect size
Lars Ellenberg
2010-03-11
1
-19
/
+19
|
*
|
drbd: --dry-run option for drbdsetup net ( drbdadm -- --dry-run connect <res> )
Philipp Reisner
2010-03-11
3
-5
/
+41
|
*
|
block: drbd: Convert semaphore to mutex
Thomas Gleixner
2010-03-11
1
-5
/
+5
*
|
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
2
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'for-next' into for-linus
Jiri Kosina
2010-03-08
2
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
tree-wide: Assorted spelling fixes
Daniel Mack
2010-02-09
2
-3
/
+3
*
|
block: Consolidate phys_segment and hw_segment limits
Martin K. Petersen
2010-02-26
1
-2
/
+1
*
|
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
Martin K. Petersen
2010-02-26
1
-1
/
+1
|
/
*
drbd: null dereference bug
Dan Carpenter
2010-01-25
1
-1
/
+1
*
drbd: fix max_segment_size initialization
Lars Ellenberg
2010-01-22
1
-1
/
+1
*
drbd: Allow online resizing of DRBD devices while peer not reachable (needs t...
Philipp Reisner
2010-01-12
3
-11
/
+15
*
drbd: Don't go into StandAlone mode when authentification failes because of n...
Johannes Thoma
2010-01-12
1
-9
/
+22
*
drbd: check on CONFIG_LBDAF, not LBD
Lars Ellenberg
2010-01-07
1
-1
/
+1
*
drivers/block/drbd: Correct NULL test
Julia Lawall
2010-01-04
1
-1
/
+1
*
drbd: Silenced an assert that could triggered after changing write ordering m...
Philipp Reisner
2009-12-31
1
-4
/
+5
*
drbd: Kconfig fix
Johannes Thoma
2009-12-29
1
-1
/
+1
*
drbd: Fix for a race between IO and a detach operation [Bugz 262]
Philipp Reisner
2009-12-29
1
-0
/
+1
*
drbd: Use drbd_crypto_is_hash() instead of an open coded check
Philipp Reisner
2009-12-29
1
-1
/
+1
*
drbd: remove unused #include <linux/version.h>
Huang Weiyi
2009-12-21
3
-3
/
+0
*
drbd: remove duplicated #include
Huang Weiyi
2009-12-21
1
-1
/
+0
*
drbd: Fix test of unsigned in _drbd_fault_random()
Roel Kluin
2009-12-21
1
-1
/
+1
*
drbd: Constify struct file_operations
Emese Revfy
2009-12-21
3
-3
/
+3
*
drbd: Following the hmac change to SHASH (see linux commit 8bd1209cfff)
Philipp Reisner
2009-12-09
1
-2
/
+1
*
drbd_req.c: use part_[inc|dec]_in_flight()
Philipp Reisner
2009-12-03
1
-2
/
+2
*
Fixed a regression in resync decission code drbd_uuid_compare() [Bugz 260]
Philipp Reisner
2009-11-24
1
-0
/
+1
*
add missing state change on corrupt packet header in drbd_recv_header
Lars Ellenberg
2009-11-24
1
-1
/
+3
*
fix in-kernel configuration serialization
Lars Ellenberg
2009-11-24
1
-1
/
+1
*
drbd: performance - don't lose unplug events
Lars Ellenberg
2009-11-04
1
-1
/
+6
*
Do not deadlock in drbd_disconnect() [bugz 258]
Philipp Reisner
2009-11-04
1
-4
/
+0
*
drbdsetup X resume-io should be usable to resume IO [Bugz 256]
Philipp Reisner
2009-11-04
1
-4
/
+3
*
drbd: fix check for too large lower level device
Lars Ellenberg
2009-11-04
1
-5
/
+9
*
fix grammar in printk
Lars Ellenberg
2009-11-04
1
-1
/
+1
*
drbd: fix in_flight rw indexing
Jens Axboe
2009-10-28
1
-2
/
+2
*
drbd: needs __ratelimit()
Randy Dunlap
2009-10-07
1
-0
/
+1
*
drbd: Work on permission enforcement
Philipp Reisner
2009-10-06
1
-1
/
+6
*
drbd: fixup for reverted dual in_flight patch
Jens Axboe
2009-10-05
1
-2
/
+2
[next]