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
*
block: disable cpqarray in Kconfig
Jens Axboe
2013-11-08
1
-1
/
+1
*
Add support for sTec's pci-e flash card Kronos
Akhil Bhansali
2013-11-08
4
-0
/
+6183
*
rsxx: Kernel Panic caused by mapping Discards
Philip J Kelleher
2013-11-08
2
-21
/
+24
*
mtip32xx: dynamically allocate buffer in debugfs functions
David Milburn
2013-11-08
1
-10
/
+37
*
mtip32xx: Add SRSI support
Asai Thambi S P
2013-11-08
2
-182
/
+289
*
rsxx: Moving pci_map_page to prevent overflow.
Philip J Kelleher
2013-11-08
2
-47
/
+28
*
rsxx: Handling failed pci_map_page on PowerPC and double free.
Philip J Kelleher
2013-11-08
3
-22
/
+37
*
loop: fix crash when using unassigned loop device
Mikulas Patocka
2013-11-08
1
-7
/
+8
*
xen/blkback: fix reference counting
Vegard Nossum
2013-11-08
1
-1
/
+2
*
xen-blkfront: improve aproximation of required grants per request
Roger Pau Monne
2013-11-08
1
-4
/
+7
*
xen-blkfront: revoke foreign access for grants not mapped by the backend
Roger Pau Monne
2013-11-08
1
-4
/
+29
*
mg_disk: remove deprecated IRQF_DISABLED
Michael Opdenacker
2013-11-08
1
-1
/
+1
*
block: Consolidate duplicated bio_trim() implementations
Kent Overstreet
2013-11-08
1
-52
/
+1
*
block: fix a probe argument to blk_register_region
Mikulas Patocka
2013-11-08
2
-2
/
+2
*
loop: fix crash if blk_alloc_queue fails
Mikulas Patocka
2013-11-08
1
-1
/
+3
*
cciss: fix info leak in cciss_ioctl32_passthru()
Dan Carpenter
2013-09-24
1
-0
/
+1
*
cpqarray: fix info leak in ida_locked_ioctl()
Dan Carpenter
2013-09-24
1
-0
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2013-09-19
1
-18
/
+59
|
\
|
*
rbd: fix error handling from rbd_snap_name()
Josh Durgin
2013-09-09
1
-4
/
+6
|
*
rbd: ignore unmapped snapshots that no longer exist
Josh Durgin
2013-09-09
1
-2
/
+7
|
*
rbd: fix use-after free of rbd_dev->disk
Josh Durgin
2013-09-09
1
-7
/
+33
|
*
rbd: make rbd_obj_notify_ack() synchronous
Josh Durgin
2013-09-09
1
-5
/
+6
|
*
rbd: complete notifies before cleaning up osd_client and rbd_dev
Josh Durgin
2013-09-09
1
-0
/
+7
*
|
Remove GENERIC_HARDIRQ config option
Martin Schwidefsky
2013-09-13
1
-1
/
+1
*
|
pktcdvd: fix defective misuses of pkt_<level>
Joe Perches
2013-09-11
1
-3
/
+3
*
|
pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()
Joe Perches
2013-09-11
1
-15
/
+16
*
|
pktcdvd: convert pr_info to pkt_info
Joe Perches
2013-09-11
1
-6
/
+8
*
|
pktcdvd: convert pr_notice to pkt_notice
Joe Perches
2013-09-11
1
-10
/
+12
*
|
pktcdvd: add struct pktcdvd_device.name to pr_err logging where possible
Joe Perches
2013-09-11
1
-20
/
+24
*
|
pktcdvd: add struct pktcdvd_device * to pkt_dbg
Joe Perches
2013-09-11
1
-48
/
+42
*
|
pktcdvd: consolidate DPRINTK and VPRINTK macros
Joe Perches
2013-09-11
1
-54
/
+53
*
|
pktcdvd: convert printk to pr_<level>
Joe Perches
2013-09-11
1
-61
/
+61
*
|
pktcdvd: convert ZONE macro to static function get_zone()
Joe Perches
2013-09-11
1
-10
/
+10
*
|
aoe: do not BUG if memory pressure prevented debugfs file creation
Ed Cashin
2013-09-11
1
-1
/
+0
*
|
aoe: suppress compiler warnings
Andy Shevchenko
2013-09-11
1
-4
/
+0
*
|
aoe: remove custom implementation of kbasename()
Andy Shevchenko
2013-09-11
1
-6
/
+3
*
|
aoe: update internal version number to 85
Ed Cashin
2013-09-11
1
-1
/
+1
*
|
aoe: update copyright date
Ed Cashin
2013-09-11
1
-1
/
+1
*
|
aoe: fill in per-AoE-target information for debugfs file
Ed Cashin
2013-09-11
1
-1
/
+32
*
|
aoe: provide file operations for debugfs files
Ed Cashin
2013-09-11
1
-1
/
+24
*
|
aoe: add AoE-target files to debugfs
Ed Cashin
2013-09-11
3
-0
/
+38
*
|
aoe: create and destroy debugfs directory for aoe
Ed Cashin
2013-09-11
1
-1
/
+9
*
|
drivers/block/swim.c: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-09-11
1
-2
/
+0
*
|
cciss: set max scatter gather entries to 32 on P600
Mike Miller
2013-09-11
1
-0
/
+7
*
|
drivers/block/mg_disk.c: make mg_times_out() static
Jingoo Han
2013-09-11
1
-1
/
+1
*
|
block: replace strict_strtoul() with kstrtoul()
Jingoo Han
2013-09-11
3
-3
/
+3
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2013-09-09
1
-17
/
+19
|
\
\
|
|
/
|
*
rbd: fix null dereference in dout
Josh Durgin
2013-09-03
1
-3
/
+5
|
*
rbd: fix buffer size for writes to images with snapshots
Josh Durgin
2013-09-03
1
-5
/
+5
|
*
rbd: fix I/O error propagation for reads
Josh Durgin
2013-09-03
1
-7
/
+7
[next]