aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-30lightnvm: pblk: remove unused return variableGravatar Javier González 1-2/+2
2017-06-30lightnvm: pblk: fix double-free on pblk initGravatar Javier González 1-2/+0
2017-06-30lightnvm: pblk: fix bad le64 assignationsGravatar Javier González 4-4/+7
2017-06-29nvme: Makefile: remove dead build ruleGravatar Valentin Rothberg 1-1/+0
2017-06-29blk-mq: map all HWQ also in hyperthreaded systemGravatar Max Gurtovoy 1-46/+22
2017-06-28nvmet-rdma: register ib_client to not deadlock in device removalGravatar Sagi Grimberg 1-33/+67
2017-06-28nvme_fc: fix error recovery on link down.Gravatar James Smart 1-4/+4
2017-06-28nvmet_fc: fix crashes on bad opcodesGravatar James Smart 1-4/+6
2017-06-28nvme_fc: Fix crash when nvme controller connection fails.Gravatar James Smart 1-0/+3
2017-06-28nvme_fc: replace ioabort msleep loop with completionGravatar James Smart 1-7/+6
2017-06-28nvme_fc: fix double calls to nvme_cleanup_cmd()Gravatar James Smart 1-4/+1
2017-06-28nvme-fabrics: verify that a controller returns the correct NQNGravatar Christoph Hellwig 1-0/+9
2017-06-28nvme: simplify nvme_dev_attrs_are_visibleGravatar Christoph Hellwig 1-11/+4
2017-06-28nvme: read the subsystem NQN from Identify ControllerGravatar Christoph Hellwig 7-18/+29
2017-06-28nvme: remove a misleading comment on struct nvme_nsGravatar Christoph Hellwig 1-3/+0
2017-06-28nvme: explicitly disable APST on quirked devicesGravatar Kai-Heng Feng 2-8/+10
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Gravatar Sagi Grimberg 8-20/+11
2017-06-28nvme: add hostid token to fabric optionsGravatar Johannes Thumshirn 2-3/+20
2017-06-28nvme: Remove SCSI translationsGravatar Keith Busch 4-2541/+3
2017-06-28nvme-pci: open-code polling logic in nvme_pollGravatar Sagi Grimberg 1-19/+21
2017-06-28nvme-pci: factor out the cqe reading mechanics from __nvme_process_cqGravatar Sagi Grimberg 1-22/+26
2017-06-28nvme-pci: factor out cqe handling into a dedicated routineGravatar Sagi Grimberg 1-23/+30
2017-06-28nvme-pci: Introduce nvme_ring_cq_doorbellGravatar Sagi Grimberg 1-4/+13
2017-06-28fs/fcntl: use copy_to/from_user() for u64 typesGravatar Jens Axboe 1-4/+9
2017-06-27drbd: Drop unnecessary staticGravatar Julia Lawall 1-1/+1
2017-06-27block, bfq: update wr_busy_queues if needed on a queue splitGravatar Paolo Valente 1-3/+18
2017-06-27mmc/block: remove a call to blk_queue_bounce_limitGravatar Christoph Hellwig 1-1/+0
2017-06-27dm: don't set bounce limitGravatar Christoph Hellwig 1-1/+0
2017-06-27block: don't set bounce limit in blk_init_queueGravatar Christoph Hellwig 13-5/+13
2017-06-27block: don't set bounce limit in blk_init_allocated_queueGravatar Christoph Hellwig 2-5/+10
2017-06-27blk-mq: don't bounce by defaultGravatar Christoph Hellwig 3-11/+0
2017-06-27block: don't bother with bounce limits for make_request driversGravatar Christoph Hellwig 9-11/+10
2017-06-27block: remove the queue_bounce_pfn helperGravatar Christoph Hellwig 2-8/+3
2017-06-27block: move bounce declarations to block/blk.hGravatar Christoph Hellwig 3-13/+14
2017-06-27blk-map: call blk_queue_bounce from blk_rq_append_bioGravatar Christoph Hellwig 3-10/+4
2017-06-27pktcdvd: remove the call to blk_queue_bounceGravatar Christoph Hellwig 1-2/+0
2017-06-27nvme: add support for streams and directivesGravatar Jens Axboe 3-4/+199
2017-06-27btrfs: add support for passing in write hints for buffered writesGravatar Jens Axboe 1-0/+1
2017-06-27xfs: add support for passing in write hints for buffered writesGravatar Jens Axboe 1-0/+2
2017-06-27ext4: add support for passing in write hints for buffered writesGravatar Jens Axboe 1-0/+2
2017-06-27fs: add support for buffered writeback to pass down write hintsGravatar Jens Axboe 2-5/+9
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsGravatar Jens Axboe 4-0/+6
2017-06-27blk-mq: expose write hints through debugfsGravatar Jens Axboe 2-0/+27
2017-06-27block: add support for write hints in a bioGravatar Jens Axboe 5-0/+20
2017-06-27fs: add fcntl() interface for setting/getting write life time hintsGravatar Jens Axboe 5-12/+120
2017-06-27lightnvm: if LUNs are already allocated fix returnGravatar Rakesh Pandit 1-2/+3
2017-06-26lightnvm: pblk: fail gracefully on irrec. errorGravatar Javier González 11-114/+332
2017-06-26lightnvm: pblk: set mempool and workqueue params.Gravatar Javier González 4-20/+44
2017-06-26lightnvm: pblk: redesign GC algorithmGravatar Javier González 6-278/+368
2017-06-26lightnvm: pblk: add lock assertions on helpersGravatar Javier González 1-0/+4