summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nbd: set discard granularity properlyJosef Bacik2018-05-231-2/+8
* block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic2018-05-221-1/+2
* nvme-pci: fix race between poll and IRQ completionsJens Axboe2018-05-211-4/+11
* Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-05-215-94/+133
|\
| * nvme-pci: drop IRQ disabling on submission queue lockJens Axboe2018-05-181-4/+4
| * nvme-pci: split the nvme queue lock into submission and completion locksJens Axboe2018-05-181-21/+23
| * nvme-pci: handle completions outside of the queue lockJens Axboe2018-05-181-42/+45
| * nvme-pci: move ->cq_vector == -1 check outside of ->q_lockJens Axboe2018-05-181-5/+13
| * nvme-pci: remove cq check after submissionJens Axboe2018-05-181-2/+0
| * nvme-pci: simplify nvme_cqe_validChristoph Hellwig2018-05-181-6/+6
| * nvme: mark the result argument to nvme_complete_async_event volatileChristoph Hellwig2018-05-182-2/+2
| * nvme/pci: Sync controller reset for AER slot_resetKeith Busch2018-05-111-2/+9
| * nvme/pci: Hold controller reference during async probeKeith Busch2018-05-071-0/+3
| * nvme: only reconfigure discard if necessaryJens Axboe2018-05-021-12/+16
| * nvme/pci: Use async_schedule for initial reset workKeith Busch2018-05-021-1/+9
| * nvme: lightnvm: add granby supportWei Xu2018-04-261-0/+2
| * NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash StorageMicah Parrish2018-04-261-0/+2
| * nvme: change order of qid and cmdid in completion traceJohannes Thumshirn2018-04-261-2/+2
| * nvme: fc: provide a descriptive errorJohannes Thumshirn2018-04-261-0/+2
* | nbd: call nbd_bdev_reset instead of bd_set_size on disconnectJosef Bacik2018-05-161-1/+1
* | nbd: fix how we set bd_invalidatedJosef Bacik2018-05-161-4/+3
* | nbd: clear_sock on netlink disconnectJosef Bacik2018-05-161-0/+1
* | nbd: use bd_set_size when updating disk sizeJosef Bacik2018-05-161-1/+9
* | nbd: update size when connectedJosef Bacik2018-05-161-0/+2
* | nbd: fix nbd device deletionJosef Bacik2018-05-161-1/+4
* | Remove jsflash driverJens Axboe2018-05-153-668/+0
* | block: Split out bio_list_copy_data()Kent Overstreet2018-05-141-1/+1
* | block: Use bioset_init() for fs_bio_setKent Overstreet2018-05-141-1/+1
* | block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-145-5/+6
* | block: pass an explicit gfp_t to get_requestChristoph Hellwig2018-05-141-4/+0
* | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-1424-35/+32
* | scsi/osd: remove the gfp argument to osd_start_requestChristoph Hellwig2018-05-141-13/+11
* | memstick: remove unused variablesChristoph Hellwig2018-05-142-2/+0
* | ps3disk: handle highmem pagesChristoph Hellwig2018-05-111-2/+0
* | jsflash: handle highmem pagesChristoph Hellwig2018-05-111-2/+4
* | aoe: handle highmem pagesChristoph Hellwig2018-05-112-2/+2
* | mtd_blkdevs: handle highmem pagesChristoph Hellwig2018-05-111-6/+14
* | memstick: don't call blk_queue_bounce_limitChristoph Hellwig2018-05-112-10/+0
* | DAC960: don't use block layer bounce buffersChristoph Hellwig2018-05-112-8/+2
* | mtip32xx: don't use block layer bounce buffersChristoph Hellwig2018-05-111-1/+0
* | mtip32xx: Fix an error handling path in 'mtip_pci_probe()'Christophe JAILLET2018-05-101-1/+1
* | brd: Mark as non-rotationalSeongJae Park2018-05-091-0/+4
* | block: consolidate struct request timestamp fieldsOmar Sandoval2018-05-091-1/+1
* | loop: remember whether sysfs_create_group() was doneTetsuo Handa2018-05-072-5/+7
* | Merge tag 'devicetree-fixes-for-4.17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-071-9/+21
|\ \
| * | of: overlay: Stop leaking resources on overlay removalJan Kiszka2018-04-261-9/+21
* | | Merge tag 'iommu-fixes-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-05-065-34/+37
|\ \ \
| * | | iommu: rockchip: fix building without CONFIG_OFArnd Bergmann2018-05-031-1/+1
| * | | iommu/vt-d: Use WARN_ON_ONCE instead of BUG_ON in qi_flush_dev_iotlb()Joerg Roedel2018-05-031-1/+1
| * | | iommu/vt-d: fix shift-out-of-bounds in bug checkingChangbin Du2018-05-031-1/+1