summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
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
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches-1/+1
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil-682/+2164
2013-08-13aoe: adjust ref of head for compound page tailsEd Cashin-10/+7
2013-08-09block: rbd: use NULL instead of 0Jingoo Han-2/+2
2013-07-22Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-624/+1915
2013-07-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-2/+2
2013-07-10xilinx systemace: Fix sparse warningsMichal Simek-2/+2
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-84/+90
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds-42/+151
2013-07-03aoe: update internal version number to v83Ed Cashin-1/+1
2013-07-03aoe: update copyright dateEd Cashin-4/+4
2013-07-03aoe: perform I/O completions in parallelEd Cashin-31/+134
2013-07-03nbd: correct disconnect behaviorPaul Clements-1/+6
2013-07-03nbd: remove bogus BUG_ON in NBD_CLEAR_QUEMichal Belczyk-1/+0
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook-3/+4
2013-07-03block: do not pass disk names as format stringsKees Cook-1/+2
2013-07-03rbd: fix a couple warningsSage Weil-2/+2
2013-07-03rbd: take a little creditAlex Elder-0/+1
2013-07-03rbd: use rwsem to protect header updatesAlex Elder-16/+10
2013-07-03rbd: don't hold ctl_mutex to get/put deviceAlex Elder-15/+2
2013-07-03rbd: protect against concurrent unmapsAlex Elder-2/+4
2013-07-03rbd: set removing flag while holding list lockAlex Elder-31/+22
2013-07-03rbd: protect against duplicate client creationAlex Elder-10/+7
2013-07-03rbd: clean up a few things in the refresh pathAlex Elder-10/+43
2013-07-03rbd: flush dcache after zeroing page dataAlex Elder-0/+2
2013-07-03Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git....Linus Torvalds-1/+1