index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-10
drbd: debugfs: Add in_flight_summary
Lars Ellenberg
4
-20
/
+255
2014-07-10
drbd: debugfs: deal with destructor racing with open of debugfs file
Lars Ellenberg
1
-4
/
+54
2014-07-10
drbd: debugfs: add in_flight_summary data
Lars Ellenberg
1
-0
/
+196
2014-07-10
drbd: debugfs: add basic hierarchy
Lars Ellenberg
5
-5
/
+278
2014-07-10
drbd: track details of bitmap IO
Lars Ellenberg
3
-36
/
+51
2014-07-10
drbd: register peer requests on read_ee early
Lars Ellenberg
1
-11
/
+14
2014-07-10
drbd: track timing details of peer_requests
Lars Ellenberg
3
-30
/
+64
2014-07-10
drbd: improve throttling decisions of background resynchronisation
Lars Ellenberg
7
-18
/
+51
2014-07-10
drbd: add caching oldest request pointers for replication stages
Lars Ellenberg
2
-40
/
+136
2014-07-10
drbd: add lists to find oldest pending requests
Lars Ellenberg
3
-14
/
+49
2014-07-10
drbd: gather detailed timing statistics for drbd_requests
Lars Ellenberg
4
-38
/
+119
2014-07-10
drbd: track meta data IO intent, start and submit time
Lars Ellenberg
5
-27
/
+35
2014-07-10
drbd: fix drbd_destroy_device reference count updates
Lars Ellenberg
1
-5
/
+9
2014-07-10
drbd: poison free'd device, resource and connection structs
Lars Ellenberg
1
-0
/
+3
2014-07-10
drbd: also keep track of trim -> zero-out fallback peer_requests
Lars Ellenberg
1
-0
/
+5
2014-07-10
drbd: consistently use list_add_tail for peer_request tracking
Lars Ellenberg
2
-3
/
+3
2014-07-10
drbd: drop drbd_md_flush
Lars Ellenberg
2
-22
/
+1
2014-07-10
drbd: add drbd_queue_work_if_unqueued helper
Lars Ellenberg
2
-4
/
+15
2014-07-10
drbd: drbd_rs_number_requests: fix unit mismatch in comparison
Lars Ellenberg
1
-4
/
+9
2014-07-10
drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)
Lars Ellenberg
4
-24
/
+23
2014-07-10
drbd: clear CRASHED_PRIMARY only after successful resync
Lars Ellenberg
1
-1
/
+2
2014-07-10
drbd: improve resync request throttling due to sendbuf size
Lars Ellenberg
1
-9
/
+14
2014-07-10
block: Convert last uses of __FUNCTION__ to __func__
Joe Perches
1
-4
/
+4
2014-07-10
drivers/block: Use RCU_INIT_POINTER(x, NULL) in drbd/drbd_state.c
Monam Agarwal
1
-1
/
+1
2014-07-10
drbd: short-circuit in maybe_pull_ahead
Lars Ellenberg
1
-0
/
+3
2014-07-10
drbd: application writes may set-in-sync in protocol != C
Lars Ellenberg
4
-31
/
+49
2014-07-10
drbd: New net configuration option socket-check-timeout
Philipp Reisner
1
-16
/
+30
2014-07-10
drbd: Limit the time we are waiting for the first packet on an accepted socket
Philipp Reisner
1
-0
/
+10
2014-07-10
drbd: implement csums-after-crash-only
Lars Ellenberg
3
-4
/
+24
2014-07-10
drbd: don't implicitly resize Diskless node beyond end of device
Lars Ellenberg
1
-3
/
+16
2014-07-10
drbd: fix bogus resync stats in /proc/drbd
Lars Ellenberg
2
-76
/
+75
2014-07-10
drbd: Remove unnecessary/unused code
Andreas Gruenbacher
3
-20
/
+1
2014-07-10
drbd: silence -Wmissing-prototypes warnings
Lars Ellenberg
5
-7
/
+7
2014-07-10
drbd: drop wrong debugging aid
Lars Ellenberg
1
-17
/
+0
2014-07-10
drbd: get rid of drbd_queue_work_front
Lars Ellenberg
5
-81
/
+12
2014-07-10
drbd: use drbd_device_post_work() in more places
Lars Ellenberg
3
-48
/
+20
2014-07-10
drbd: make sure disk cleanup happens in worker context
Lars Ellenberg
5
-90
/
+120
2014-07-10
drbd: close race when detaching from disk
Lars Ellenberg
2
-6
/
+14
2014-07-10
drbd: explicitly submit meta data requests with REQ_NOIDLE
Lars Ellenberg
1
-1
/
+1
2014-07-10
drbd: move set_disk_ro() to after we persisted the new role
Lars Ellenberg
1
-3
/
+1
2014-07-10
drbd: trigger tcp_push_pending_frames() for PING and PING_ACK
Lars Ellenberg
1
-0
/
+5
2014-07-10
drbd: re-add lost conf_mutex protection in drbd_set_role
Lars Ellenberg
1
-2
/
+2
2014-07-10
drbd: stop the meta data sync timer before open coded meta data sync
Lars Ellenberg
1
-0
/
+4
2014-07-10
drbd: fix resync finished detection
Lars Ellenberg
4
-205
/
+197
2014-07-10
drbd: fix a race stopping the worker thread
Lars Ellenberg
1
-0
/
+3
2014-07-10
drbd: get rid of atomic update on disk bitmap works
Lars Ellenberg
5
-125
/
+66
2014-07-10
drbd: allow write-ordering policy to be bumped up again
Lars Ellenberg
2
-3
/
+13
2014-07-10
drbd: refactor use of first_peer_device()
Lars Ellenberg
5
-88
/
+105
2014-07-10
drbd: reduce number of spinlock drop/re-aquire cycles
Lars Ellenberg
1
-6
/
+14
2014-07-10
drbd: rename drbd_free_bc() to drbd_free_ldev()
Philipp Reisner
2
-5
/
+5
[next]