xfs: cross-reference rmap records with inode btrees
[platform/kernel/linux-starfive.git] / fs /
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: remove the for_each_xbitmap_ helpers
2023-04-12 Darrick J. Wongxfs: don't load local xattr values during scrub
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: flag free space 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: 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: manage inode DONTCACHE status at irele time
2023-04-12 Darrick J. Wongxfs: fix parent pointer scrub racing with subdirectory...
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: use the directory name hash function for dir scrubbing
2023-04-12 Darrick J. Wongxfs: ensure that single-owner file blocks are not owned...
2023-04-12 Darrick J. Wongxfs: teach scrub to check for sole ownership of metadat...
2023-04-12 Darrick J. Wongxfs: convert xfs_ialloc_has_inodes_at_extent to return...
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: refactor converting btree irec to btree key
2023-04-12 Darrick J. Wongxfs: always scrub record/key order of interior records
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: 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: 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...
2023-04-12 Darrick J. Wongxfs: clean up scrub context if scrub setup returns...
2023-04-12 Darrick J. Wongxfs: allow queued AG intents to drain before scrubbing
2023-04-12 Darrick J. Wongxfs: add a tracepoint to report incorrect extent refcounts
2023-04-12 Darrick J. Wongxfs: update copyright years for scrub/ files
2023-04-12 Darrick J. Wongxfs: fix author and spdx headers on scrub/ files
2023-04-12 Darrick J. Wongxfs: create traced helper to get extra perag references
2023-04-12 Darrick J. Wongxfs: give xfs_refcount_intent its own perag reference
2023-04-12 Darrick J. Wongxfs: give xfs_rmap_intent its own perag reference
2023-04-12 Darrick J. Wongxfs: give xfs_extfree_intent its own perag reference
2023-04-12 Darrick J. Wongxfs: pass per-ag references to xfs_free_extent
2023-04-12 Darrick J. Wongxfs: give xfs_bmap_intent its own perag reference
2023-04-09 Linus TorvaldsMerge tag 'perf_urgent_for_v6.3_rc6' of git://git....
2023-04-09 Linus TorvaldsMerge tag 'x86_urgent_for_v6.3_rc6' of git://git./linux...
2023-04-09 Linus TorvaldsMerge tag 'cxl-fixes-6.3-rc6' of git://git./linux/kerne...
2023-04-09 Linus TorvaldsMerge tag '6.3-rc5-smb3-cifs-client-fixes' of git:...
2023-04-08 Linus TorvaldsMerge tag 'char-misc-6.3-rc6' of git://git./linux/kerne...
2023-04-08 Linus TorvaldsMerge tag 'tty-6.3-rc6' of git://git./linux/kernel...
2023-04-08 Linus TorvaldsMerge tag 'usb-6.3-rc6' of git://git./linux/kernel...
2023-04-08 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2023-04-08 Linus TorvaldsMerge tag 'block-6.3-2023-04-06' of git://git.kernel...
2023-04-08 Linus TorvaldsMerge tag 'io_uring-6.3-2023-04-06' of git://git.kernel...
2023-04-08 Linus TorvaldsMerge tag 'dma-mapping-6.3-2023-04-08' of git://git...
2023-04-08 Linus TorvaldsMerge tag 'trace-v6.3-rc5-2' of git://git./linux/kernel...
2023-04-08 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2023-04-07-16-23' of...
2023-04-07 Linus TorvaldsMerge tag 'gpio-fixes-for-v6.3-rc6' of git://git./linux...
2023-04-07 Linus TorvaldsMerge tag 'acpi-6.3-rc6' of git://git./linux/kernel...
2023-04-07 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2023-04-07 Linus TorvaldsMerge tag '6.3-rc5-ksmbd-server-fixes' of git://git...
2023-04-07 Dan Carpentercifs: double lock in cifs_reconnect_tcon()
2023-04-06 Linus TorvaldsMerge tag 'net-6.3-rc6-2' of git://git./linux/kernel...
next