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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-14
drbd: Removed a race that could cause unexpected execution of w_make_resync_r...
Philipp Reisner
4
-30
/
+11
2010-10-14
drbd: implicitly create unconfigured devices on sync-after dependencies
Lars Ellenberg
1
-35
/
+41
2010-10-14
drbd: fix race on meta-data update
Lars Ellenberg
1
-4
/
+1
2010-10-14
drbd: fix race between deconfiguring and reconfiguring network
Lars Ellenberg
1
-2
/
+4
2010-10-14
drbd: Disable activity log updates when the whole device is out of sync
Philipp Reisner
8
-6
/
+80
2010-10-14
drbd: Actually allow BIOs up to 128k (was 32k).
Philipp Reisner
4
-5
/
+14
2010-10-14
drbd: receiving of big packets, for payloads between 64kByte and 4GByte
Philipp Reisner
2
-222
/
+171
2010-10-14
drbd: Sending of big packets, for payloads from 64KByte to 4GByte
Philipp Reisner
4
-112
/
+137
2010-10-14
drbd: Bugfix for regression introduced with f9bc8913c06022e
Philipp Reisner
1
-1
/
+3
2010-10-14
drbd: Microfix: Assigning sector once is sufficient
Philipp Reisner
1
-1
/
+0
2010-10-14
drbd: new configuration parameter c-min-rate
Lars Ellenberg
5
-17
/
+111
2010-10-14
drbd: reduce code duplication when receiving data requests
Lars Ellenberg
3
-50
/
+30
2010-10-14
drbd: use rolling marks for resync speed calculation
Lars Ellenberg
5
-45
/
+79
2010-10-14
drbd: remove outdated comment and dead code
Lars Ellenberg
1
-11
/
+0
2010-10-14
drbd: let drbd_free_ee implicitly free any digest
Lars Ellenberg
3
-8
/
+9
2010-10-14
drbd: Replaced some casts by an union. Improved comments
Philipp Reisner
3
-8
/
+12
2010-10-14
drbd: Bugfix: rs_in_flight could become wrong if read_for_csum() requested re...
Philipp Reisner
1
-1
/
+3
2010-10-14
drbd: The new, smarter resync speed controller
Philipp Reisner
5
-1
/
+151
2010-10-14
drbd: New sync_param packet, that includes the parameters of the new controller
Philipp Reisner
4
-8
/
+37
2010-10-14
drbd: New sync parameters for the smart resync rate controller
Philipp Reisner
2
-1
/
+9
2010-10-14
drbd: fix list corruption (recent regression)
Lars Ellenberg
1
-25
/
+17
2010-10-14
drbd: Initialize all members of sync_conf to their defaults [Bugz 315]
Philipp Reisner
1
-1
/
+2
2010-10-14
drbd: Make sure tl_restart(, resend) can not get called multiple times for a ...
Philipp Reisner
1
-16
/
+15
2010-10-14
drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspended
Philipp Reisner
4
-26
/
+43
2010-10-14
drbd: Allow attach while IO is suspended
Philipp Reisner
1
-1
/
+1
2010-10-14
drbd: Allow tl_restart() to do IO completion while IO is suspended
Philipp Reisner
1
-14
/
+20
2010-10-14
drbd: Fixed a deadlock, probably only affected UP machines
Philipp Reisner
3
-2
/
+4
2010-10-14
drbd: Do not do a hard state change when establishing a connection [bugz 304]
Philipp Reisner
1
-1
/
+3
2010-10-14
drbd: Ensure that the peer was not rebootet in the meantime before resending TL
Philipp Reisner
3
-5
/
+13
2010-10-14
drbd: Delayed creation of current-UUID
Philipp Reisner
3
-6
/
+27
2010-10-14
drbd: Run the fence-peer helper asynchronously
Philipp Reisner
3
-7
/
+25
2010-10-14
drbd: Reduce the verbosity of some state transitions
Philipp Reisner
1
-7
/
+1
2010-10-14
drbd: Removing a by now obsolete clause in the state sanitizing
Philipp Reisner
1
-3
/
+0
2010-10-14
drbd: Now we need to handle the ed_uuid of an diskless, unconnected primary c...
Philipp Reisner
2
-1
/
+8
2010-10-14
drbd: Disabled the crashed_primary detection for re-attach of last data while...
Philipp Reisner
1
-1
/
+3
2010-10-14
drbd: Do not allow a fencing-policy of resource-and-stonith with protocol A
Philipp Reisner
2
-2
/
+20
2010-10-14
drbd: Finished the "on-no-data-accessible suspend-io;" functionality
Philipp Reisner
6
-1
/
+83
2010-10-14
drbd: Removed redundant error checks in the request code path
Philipp Reisner
1
-15
/
+0
2010-10-14
drbd: factored drbd_req_make_private_bio() out of drbd_req_new()
Philipp Reisner
1
-9
/
+15
2010-10-14
drbd: Do not send two barriers without any writes between them
Philipp Reisner
1
-2
/
+7
2010-10-14
drbd: factored tl_restart() out of tl_clear().
Philipp Reisner
5
-40
/
+103
2010-10-14
drbd: mod_req has now a return value
Philipp Reisner
2
-6
/
+16
2010-10-14
drbd: Track all IO requests on the TL, not writes only
Philipp Reisner
4
-47
/
+23
2010-10-14
drbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch.n_writes
Philipp Reisner
3
-9
/
+9
2010-10-12
ps3disk: passing wrong variable to bvec_kunmap_irq()
Dan Carpenter
1
-1
/
+1
2010-10-09
virtio-blk: fix request leak.
Mike Snitzer
1
-1
/
+5
2010-10-05
block: autoconvert trivial BKL users to private mutex
Arnd Bergmann
24
-143
/
+164
2010-10-05
drivers: autoconvert trivial BKL users to private mutex
Arnd Bergmann
2
-12
/
+14
2010-09-27
Fix pktcdvd ioctl dev_minor range check
Dan Rosenberg
1
-1
/
+1
2010-09-26
amiga floppy: Compile failure fixes
Vivek Goyal
1
-3
/
+2
[prev]
[next]