index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
blkfront: Lock blockfront_info during xbdev removal
Daniel Stodden
2010-08-07
1
-6
/
+35
|
*
blkfront: Fix blkfront backend switch race (bdev release)
Daniel Stodden
2010-08-07
1
-16
/
+33
|
*
blkfront: Fix blkfront backend switch race (bdev open)
Daniel Stodden
2010-08-07
1
-7
/
+24
|
*
blkfront: Lock blkfront_info when closing
Daniel Stodden
2010-08-07
1
-21
/
+40
|
*
blkfront: Clean up vbd release
Daniel Stodden
2010-08-07
1
-48
/
+43
|
*
blkfront: Fix gendisk leak
Daniel Stodden
2010-08-07
1
-0
/
+3
|
*
blkfront: Fix backtrace in del_gendisk
Daniel Stodden
2010-08-07
1
-3
/
+3
|
*
xen/blkfront: revalidate after setting capacity
K. Y. Srinivasan
2010-08-07
1
-0
/
+1
|
*
xen/blkfront: avoid compiler warning from missing cases
Jeremy Fitzhardinge
2010-08-07
1
-0
/
+3
|
*
xen/front: Propagate changed size of VBDs
K. Y. Srinivasan
2010-08-07
1
-2
/
+17
|
*
blkfront: don't access freed struct xenbus_device
Jan Beulich
2010-08-07
1
-18
/
+16
|
*
blkfront: fixes for 'xm block-detach ... --force'
Jan Beulich
2010-08-07
1
-7
/
+81
|
*
xen: use less generic names in blkfront driver.
Ian Campbell
2010-08-07
1
-6
/
+6
|
*
block: push down BKL into .open and .release
Arnd Bergmann
2010-08-07
20
-26
/
+207
|
*
block: push down BKL into .locked_ioctl
Arnd Bergmann
2010-08-07
17
-32
/
+159
|
*
block: remove q->prepare_flush_fn completely
FUJITA Tomonori
2010-08-07
6
-8
/
+7
|
*
virtio_blk: stop using q->prepare_flush_fn
FUJITA Tomonori
2010-08-07
1
-29
/
+21
|
*
ps3disk: stop using q->prepare_flush_fn
FUJITA Tomonori
2010-08-07
1
-19
/
+6
|
*
osdblk: stop using q->prepare_flush_fn
FUJITA Tomonori
2010-08-07
1
-10
/
+2
|
*
block/xd.c: fix brace typo
Randy Dunlap
2010-08-07
1
-1
/
+1
|
*
block: fix some more cmd_type cleanup fallout
Christoph Hellwig
2010-08-07
1
-1
/
+1
|
*
virtio_blk: add default case to cmd type switch
Jens Axboe
2010-08-07
1
-0
/
+2
|
*
block: unify flags for struct bio and struct request
Christoph Hellwig
2010-08-07
9
-24
/
+24
|
*
block: remove wrappers for request type/flags
Christoph Hellwig
2010-08-07
13
-41
/
+56
|
*
floppy: use warning macros
Stephen Hemminger
2010-08-07
1
-16
/
+11
|
*
floppy: use wait_event_interruptible
Stephen Hemminger
2010-08-07
1
-50
/
+9
|
*
floppy: fix signed/unsigned warnings
Stephen Hemminger
2010-08-07
1
-2
/
+2
|
*
floppy: cmos attribute should be static
Stephen Hemminger
2010-08-07
1
-1
/
+1
|
*
floppy: use atomic type for usage_count
Stephen Hemminger
2010-08-07
1
-30
/
+12
|
*
floppy: silence warning during disk test
Stephen Hemminger
2010-08-07
1
-0
/
+1
|
*
floppy: remove unnecessary inlines
Stephen Hemminger
2010-08-07
1
-7
/
+7
|
*
floppy: initialize debug jiffies offset
Stephen Hemminger
2010-08-07
1
-0
/
+3
|
*
cciss: change pad value from 32 to 0
Mike Miller
2010-08-07
1
-1
/
+1
|
*
cciss: remove errant debug code
Mike Miller
2010-08-07
1
-2
/
+0
|
*
cciss: move next_command function from ifdef
Mike Miller
2010-08-07
1
-22
/
+23
|
*
cciss: fix call to put_controller_in_performant_mode
Mike Miller
2010-08-07
1
-1
/
+1
|
*
cciss: make sure we request the performant mode irq
Mike Miller
2010-08-07
1
-4
/
+4
|
*
cciss: new controller support and bump driver version
Mike Miller
2010-08-07
1
-6
/
+14
|
*
cciss: add performant mode support for Stars/Sirius
Mike Miller
2010-08-07
4
-63
/
+353
|
*
cciss: make interrupt access methods return type bool
Mike Miller
2010-08-07
1
-3
/
+3
|
*
cciss: check for msi in interrupt_not_for_us
Mike Miller
2010-08-07
1
-2
/
+3
|
*
cciss: clean up interrupt handler
Mike Miller
2010-08-07
1
-95
/
+141
|
*
cciss: enqueue and submit io
Mike Miller
2010-08-07
1
-23
/
+15
*
|
Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Linus Torvalds
2010-08-05
1
-13
/
+51
|
\
\
|
*
|
virtio_blk: Remove VBID ioctl
Ryan Harper
2010-08-05
1
-10
/
+0
|
*
|
virtio_blk: Add 'serial' attribute to virtio-blk devices (v2)
Ryan Harper
2010-08-05
1
-0
/
+28
|
*
|
virtio_blk: support barriers without FLUSH feature
Christoph Hellwig
2010-08-05
1
-3
/
+23
*
|
|
Merge branch 'upstream/xen' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2010-08-05
1
-0
/
+30
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
blkfront: do not create a PV cdrom device if xen_hvm_guest
Stefano Stabellini
2010-07-29
1
-13
/
+26
|
*
|
x86: Unplug emulated disks and nics.
Stefano Stabellini
2010-07-26
1
-0
/
+17
|
|
/
[prev]
[next]