aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Remove GENERIC_HARDIRQ config optionGravatar Martin Schwidefsky 1-1/+1
2013-09-11pktcdvd: fix defective misuses of pkt_<level>Gravatar Joe Perches 1-3/+3
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Gravatar Joe Perches 1-15/+16
2013-09-11pktcdvd: convert pr_info to pkt_infoGravatar Joe Perches 1-6/+8
2013-09-11pktcdvd: convert pr_notice to pkt_noticeGravatar Joe Perches 1-10/+12
2013-09-11pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleGravatar Joe Perches 1-20/+24
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dbgGravatar Joe Perches 1-48/+42
2013-09-11pktcdvd: consolidate DPRINTK and VPRINTK macrosGravatar Joe Perches 1-54/+53
2013-09-11pktcdvd: convert printk to pr_<level>Gravatar Joe Perches 1-61/+61
2013-09-11pktcdvd: convert ZONE macro to static function get_zone()Gravatar Joe Perches 1-10/+10
2013-09-11aoe: do not BUG if memory pressure prevented debugfs file creationGravatar Ed Cashin 1-1/+0
2013-09-11aoe: suppress compiler warningsGravatar Andy Shevchenko 1-4/+0
2013-09-11aoe: remove custom implementation of kbasename()Gravatar Andy Shevchenko 1-6/+3
2013-09-11aoe: update internal version number to 85Gravatar Ed Cashin 1-1/+1
2013-09-11aoe: update copyright dateGravatar Ed Cashin 1-1/+1
2013-09-11aoe: fill in per-AoE-target information for debugfs fileGravatar Ed Cashin 1-1/+32
2013-09-11aoe: provide file operations for debugfs filesGravatar Ed Cashin 1-1/+24
2013-09-11aoe: add AoE-target files to debugfsGravatar Ed Cashin 3-0/+38
2013-09-11aoe: create and destroy debugfs directory for aoeGravatar Ed Cashin 1-1/+9
2013-09-11drivers/block/swim.c: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-2/+0
2013-09-11cciss: set max scatter gather entries to 32 on P600Gravatar Mike Miller 1-0/+7
2013-09-11drivers/block/mg_disk.c: make mg_times_out() staticGravatar Jingoo Han 1-1/+1
2013-09-11block: replace strict_strtoul() with kstrtoul()Gravatar Jingoo Han 3-3/+3
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-17/+19
2013-09-07Merge git://git.infradead.org/users/willy/linux-nvmeGravatar Linus Torvalds 2-201/+408
2013-09-06NVMe: Merge issue on character device bring-upGravatar Keith Busch 1-4/+8
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2013-09-03rbd: fix null dereference in doutGravatar Josh Durgin 1-3/+5
2013-09-03rbd: fix buffer size for writes to images with snapshotsGravatar Josh Durgin 1-5/+5
2013-09-03rbd: fix I/O error propagation for readsGravatar Josh Durgin 1-7/+7
2013-09-03NVMe: Handle ioremap failureGravatar Keith Busch 1-8/+22
2013-09-03NVMe: Add pci suspend/resume driver callbacksGravatar Keith Busch 1-15/+58
2013-09-03NVMe: Use normal shutdownGravatar Keith Busch 1-0/+26
2013-09-03NVMe: Separate controller init from disk discoveryGravatar Keith Busch 1-30/+47
2013-09-03NVMe: Separate queue alloc/free from create/deleteGravatar Keith Busch 1-39/+94
2013-09-03NVMe: Group pci related actions in functionsGravatar Keith Busch 1-46/+66
2013-09-03NVMe: Disk stats for read/write commands onlyGravatar Keith Busch 1-3/+3
2013-09-03NVMe: Bring up cdev on set feature failureGravatar Keith Busch 1-2/+2
2013-09-03NVMe: Fix checkpatch issuesGravatar Keith Busch 1-5/+4
2013-09-03NVMe: Namespace IDs are unsignedGravatar Matthew Wilcox 1-2/+5
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+9
2013-08-27rbd: convert bus code to use bus_groupsGravatar Greg Kroah-Hartman 1-5/+9
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksGravatar Joe Perches 1-1/+1
2013-08-15Merge remote-tracking branch 'linus/master' into testingGravatar Sage Weil 28-682/+2164
2013-08-13aoe: adjust ref of head for compound page tailsGravatar Ed Cashin 1-10/+7
2013-08-09block: rbd: use NULL instead of 0Gravatar Jingoo Han 1-2/+2
2013-07-22Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 16-624/+1915
2013-07-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 1-2/+2
2013-07-10xilinx systemace: Fix sparse warningsGravatar Michal Simek 1-2/+2
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-84/+90