summaryrefslogtreecommitdiffstats
path: root/drivers/atm (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-24nvme: Pass pointers, not dma addresses, to nvme_get/set_features()Andy Lutomirski3-13/+11
2016-09-24nvme/scsi: Remove power management supportAndy Lutomirski1-71/+3
2016-09-24nvmet: Make dsm number of ranges zero basedAlexander Solganik1-1/+1
2016-09-24nvmet: Use direct IO for writesSagi Grimberg1-0/+1
2016-09-24admin-cmd: Added smart-log command support.Chaitanya Kulkarni1-0/+88
2016-09-24nvme-fabrics: Add host_traddr options field to host infrastructureJames Smart2-0/+17
2016-09-24nvme-fabrics: revise host transport option descriptionsJames Smart1-3/+4
2016-09-24nvme-fabrics: rework nvmf_get_address() for variable optionsJames Smart1-2/+10
2016-09-23nbd: use BLK_MQ_F_BLOCKINGJosef Bacik1-1/+1
2016-09-23blkcg: Annotate blkg_hint correctlyBart Van Assche1-1/+1
2016-09-23cfq: fix starvation of asynchronous writesGlauber Costa1-3/+10
2016-09-22blk-mq: add flag for drivers wanting blocking ->queue_rq()Jens Axboe2-1/+2
2016-09-22blk-mq: remove non-blocking pass in blk_mq_map_requestChristoph Hellwig1-13/+1
2016-09-22blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()Jens Axboe1-14/+2
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang9-36/+13
2016-09-21lightnvm: propagate device_add() error codeArnd Bergmann2-4/+7
2016-09-21lightnvm: expose device geometry through sysfsSimon A. F. Lund8-17/+278
2016-09-21lightnvm: control life of nvm_dev in driverMatias Bjørling6-68/+83
2016-09-21blk-mq: register device instead of diskMatias Bjørling4-15/+12
2016-09-21null_blk: refactor to support non-gendisk devicesMatias Bjørling1-49/+61
2016-09-21nvme: refactor namespaces to support non-gendisk devicesMatias Bjørling3-43/+78
2016-09-21lightnvm: NVM should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2016-09-19sbitmap: initialize weight to zeroColin Ian King1-1/+1
2016-09-17sbitmap: don't update the allocation hint on clear after resizeOmar Sandoval1-1/+1
2016-09-17sbitmap: re-initialize allocation hints after resizeOmar Sandoval1-2/+7
2016-09-17sbitmap: randomize initial alloc_hint valuesOmar Sandoval3-9/+6
2016-09-17sbitmap: push alloc policy into sbitmap_queueOmar Sandoval4-33/+34
2016-09-17sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval6-42/+98
2016-09-17sbitmap: allocate wait queues on a specific nodeOmar Sandoval1-1/+1
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval11-476/+789
2016-09-16blk-mq: account higher order dispatchJens Axboe2-7/+14
2016-09-14blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer3-5/+14
2016-09-14block: remove IOPRIO_BITSChristoph Hellwig1-1/+0
2016-09-14bio.h: remove a very outdated commentChristoph Hellwig1-2/+0
2016-09-14block: remove bio_destructor_tChristoph Hellwig1-1/+0
2016-09-14block: Improve bio_set_op_attrs() robustnessBart Van Assche1-5/+12
2016-09-14block, dm-crypt, btrfs: Introduce bio_flags()Bart Van Assche3-4/+6
2016-09-14block: Document that bio_op() uses the data type of bio.bi_opfBart Van Assche1-1/+1
2016-09-14block: remove remnant refs to hardsectLinus Walleij3-4/+4
2016-09-14block: remove blk_mq_alloc_single_hw_queue() prototypeLinus Walleij1-1/+0
2016-09-14block_dev: remove DAX leftoversChristoph Hellwig1-10/+1
2016-09-14block: enable zeroing of io_poll statisticsStephen Bates1-1/+10
2016-09-14block: add poll_considered statisticStephen Bates3-3/+10
2016-09-08nbd: allow block mq to deal with timeoutsJosef Bacik1-37/+14
2016-09-08nbd: use flags instead of boolJosef Bacik1-8/+10
2016-09-08nbd: don't shutdown sock with irq's disabledJosef Bacik1-4/+15
2016-09-08nbd: convert to blkmqJosef Bacik1-208/+129
2016-08-29mtip32xx: mark symbols static where possibleBaoyou Xie1-1/+1
2016-08-29blk-mq: prefetch request in blk_mq_tag_to_rq()Jens Axboe1-1/+4
2016-08-29blk-mq: improve layout of blk_mq_hw_ctxJens Axboe1-4/+5