summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-12-01block: add async variant of blkdev_issue_zerooutChaitanya Kulkarni1-0/+3
2016-11-29lightnvm: transform target get/set bad blockJavier González1-3/+12
2016-11-29lightnvm: use target nvm on target-specific ops.Javier González1-3/+3
2016-11-29lightnvm: introduce max_phys_sects helper functionJavier González1-0/+1
2016-11-29lightnvm: introduce helpers for generic ops in rrpcJavier González1-4/+1
2016-11-29lightnvm: eliminate nvm_lun abstraction in mmJavier González1-19/+22
2016-11-29lightnvm: eliminate nvm_block abstraction on mmJavier González1-46/+2
2016-11-29lightnvm: remove debug lun statistics from gennvmJavier González1-5/+0
2016-11-29lightnvm: remove get_lun operation on gennvmJavier González1-6/+2
2016-11-29lightnvm: move block provisioning to targetsJavier González1-61/+72
2016-11-29lightnvm: manage lun partitions internally in mmJavier González1-4/+2
2016-11-29lightnvm: remove gen_lun abstractionJavier González1-0/+10
2016-11-29lightnvm: make address conversion functions globalJavier González1-0/+30
2016-11-29lightnvm: cleanup unused target operationsJavier González1-6/+0
2016-11-29lightnvm: add ECC error codesJavier González1-0/+2
2016-11-29lightnvm: export set bad block tableJavier González1-1/+12
2016-11-29lightnvm: enable to send hint to erase commandJavier González1-4/+3
2016-11-29nvme: lightnvm: attach lightnvm sysfs to nvme block deviceMatias Bjørling1-2/+0
2016-11-22nbd: move multi-connection bit to unused valueJens Axboe1-1/+1
2016-11-22nbd: add multi-connection supportJosef Bacik1-4/+5
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei1-1/+2
2016-11-21block: clear all of bi_opf in bio_set_op_attrsChristoph Hellwig1-2/+5
2016-11-18block: Change extern inline to static inlineTobias Klauser1-1/+1
2016-11-17blk-mq: make the polling code adaptiveJens Axboe1-1/+1
2016-11-17blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe1-0/+1
2016-11-11block: move poll code to blk-mqJens Axboe1-1/+1
2016-11-10block: hook up writeback throttlingJens Axboe1-0/+3
2016-11-10blk-wbt: add general throttling mechanismJens Axboe1-0/+153
2016-11-10block: add scalable completion tracking of requestsJens Axboe2-0/+23
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig1-5/+5
2016-11-08writeback: track if we're sleeping on progress in balance_dirty_pages()Jens Axboe1-0/+2
2016-11-06block: add code to track actual device queue depthJens Axboe1-0/+11
2016-11-04block: immediately dispatch big size requestShaohua Li1-0/+1
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche1-2/+3
2016-11-02blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche2-0/+4
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche1-1/+0
2016-11-02blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche1-0/+1
2016-11-02block: add bio_iov_iter_get_pages()Kent Overstreet1-0/+1
2016-11-02writeback: mark background writeback as suchJens Axboe1-0/+2
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe1-0/+9
2016-11-02block: add REQ_BACKGROUNDJens Axboe1-0/+2
2016-11-01block: remove the CONFIG_BLOCK ifdef in blk_types.hChristoph Hellwig1-3/+0
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig1-1/+3
2016-11-01ceph: don't include blk_types.h in messenger.hChristoph Hellwig1-1/+1
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig3-1/+4
2016-11-01block, fs: move submit_bio to bio.hChristoph Hellwig2-1/+2
2016-11-01fs: decouple READ and WRITE from the block layer opsChristoph Hellwig4-14/+11
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig2-53/+4
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig3-8/+8
2016-11-01block: treat REQ_FUA and REQ_PREFLUSH as synchronousChristoph Hellwig2-4/+10