summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lightnvm: pblk: fix double-free on pblk initJavier González2017-06-301-2/+0
* lightnvm: pblk: fix bad le64 assignationsJavier González2017-06-304-4/+7
* nvme: Makefile: remove dead build ruleValentin Rothberg2017-06-291-1/+0
* blk-mq: map all HWQ also in hyperthreaded systemMax Gurtovoy2017-06-291-46/+22
* nvmet-rdma: register ib_client to not deadlock in device removalSagi Grimberg2017-06-281-33/+67
* nvme_fc: fix error recovery on link down.James Smart2017-06-281-4/+4
* nvmet_fc: fix crashes on bad opcodesJames Smart2017-06-281-4/+6
* nvme_fc: Fix crash when nvme controller connection fails.James Smart2017-06-281-0/+3
* nvme_fc: replace ioabort msleep loop with completionJames Smart2017-06-281-7/+6
* nvme_fc: fix double calls to nvme_cleanup_cmd()James Smart2017-06-281-4/+1
* nvme-fabrics: verify that a controller returns the correct NQNChristoph Hellwig2017-06-281-0/+9
* nvme: simplify nvme_dev_attrs_are_visibleChristoph Hellwig2017-06-281-11/+4
* nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig2017-06-287-18/+29
* nvme: remove a misleading comment on struct nvme_nsChristoph Hellwig2017-06-281-3/+0
* nvme: explicitly disable APST on quirked devicesKai-Heng Feng2017-06-282-8/+10
* nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg2017-06-288-20/+11
* nvme: add hostid token to fabric optionsJohannes Thumshirn2017-06-282-3/+20
* nvme: Remove SCSI translationsKeith Busch2017-06-284-2541/+3
* nvme-pci: open-code polling logic in nvme_pollSagi Grimberg2017-06-281-19/+21
* nvme-pci: factor out the cqe reading mechanics from __nvme_process_cqSagi Grimberg2017-06-281-22/+26
* nvme-pci: factor out cqe handling into a dedicated routineSagi Grimberg2017-06-281-23/+30
* nvme-pci: Introduce nvme_ring_cq_doorbellSagi Grimberg2017-06-281-4/+13
* fs/fcntl: use copy_to/from_user() for u64 typesJens Axboe2017-06-281-4/+9
* drbd: Drop unnecessary staticJulia Lawall2017-06-281-1/+1
* block, bfq: update wr_busy_queues if needed on a queue splitPaolo Valente2017-06-271-3/+18
* mmc/block: remove a call to blk_queue_bounce_limitChristoph Hellwig2017-06-271-1/+0
* dm: don't set bounce limitChristoph Hellwig2017-06-271-1/+0
* block: don't set bounce limit in blk_init_queueChristoph Hellwig2017-06-2713-5/+13
* block: don't set bounce limit in blk_init_allocated_queueChristoph Hellwig2017-06-272-5/+10
* blk-mq: don't bounce by defaultChristoph Hellwig2017-06-273-11/+0
* 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