summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster
2019-02-11xfs: use verifier magic field in dir2 leaf verifiersBrian Foster
2019-02-11xfs: distinguish between bnobt and cntbt magic valuesBrian Foster
2019-02-11xfs: split up allocation btree verifierBrian Foster
2019-02-11xfs: distinguish between inobt and finobt magic valuesBrian Foster
2019-02-11xfs: create a separate finobt verifierBrian Foster
2019-02-11xfs: always check magic values in on-disk byte orderBrian Foster
2019-02-11xfs: clarify documentation for the function to reverify buffersBrian Foster
2019-02-11xfs: cache unlinked pointers in an rhashtableDarrick J. Wong
2019-02-11xfs: add tracepoints for high level iunlink operationsDarrick J. Wong
2019-02-11xfs: refactor inode update in iunlink_removeDarrick J. Wong
2019-02-11xfs: refactor unlinked list search and mapping to a separate functionDarrick J. Wong
2019-02-11xfs: refactor inode unlinked pointer update functionsDarrick J. Wong
2019-02-11xfs: strengthen AGI unlinked inode bucket pointer checksDarrick J. Wong
2019-02-11xfs: refactor AGI unlinked bucket updatesDarrick J. Wong
2019-02-11xfs: add xfs_verify_agino_or_null helperDarrick J. Wong
2019-02-11xfs: clean up iunlink functionsDarrick J. Wong
2019-02-11xfs: use the latest extent at writeback delalloc conversion timeBrian Foster
2019-02-11xfs: create delalloc bmapi wrapper for full extent allocationBrian Foster
2019-02-11xfs: remove superfluous writeback mapping eof trimmingBrian Foster
2019-02-11xfs: validate writeback mapping using data fork seq counterBrian Foster
2019-02-11xfs: update fork seq counter on data fork changesBrian Foster
2019-02-11xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic maskMarco Benatto
2019-02-11xfs: remove duplicated xfs_defer.hYueHaibing
2019-02-11xfs: check attribute name validityDarrick J. Wong
2019-02-11xfs: check directory name validityDarrick J. Wong
2019-02-11xfs: fix off-by-one error in rtbitmap cross-referenceDarrick J. Wong
2019-02-11xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong
2019-02-11xfs: abort xattr scrub if fatal signals are pendingDarrick J. Wong
2019-02-11xfs: consolidate scrub dinode mapping code into a single functionDarrick J. Wong
2019-02-11xfs: scrub big block inode btrees correctlyDarrick J. Wong
2019-02-11xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong
2019-02-11xfs: hoist inode cluster checks out of loopDarrick J. Wong
2019-02-11xfs: check inobt record alignment on big block filesystemsDarrick J. Wong
2019-02-11xfs: check the ir_startino alignment directlyDarrick J. Wong
2019-02-11xfs: never try to scrub more than 64 inodes per inobt recordDarrick J. Wong
2019-02-03xfs: set buffer ops when repair probes for btree typeDarrick J. Wong
2019-02-03xfs: end sync buffer I/O properly on shutdown errorBrian Foster
2019-02-03xfs: eof trim writeback mapping as soon as it is cachedBrian Foster
2018-12-29xfs: xfs_fsops: drop useless LIST_HEADJulia Lawall
2018-12-29xfs: xfs_buf: drop useless LIST_HEADJulia Lawall
2018-12-21xfs: reallocate realtime summary cache on growfsOmar Sandoval
2018-12-19xfs: stringify scrub types in ftrace outputDarrick J. Wong
2018-12-19xfs: stringify btree cursor types in ftrace outputDarrick J. Wong
2018-12-19xfs: move XFS_INODE_FORMAT_STR mappings to libxfsDarrick J. Wong
2018-12-19xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfsDarrick J. Wong
2018-12-19xfs: fix symbolic enum printing in ftrace outputDarrick J. Wong
2018-12-19xfs: fix function pointer type in ftrace formatDarrick J. Wong
2018-12-18xfs: Fix x32 ioctls when cmd numbers differ from ia32.Nick Bowler
2018-12-18xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler