summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-1214-74/+2466
|\
| * dm: add writecache targetMikulas Patocka2018-06-084-0/+2385
| * dm: adjust structure members to improve alignmentMike Snitzer2018-06-089-73/+79
| * dm: report which conflicting type caused error during table_load()Mike Snitzer2018-06-081-1/+2
* | Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-12207-3195/+939
|\ \
| * | xfs: update incore per-AG inode countDarrick J. Wong2018-06-111-0/+2
| * | xfs: replace do_mod with native operationsDave Chinner2018-06-087-50/+66
| * | xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen2018-06-081-3/+2
| * | xfs: clean up MIN/MAXDave Chinner2018-06-0815-34/+32
| * | xfs: move various type verifiers to common fileDave Chinner2018-06-089-163/+194
| * | xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner2018-06-083-1/+12
| * | xfs: setup VFS i_rwsem lockdep state correctlyDave Chinner2018-06-081-0/+8
| * | xfs: fix string handling in label get/set functionsArnd Bergmann2018-06-061-5/+5
| * | xfs: convert to SPDX license tagsDave Chinner2018-06-06205-2760/+205
| * | xfs: validate btree records on retrievalDave Chinner2018-06-064-9/+132
| * | xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()Dave Chinner2018-06-062-8/+12
| * | xfs: verify root inode more thoroughlyDave Chinner2018-06-061-2/+5
| * | xfs: verify COW extent size hint is valid in inode verifierDave Chinner2018-06-061-0/+6
| * | xfs: verify extent size hint is valid in inode verifierDave Chinner2018-06-061-1/+8
| * | xfs: catch bad stripe alignment configurationsDave Chinner2018-06-061-0/+16
| * | iomap: fsync swap files before iterating mappingsDarrick J. Wong2018-06-051-1/+5
| * | xfs: use xfs_trans_getsb in xfs_sync_sb_bufEric Sandeen2018-06-041-3/+5
| * | xfs: don't assert on corrupted unlinked inode listDarrick J. Wong2018-06-041-5/+14
| * | xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong2018-06-049-19/+31
| * | xfs: don't assert when on-disk btree pointers are garbageDarrick J. Wong2018-06-041-7/+16
| * | xfs: strengthen btree pointer checks before useDarrick J. Wong2018-06-041-15/+35
| * | xfs: introduce xfs_btree_debug_check_ptrDarrick J. Wong2018-06-041-47/+29
| * | xfs: check directory bestfree information in the verifierDarrick J. Wong2018-06-041-35/+68
| * | xfs: don't return garbage buffers in xfs_da3_node_readDarrick J. Wong2018-06-041-3/+5
| * | xfs: don't ASSERT on short form btree root pointer of zeroDarrick J. Wong2018-06-043-3/+0
| * | xfs: btree lookup shouldn't ASSERT on empty btree nodesDarrick J. Wong2018-06-041-1/+6
| * | xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruptionDarrick J. Wong2018-06-041-4/+8
| * | xfs: remove redundant ASSERT on insufficient bestfree length in _leaf_addnameDarrick J. Wong2018-06-041-1/+0
| * | xfs: don't assert when reporting on-disk corruption while loading btreeDarrick J. Wong2018-06-041-1/+0
| * | xfs: don't forbid setting dax flag on directories if device doesn't daxDarrick J. Wong2018-06-041-2/+7
| * | xfs: verify AGI unlinked list contains valid blocksDave Chinner2018-06-031-15/+8
* | | Merge tag 'pci-v4.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-1279-1626/+1509
|\ \ \
| * \ \ Merge branch 'pci/aer-squash'Bjorn Helgaas2018-06-1115-1547/+1434
| |\ \ \
| | * | | PCI/AER: Use "PCI Express" consistently in Kconfig textBjorn Helgaas2018-06-111-6/+6
| | * | | PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/Bjorn Helgaas2018-06-116-56/+41
| | * | | PCI/AER: Squash Kconfig.debug into KconfigBjorn Helgaas2018-06-112-21/+14
| | * | | PCI/AER: Move private AER things to aerdrv.cBjorn Helgaas2018-06-112-80/+63
| | * | | PCI/AER: Move aer_irq() declaration to portdrv.hBjorn Helgaas2018-06-113-3/+6
| | * | | PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.hBjorn Helgaas2018-06-113-11/+11
| | * | | PCI/AER: Remove duplicate pcie_port_bus_type declarationBjorn Helgaas2018-06-111-1/+0
| | * | | PCI/AER: Squash ecrc.c into aerdrv.cBjorn Helgaas2018-06-113-119/+110
| | * | | PCI/AER: Squash aerdrv_acpi.c into aerdrv.cBjorn Helgaas2018-06-113-142/+122
| | * | | PCI/AER: Squash aerdrv_errprint.c into aerdrv.cBjorn Helgaas2018-06-114-263/+244
| | * | | PCI/AER: Squash aerdrv_core.c into aerdrv.cBjorn Helgaas2018-06-114-498/+475
| | * | | PCI/AER: Reorder code to group probe/remove stuff togetherBjorn Helgaas2018-06-111-58/+58