index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-22
drbd: fix memory leak
Dan Carpenter
1
-0
/
+1
2010-04-09
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
7
-47
/
+110
2010-04-02
drbd: lc_element_by_index() never returns NULL
Philipp Reisner
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2
-1
/
+1
2010-03-19
Merge branch 'master' into for-linus
Jens Axboe
2
-3
/
+3
2010-03-11
drbd: fix al-to-on-disk-bitmap for 4k logical_block_size
Lars Ellenberg
1
-4
/
+13
2010-03-11
drbd: Renamed overwrite_peer to primary_force
Philipp Reisner
1
-1
/
+1
2010-03-11
drbd: Forcing primary should also work for Consistent disks [Bugz 266]
Philipp Reisner
1
-2
/
+2
2010-03-11
drbd: Make sure we do not send state updates during an empty resync [Bugz 271]
Philipp Reisner
1
-2
/
+1
2010-03-11
drbd: Reduce the time an empty resync takes usually
Philipp Reisner
3
-3
/
+12
2010-03-11
drbd: add missing drbd command names to avoid <NULL> in error messages
Lars Ellenberg
1
-0
/
+3
2010-03-11
drbd_disconnect: grab meta.socket mutex as well
Lars Ellenberg
2
-3
/
+4
2010-03-11
fix unit of rs_same_csums accounting
Lars Ellenberg
1
-1
/
+2
2010-03-11
drbd: fix broken state change after split-brain attach while connected
Lars Ellenberg
1
-1
/
+6
2010-03-11
drbd: fix NULL pointer dereference on 4k hard sect size
Lars Ellenberg
1
-19
/
+19
2010-03-11
drbd: --dry-run option for drbdsetup net ( drbdadm -- --dry-run connect <res> )
Philipp Reisner
3
-5
/
+41
2010-03-11
block: drbd: Convert semaphore to mutex
Thomas Gleixner
1
-5
/
+5
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
2
-3
/
+3
2010-02-26
block: Consolidate phys_segment and hw_segment limits
Martin K. Petersen
1
-2
/
+1
2010-02-26
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
Martin K. Petersen
1
-1
/
+1
2010-02-09
tree-wide: Assorted spelling fixes
Daniel Mack
2
-3
/
+3
2010-01-25
drbd: null dereference bug
Dan Carpenter
1
-1
/
+1
2010-01-22
drbd: fix max_segment_size initialization
Lars Ellenberg
1
-1
/
+1
2010-01-12
drbd: Allow online resizing of DRBD devices while peer not reachable (needs t...
Philipp Reisner
3
-11
/
+15
2010-01-12
drbd: Don't go into StandAlone mode when authentification failes because of n...
Johannes Thoma
1
-9
/
+22
2010-01-07
drbd: check on CONFIG_LBDAF, not LBD
Lars Ellenberg
1
-1
/
+1
2010-01-04
drivers/block/drbd: Correct NULL test
Julia Lawall
1
-1
/
+1
2009-12-31
drbd: Silenced an assert that could triggered after changing write ordering m...
Philipp Reisner
1
-4
/
+5
2009-12-29
drbd: Kconfig fix
Johannes Thoma
1
-1
/
+1
2009-12-29
drbd: Fix for a race between IO and a detach operation [Bugz 262]
Philipp Reisner
1
-0
/
+1
2009-12-29
drbd: Use drbd_crypto_is_hash() instead of an open coded check
Philipp Reisner
1
-1
/
+1
2009-12-21
drbd: remove unused #include <linux/version.h>
Huang Weiyi
3
-3
/
+0
2009-12-21
drbd: remove duplicated #include
Huang Weiyi
1
-1
/
+0
2009-12-21
drbd: Fix test of unsigned in _drbd_fault_random()
Roel Kluin
1
-1
/
+1
2009-12-21
drbd: Constify struct file_operations
Emese Revfy
3
-3
/
+3
2009-12-09
drbd: Following the hmac change to SHASH (see linux commit 8bd1209cfff)
Philipp Reisner
1
-2
/
+1
2009-12-03
drbd_req.c: use part_[inc|dec]_in_flight()
Philipp Reisner
1
-2
/
+2
2009-11-24
Fixed a regression in resync decission code drbd_uuid_compare() [Bugz 260]
Philipp Reisner
1
-0
/
+1
2009-11-24
add missing state change on corrupt packet header in drbd_recv_header
Lars Ellenberg
1
-1
/
+3
2009-11-24
fix in-kernel configuration serialization
Lars Ellenberg
1
-1
/
+1
2009-11-04
drbd: performance - don't lose unplug events
Lars Ellenberg
1
-1
/
+6
2009-11-04
Do not deadlock in drbd_disconnect() [bugz 258]
Philipp Reisner
1
-4
/
+0
2009-11-04
drbdsetup X resume-io should be usable to resume IO [Bugz 256]
Philipp Reisner
1
-4
/
+3
2009-11-04
drbd: fix check for too large lower level device
Lars Ellenberg
1
-5
/
+9
2009-11-04
fix grammar in printk
Lars Ellenberg
1
-1
/
+1
2009-10-28
drbd: fix in_flight rw indexing
Jens Axboe
1
-2
/
+2
2009-10-07
drbd: needs __ratelimit()
Randy Dunlap
1
-0
/
+1
2009-10-06
drbd: Work on permission enforcement
Philipp Reisner
1
-1
/
+6
2009-10-05
drbd: fixup for reverted dual in_flight patch
Jens Axboe
1
-2
/
+2
2009-10-01
drbd: remove tracing bits
Jens Axboe
11
-1021
/
+3
[next]