aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* cciss: fix info leak in cciss_ioctl32_passthru()Dan Carpenter2013-09-241-0/+1
* cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter2013-09-241-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-09-191-18/+59
|\
| * rbd: fix error handling from rbd_snap_name()Josh Durgin2013-09-091-4/+6
| * rbd: ignore unmapped snapshots that no longer existJosh Durgin2013-09-091-2/+7
| * rbd: fix use-after free of rbd_dev->diskJosh Durgin2013-09-091-7/+33
| * rbd: make rbd_obj_notify_ack() synchronousJosh Durgin2013-09-091-5/+6
| * rbd: complete notifies before cleaning up osd_client and rbd_devJosh Durgin2013-09-091-0/+7
* | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+1
* | pktcdvd: fix defective misuses of pkt_<level>Joe Perches2013-09-111-3/+3
* | pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches2013-09-111-15/+16
* | pktcdvd: convert pr_info to pkt_infoJoe Perches2013-09-111-6/+8
* | pktcdvd: convert pr_notice to pkt_noticeJoe Perches2013-09-111-10/+12
* | pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleJoe Perches2013-09-111-20/+24
* | pktcdvd: add struct pktcdvd_device * to pkt_dbgJoe Perches2013-09-111-48/+42
* | pktcdvd: consolidate DPRINTK and VPRINTK macrosJoe Perches2013-09-111-54/+53
* | pktcdvd: convert printk to pr_<level>Joe Perches2013-09-111-61/+61
* | pktcdvd: convert ZONE macro to static function get_zone()Joe Perches2013-09-111-10/+10
* | aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin2013-09-111-1/+0
* | aoe: suppress compiler warningsAndy Shevchenko2013-09-111-4/+0
* | aoe: remove custom implementation of kbasename()Andy Shevchenko2013-09-111-6/+3
* | aoe: update internal version number to 85Ed Cashin2013-09-111-1/+1
* | aoe: update copyright dateEd Cashin2013-09-111-1/+1
* | aoe: fill in per-AoE-target information for debugfs fileEd Cashin2013-09-111-1/+32
* | aoe: provide file operations for debugfs filesEd Cashin2013-09-111-1/+24
* | aoe: add AoE-target files to debugfsEd Cashin2013-09-113-0/+38
* | aoe: create and destroy debugfs directory for aoeEd Cashin2013-09-111-1/+9
* | drivers/block/swim.c: remove unnecessary platform_set_drvdata()Jingoo Han2013-09-111-2/+0
* | cciss: set max scatter gather entries to 32 on P600Mike Miller2013-09-111-0/+7
* | drivers/block/mg_disk.c: make mg_times_out() staticJingoo Han2013-09-111-1/+1
* | block: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-113-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-09-091-17/+19
|\ \ | |/
| * rbd: fix null dereference in doutJosh Durgin2013-09-031-3/+5
| * rbd: fix buffer size for writes to images with snapshotsJosh Durgin2013-09-031-5/+5
| * rbd: fix I/O error propagation for readsJosh Durgin2013-09-031-7/+7
| * Merge remote-tracking branch 'linus/master' into testingSage Weil2013-08-1528-682/+2164
| |\
| * | block: rbd: use NULL instead of 0Jingoo Han2013-08-091-2/+2
* | | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2013-09-072-201/+408
|\ \ \
| * | | NVMe: Merge issue on character device bring-upKeith Busch2013-09-061-4/+8
| * | | NVMe: Handle ioremap failureKeith Busch2013-09-031-8/+22
| * | | NVMe: Add pci suspend/resume driver callbacksKeith Busch2013-09-031-15/+58
| * | | NVMe: Use normal shutdownKeith Busch2013-09-031-0/+26
| * | | NVMe: Separate controller init from disk discoveryKeith Busch2013-09-031-30/+47
| * | | NVMe: Separate queue alloc/free from create/deleteKeith Busch2013-09-031-39/+94
| * | | NVMe: Group pci related actions in functionsKeith Busch2013-09-031-46/+66
| * | | NVMe: Disk stats for read/write commands onlyKeith Busch2013-09-031-3/+3
| * | | NVMe: Bring up cdev on set feature failureKeith Busch2013-09-031-2/+2
| * | | NVMe: Fix checkpatch issuesKeith Busch2013-09-031-5/+4
| * | | NVMe: Namespace IDs are unsignedMatthew Wilcox2013-09-031-2/+5
| * | | NVMe: Call nvme_process_cq from submission pathMatthew Wilcox2013-06-241-19/+20