summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2013-09-12drivers/block/swim.c: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-09-12cciss: set max scatter gather entries to 32 on P600Mike Miller1-0/+7
2013-09-12drivers/block/mg_disk.c: make mg_times_out() staticJingoo Han1-1/+1
2013-09-12block: replace strict_strtoul() with kstrtoul()Jingoo Han3-3/+3
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-17/+19
2013-09-08Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2-201/+408
2013-09-07NVMe: Merge issue on character device bring-upKeith Busch1-4/+8
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-09-04rbd: fix null dereference in doutJosh Durgin1-3/+5
2013-09-04rbd: fix buffer size for writes to images with snapshotsJosh Durgin1-5/+5
2013-09-04rbd: fix I/O error propagation for readsJosh Durgin1-7/+7
2013-09-04NVMe: Handle ioremap failureKeith Busch1-8/+22
2013-09-04NVMe: Add pci suspend/resume driver callbacksKeith Busch1-15/+58
2013-09-04NVMe: Use normal shutdownKeith Busch1-0/+26
2013-09-04NVMe: Separate controller init from disk discoveryKeith Busch1-30/+47
2013-09-04NVMe: Separate queue alloc/free from create/deleteKeith Busch1-39/+94
2013-09-04NVMe: Group pci related actions in functionsKeith Busch1-46/+66
2013-09-04NVMe: Disk stats for read/write commands onlyKeith Busch1-3/+3
2013-09-04NVMe: Bring up cdev on set feature failureKeith Busch1-2/+2
2013-09-04NVMe: Fix checkpatch issuesKeith Busch1-5/+4
2013-09-04NVMe: Namespace IDs are unsignedMatthew Wilcox1-2/+5
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+9
2013-08-28rbd: convert bus code to use bus_groupsGreg Kroah-Hartman1-5/+9
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches1-1/+1
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil28-682/+2164
2013-08-14aoe: adjust ref of head for compound page tailsEd Cashin1-10/+7
2013-08-10block: rbd: use NULL instead of 0Jingoo Han1-2/+2
2013-07-23Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds16-624/+1915
2013-07-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-2/+2
2013-07-10xilinx systemace: Fix sparse warningsMichal Simek1-2/+2
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-84/+90
2013-07-04Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds7-42/+151
2013-07-04aoe: update internal version number to v83Ed Cashin1-1/+1
2013-07-04aoe: update copyright dateEd Cashin4-4/+4
2013-07-04aoe: perform I/O completions in parallelEd Cashin4-31/+134
2013-07-04nbd: correct disconnect behaviorPaul Clements1-1/+6
2013-07-04nbd: remove bogus BUG_ON in NBD_CLEAR_QUEMichal Belczyk1-1/+0
2013-07-04drivers: avoid parsing names as kthread_run() format stringsKees Cook3-3/+4
2013-07-04block: do not pass disk names as format stringsKees Cook1-1/+2
2013-07-04rbd: fix a couple warningsSage Weil1-2/+2
2013-07-04rbd: take a little creditAlex Elder1-0/+1
2013-07-04rbd: use rwsem to protect header updatesAlex Elder1-16/+10
2013-07-04rbd: don't hold ctl_mutex to get/put deviceAlex Elder1-15/+2
2013-07-04rbd: protect against concurrent unmapsAlex Elder1-2/+4
2013-07-04rbd: set removing flag while holding list lockAlex Elder1-31/+22
2013-07-04rbd: protect against duplicate client creationAlex Elder1-10/+7
2013-07-04rbd: clean up a few things in the refresh pathAlex Elder1-10/+43
2013-07-04rbd: flush dcache after zeroing page dataAlex Elder1-0/+2
2013-07-04Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git....Linus Torvalds1-1/+1
2013-07-03Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/geer...Linus Torvalds1-1/+1