summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-116-15/+43
|\
| * Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe2017-07-103-8/+19
| |\
| | * virtio_blk: quiesce/unquiesce live IO when entering PM statesSagi Grimberg2017-07-061-2/+2
| | * mtip32xx: quiesce request queues to make sure no submissions are inflightSagi Grimberg2017-07-061-4/+15
| | * nbd: quiesce request queues to make sure no submissions are inflightSagi Grimberg2017-07-061-2/+2
| * | cciss: initialize struct scsi_reqChristoph Hellwig2017-07-061-0/+8
| * | null_blk: fix error flow for shared tags during module_initMax Gurtovoy2017-07-061-5/+13
| * | mtip32xx: avoid to read HOST_CAP from HW in .queue_rq()Ming Lei2017-07-052-2/+3
| |/
* | ARM: fix rd_size declarationBart Van Assche2017-07-101-0/+1
* | zram: constify attribute_group structures.Arvind Yadav2017-07-101-1/+1
* | zram: use __sysfs_match_string() helperAndy Shevchenko2017-07-101-6/+4
* | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-0/+8
|\ \
| * | dax: remove default copy_from_iter fallbackDan Williams2017-06-271-0/+8
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-061-0/+2
|\ \ \
| * | | zram: count same page write as page_storedMinchan Kim2017-07-061-0/+2
* | | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-061-0/+328
|\ \ \ \ | |/ / / |/| | |
| * | | take floppy compat ioctls to sodding floppy.cAl Viro2017-06-291-0/+328
* | | | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-051-3/+3
|\ \ \ \
| * | | | fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig2017-06-291-1/+1
| * | | | fs: implement vfs_iter_read using do_iter_readChristoph Hellwig2017-06-291-2/+2
* | | | | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-3/+0
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fsAl Viro2017-06-262-15/+20
| |\ \ \ \ \
| * | | | | | drbd: ->sendpage() never needed set_fs()Al Viro2017-05-271-3/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-032-29/+32
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()Greg Kroah-Hartman2017-06-131-1/+1
| * | | | | pktcdvd: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-091-18/+17
| * | | | | zram: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-091-11/+15
| | |/ / / | |/| | |
* | | | | drbd: Drop unnecessary staticJulia Lawall2017-06-271-1/+1
* | | | | block: don't set bounce limit in blk_init_queueChristoph Hellwig2017-06-279-0/+10
* | | | | blk-mq: don't bounce by defaultChristoph Hellwig2017-06-272-6/+0
* | | | | block: don't bother with bounce limits for make_request driversChristoph Hellwig2017-06-273-3/+0
* | | | | pktcdvd: remove the call to blk_queue_bounceChristoph Hellwig2017-06-271-2/+0
* | | | | mtip32xx: fix up the checking for internal command failureJens Axboe2017-06-231-17/+4
* | | | | Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe2017-06-223-41/+26
|\ \ \ \ \
| * \ \ \ \ Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2017-06-203-41/+26
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | xen-blkback: don't leak stack data via response ringJan Beulich2017-06-132-31/+17
| | * | | | xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross2017-06-132-4/+0
| | * | | | xen/blkback: don't free be structure too earlyJuergen Gross2017-06-131-4/+3
| | * | | | xen/blkback: fix disconnect while I/Os in flightJuergen Gross2017-06-132-2/+6
* | | | | | block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-201-1/+0
* | | | | | null_blk: add support for shared tagsJens Axboe2017-06-201-42/+70
* | | | | | xen-blkfront: remove bio splitting.NeilBrown2017-06-181-51/+3
* | | | | | pktcdvd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-181-2/+10
* | | | | | drbd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-183-1/+13
* | | | | | rbd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-181-1/+15
* | | | | | blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-181-1/+3
* | | | | | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1
* | | | | | blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-185-5/+5
* | | | | | loop: Add PF_LESS_THROTTLE to block/loop device thread.NeilBrown2017-06-181-1/+7
* | | | | | block: swim3: make of_device_ids const.Arvind Yadav2017-06-161-1/+1
OpenPOWER on IntegriCloud