summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: don't bother with bounce limits for make_request driversChristoph Hellwig2017-06-279-11/+10
* block: remove the queue_bounce_pfn helperChristoph Hellwig2017-06-272-8/+3
* block: move bounce declarations to block/blk.hChristoph Hellwig2017-06-273-13/+14
* blk-map: call blk_queue_bounce from blk_rq_append_bioChristoph Hellwig2017-06-273-10/+4
* pktcdvd: remove the call to blk_queue_bounceChristoph Hellwig2017-06-271-2/+0
* nvme: add support for streams and directivesJens Axboe2017-06-273-4/+199
* btrfs: add support for passing in write hints for buffered writesJens Axboe2017-06-271-0/+1
* xfs: add support for passing in write hints for buffered writesJens Axboe2017-06-271-0/+2
* ext4: add support for passing in write hints for buffered writesJens Axboe2017-06-271-0/+2
* fs: add support for buffered writeback to pass down write hintsJens Axboe2017-06-272-5/+9
* fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe2017-06-274-0/+6
* blk-mq: expose write hints through debugfsJens Axboe2017-06-272-0/+27
* block: add support for write hints in a bioJens Axboe2017-06-275-0/+20
* fs: add fcntl() interface for setting/getting write life time hintsJens Axboe2017-06-275-12/+120
* lightnvm: if LUNs are already allocated fix returnRakesh Pandit2017-06-271-2/+3
* lightnvm: pblk: fail gracefully on irrec. errorJavier González2017-06-2711-114/+332
* lightnvm: pblk: set mempool and workqueue params.Javier González2017-06-274-20/+44
* lightnvm: pblk: redesign GC algorithmJavier González2017-06-276-278/+368
* lightnvm: pblk: add lock assertions on helpersJavier González2017-06-271-0/+4
* lightnvm: pblk: cleanup unnecessary codeJavier González2017-06-272-7/+0
* lightnvm: pblk: set metadata list for all I/OsJavier González2017-06-272-38/+54
* lightnvm: pblk: choose optimal victim GC lineJavier González2017-06-271-1/+15
* lightnvm: pblk: decouple bad block from line allocJavier González2017-06-271-16/+37
* lightnvm: pblk: simplify meta. memory allocationJavier González2017-06-274-8/+8
* lightnvm: pblk: issue multiplane reads if possibleJavier González2017-06-274-12/+51
* lightnvm: pblk: delete redundant buffer pointerJavier González2017-06-277-41/+11
* lightnvm: pblk: delete redundant debug line statJavier González2017-06-271-5/+3
* lightnvm: pblk: sched. metadata on write threadJavier González2017-06-278-285/+673
* lightnvm: pblk: rename read request poolJavier González2017-06-275-37/+38
* lightnvm: pblk: generalize erase pathJavier González2017-06-276-90/+116
* lightnvm: pblk: expose max sec per write on sysfsJavier González2017-06-274-1/+48
* lightnvm: pblk: add debug stat for read cache hitsJavier González2017-06-274-1/+10
* lightnvm: pblk: spare double cpu_to_le64 calc.Javier González2017-06-272-4/+5
* lightnvm: propagate right error code to targetJavier González2017-06-271-1/+1
* lightnvm: re-convert ppa format on I/O failureJavier González2017-06-271-1/+7
* mtip32xx: fix up the checking for internal command failureJens Axboe2017-06-231-17/+4
* Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe2017-06-2327-148/+275
|\
| * blk-mq: fix performance regression with shared tagsJens Axboe2017-06-214-24/+61
| * 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: Fix a blk_exit_rl() regressionBart Van Assche2017-06-142-12/+24
| * | Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2017-06-139-22/+18
| |\ \
| | * | xtensa: don't use linux IRQ #0Max Filippov2017-06-066-15/+13
| | * | xtensa: reduce double exception literal reservationMax Filippov2017-06-051-3/+3
| | * | xtensa: ISS: Use kmalloc_array() in simdisk_init()Markus Elfring2017-05-081-2/+1
| | * | xtensa: Use seq_puts() in c_show()Markus Elfring2017-05-081-2/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-06-1310-49/+146
| |\ \ \