aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-05floppy/scsi: fix setting of BIO flagsMuthu Kumar1-1/+1
2012-02-21asm-generic: architecture independent readq/writeq for 32bit environmentHitoshi Mitake1-0/+2
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-23/+34
2012-02-08loop: zero fill bio instead of return -EIO for partial readDave Young1-11/+13
2012-02-08floppy: Fix a crash during rmmodVivek Goyal1-0/+9
2012-02-08floppy: Cleanup disk->queue before caling put_disk() if add_disk() was never calledVivek Goyal1-1/+7
2012-02-07mtip32xx: removed the irrelevant argument of mtip_hw_submit_io() and the unused member of struct driver_dataAsai Thambi S P2-11/+5
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-2/+5
2012-02-02rbd: fix safety of rbd_put_client()Alex Elder1-2/+4
2012-02-02rbd: fix a memory leak in rbd_get_client()Alex Elder1-0/+1
2012-01-18nvme: fix merge error due to change of 'make_request_fn' fn typeLinus Torvalds1-7/+1
2012-01-18Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds3-0/+1757
2012-01-15Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds10-105/+4228
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+8
2012-01-15Merge branch 'for-3.3/mtip32xx' into for-3.3/driversJens Axboe6-0/+4091
2012-01-14block: add and use scsi_blk_cmd_ioctlPaolo Bonzini3-7/+6
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds9-13/+18
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+2
2012-01-13paride/pcd: fix bool verbose module parameter.Rusty Russell1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell8-12/+17
2012-01-12rbd: initialize snap_rwsem in rbd_add()Alex Elder1-0/+2
2012-01-12virtio: blk: Add freeze, restore handlers to support S4Amit Shah1-0/+44
2012-01-12virtio: blk: Move vq initialization to separate functionAmit Shah1-5/+14
2012-01-12virtio_blk: fix config handler raceMichael S. Tsirkin1-1/+21
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell1-1/+1
2012-01-11NVMe: Set number of queues correctlyMatthew Wilcox1-3/+17
2012-01-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-5/+5
2012-01-10NVMe: Version 0.8Matthew Wilcox1-1/+1
2012-01-10NVMe: Set queue flags correctlyMatthew Wilcox1-2/+4
2012-01-10NVMe: Simplify nvme_unmap_user_pagesMatthew Wilcox1-10/+9
2012-01-10NVMe: Mark the end of the sg listMatthew Wilcox1-0/+1
2012-01-10NVMe: Fix DMA mapping for admin commandsMatthew Wilcox1-2/+4
2012-01-10NVMe: Rename IO_TIMEOUT to NVME_IO_TIMEOUTMatthew Wilcox1-4/+4
2012-01-10NVMe: Merge the nvme_bio and nvme_prp data structuresMatthew Wilcox1-115/+124
2012-01-10NVMe: Change nvme_completion_fn to take a devMatthew Wilcox1-18/+25
2012-01-10NVMe: Change get_nvmeq to take a dev instead of a namespaceMatthew Wilcox1-4/+4
2012-01-10NVMe: Simplify completion handlingMatthew Wilcox1-86/+81
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds2-13/+7
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-10/+7
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro6-10/+7
2012-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-1/+0
2012-01-05block: xsysace: Don't use NO_IRQMichal Simek1-5/+5
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich2-13/+7
2012-01-04mtip32xx: do rebuild monitoring asynchronouslyAsai Thambi S P2-40/+65
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro2-2/+2
2012-01-03fs: move code out of buffer.cAl Viro4-8/+5
2011-12-25Merge branch 'stable/for-jens-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-3.3/driversJens Axboe4-105/+137
2011-12-16Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-151/+221
2011-12-16xen-blkfront: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1