aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-27drbd: Drop unnecessary staticJulia Lawall1-1/+1
2017-06-27block, bfq: update wr_busy_queues if needed on a queue splitPaolo Valente1-3/+18
2017-06-27mmc/block: remove a call to blk_queue_bounce_limitChristoph Hellwig1-1/+0
2017-06-27dm: don't set bounce limitChristoph Hellwig1-1/+0
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig13-5/+13
2017-06-27block: don't set bounce limit in blk_init_allocated_queueChristoph Hellwig2-5/+10
2017-06-27blk-mq: don't bounce by defaultChristoph Hellwig3-11/+0
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig9-11/+10
2017-06-27block: remove the queue_bounce_pfn helperChristoph Hellwig2-8/+3
2017-06-27block: move bounce declarations to block/blk.hChristoph Hellwig3-13/+14
2017-06-27blk-map: call blk_queue_bounce from blk_rq_append_bioChristoph Hellwig3-10/+4
2017-06-27pktcdvd: remove the call to blk_queue_bounceChristoph Hellwig1-2/+0
2017-06-27nvme: add support for streams and directivesJens Axboe3-4/+199
2017-06-27btrfs: add support for passing in write hints for buffered writesJens Axboe1-0/+1
2017-06-27xfs: add support for passing in write hints for buffered writesJens Axboe1-0/+2
2017-06-27ext4: add support for passing in write hints for buffered writesJens Axboe1-0/+2
2017-06-27fs: add support for buffered writeback to pass down write hintsJens Axboe2-5/+9
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe4-0/+6
2017-06-27blk-mq: expose write hints through debugfsJens Axboe2-0/+27
2017-06-27block: add support for write hints in a bioJens Axboe5-0/+20
2017-06-27fs: add fcntl() interface for setting/getting write life time hintsJens Axboe5-12/+120
2017-06-27lightnvm: if LUNs are already allocated fix returnRakesh Pandit1-2/+3
2017-06-26lightnvm: pblk: fail gracefully on irrec. errorJavier González11-114/+332
2017-06-26lightnvm: pblk: set mempool and workqueue params.Javier González4-20/+44
2017-06-26lightnvm: pblk: redesign GC algorithmJavier González6-278/+368
2017-06-26lightnvm: pblk: add lock assertions on helpersJavier González1-0/+4
2017-06-26lightnvm: pblk: cleanup unnecessary codeJavier González2-7/+0
2017-06-26lightnvm: pblk: set metadata list for all I/OsJavier González2-38/+54
2017-06-26lightnvm: pblk: choose optimal victim GC lineJavier González1-1/+15
2017-06-26lightnvm: pblk: decouple bad block from line allocJavier González1-16/+37
2017-06-26lightnvm: pblk: simplify meta. memory allocationJavier González4-8/+8
2017-06-26lightnvm: pblk: issue multiplane reads if possibleJavier González4-12/+51
2017-06-26lightnvm: pblk: delete redundant buffer pointerJavier González7-41/+11
2017-06-26lightnvm: pblk: delete redundant debug line statJavier González1-5/+3
2017-06-26lightnvm: pblk: sched. metadata on write threadJavier González8-285/+673
2017-06-26lightnvm: pblk: rename read request poolJavier González5-37/+38
2017-06-26lightnvm: pblk: generalize erase pathJavier González6-90/+116
2017-06-26lightnvm: pblk: expose max sec per write on sysfsJavier González4-1/+48
2017-06-26lightnvm: pblk: add debug stat for read cache hitsJavier González4-1/+10
2017-06-26lightnvm: pblk: spare double cpu_to_le64 calc.Javier González2-4/+5
2017-06-26lightnvm: propagate right error code to targetJavier González1-1/+1
2017-06-26lightnvm: re-convert ppa format on I/O failureJavier González1-1/+7
2017-06-23mtip32xx: fix up the checking for internal command failureJens Axboe1-17/+4
2017-06-22blk-mq: remove double set queue_numweiping1-1/+0
2017-06-21blk-mq: Make it safe to quiesce and unquiesce from an interrupt handlerBart Van Assche2-11/+19
2017-06-21block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()Bart Van Assche1-2/+2
2017-06-21block: Declare local symbols staticBart Van Assche1-1/+1
2017-06-21block: Add fallthrough markers to switch statementsBart Van Assche3-1/+4
2017-06-21blk-mq: fix performance regression with shared tagsJens Axboe4-24/+61
2017-06-21btrfs: use new block error codeDan Carpenter1-1/+1