summaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-28nvmet-rdma: register ib_client to not deadlock in device removalSagi Grimberg1-33/+67
2017-06-28nvme_fc: fix error recovery on link down.James Smart1-4/+4
2017-06-28nvmet_fc: fix crashes on bad opcodesJames Smart1-4/+6
2017-06-28nvme_fc: Fix crash when nvme controller connection fails.James Smart1-0/+3
2017-06-28nvme_fc: replace ioabort msleep loop with completionJames Smart1-7/+6
2017-06-28nvme_fc: fix double calls to nvme_cleanup_cmd()James Smart1-4/+1
2017-06-28nvme-fabrics: verify that a controller returns the correct NQNChristoph Hellwig1-0/+9
2017-06-28nvme: simplify nvme_dev_attrs_are_visibleChristoph Hellwig1-11/+4
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig7-18/+29
2017-06-28nvme: remove a misleading comment on struct nvme_nsChristoph Hellwig1-3/+0
2017-06-28nvme: explicitly disable APST on quirked devicesKai-Heng Feng2-8/+10
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg8-20/+11
2017-06-28nvme: add hostid token to fabric optionsJohannes Thumshirn2-3/+20
2017-06-28nvme: Remove SCSI translationsKeith Busch4-2541/+3
2017-06-28nvme-pci: open-code polling logic in nvme_pollSagi Grimberg1-19/+21
2017-06-28nvme-pci: factor out the cqe reading mechanics from __nvme_process_cqSagi Grimberg1-22/+26
2017-06-28nvme-pci: factor out cqe handling into a dedicated routineSagi Grimberg1-23/+30
2017-06-28nvme-pci: Introduce nvme_ring_cq_doorbellSagi Grimberg1-4/+13
2017-06-28fs/fcntl: use copy_to/from_user() for u64 typesJens Axboe1-4/+9
2017-06-28drbd: Drop unnecessary staticJulia Lawall1-1/+1
2017-06-27block, bfq: update wr_busy_queues if needed on a queue splitPaolo Valente1-3/+18
2017-06-27mmc/block: remove a call to blk_queue_bounce_limitChristoph Hellwig1-1/+0
2017-06-27dm: don't set bounce limitChristoph Hellwig1-1/+0
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig13-5/+13
2017-06-27block: don't set bounce limit in blk_init_allocated_queueChristoph Hellwig2-5/+10
2017-06-27blk-mq: don't bounce by defaultChristoph Hellwig3-11/+0
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig9-11/+10
2017-06-27block: remove the queue_bounce_pfn helperChristoph Hellwig2-8/+3
2017-06-27block: move bounce declarations to block/blk.hChristoph Hellwig3-13/+14
2017-06-27blk-map: call blk_queue_bounce from blk_rq_append_bioChristoph Hellwig3-10/+4
2017-06-27pktcdvd: remove the call to blk_queue_bounceChristoph Hellwig1-2/+0
2017-06-27nvme: add support for streams and directivesJens Axboe3-4/+199
2017-06-27btrfs: add support for passing in write hints for buffered writesJens Axboe1-0/+1
2017-06-27xfs: add support for passing in write hints for buffered writesJens Axboe1-0/+2
2017-06-27ext4: add support for passing in write hints for buffered writesJens Axboe1-0/+2
2017-06-27fs: add support for buffered writeback to pass down write hintsJens Axboe2-5/+9
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe4-0/+6
2017-06-27blk-mq: expose write hints through debugfsJens Axboe2-0/+27
2017-06-27block: add support for write hints in a bioJens Axboe5-0/+20
2017-06-27fs: add fcntl() interface for setting/getting write life time hintsJens Axboe5-12/+120
2017-06-27lightnvm: if LUNs are already allocated fix returnRakesh Pandit1-2/+3
2017-06-27lightnvm: pblk: fail gracefully on irrec. errorJavier González11-114/+332
2017-06-27lightnvm: pblk: set mempool and workqueue params.Javier González4-20/+44
2017-06-27lightnvm: pblk: redesign GC algorithmJavier González6-278/+368
2017-06-27lightnvm: pblk: add lock assertions on helpersJavier González1-0/+4
2017-06-27lightnvm: pblk: cleanup unnecessary codeJavier González2-7/+0
2017-06-27lightnvm: pblk: set metadata list for all I/OsJavier González2-38/+54
2017-06-27lightnvm: pblk: choose optimal victim GC lineJavier González1-1/+15
2017-06-27lightnvm: pblk: decouple bad block from line allocJavier González1-16/+37
2017-06-27lightnvm: pblk: simplify meta. memory allocationJavier González4-8/+8