summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: defer agfl frees from inode inactivationBrian Foster2018-05-091-0/+1
* xfs: defer agfl block frees from deferred ops processing contextBrian Foster2018-05-091-0/+12
* xfs: defer agfl block frees when dfops is availableBrian Foster2018-05-096-7/+129
* xfs: create agfl block free helper functionBrian Foster2018-05-092-10/+29
* xfs: print specific dqblk that failed verifiersEric Sandeen2018-05-091-19/+22
* xfs: add full xfs_dqblk verifierEric Sandeen2018-05-094-11/+30
* xfs: pass full xfs_dqblk to repair during quotacheckEric Sandeen2018-05-093-14/+11
* xfs: check type in quota verifier during quotacheckEric Sandeen2018-05-091-1/+3
* xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen2018-05-095-9/+7
* xfs: clean up locking in xfs_file_iomap_beginDave Chinner2018-05-091-37/+61
* xfs: simplify xfs_file_iomap_begin() logicDave Chinner2018-05-091-36/+46
* iomap: Use FUA for pure data O_DSYNC DIO writesDave Chinner2018-05-091-5/+46
* iomap: iomap_dio_rw() handles all sync writesDave Chinner2018-05-092-11/+15
* xfs: move generic_write_sync calls inwardsDave Chinner2018-05-091-15/+33
* xfs: don't retry xfs_buf_find on XBF_TRYLOCK failureDave Chinner2018-05-091-28/+65
* xfs: make xfs_buf_incore out of lineDave Chinner2018-05-094-23/+22
* xfs: trace ATTR flags in xattr tracepointsEric Sandeen2018-05-091-1/+4
* xfs: validate allocated inode numberDave Chinner2018-05-091-0/+12
* xfs: validate cached inodes are free when allocatedDave Chinner2018-05-091-25/+48
* Linux 4.17-rc4v4.17-rc4Linus Torvalds2018-05-061-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-05-0610-85/+122
|\
| * KVM: x86: remove APIC Timer periodic/oneshot spikesAnthoine Bourgeois2018-05-051-17/+20
| * Merge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/ker...Radim Krčmář2018-05-059-68/+102
| |\
| | * arm64: vgic-v2: Fix proxying of cpuif accessJames Morse2018-05-041-5/+19
| | * KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenanceValentin Schneider2018-05-041-1/+1
| | * KVM: arm64: Fix order of vcpu_write_sys_reg() argumentsJames Morse2018-05-041-1/+1
| | * KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGIMarc Zyngier2018-04-276-61/+81
* | | 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
| * | | iommu/dma: Move PCI window region reservation back into dma specific path.Shameer Kolothum2018-05-031-29/+25
| * | | iommu/rockchip: Make clock handling optionalHeiko Stuebner2018-05-031-1/+8
| * | | iommu/amd: Hide unused iommu_table_lockArnd Bergmann2018-05-031-1/+1
| * | | iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte()Jagannathan Raman2018-05-031-1/+1
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-05-061-1/+5
|\ \ \
| * | | x86/cpu: Restore CPUID_8000_0008_EBX reloadThomas Gleixner2018-05-021-1/+5
| |/ /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-05-062-30/+55
|\ \ \
| * | | clocksource: Rework stale commentPeter Zijlstra2018-05-021-4/+2
| * | | clocksource: Consistent de-rate when marking unstablePeter Zijlstra2018-05-021-1/+8
| * | | x86/tsc: Fix mark_tsc_unstable()Peter Zijlstra2018-05-021-7/+5
| * | | clocksource: Initialize cs->wd_listPeter Zijlstra2018-05-021-0/+2
| * | | clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesPeter Zijlstra2018-05-021-16/+34
| * | | x86/tsc: Always unregister clocksource_tsc_earlyPeter Zijlstra2018-05-021-4/+6
| |/ /
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-05-061-2/+2
|\ \ \
| * | | irqchip/qcom: Fix check for spurious interruptsAgustin Vega-Frias2018-05-021-2/+2
| |/ /
* | | Merge tag 'platform-drivers-x86-v4.17-2' of git://git.infradead.org/linux-pla...Linus Torvalds2018-05-052-2/+4
|\ \ \
| * | | platform/x86: Kconfig: Fix dell-laptop dependency chain.Mario Limonciello2018-05-041-1/+1
| * | | platform/x86: asus-wireless: Fix NULL pointer dereferenceJoão Paulo Rechi Vita2018-05-041-1/+3
* | | | Merge tag 'usb-4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-05-0517-58/+133
|\ \ \ \