summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2013-09-24cciss: fix info leak in cciss_ioctl32_passthru()Dan Carpenter-0/+1
2013-09-24cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter-0/+1
2013-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-18/+59
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky-1/+1
2013-09-11pktcdvd: fix defective misuses of pkt_<level>Joe Perches-3/+3
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches-15/+16
2013-09-11pktcdvd: convert pr_info to pkt_infoJoe Perches-6/+8
2013-09-11pktcdvd: convert pr_notice to pkt_noticeJoe Perches-10/+12
2013-09-11pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleJoe Perches-20/+24
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dbgJoe Perches-48/+42
2013-09-11pktcdvd: consolidate DPRINTK and VPRINTK macrosJoe Perches-54/+53
2013-09-11pktcdvd: convert printk to pr_<level>Joe Perches-61/+61
2013-09-11pktcdvd: convert ZONE macro to static function get_zone()Joe Perches-10/+10
2013-09-11aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin-1/+0
2013-09-11aoe: suppress compiler warningsAndy Shevchenko-4/+0
2013-09-11aoe: remove custom implementation of kbasename()Andy Shevchenko-6/+3
2013-09-11aoe: update internal version number to 85Ed Cashin-1/+1
2013-09-11aoe: update copyright dateEd Cashin-1/+1
2013-09-11aoe: fill in per-AoE-target information for debugfs fileEd Cashin-1/+32
2013-09-11aoe: provide file operations for debugfs filesEd Cashin-1/+24
2013-09-11aoe: add AoE-target files to debugfsEd Cashin-0/+38
2013-09-11aoe: create and destroy debugfs directory for aoeEd Cashin-1/+9
2013-09-11drivers/block/swim.c: remove unnecessary platform_set_drvdata()Jingoo Han-2/+0
2013-09-11cciss: set max scatter gather entries to 32 on P600Mike Miller-0/+7
2013-09-11drivers/block/mg_disk.c: make mg_times_out() staticJingoo Han-1/+1
2013-09-11block: replace strict_strtoul() with kstrtoul()Jingoo Han-3/+3
2013-09-09rbd: fix error handling from rbd_snap_name()Josh Durgin-4/+6
2013-09-09rbd: ignore unmapped snapshots that no longer existJosh Durgin-2/+7
2013-09-09rbd: fix use-after free of rbd_dev->diskJosh Durgin-7/+33
2013-09-09rbd: make rbd_obj_notify_ack() synchronousJosh Durgin-5/+6
2013-09-09rbd: complete notifies before cleaning up osd_client and rbd_devJosh Durgin-0/+7
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-17/+19
2013-09-07Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds-201/+408
2013-09-06NVMe: Merge issue on character device bring-upKeith Busch-4/+8
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2013-09-03rbd: fix null dereference in doutJosh Durgin-3/+5
2013-09-03rbd: fix buffer size for writes to images with snapshotsJosh Durgin-5/+5
2013-09-03rbd: fix I/O error propagation for readsJosh Durgin-7/+7
2013-09-03NVMe: Handle ioremap failureKeith Busch-8/+22
2013-09-03NVMe: Add pci suspend/resume driver callbacksKeith Busch-15/+58
2013-09-03NVMe: Use normal shutdownKeith Busch-0/+26
2013-09-03NVMe: Separate controller init from disk discoveryKeith Busch-30/+47
2013-09-03NVMe: Separate queue alloc/free from create/deleteKeith Busch-39/+94
2013-09-03NVMe: Group pci related actions in functionsKeith Busch-46/+66
2013-09-03NVMe: Disk stats for read/write commands onlyKeith Busch-3/+3
2013-09-03NVMe: Bring up cdev on set feature failureKeith Busch-2/+2
2013-09-03NVMe: Fix checkpatch issuesKeith Busch-5/+4
2013-09-03NVMe: Namespace IDs are unsignedMatthew Wilcox-2/+5
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+9
2013-08-27rbd: convert bus code to use bus_groupsGreg Kroah-Hartman-5/+9