platform/kernel/linux-rpi.git
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: remove the for_each_xbitmap_ helpers
2023-04-12 Darrick J.... xfs: don't load local xattr values during scrub
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: flag free space 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: 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: manage inode DONTCACHE status at irele time
2023-04-12 Darrick J.... xfs: fix parent pointer scrub racing with subdirectory...
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: use the directory name hash function for dir scrubbing
2023-04-12 Darrick J.... xfs: ensure that single-owner file blocks are not owned...
2023-04-12 Darrick J.... xfs: teach scrub to check for sole ownership of metadat...
2023-04-12 Darrick J.... xfs: convert xfs_ialloc_has_inodes_at_extent to return...
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: refactor converting btree irec to btree key
2023-04-12 Darrick J.... xfs: always scrub record/key order of interior records
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: 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: 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...
2023-04-12 Darrick J.... xfs: standardize ondisk to incore conversion for refcou...
2023-04-12 Darrick J.... xfs: standardize ondisk to incore conversion for inode...
2023-04-12 Darrick J.... xfs: standardize ondisk to incore conversion for free...
2023-04-12 Darrick J.... xfs: scrub should use ECHRNG to signal that the drain...
2023-04-12 Darrick J.... xfs: minimize overhead of drain wakeups by using jump...
2023-04-12 Darrick J.... xfs: clean up scrub context if scrub setup returns...
2023-04-12 Darrick J.... xfs: allow queued AG intents to drain before scrubbing
2023-04-12 Darrick J.... xfs: add a tracepoint to report incorrect extent refcounts
2023-04-12 Darrick J.... xfs: update copyright years for scrub/ files
2023-04-12 Darrick J.... xfs: fix author and spdx headers on scrub/ files
2023-04-12 Darrick J.... xfs: create traced helper to get extra perag references
2023-04-12 Darrick J.... xfs: give xfs_refcount_intent its own perag reference
2023-04-12 Darrick J.... xfs: give xfs_rmap_intent its own perag reference
2023-04-12 Darrick J.... xfs: give xfs_extfree_intent its own perag reference
2023-04-12 Darrick J.... xfs: pass per-ag references to xfs_free_extent
2023-04-12 Darrick J.... xfs: give xfs_bmap_intent its own perag reference
2023-04-12 Darrick J.... xfs: document future directions of online fsck
2023-04-12 Darrick J.... xfs: document the userspace fsck driver program
2023-04-12 Darrick J.... xfs: document directory tree repairs
2023-04-12 Darrick J.... xfs: document metadata file repair
2023-04-12 Darrick J.... xfs: document full filesystem scans for online fsck
2023-04-12 Darrick J.... xfs: document online file metadata repair code
2023-04-12 Darrick J.... xfs: document btree bulk loading
2023-04-12 Darrick J.... xfs: document pageable kernel memory
2023-04-12 Darrick J.... xfs: document how online fsck deals with eventual consi...
2023-04-12 Darrick J.... xfs: document the filesystem metadata checking strategy
2023-04-12 Darrick J.... xfs: document the user interface for online fsck
2023-04-12 Darrick J.... xfs: document the testing plan for online fsck
2023-04-12 Darrick J.... xfs: document the general theory underlying online...
2023-04-12 Darrick J.... xfs: document the motivation for online fsck design
2023-04-09 Linus TorvaldsLinux 6.3-rc6
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...
next