summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2021-08-25xfs: decode scrub flags in ftrace outputDarrick J. Wong
2021-08-25xfs: standardize inode generation formatting in ftrace outputDarrick J. Wong
2021-08-25xfs: resolve fork names in trace outputDarrick J. Wong
2021-08-25xfs: disambiguate units for ftrace fields tagged "len"Darrick J. Wong
2021-08-25xfs: disambiguate units for ftrace fields tagged "offset"Darrick J. Wong
2021-08-25xfs: standardize rmap owner number formatting in ftrace outputDarrick J. Wong
2021-08-25xfs: standardize AG block number formatting in ftrace outputDarrick J. Wong
2021-08-25xfs: standardize AG number formatting in ftrace outputDarrick J. Wong
2021-08-25xfs: standardize inode number formatting in ftrace outputDarrick J. Wong
2021-08-25xfs: fix incorrect unit conversion in scrub tracepointDarrick J. Wong
2021-08-25xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong
2021-08-25xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-25xfs: grab active perag ref when reading AG headersDarrick J. Wong
2021-08-25xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong
2021-08-25xfs: per-cpu deferred inode inactivation queuesDave Chinner
2021-08-25xfs: remove the active vs running quota differentiationChristoph Hellwig
2021-07-15xfs: detect misaligned rtinherit directory extent size hintsxfs-5.14-fixes-1Darrick J. Wong
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong
2021-06-02xfs: remove agno from btree cursorDave Chinner
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner
2021-06-02xfs: add a perag to the btree cursorDave Chinner
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner
2021-06-02xfs: convert raw ag walks to use for_each_peragDave Chinner
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-05-20xfs: fix deadlock retry tracepoint argumentsDarrick J. Wong
2021-05-06Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-04-29xfs: count free space btree blocks when scrubbing pre-lazysbcount fsesDarrick J. Wong
2021-04-29xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2021-04-09xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-04-07xfs: scrub: Disable check for unoptimized data fork bmbt nodeChandan Babu R
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: split xfs_imap_to_bpChristoph Hellwig
2021-04-07xfs: scrub: Remove incorrect check executed on block format directoriesChandan Babu R
2021-03-25xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong
2021-03-25xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong
2021-03-25xfs: mark a data structure sick if there are cross-referencing errorsDarrick J. Wong