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 git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2010-10-22
1
-1
/
+1
|
\
|
*
USB: storage: Use USB_ prefix instead of US_ prefix
Michal Nazarewicz
2010-10-22
1
-1
/
+1
*
|
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-10-22
9
-84
/
+41
|
\
\
|
*
|
xen-blkfront: disable barrier/flush write support
Jens Axboe
2010-10-22
1
-0
/
+7
|
*
|
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
Jens Axboe
2010-10-19
5
-6
/
+20
|
|
\
\
|
*
|
|
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
2010-09-16
2
-3
/
+2
|
*
|
|
virtio_blk: drop REQ_HARDBARRIER support
Tejun Heo
2010-09-10
1
-13
/
+4
|
*
|
|
block/loop: implement REQ_FLUSH/FUA support
Tejun Heo
2010-09-10
1
-9
/
+9
|
*
|
|
block: remove spurious uses of REQ_HARDBARRIER
Tejun Heo
2010-09-10
2
-3
/
+1
|
*
|
|
block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()
Tejun Heo
2010-09-10
6
-51
/
+24
|
*
|
|
block: kill QUEUE_ORDERED_BY_TAG
Tejun Heo
2010-09-10
3
-15
/
+4
|
*
|
|
block/loop: queue ordered mode should be DRAIN_FLUSH
Tejun Heo
2010-09-10
1
-1
/
+1
*
|
|
|
Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-10-22
15
-1372
/
+2390
|
\
\
\
\
|
*
|
|
|
cciss: fix PCI IDs for new Smart Array controllers
Mike Miller
2010-10-19
1
-10
/
+12
|
*
|
|
|
drbd: add race-breaker to drbd_go_diskless
Lars Ellenberg
2010-10-15
1
-0
/
+3
|
*
|
|
|
drbd: use dynamic_dev_dbg to optionally log uuid changes
Lars Ellenberg
2010-10-15
1
-1
/
+31
|
*
|
|
|
drbd: cleanup: change "<= 0" to "== 0"
Dan Carpenter
2010-10-14
1
-1
/
+1
|
*
|
|
|
drbd: relax the grace period of the md_sync timer again
Lars Ellenberg
2010-10-14
1
-2
/
+2
|
*
|
|
|
drbd: add some more explicit drbd_md_sync
Lars Ellenberg
2010-10-14
1
-0
/
+5
|
*
|
|
|
drbd: drop wrong debug asserts, fix recently introduced race
Lars Ellenberg
2010-10-14
1
-9
/
+19
|
*
|
|
|
drbd: cleanup useless leftover warn/error printk's
Lars Ellenberg
2010-10-14
2
-6
/
+1
|
*
|
|
|
drbd: add explicit drbd_md_sync to drbd_resync_finished
Lars Ellenberg
2010-10-14
1
-0
/
+2
|
*
|
|
|
drbd: Do not log an ASSERT for P_OV_REQUEST packets while C_CONNECTED
Philipp Reisner
2010-10-14
1
-8
/
+22
|
*
|
|
|
drbd: fix for possible deadlock on IO error during resync
Lars Ellenberg
2010-10-14
2
-22
/
+54
|
*
|
|
|
drbd: fix unlikely access after free and list corruption
Lars Ellenberg
2010-10-14
2
-0
/
+32
|
*
|
|
|
drbd: fix for spurious fullsync (uuids rotated too fast)
Lars Ellenberg
2010-10-14
2
-11
/
+36
|
*
|
|
|
drbd: allow for explicit resync-finished notifications
Lars Ellenberg
2010-10-14
1
-0
/
+34
|
*
|
|
|
drbd: preparation commit, using full state in receive_state()
Lars Ellenberg
2010-10-14
1
-21
/
+18
|
*
|
|
|
drbd: drbd_send_ack_dp must not rely on header information
Lars Ellenberg
2010-10-14
3
-8
/
+9
|
*
|
|
|
drbd: Fix regression in recv_bm_rle_bits (compressed bitmap)
Lars Ellenberg
2010-10-14
1
-12
/
+15
|
*
|
|
|
drbd: Fixed a stupid copy and paste error
Philipp Reisner
2010-10-14
1
-1
/
+1
|
*
|
|
|
drbd: Allow larger values for c-fill-target.
Philipp Reisner
2010-10-14
1
-1
/
+1
|
*
|
|
|
drbd: fix possible access after free
Lars Ellenberg
2010-10-14
1
-1
/
+3
|
*
|
|
|
drbd: protocol compatibility for maximum packet sizes
Lars Ellenberg
2010-10-14
2
-3
/
+17
|
*
|
|
|
drbd: Track the reasons to suspend IO in dedicated state bits
Philipp Reisner
2010-10-14
6
-27
/
+52
|
*
|
|
|
drbd: DIV_ROUND_UP not needed here
Lars Ellenberg
2010-10-14
1
-1
/
+1
|
*
|
|
|
drbd: Fixed compatibility with protocol versions smaller than 95
Philipp Reisner
2010-10-14
1
-2
/
+3
|
*
|
|
|
drbd: fix for spurious full sync (becoming sync target looked like invalidate)
Lars Ellenberg
2010-10-14
1
-2
/
+3
|
*
|
|
|
drbd: cosmetic, don't report resync for online-verify
Lars Ellenberg
2010-10-14
1
-5
/
+7
|
*
|
|
|
drbd: fix spurious protocol error
Lars Ellenberg
2010-10-14
1
-1
/
+2
|
*
|
|
|
drbd: fix potential kernel BUG (NULL deref)
Lars Ellenberg
2010-10-14
2
-6
/
+19
|
*
|
|
|
drbd: don't count sendpage()d pages only referenced by tcp as in use
Lars Ellenberg
2010-10-14
4
-12
/
+27
|
*
|
|
|
drbd: Adding support for BIO/Request flags: REQ_FUA, REQ_FLUSH and REQ_DISCARD
Philipp Reisner
2010-10-14
3
-22
/
+34
|
*
|
|
|
drbd: drbd_md_sync before calling user space helpers
Lars Ellenberg
2010-10-14
1
-0
/
+4
|
*
|
|
|
drbd: fix race on meta-data update, addendum
Lars Ellenberg
2010-10-14
2
-5
/
+31
|
*
|
|
|
drbd: Removed a race that could cause unexpected execution of w_make_resync_r...
Philipp Reisner
2010-10-14
4
-30
/
+11
|
*
|
|
|
drbd: implicitly create unconfigured devices on sync-after dependencies
Lars Ellenberg
2010-10-14
1
-35
/
+41
|
*
|
|
|
drbd: fix race on meta-data update
Lars Ellenberg
2010-10-14
1
-4
/
+1
|
*
|
|
|
drbd: fix race between deconfiguring and reconfiguring network
Lars Ellenberg
2010-10-14
1
-2
/
+4
|
*
|
|
|
drbd: Disable activity log updates when the whole device is out of sync
Philipp Reisner
2010-10-14
8
-6
/
+80
[next]