index
:
kernel_samsung_smdk4412
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
drbd: fix regression, we need to close drbd epochs during normal operation
Lars Ellenberg
2011-03-10
1
-3
/
+8
*
drbd: Implemented the before-resync-source handler
Philipp Reisner
2011-03-10
1
-0
/
+14
*
drbd: --force option for disconnect
Philipp Reisner
2011-03-10
1
-0
/
+15
*
drbd: add packet_type 27 (return_code_only) to netlink api
Lars Ellenberg
2011-03-10
1
-2
/
+4
*
drbd: use kzalloc and memset(,0,) to start with clean buffers in drbd_nl
Lars Ellenberg
2011-03-10
1
-2
/
+3
*
drbd: remove /proc/drbd before unregistering from netlink
Lars Ellenberg
2011-03-10
1
-2
/
+11
*
drbd: increase module count on /proc/drbd access
Lars Ellenberg
2011-03-10
1
-2
/
+11
*
drbd: Removed 20 seconds upper bound for side-stepping
Philipp Reisner
2011-03-10
1
-3
/
+4
*
drbd: Becoming sync target may not happen out of < C_WF_REPORT_PARAMS
Philipp Reisner
2011-03-10
1
-0
/
+4
*
drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmap
Philipp Reisner
2011-03-10
4
-31
/
+39
*
drbd: Improvements in sanitize_state()
Philipp Reisner
2011-03-10
1
-55
/
+89
*
drbd: Fixed race condition in drbd_queue_bitmap_io
Philipp Reisner
2011-03-10
1
-0
/
+2
*
drbd: Fixed inc_ap_bio()
Philipp Reisner
2011-03-10
1
-17
/
+14
*
drbd: use test_and_set_bit() to decide if bm_io_work should be queued
Philipp Reisner
2011-03-10
1
-4
/
+2
*
drbd: Begin to account BIO processing time before inc_ap_bio()
Philipp Reisner
2011-03-10
2
-5
/
+8
*
drbd: Implemented side-stepping in drbd_res_begin_io()
Philipp Reisner
2011-03-10
1
-5
/
+19
*
drbd: Make some functions static
Philipp Reisner
2011-03-10
2
-5
/
+6
*
drbd: Implemented priority inheritance for resync requests
Philipp Reisner
2011-03-10
4
-20
/
+27
*
drbd: Do not cleanup resync LRU for the Ahead/Behind SyncSource/SyncTarget tr...
Philipp Reisner
2011-03-10
1
-2
/
+7
*
drbd: When proxy's buffer drained off go into regular resync mode
Philipp Reisner
2011-03-10
4
-2
/
+22
*
drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNC
Philipp Reisner
2011-03-10
7
-18
/
+90
*
drbd: Implemented two new connection states Ahead/Behind
Philipp Reisner
2011-03-10
5
-3
/
+41
*
drbd: New configuration parameters for dealing with network congestion
Philipp Reisner
2011-03-10
1
-0
/
+7
*
drbd: Track the numbers of sectors in flight
Philipp Reisner
2011-03-10
4
-6
/
+21
*
drbd: Renamed write_flags_to_bio() to wire_flags_to_bio()
Lars Ellenberg
2011-03-10
1
-14
/
+14
*
drbd: restore compatibility with 32bit kernels
Lars Ellenberg
2011-03-10
1
-4
/
+4
*
drbd: properly use max_hw_sectors to limit the our bio size
Lars Ellenberg
2011-03-10
7
-42
/
+41
*
drbd: debug: limit nelink-broadcast of request on digest mismatch to 32k
Lars Ellenberg
2011-03-10
1
-2
/
+5
*
drbd: detect modification of in-flight buffers
Lars Ellenberg
2011-03-10
2
-2
/
+29
*
drbd: further converge progress display of resync and online-verify
Lars Ellenberg
2011-03-10
2
-19
/
+31
*
drbd: fix potential wrap of 32bit oos:%lu display in /proc/drbd
Lars Ellenberg
2011-03-10
1
-2
/
+3
*
drbd: use the resync controller for online-verify requests as well
Lars Ellenberg
2011-03-10
4
-9
/
+14
*
drbd: factor out drbd_rs_number_requests
Lars Ellenberg
2011-03-10
1
-32
/
+29
*
drbd: factor out drbd_rs_controller_reset
Lars Ellenberg
2011-03-10
2
-7
/
+13
*
drbd: show progress bar and ETA for online-verify
Lars Ellenberg
2011-03-10
2
-13
/
+44
*
drbd: advance progress step marks for online-verify
Lars Ellenberg
2011-03-10
3
-2
/
+15
*
drbd: factor out advancement of resync marks for progress reporting
Lars Ellenberg
2011-03-10
1
-13
/
+17
*
drbd: initialize online-verify progress tracking on verify target
Lars Ellenberg
2011-03-10
1
-0
/
+6
*
drbd: improve online-verify progress tracking
Lars Ellenberg
2011-03-10
3
-17
/
+20
*
drbd: only reset online-verify start sector if verify completed
Lars Ellenberg
2011-03-10
1
-3
/
+6
*
Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core
Jens Axboe
2011-03-10
14
-143
/
+7
|
\
|
*
block: kill off REQ_UNPLUG
Jens Axboe
2011-03-10
4
-12
/
+4
|
*
block: remove per-queue plugging
Jens Axboe
2011-03-10
14
-131
/
+3
*
|
pktcdvd: Convert to bdops->check_events()
Tejun Heo
2011-03-09
1
-4
/
+9
*
|
umem: Drop dummy ->media_changed()
Tejun Heo
2011-03-09
1
-10
/
+0
*
|
xsysace: Convert to bdops->check_events()
Tejun Heo
2011-03-09
1
-4
/
+5
*
|
ub: Convert to bdops->check_events()
Tejun Heo
2011-03-09
1
-4
/
+6
*
|
swim[3]: Convert to bdops->check_events()
Tejun Heo
2011-03-09
2
-7
/
+12
*
|
dac960: Convert to bdops->check_events()
Tejun Heo
2011-03-09
1
-3
/
+5
*
|
paride: Convert to bdops->check_events()
Tejun Heo
2011-03-09
3
-14
/
+21
[prev]
[next]