summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-27blk-mq: don't bounce by defaultChristoph Hellwig
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig
2017-06-27block: remove the queue_bounce_pfn helperChristoph Hellwig
2017-06-27block: move bounce declarations to block/blk.hChristoph Hellwig
2017-06-27blk-map: call blk_queue_bounce from blk_rq_append_bioChristoph Hellwig
2017-06-27pktcdvd: remove the call to blk_queue_bounceChristoph Hellwig
2017-06-27nvme: add support for streams and directivesJens Axboe
2017-06-27btrfs: add support for passing in write hints for buffered writesJens Axboe
2017-06-27xfs: add support for passing in write hints for buffered writesJens Axboe
2017-06-27ext4: add support for passing in write hints for buffered writesJens Axboe
2017-06-27fs: add support for buffered writeback to pass down write hintsJens Axboe
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe
2017-06-27blk-mq: expose write hints through debugfsJens Axboe
2017-06-27block: add support for write hints in a bioJens Axboe
2017-06-27fs: add fcntl() interface for setting/getting write life time hintsJens Axboe
2017-06-27lightnvm: if LUNs are already allocated fix returnRakesh Pandit
2017-06-26lightnvm: pblk: fail gracefully on irrec. errorJavier González
2017-06-26lightnvm: pblk: set mempool and workqueue params.Javier González
2017-06-26lightnvm: pblk: redesign GC algorithmJavier González
2017-06-26lightnvm: pblk: add lock assertions on helpersJavier González
2017-06-26lightnvm: pblk: cleanup unnecessary codeJavier González
2017-06-26lightnvm: pblk: set metadata list for all I/OsJavier González
2017-06-26lightnvm: pblk: choose optimal victim GC lineJavier González
2017-06-26lightnvm: pblk: decouple bad block from line allocJavier González
2017-06-26lightnvm: pblk: simplify meta. memory allocationJavier González
2017-06-26lightnvm: pblk: issue multiplane reads if possibleJavier González
2017-06-26lightnvm: pblk: delete redundant buffer pointerJavier González
2017-06-26lightnvm: pblk: delete redundant debug line statJavier González
2017-06-26lightnvm: pblk: sched. metadata on write threadJavier González
2017-06-26lightnvm: pblk: rename read request poolJavier González
2017-06-26lightnvm: pblk: generalize erase pathJavier González
2017-06-26lightnvm: pblk: expose max sec per write on sysfsJavier González
2017-06-26lightnvm: pblk: add debug stat for read cache hitsJavier González
2017-06-26lightnvm: pblk: spare double cpu_to_le64 calc.Javier González
2017-06-26lightnvm: propagate right error code to targetJavier González
2017-06-26lightnvm: re-convert ppa format on I/O failureJavier González
2017-06-23mtip32xx: fix up the checking for internal command failureJens Axboe
2017-06-22Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe
2017-06-22blk-mq: remove double set queue_numweiping
2017-06-21blk-mq: Make it safe to quiesce and unquiesce from an interrupt handlerBart Van Assche
2017-06-21block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()Bart Van Assche
2017-06-21block: Declare local symbols staticBart Van Assche
2017-06-21block: Add fallthrough markers to switch statementsBart Van Assche
2017-06-21blk-mq: fix performance regression with shared tagsJens Axboe
2017-06-21btrfs: use new block error codeDan Carpenter
2017-06-20blk-mq: Warn when attempting to run a hardware queue that is not mappedBart Van Assche
2017-06-20block: Constify disk_typeBart Van Assche
2017-06-20blk-mq: Document locking assumptionsBart Van Assche
2017-06-20block: Document what queue type each function is intended forBart Van Assche
2017-06-20block: Check locking assumptions at runtimeBart Van Assche