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