index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-09-13
2
-9
/
+21
|
\
|
*
blk-mq: pass along blk_mq_alloc_tag_set return values
Robert Elliott
2014-09-02
2
-9
/
+21
*
|
rbd: fix error return code in rbd_dev_device_setup()
Wei Yongjun
2014-09-10
1
-1
/
+3
*
|
rbd: avoid format-security warning inside alloc_workqueue()
Ilya Dryomov
2014-09-10
1
-1
/
+1
|
/
*
Merge branch 'akpm' (fixes from Andrew Morton)
Linus Torvalds
2014-08-29
2
-4
/
+8
|
\
|
*
zram: fix incorrect stat with failed_reads
Chao Yu
2014-08-29
2
-4
/
+8
*
|
brd: add ram disk visibility option
Dmitry Monakhov
2014-08-21
1
-1
/
+5
*
|
block: systemace: Remove .owner field for driver
Michal Simek
2014-08-21
1
-1
/
+0
|
/
*
Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2014-08-14
3
-3
/
+3
|
\
|
*
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-08-12
3
-3
/
+3
*
|
Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-08-14
16
-1218
/
+2758
|
\
\
|
*
|
drbd: silence underflow warning in read_in_block()
Dan Carpenter
2014-07-10
1
-1
/
+1
|
*
|
drbd: implicitly truncate cpu-mask
Lars Ellenberg
2014-07-10
1
-0
/
+14
|
*
|
drbd: drop spurious parameters from _drbd_md_sync_page_io
Lars Ellenberg
2014-07-10
1
-7
/
+5
|
*
|
drbd: resync should only lock out specific ranges
Lars Ellenberg
2014-07-10
2
-53
/
+98
|
*
|
drbd: debugfs: add per device data_gen_id
Lars Ellenberg
2014-07-10
1
-0
/
+22
|
*
|
drbd: debugfs: add per connection oldest requests
Lars Ellenberg
2014-07-10
1
-0
/
+7
|
*
|
drbd: debugfs: add version tag to debugfs files
Lars Ellenberg
2014-07-10
1
-0
/
+52
|
*
|
drbd: debugfs: add per volume oldest_requests
Lars Ellenberg
2014-07-10
1
-5
/
+148
|
*
|
drbd: debugfs: add callback_history
Lars Ellenberg
2014-07-10
4
-3
/
+144
|
*
|
drbd: debugfs: Add in_flight_summary
Lars Ellenberg
2014-07-10
4
-20
/
+255
|
*
|
drbd: debugfs: deal with destructor racing with open of debugfs file
Lars Ellenberg
2014-07-10
1
-4
/
+54
|
*
|
drbd: debugfs: add in_flight_summary data
Lars Ellenberg
2014-07-10
1
-0
/
+196
|
*
|
drbd: debugfs: add basic hierarchy
Lars Ellenberg
2014-07-10
5
-5
/
+278
|
*
|
drbd: track details of bitmap IO
Lars Ellenberg
2014-07-10
3
-36
/
+51
|
*
|
drbd: register peer requests on read_ee early
Lars Ellenberg
2014-07-10
1
-11
/
+14
|
*
|
drbd: track timing details of peer_requests
Lars Ellenberg
2014-07-10
3
-30
/
+64
|
*
|
drbd: improve throttling decisions of background resynchronisation
Lars Ellenberg
2014-07-10
7
-18
/
+51
|
*
|
drbd: add caching oldest request pointers for replication stages
Lars Ellenberg
2014-07-10
2
-40
/
+136
|
*
|
drbd: add lists to find oldest pending requests
Lars Ellenberg
2014-07-10
3
-14
/
+49
|
*
|
drbd: gather detailed timing statistics for drbd_requests
Lars Ellenberg
2014-07-10
4
-38
/
+119
|
*
|
drbd: track meta data IO intent, start and submit time
Lars Ellenberg
2014-07-10
5
-27
/
+35
|
*
|
drbd: fix drbd_destroy_device reference count updates
Lars Ellenberg
2014-07-10
1
-5
/
+9
|
*
|
drbd: poison free'd device, resource and connection structs
Lars Ellenberg
2014-07-10
1
-0
/
+3
|
*
|
drbd: also keep track of trim -> zero-out fallback peer_requests
Lars Ellenberg
2014-07-10
1
-0
/
+5
|
*
|
drbd: consistently use list_add_tail for peer_request tracking
Lars Ellenberg
2014-07-10
2
-3
/
+3
|
*
|
drbd: drop drbd_md_flush
Lars Ellenberg
2014-07-10
2
-22
/
+1
|
*
|
drbd: add drbd_queue_work_if_unqueued helper
Lars Ellenberg
2014-07-10
2
-4
/
+15
|
*
|
drbd: drbd_rs_number_requests: fix unit mismatch in comparison
Lars Ellenberg
2014-07-10
1
-4
/
+9
|
*
|
drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)
Lars Ellenberg
2014-07-10
4
-24
/
+23
|
*
|
drbd: clear CRASHED_PRIMARY only after successful resync
Lars Ellenberg
2014-07-10
1
-1
/
+2
|
*
|
drbd: improve resync request throttling due to sendbuf size
Lars Ellenberg
2014-07-10
1
-9
/
+14
|
*
|
block: Convert last uses of __FUNCTION__ to __func__
Joe Perches
2014-07-10
1
-4
/
+4
|
*
|
drivers/block: Use RCU_INIT_POINTER(x, NULL) in drbd/drbd_state.c
Monam Agarwal
2014-07-10
1
-1
/
+1
|
*
|
drbd: short-circuit in maybe_pull_ahead
Lars Ellenberg
2014-07-10
1
-0
/
+3
|
*
|
drbd: application writes may set-in-sync in protocol != C
Lars Ellenberg
2014-07-10
4
-31
/
+49
|
*
|
drbd: New net configuration option socket-check-timeout
Philipp Reisner
2014-07-10
1
-16
/
+30
|
*
|
drbd: Limit the time we are waiting for the first packet on an accepted socket
Philipp Reisner
2014-07-10
1
-0
/
+10
|
*
|
drbd: implement csums-after-crash-only
Lars Ellenberg
2014-07-10
3
-4
/
+24
|
*
|
drbd: don't implicitly resize Diskless node beyond end of device
Lars Ellenberg
2014-07-10
1
-3
/
+16
[next]