summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-1213-46/+57
* xfs: use verifier magic field in dir2 leaf verifiersBrian Foster2019-02-121-68/+19
* xfs: distinguish between bnobt and cntbt magic valuesBrian Foster2019-02-121-35/+25
* xfs: split up allocation btree verifierBrian Foster2019-02-125-11/+20
* xfs: distinguish between inobt and finobt magic valuesBrian Foster2019-02-123-9/+28
* xfs: create a separate finobt verifierBrian Foster2019-02-125-5/+15
* xfs: always check magic values in on-disk byte orderBrian Foster2019-02-125-7/+8
* xfs: clarify documentation for the function to reverify buffersBrian Foster2019-02-123-22/+17
* xfs: cache unlinked pointers in an rhashtableDarrick J. Wong2019-02-127-7/+306
* xfs: add tracepoints for high level iunlink operationsDarrick J. Wong2019-02-122-0/+28
* xfs: refactor inode update in iunlink_removeDarrick J. Wong2019-02-121-21/+13
* xfs: refactor unlinked list search and mapping to a separate functionDarrick J. Wong2019-02-121-38/+96
* xfs: refactor inode unlinked pointer update functionsDarrick J. Wong2019-02-122-92/+125
* xfs: strengthen AGI unlinked inode bucket pointer checksDarrick J. Wong2019-02-121-11/+14
* xfs: refactor AGI unlinked bucket updatesDarrick J. Wong2019-02-122-20/+71
* xfs: add xfs_verify_agino_or_null helperDarrick J. Wong2019-02-124-7/+19
* xfs: clean up iunlink functionsDarrick J. Wong2019-02-121-47/+32
* xfs: use the latest extent at writeback delalloc conversion timeBrian Foster2019-02-123-124/+64
* xfs: create delalloc bmapi wrapper for full extent allocationBrian Foster2019-02-122-4/+59
* xfs: remove superfluous writeback mapping eof trimmingBrian Foster2019-02-123-27/+0
* xfs: validate writeback mapping using data fork seq counterBrian Foster2019-02-122-16/+49
* xfs: update fork seq counter on data fork changesBrian Foster2019-02-122-8/+7
* xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic maskMarco Benatto2019-02-124-3/+6
* xfs: remove duplicated xfs_defer.hYueHaibing2019-02-124-4/+0
* xfs: check attribute name validityDarrick J. Wong2019-02-123-1/+24
* xfs: check directory name validityDarrick J. Wong2019-02-123-0/+24
* xfs: fix off-by-one error in rtbitmap cross-referenceDarrick J. Wong2019-02-121-3/+2
* xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong2019-02-123-0/+39
* xfs: abort xattr scrub if fatal signals are pendingDarrick J. Wong2019-02-121-0/+5
* xfs: consolidate scrub dinode mapping code into a single functionDarrick J. Wong2019-02-121-30/+32
* xfs: scrub big block inode btrees correctlyDarrick J. Wong2019-02-121-1/+9
* xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong2019-02-122-58/+152
* xfs: hoist inode cluster checks out of loopDarrick J. Wong2019-02-121-54/+65
* xfs: check inobt record alignment on big block filesystemsDarrick J. Wong2019-02-121-0/+41
* xfs: check the ir_startino alignment directlyDarrick J. Wong2019-02-121-6/+50
* xfs: never try to scrub more than 64 inodes per inobt recordDarrick J. Wong2019-02-121-1/+2
* Linux 5.0-rc6v5.0-rc6Linus Torvalds2019-02-101-1/+1
* Merge tag 'dmaengine-fix-5.0-rc6' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2019-02-104-76/+53
|\
| * dmaengine: dmatest: Abort test in case of mapping errorAndy Shevchenko2019-02-041-18/+14
| * Merge branch 'fix/brcm' into fixesVinod Koul2019-02-041-45/+25
| |\
| | * dmaengine: bcm2835: Fix abort of transactionsLukas Wunner2019-02-041-32/+9
| | * dmaengine: bcm2835: Fix interrupt race on RTLukas Wunner2019-02-041-15/+18
| * | dmaengine: imx-dma: fix wrong callback invokeLeonid Iziumtsev2019-02-041-4/+4
| * | dmaengine: at_xdmac: Fix wrongfull report of a channel as in useCodrin Ciubotariu2019-02-021-9/+10
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-104-26/+29
|\ \
| * | x86/mm: Make set_pmd_at() paravirt awareJuergen Gross2019-02-101-1/+1
| * | x86/mm/cpa: Fix set_mce_nospec()Peter Zijlstra2019-02-081-25/+25
| * | x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 settingKirill A. Shutemov2019-02-061-0/+2
| * | x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()Tony Luck2019-02-031-0/+1
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-103-24/+85
|\ \ \