summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2019-04-30dm: add dust targetBryan Gurney-0/+525
2019-04-26dm writecache: avoid unnecessary lookups in writecache_find_entry()Mikulas Patocka-6/+5
2019-04-26dm writecache: remove unused member page_offset in writeback_structHuaisheng Ye-2/+0
2019-04-26dm delay: fix a crash when invalid device is specifiedMikulas Patocka-1/+2
2019-04-26dm: only initialize md->dax_dev if CONFIG_DAX_DRIVER is enabledPeng Wang-4/+2
2019-04-25dm mpath: fix missing call of path selector type->end_ioYufen Yu-6/+22
2019-04-18dm thin metadata: do not write metadata if no changes occurredMike Snitzer-3/+23
2019-04-18dm thin metadata: add wrappers for managing write locking of metadataMike Snitzer-44/+64
2019-04-18dm thin metadata: check __commit_transaction()'s returnMike Snitzer-1/+6
2019-04-18dm space map common: zero entire ll_diskMike Snitzer-0/+2
2019-04-18dm writecache: add unlikely for returned value of rb_next/prevHuaisheng Ye-2/+2
2019-04-18dm writecache: remove needless dereferences in __writecache_writeback_pmem()Huaisheng Ye-6/+6
2019-04-18dm snapshot: Use fine-grained locking schemeNikos Tsironis-40/+44
2019-04-18dm snapshot: Make exception tables scalableNikos Tsironis-24/+116
2019-04-18dm snapshot: Replace mutex with rw semaphoreNikos Tsironis-45/+43
2019-04-18dm snapshot: Don't sleep holding the snapshot lockNikos Tsironis-37/+65
2019-04-18dm cache metadata: Fix loading discard bitsetNikos Tsironis-1/+8
2019-04-18dm zoned: Fix zone report handlingDamien Le Moal-0/+5
2019-04-18dm zoned: Silence a static checker warningDan Carpenter-1/+2
2019-04-18dm crypt: fix endianness annotations around org_sector_of_dmreqChristoph Hellwig-4/+4
2019-04-13Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds-51/+98
2019-04-13Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-1/+4
2019-04-13Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-27/+96
2019-04-13Merge tag 'pci-v5.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+6
2019-04-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2019-04-12clk: imx: Fix PLL_1416X not rounding ratesLeonard Crestez-1/+1
2019-04-12clk: mediatek: fix clk-gate flag settingWeiyi Lu-2/+1
2019-04-12Merge tag 'iommu-fix-v5.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2019-04-12Merge tag 'mmc-v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds-21/+51
2019-04-12Merge tag 'acpi-5.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-0/+4
2019-04-12Merge tag 'drm-fixes-2019-04-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-202/+317
2019-04-12iommu/amd: Set exclusion range correctlyJoerg Roedel-1/+1
2019-04-12Merge tag 'drm-intel-fixes-2019-04-11' of git://anongit.freedesktop.org/drm/d...Dave Airlie-110/+97
2019-04-12Merge tag 'drm-misc-fixes-2019-04-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-19/+62
2019-04-11platform/x86: pmc_atom: Drop __initconst on dmi tableStephen Boyd-1/+1
2019-04-11Merge tag 'gvt-fixes-2019-04-11' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi-9/+18
2019-04-11nvmet: fix discover log page when offsets are usedKeith Busch-23/+51
2019-04-11nvme-fc: correct csn initialization and increments on errorJames Smart-5/+15
2019-04-11mmc: sdhci-omap: Don't finish_mrq() on a command error during tuningFaiz Abbas-0/+38
2019-04-11Merge branch 'drm-fixes-5.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-25/+16
2019-04-11Merge branch 'mediatek-drm-fixes-5.1' of https://github.com/ckhu-mediatek/lin...Dave Airlie-46/+132
2019-04-11Merge tag 'drm/tegra/for-5.1-rc5' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie-1/+1
2019-04-11gpu: host1x: Fix compile error when IOMMU API is not availableStefan Agner-1/+1
2019-04-11drm/i915/gvt: Roundup fb->height into tile's height at calucation fb->sizeXiong Zhang-3/+6
2019-04-10clk: x86: Add system specific quirk to mark clocks as criticalDavid Müller-3/+32
2019-04-10PCI: pciehp: Ignore Link State Changes after powering off a slotSergey Miroshnichenko-0/+4
2019-04-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-41/+42
2019-04-10lightnvm: pblk: fix crash in pblk_end_partial_read due to multipage bvecsHans Holmberg-22/+28
2019-04-10IB/hfi1: Do not flush send queue in the TID RDMA second legKaike Wan-23/+8
2019-04-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-3/+7