linux-block.git
2023-05-01 Darrick J.... xfs: set bnobt/cntbt numrecs correctly when formatting...
2023-05-01 Darrick J.... xfs: don't unconditionally null args->pag in xfs_bmap_b...
2023-04-26 Dave Chinnerxfs: fix livelock in delayed allocation at ENOSPC
2023-04-19 Bagas Sanjayaxfs: Extend table marker on deprecated mount options...
2023-04-19 Dave Chinnerxfs: fix duplicate includes
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.... xfs: verify buffer contents when we skip log replay
2023-04-12 Darrick J.... xfs: _{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.... xfs: deprecate the ascii-ci feature
2023-04-12 Darrick J.... xfs: test the ascii case-insensitive hash
2023-04-12 Darrick J.... xfs: stabilize the dirent name transformation function...
2023-04-12 Darrick J.... xfs: cross-reference rmap records with refcount btrees
2023-04-12 Darrick J.... xfs: cross-reference rmap records with inode btrees
2023-04-12 Darrick J.... xfs: cross-reference rmap records with free space btrees
2023-04-12 Darrick J.... xfs: cross-reference rmap records with ag btrees
2023-04-12 Darrick J.... xfs: introduce bitmap type for AG blocks
2023-04-12 Darrick J.... xfs: convert xbitmap to interval tree
2023-04-12 Darrick J.... xfs: drop the _safe behavior from the xbitmap foreach...
2023-04-12 Darrick J.... xfs: don't load local xattr values during scrub
2023-04-12 Darrick J.... xfs: remove the for_each_xbitmap_ helpers
2023-04-12 Darrick J.... xfs: only allocate free space bitmap for xattr scrub...
2023-04-12 Darrick J.... xfs: clean up xattr scrub initialization
2023-04-12 Darrick J.... xfs: check used space of shortform xattr structures
2023-04-12 Darrick J.... xfs: move xattr scrub buffer allocation to top level...
2023-04-12 Darrick J.... xfs: remove flags argument from xchk_setup_xattr_buf
2023-04-12 Darrick J.... xfs: split valuebuf from xchk_xattr_buf.buf
2023-04-12 Darrick J.... xfs: split usedmap from xchk_xattr_buf.buf
2023-04-12 Darrick J.... xfs: split freemap from xchk_xattr_buf.buf
2023-04-12 Darrick J.... xfs: remove unnecessary dstmap in xattr scrubber
2023-04-12 Darrick J.... xfs: don't shadow @leaf in xchk_xattr_block
2023-04-12 Darrick J.... xfs: xattr scrub should ensure one namespace bit per...
2023-04-12 Darrick J.... xfs: check for reverse mapping records that could be...
2023-04-12 Darrick J.... xfs: check overlapping rmap btree records
2023-04-12 Darrick J.... xfs: flag refcount btree records that could be merged
2023-04-12 Darrick J.... xfs: don't call xchk_bmap_check_rmaps for btree-format...
2023-04-12 Darrick J.... xfs: flag free space btree records that could be merged
2023-04-12 Darrick J.... xfs: split the xchk_bmap_check_rmaps into a predicate
2023-04-12 Darrick J.... xfs: alert the user about data/attr fork mappings that...
2023-04-12 Darrick J.... xfs: split xchk_bmap_xref_rmap into two functions
2023-04-12 Darrick J.... xfs: accumulate iextent records when checking bmap
2023-04-12 Darrick J.... xfs: change bmap scrubber to store the previous mapping
2023-04-12 Darrick J.... xfs: don't take the MMAPLOCK when scrubbing file metadata
2023-04-12 Darrick J.... xfs: retain the AGI when we can't iget an inode to...
2023-04-12 Darrick J.... xfs: rename xchk_get_inode -> xchk_iget_for_scrubbing
2023-04-12 Darrick J.... xfs: fix an inode lookup race in xchk_get_inode
2023-04-12 Darrick J.... xfs: fix parent pointer scrub racing with subdirectory...
2023-04-12 Darrick J.... xfs: manage inode DONTCACHE status at irele time
2023-04-12 Darrick J.... xfs: simplify xchk_parent_validate
2023-04-12 Darrick J.... xfs: remove xchk_parent_count_parent_dentries
2023-04-12 Darrick J.... xfs: always check the existence of a dirent's child...
2023-04-12 Darrick J.... xfs: xfs_iget in the directory scrubber needs to use...
2023-04-12 Darrick J.... xfs: streamline the directory iteration code for scrub
2023-04-12 Darrick J.... xfs: ensure that single-owner file blocks are not owned...
2023-04-12 Darrick J.... xfs: use the directory name hash function for dir scrubbing
2023-04-12 Darrick J.... xfs: convert xfs_ialloc_has_inodes_at_extent to return...
2023-04-12 Darrick J.... xfs: teach scrub to check for sole ownership of metadat...
2023-04-12 Darrick J.... xfs: directly cross-reference the inode btrees with...
2023-04-12 Darrick J.... xfs: clean up broken eearly-exit code in the inode...
2023-04-12 Darrick J.... xfs: remove pointless shadow variable from xfs_difree_inobt
2023-04-12 Darrick J.... xfs: ensure that all metadata and data blocks are not...
2023-04-12 Darrick J.... xfs: check the reference counts of gaps in the refcount...
2023-04-12 Darrick J.... xfs: implement masked btree key comparisons for _has_re...
2023-04-12 Darrick J.... xfs: replace xfs_btree_has_record with a general keyspa...
2023-04-12 Darrick J.... xfs: refactor ->diff_two_keys callsites
2023-04-12 Darrick J.... xfs: always scrub record/key order of interior records
2023-04-12 Darrick J.... xfs: refactor converting btree irec to btree key
2023-04-12 Darrick J.... xfs: check btree keys reflect the child block
2023-04-12 Darrick J.... xfs: detect unwritten bit set in rmapbt node block...
2023-04-12 Darrick J.... xfs: fix rm_offset flag handling in rmap keys
2023-04-12 Darrick J.... xfs: hoist inode record alignment checks from scrub
2023-04-12 Darrick J.... xfs: hoist rmap record flag checks from scrub
2023-04-12 Darrick J.... xfs: complain about bad file mapping records in the...
2023-04-12 Darrick J.... xfs: hoist rmap record flag checks from scrub
2023-04-12 Darrick J.... xfs: complain about bad records in query_range helpers
2023-04-12 Darrick J.... xfs: standardize ondisk to incore conversion for bmap...
2023-04-12 Darrick J.... xfs: standardize ondisk to incore conversion for rmap...
2023-04-12 Darrick J.... xfs: return a failure address from xfs_rmap_irec_offset...
next