summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+3
2016-01-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1
2016-01-13null_blk: use sector_div instead of do_divArnd Bergmann-4/+4
2016-01-13Merge branch 'stable/for-jens-4.5' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe-710/+1244
2016-01-12lightnvm: refactor end_io functions for syncMatias Bjørling-2/+1
2016-01-08nbd: use ->compat_ioctl()Al Viro-0/+1
2016-01-08Merge branch 'for-linus' into work.miscAl Viro-6/+5
2016-01-08mtip32xx: restrict variables visible in current code moduleZhu Yanjun-3/+3
2016-01-07Merge branch 'jejb-scsi' into miscJames Bottomley-74/+234
2016-01-06rsxx: don't open-code memdup_user()Al Viro-7/+4
2016-01-06mtip32xx: don't open-code memdup_user()Al Viro-15/+8
2016-01-04cciss: print max outstanding commands as a hex valueColin Ian King-1/+1
2016-01-04xen/blkfront: Fix crash if backend doesn't follow the right states.Konrad Rzeszutek Wilk-4/+8
2016-01-04xen/blkback: Fix two memory leaks.Bob Liu-6/+11
2016-01-04xen/blkback: make st_ statistics per ringBob Liu-38/+61
2016-01-04xen/blkfront: Handle non-indirect grant with 64KB pagesJulien Grall-16/+212
2016-01-04xen-blkfront: Introduce blkif_ring_get_requestJulien Grall-11/+19
2016-01-04xen-blkback: clear PF_NOFREEZE for xen_blkif_schedule()Jiri Kosina-0/+1
2016-01-04xen/blkback: Free resources if connect_ring failed.Konrad Rzeszutek Wilk-1/+7
2016-01-04xen/blocks: Return -EXX instead of -1Konrad Rzeszutek Wilk-3/+3
2016-01-04xen/blkback: make pool of persistent grants and free pages per-queueBob Liu-137/+118
2016-01-04xen/blkback: get the number of hardware queues/rings from blkfrontBob Liu-6/+42
2016-01-04xen/blkback: pseudo support for multi hardware queues/ringsKonrad Rzeszutek Wilk-105/+175
2016-01-04xen/blkback: separate ring information out of struct xen_blkifBob Liu-172/+215
2016-01-04xen/blkfront: correct setting for xen_blkif_max_ring_orderPeng Fan-1/+1
2016-01-04xen/blkfront: make persistent grants pool per-queueBob Liu-67/+43
2016-01-04xen/blkfront: Remove duplicate setting of ->xbdev.Bob Liu-1/+0
2016-01-04xen/blkfront: Cleanup of comments, fix unaligned variables, and syntax errors.Konrad Rzeszutek Wilk-7/+6
2016-01-04xen/blkfront: negotiate number of queues/rings to be used with backendBob Liu-41/+119
2016-01-04xen/blkfront: split per device io_lockBob Liu-26/+47
2016-01-04xen/blkfront: pseudo support for multi hardware queues/ringsBob Liu-145/+198
2016-01-04cciss: switch to memdup_user_nul()Al Viro-10/+4
2016-01-04xen/blkfront: separate per ring information out of device infoBob Liu-162/+197
2015-12-28null_blk: use async queue restart helperJens Axboe-6/+5
2015-12-23sx8: use real time for the command secondsJens Axboe-1/+1
2015-12-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+3
2015-12-22null_blk: fix use-after-free errorMike Krinkin-3/+3
2015-12-22block: sx8.c: Replace timeval with ktime_tShraddha Barke-4/+3
2015-12-18Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+14
2015-12-18xen-blkback: read from indirect descriptors only onceRoger Pau Monné-5/+10
2015-12-18xen-blkback: only read request operation from shared ring onceRoger Pau Monné-4/+4
2015-12-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-11/+21
2015-12-08null_blk: Fix error path in module initializationMinfei Huang-7/+16
2015-12-08floppy: make local variable non-staticRasmus Villemoes-2/+3
2015-12-07lightnvm: replace req queue with nvmdev for lldMatias Bjørling-4/+5
2015-12-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-0/+1
2015-12-04rbd: don't put snap_context twice in rbd_queue_workfn()Ilya Dryomov-0/+1
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig-2/+2
2015-12-01null_blk: change type of completion_nsec to unsigned longArianna Avanzini-2/+2
2015-12-01null_blk: guarantee device restart in all irq modesArianna Avanzini-12/+15