Merge tag 'fix-asciici-bugs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/linux...
[platform/kernel/linux-starfive.git] / fs /
2023-04-13 Dave ChinnerMerge tag 'fix-asciici-bugs-6.4_2023-04-11' of git...
2023-04-13 Dave ChinnerMerge tag 'scrub-strengthen-rmap-checking-6.4_2023...
2023-04-13 Dave ChinnerMerge tag 'repair-bitmap-rework-6.4_2023-04-11' of...
2023-04-13 Dave ChinnerMerge tag 'scrub-fix-xattr-memory-mgmt-6.4_2023-04...
2023-04-13 Dave ChinnerMerge tag 'scrub-detect-mergeable-records-6.4_2023...
2023-04-13 Dave ChinnerMerge tag 'scrub-merge-bmap-records-6.4_2023-04-12...
2023-04-13 Dave ChinnerMerge tag 'scrub-iget-fixes-6.4_2023-04-12' of git...
2023-04-13 Dave ChinnerMerge tag 'scrub-parent-fixes-6.4_2023-04-12' of git...
2023-04-13 Dave ChinnerMerge tag 'scrub-dir-iget-fixes-6.4_2023-04-12' of...
2023-04-13 Dave ChinnerMerge tag 'scrub-detect-rmapbt-gaps-6.4_2023-04-11...
2023-04-13 Dave ChinnerMerge tag 'scrub-detect-inobt-gaps-6.4_2023-04-11'...
2023-04-13 Dave ChinnerMerge tag 'scrub-detect-refcount-gaps-6.4_2023-04-11...
2023-04-13 Dave ChinnerMerge tag 'scrub-btree-key-enhancements-6.4_2023-04...
2023-04-13 Dave ChinnerMerge tag 'rmap-btree-fix-key-handling-6.4_2023-04...
2023-04-13 Dave ChinnerMerge tag 'btree-hoist-scrub-checks-6.4_2023-04-11...
2023-04-13 Dave ChinnerMerge tag 'btree-complain-bad-records-6.4_2023-04-11...
2023-04-13 Dave ChinnerMerge tag 'scrub-drain-intents-6.4_2023-04-11' of git...
2023-04-13 Dave ChinnerMerge tag 'scrub-fix-legalese-6.4_2023-04-11' of git...
2023-04-13 Dave ChinnerMerge tag 'pass-perag-refs-6.4_2023-04-11' of git:...
2023-04-13 Dave ChinnerMerge tag 'intents-perag-refs-6.4_2023-04-11' of git...
2023-04-13 Dave ChinnerMerge tag 'online-fsck-design-6.4_2023-04-11' of git...
2023-04-12 Ye Binxfs: fix BUG_ON in xfs_getbmap()
2023-04-12 Darrick J. Wongxfs: verify buffer contents when we skip log replay
2023-04-12 Darrick J. Wongxfs: _{attr,data}_map_shared should take ILOCK_EXCL...
2023-04-12 Dave Chinnerxfs: remove WARN when dquot cache insertion fails
2023-04-12 Dave Chinnerxfs: don't consider future format versions valid
2023-04-12 Darrick J. Wongxfs: deprecate the ascii-ci feature
2023-04-12 Darrick J. Wongxfs: test the ascii case-insensitive hash
2023-04-12 Darrick J. Wongxfs: stabilize the dirent name transformation function...
2023-04-12 Darrick J. Wongxfs: cross-reference rmap records with refcount btrees
2023-04-12 Darrick J. Wongxfs: cross-reference rmap records with inode btrees
2023-04-12 Darrick J. Wongxfs: cross-reference rmap records with free space btrees
2023-04-12 Darrick J. Wongxfs: cross-reference rmap records with ag btrees
2023-04-12 Darrick J. Wongxfs: introduce bitmap type for AG blocks
2023-04-12 Darrick J. Wongxfs: convert xbitmap to interval tree
2023-04-12 Darrick J. Wongxfs: drop the _safe behavior from the xbitmap foreach...
2023-04-12 Darrick J. Wongxfs: don't load local xattr values during scrub
2023-04-12 Darrick J. Wongxfs: remove the for_each_xbitmap_ helpers
2023-04-12 Darrick J. Wongxfs: only allocate free space bitmap for xattr scrub...
2023-04-12 Darrick J. Wongxfs: clean up xattr scrub initialization
2023-04-12 Darrick J. Wongxfs: check used space of shortform xattr structures
2023-04-12 Darrick J. Wongxfs: move xattr scrub buffer allocation to top level...
2023-04-12 Darrick J. Wongxfs: remove flags argument from xchk_setup_xattr_buf
2023-04-12 Darrick J. Wongxfs: split valuebuf from xchk_xattr_buf.buf
2023-04-12 Darrick J. Wongxfs: split usedmap from xchk_xattr_buf.buf
2023-04-12 Darrick J. Wongxfs: split freemap from xchk_xattr_buf.buf
2023-04-12 Darrick J. Wongxfs: remove unnecessary dstmap in xattr scrubber
2023-04-12 Darrick J. Wongxfs: don't shadow @leaf in xchk_xattr_block
2023-04-12 Darrick J. Wongxfs: xattr scrub should ensure one namespace bit per...
2023-04-12 Darrick J. Wongxfs: check for reverse mapping records that could be...
2023-04-12 Darrick J. Wongxfs: check overlapping rmap btree records
2023-04-12 Darrick J. Wongxfs: flag refcount btree records that could be merged
2023-04-12 Darrick J. Wongxfs: don't call xchk_bmap_check_rmaps for btree-format...
2023-04-12 Darrick J. Wongxfs: flag free space btree records that could be merged
2023-04-12 Darrick J. Wongxfs: split the xchk_bmap_check_rmaps into a predicate
2023-04-12 Darrick J. Wongxfs: alert the user about data/attr fork mappings that...
2023-04-12 Darrick J. Wongxfs: split xchk_bmap_xref_rmap into two functions
2023-04-12 Darrick J. Wongxfs: accumulate iextent records when checking bmap
2023-04-12 Darrick J. Wongxfs: change bmap scrubber to store the previous mapping
2023-04-12 Darrick J. Wongxfs: don't take the MMAPLOCK when scrubbing file metadata
2023-04-12 Darrick J. Wongxfs: retain the AGI when we can't iget an inode to...
2023-04-12 Darrick J. Wongxfs: rename xchk_get_inode -> xchk_iget_for_scrubbing
2023-04-12 Darrick J. Wongxfs: fix an inode lookup race in xchk_get_inode
2023-04-12 Darrick J. Wongxfs: fix parent pointer scrub racing with subdirectory...
2023-04-12 Darrick J. Wongxfs: manage inode DONTCACHE status at irele time
2023-04-12 Darrick J. Wongxfs: simplify xchk_parent_validate
2023-04-12 Darrick J. Wongxfs: remove xchk_parent_count_parent_dentries
2023-04-12 Darrick J. Wongxfs: always check the existence of a dirent's child...
2023-04-12 Darrick J. Wongxfs: xfs_iget in the directory scrubber needs to use...
2023-04-12 Darrick J. Wongxfs: streamline the directory iteration code for scrub
2023-04-12 Darrick J. Wongxfs: ensure that single-owner file blocks are not owned...
2023-04-12 Darrick J. Wongxfs: use the directory name hash function for dir scrubbing
2023-04-12 Darrick J. Wongxfs: convert xfs_ialloc_has_inodes_at_extent to return...
2023-04-12 Darrick J. Wongxfs: teach scrub to check for sole ownership of metadat...
2023-04-12 Darrick J. Wongxfs: directly cross-reference the inode btrees with...
2023-04-12 Darrick J. Wongxfs: clean up broken eearly-exit code in the inode...
2023-04-12 Darrick J. Wongxfs: remove pointless shadow variable from xfs_difree_inobt
2023-04-12 Darrick J. Wongxfs: ensure that all metadata and data blocks are not...
2023-04-12 Darrick J. Wongxfs: check the reference counts of gaps in the refcount...
2023-04-12 Darrick J. Wongxfs: implement masked btree key comparisons for _has_re...
2023-04-12 Darrick J. Wongxfs: replace xfs_btree_has_record with a general keyspa...
2023-04-12 Darrick J. Wongxfs: refactor ->diff_two_keys callsites
2023-04-12 Darrick J. Wongxfs: always scrub record/key order of interior records
2023-04-12 Darrick J. Wongxfs: refactor converting btree irec to btree key
2023-04-12 Darrick J. Wongxfs: check btree keys reflect the child block
2023-04-12 Darrick J. Wongxfs: detect unwritten bit set in rmapbt node block...
2023-04-12 Darrick J. Wongxfs: fix rm_offset flag handling in rmap keys
2023-04-12 Darrick J. Wongxfs: hoist inode record alignment checks from scrub
2023-04-12 Darrick J. Wongxfs: hoist rmap record flag checks from scrub
2023-04-12 Darrick J. Wongxfs: complain about bad file mapping records in the...
2023-04-12 Darrick J. Wongxfs: hoist rmap record flag checks from scrub
2023-04-12 Darrick J. Wongxfs: complain about bad records in query_range helpers
2023-04-12 Darrick J. Wongxfs: standardize ondisk to incore conversion for bmap...
2023-04-12 Darrick J. Wongxfs: standardize ondisk to incore conversion for rmap...
2023-04-12 Darrick J. Wongxfs: return a failure address from xfs_rmap_irec_offset...
2023-04-12 Darrick J. Wongxfs: standardize ondisk to incore conversion for refcou...
2023-04-12 Darrick J. Wongxfs: standardize ondisk to incore conversion for inode...
2023-04-12 Darrick J. Wongxfs: standardize ondisk to incore conversion for free...
2023-04-12 Darrick J. Wongxfs: scrub should use ECHRNG to signal that the drain...
2023-04-12 Darrick J. Wongxfs: minimize overhead of drain wakeups by using jump...
next