aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-2/+1
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-4/+4
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Gravatar Tetsuo Handa 2-22/+7
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 2-4/+4
2016-01-21Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+1
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 22-1301/+3603
2016-01-21rbd: delete an unnecessary check before rbd_dev_destroy()Gravatar Markus Elfring 1-2/+1
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+2
2016-01-15mm, dax, pmem: introduce pfn_tGravatar Dan Williams 1-2/+5
2016-01-15zram: don't call idr_remove() from zram_remove()Gravatar Jerome Marchand 1-3/+4
2016-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-15/+41
2016-01-15zram/zcomp: do not zero out zcomp private pagesGravatar Sergey Senozhatsky 2-4/+4
2016-01-15zram: pass gfp from zcomp frontend to backendGravatar Minchan Kim 4-35/+23
2016-01-15zram: try vmalloc() after kmalloc()Gravatar Kyeongdon Kim 2-4/+42
2016-01-15zram/zcomp: use GFP_NOIO to allocate streamsGravatar Sergey Senozhatsky 3-4/+4
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+3
2016-01-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+1
2016-01-13null_blk: use sector_div instead of do_divGravatar Arnd Bergmann 1-4/+4
2016-01-13Merge branch 'stable/for-jens-4.5' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Jens Axboe 4-710/+1244
2016-01-12lightnvm: refactor end_io functions for syncGravatar Matias Bjørling 1-2/+1
2016-01-08nbd: use ->compat_ioctl()Gravatar Al Viro 1-0/+1
2016-01-08Merge branch 'for-linus' into work.miscGravatar Al Viro 1-6/+5
2016-01-08mtip32xx: restrict variables visible in current code moduleGravatar Zhu Yanjun 1-3/+3
2016-01-07Merge branch 'jejb-scsi' into miscGravatar James Bottomley 3-74/+234
2016-01-06rsxx: don't open-code memdup_user()Gravatar Al Viro 1-7/+4
2016-01-06mtip32xx: don't open-code memdup_user()Gravatar Al Viro 1-15/+8
2016-01-04cciss: print max outstanding commands as a hex valueGravatar Colin Ian King 1-1/+1
2016-01-04xen/blkfront: Fix crash if backend doesn't follow the right states.Gravatar Konrad Rzeszutek Wilk 1-4/+8
2016-01-04xen/blkback: Fix two memory leaks.Gravatar Bob Liu 1-6/+11
2016-01-04xen/blkback: make st_ statistics per ringGravatar Bob Liu 3-38/+61
2016-01-04xen/blkfront: Handle non-indirect grant with 64KB pagesGravatar Julien Grall 1-16/+212
2016-01-04xen-blkfront: Introduce blkif_ring_get_requestGravatar Julien Grall 1-11/+19
2016-01-04xen-blkback: clear PF_NOFREEZE for xen_blkif_schedule()Gravatar Jiri Kosina 1-0/+1
2016-01-04xen/blkback: Free resources if connect_ring failed.Gravatar Konrad Rzeszutek Wilk 1-1/+7
2016-01-04xen/blocks: Return -EXX instead of -1Gravatar Konrad Rzeszutek Wilk 2-3/+3
2016-01-04xen/blkback: make pool of persistent grants and free pages per-queueGravatar Bob Liu 3-137/+118
2016-01-04xen/blkback: get the number of hardware queues/rings from blkfrontGravatar Bob Liu 3-6/+42
2016-01-04xen/blkback: pseudo support for multi hardware queues/ringsGravatar Konrad Rzeszutek Wilk 2-105/+175
2016-01-04xen/blkback: separate ring information out of struct xen_blkifGravatar Bob Liu 3-172/+215
2016-01-04xen/blkfront: correct setting for xen_blkif_max_ring_orderGravatar Peng Fan 1-1/+1
2016-01-04xen/blkfront: make persistent grants pool per-queueGravatar Bob Liu 1-67/+43
2016-01-04xen/blkfront: Remove duplicate setting of ->xbdev.Gravatar Bob Liu 1-1/+0
2016-01-04xen/blkfront: Cleanup of comments, fix unaligned variables, and syntax errors.Gravatar Konrad Rzeszutek Wilk 1-7/+6
2016-01-04xen/blkfront: negotiate number of queues/rings to be used with backendGravatar Bob Liu 1-41/+119
2016-01-04xen/blkfront: split per device io_lockGravatar Bob Liu 1-26/+47
2016-01-04xen/blkfront: pseudo support for multi hardware queues/ringsGravatar Bob Liu 1-145/+198
2016-01-04cciss: switch to memdup_user_nul()Gravatar Al Viro 1-10/+4
2016-01-04xen/blkfront: separate per ring information out of device infoGravatar Bob Liu 1-162/+197
2015-12-28null_blk: use async queue restart helperGravatar Jens Axboe 1-6/+5
2015-12-23sx8: use real time for the command secondsGravatar Jens Axboe 1-1/+1