messages from 2022-12-21 00:53:35 to 2022-12-30 22:55:19 UTC [more...]
[NYE DELUGE 1/4] xfs: all pending online scrub improvements
2022-12-30 22:13 UTC (123+ messages)
` [PATCHSET v24.0 00/14] xfs: design documentation for online fsck
` [PATCH 01/14] xfs: document the motivation for online fsck design
` [PATCH 02/14] xfs: document the general theory underlying "
` [PATCH 05/14] xfs: document the filesystem metadata checking strategy
` [PATCH 07/14] xfs: document pageable kernel memory
` [PATCH 04/14] xfs: document the user interface for online fsck
` [PATCH 03/14] xfs: document the testing plan "
` [PATCH 09/14] xfs: document online file metadata repair code
` [PATCH 08/14] xfs: document btree bulk loading
` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
` [PATCH 10/14] xfs: document full filesystem scans for online fsck
` [PATCH 12/14] xfs: document directory tree repairs
` [PATCH 13/14] xfs: document the userspace fsck driver program
` [PATCH 14/14] xfs: document future directions of online fsck
` [PATCH 11/14] xfs: document metadata file repair
` [PATCHSET v24.0 0/8] xfs: variable and naming cleanups for intent items
` [PATCH 2/8] xfs: fix confusing variable names in xfs_bmap_item.c
` [PATCH 1/8] xfs: pass the xfs_bmbt_irec directly through the log intent code
` [PATCH 3/8] xfs: pass xfs_extent_free_item "
` [PATCH 5/8] xfs: pass rmap space mapping "
` [PATCH 8/8] xfs: fix confusing variable names in xfs_refcount_item.c
` [PATCH 4/8] xfs: fix confusing xfs_extent_item variable names
` [PATCH 7/8] xfs: pass refcount intent directly through the log intent code
` [PATCH 6/8] xfs: fix confusing variable names in xfs_rmap_item.c
` [PATCHSET v24.0 0/5] xfs: make intent items take a perag reference
` [PATCH 1/5] xfs: give xfs_bmap_intent its own "
` [PATCH 3/5] xfs: give xfs_extfree_intent "
` [PATCH 5/5] xfs: give xfs_refcount_intent "
` [PATCH 4/5] xfs: give xfs_rmap_intent "
` [PATCH 2/5] xfs: pass per-ag references to xfs_free_extent
` [PATCHSET v24.0 0/1] xfs: pass perag references around when possible
` [PATCH 1/1] xfs: create a function to duplicate an active perag reference
` [PATCHSET v24.0 0/5] xfs: drain deferred work items when scrubbing
` [PATCH 3/5] xfs: clean up scrub context if scrub setup returns -EDEADLOCK
` [PATCH 2/5] xfs: allow queued AG intents to drain before scrubbing
` [PATCH 1/5] xfs: add a tracepoint to report incorrect extent refcounts
` [PATCH 5/5] xfs: scrub should use ECHRNG to signal that the drain is needed
` [PATCH 4/5] xfs: minimize overhead of drain wakeups by using jump labels
` [PATCHSET v24.0 0/8] xfs: standardize btree record checking code
` [PATCH 3/8] xfs: standardize ondisk to incore conversion for refcount btrees
` [PATCH 2/8] xfs: standardize ondisk to incore conversion for inode btrees
` [PATCH 4/8] xfs: return a failure address from xfs_rmap_irec_offset_unpack
` [PATCH 1/8] xfs: standardize ondisk to incore conversion for free space btrees
` [PATCH 7/8] xfs: complain about bad records in query_range helpers
` [PATCH 5/8] xfs: standardize ondisk to incore conversion for rmap btrees
` [PATCH 8/8] xfs: complain about bad file mapping records in the ondisk bmbt
` [PATCH 6/8] xfs: standardize ondisk to incore conversion for bmap btrees
` [PATCHSET v24.0 0/3] xfs: hoist scrub record checks into libxfs
` [PATCH 1/3] xfs: hoist rmap record flag checks from scrub
` [PATCH 2/3] "
` [PATCH 3/3] xfs: hoist inode record alignment "
` [PATCHSET v24.0 0/2] xfs: fix rmap btree key flag handling
` [PATCH 1/2] xfs: fix rm_offset flag handling in rmap keys
` [PATCH 2/2] xfs: detect unwritten bit set in rmapbt node block keys
` [PATCHSET v24.0 0/2] xfs: enhance btree key scrubbing
` [PATCH 1/2] xfs: check btree keys reflect the child block
` [PATCH 2/2] xfs: always scrub record/key order of interior records
` [PATCHSET v24.0 0/6] xfs: detect incorrect gaps in refcount btree
` [PATCH 3/6] xfs: replace xfs_btree_has_record with a general keyspace scanner
` [PATCH 4/6] xfs: implement masked btree key comparisons for _has_records scans
` [PATCH 1/6] xfs: refactor converting btree irec to btree key
` [PATCH 2/6] xfs: refactor ->diff_two_keys callsites
` [PATCH 5/6] xfs: check the reference counts of gaps in the refcount btree
` [PATCH 6/6] xfs: ensure that all metadata and data blocks are not cow staging extents
` [PATCHSET v24.0 0/4] xfs: detect incorrect gaps in inode btree
` [PATCH 2/4] xfs: clean up broken eearly-exit code in the inode btree scrubber
` [PATCH 3/4] xfs: directly cross-reference the inode btrees with each other
` [PATCH 4/4] xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan results
` [PATCH 1/4] xfs: remove pointless shadow variable from xfs_difree_inobt
` [PATCHSET v24.0 0/2] xfs: detect incorrect gaps in rmap btree
` [PATCH 2/2] xfs: ensure that single-owner file blocks are not owned by others
` [PATCH 1/2] xfs: teach scrub to check for sole ownership of metadata objects
` [PATCHSET v24.0 0/4] xfs: fix iget/irele usage in online fsck
` [PATCH 2/4] xfs: fix an inode lookup race in xchk_get_inode
` [PATCH 1/4] xfs: manage inode DONTCACHE status at irele time
` [PATCH 4/4] xfs: retain the AGI when we can't iget an inode to scrub the core
` [PATCH 3/4] xfs: rename xchk_get_inode -> xchk_iget_for_scrubbing
` [PATCHSET v24.0 0/3] xfs: fix iget usage in directory scrub
` [PATCH 2/3] xfs: xfs_iget in the directory scrubber needs to use UNTRUSTED
` [PATCH 3/3] xfs: always check the existence of a dirent's child inode
` [PATCH 1/3] xfs: make checking directory dotdot entries more reliable
` [PATCHSET v24.0 0/6] xfs: detect mergeable and overlapping btree records
` [PATCH 3/6] xfs: flag free space btree records that could be merged
` [PATCH 5/6] xfs: check overlapping rmap btree records
` [PATCH 1/6] xfs: change bmap scrubber to store the previous mapping
` [PATCH 2/6] xfs: alert the user about data/attr fork mappings that could be merged
` [PATCH 4/6] xfs: flag refcount btree records "
` [PATCH 6/6] xfs: check for reverse mapping "
` [PATCHSET v24.0 00/11] xfs: clean up memory management in xattr scrub
` [PATCH 03/11] xfs: remove unnecessary dstmap in xattr scrubber
` [PATCH 04/11] xfs: split freemap from xchk_xattr_buf.buf
` [PATCH 01/11] xfs: xattr scrub should ensure one namespace bit per name
` [PATCH 05/11] xfs: split usedmap from xchk_xattr_buf.buf
` [PATCH 06/11] xfs: split valuebuf "
` [PATCH 02/11] xfs: don't shadow @leaf in xchk_xattr_block
` [PATCH 09/11] xfs: check used space of shortform xattr structures
` [PATCH 08/11] xfs: move xattr scrub buffer allocation to top level function
` [PATCH 10/11] xfs: clean up xattr scrub initialization
` [PATCH 11/11] xfs: only allocate free space bitmap for xattr scrub if needed
` [PATCH 07/11] xfs: remove flags argument from xchk_setup_xattr_buf
` [PATCHSET v24.0 0/3] xfs: rework online fsck incore bitmap
` [PATCH 1/3] xfs: remove the for_each_xbitmap_ helpers
` [PATCH 2/3] xfs: drop the _safe behavior from the xbitmap foreach macro
` [PATCH 3/3] xfs: convert xbitmap to interval tree
` [PATCHSET v24.0 0/5] xfs: strengthen rmapbt scrubbing
` [PATCH 1/5] xfs: introduce bitmap type for AG blocks
` [PATCH 4/5] xfs: cross-reference rmap records with inode btrees
` [PATCH 5/5] xfs: cross-reference rmap records with refcount btrees
` [PATCH 3/5] xfs: cross-reference rmap records with free space btrees
` [PATCH 2/5] xfs: cross-reference rmap records with ag btrees
` [PATCHSET v24.0 0/4] xfs: fix rmap btree key flag handling
` [PATCH 1/4] xfs: fix rm_offset flag handling in rmap keys
` [PATCH 3/4] xfs_repair: warn about unwritten bits set in rmap btree keys
` [PATCH 2/4] xfs_repair: check low keys of rmap btrees
` [PATCH 4/4] xfs_db: expose the unwritten flag in rmapbt keys
` [PATCHSET v24.0 00/16] fstests: refactor online fsck stress tests
` [PATCH 01/16] xfs/422: create a new test group for fsstress/repair racers
` [PATCH 02/16] xfs/422: move the fsstress/freeze/scrub racing logic to common/fuzzy
` [PATCH 03/16] xfs/422: rework feature detection so we only test-format scratch once
` [PATCH 04/16] fuzzy: clean up scrub stress programs quietly
` [PATCHSET v24.0 0/3] fstests: refactor GETFSMAP stress tests
` [PATCHSET v24.0 0/2] fstests: race online scrub with mount state changes
[NYE DELUGE 4/4] xfs: freespace defrag for online shrink
2022-12-30 21:14 UTC
[NYE DELUGE 3/4] xfs: modernize the realtime volume
2022-12-30 21:14 UTC
[NYE DELUGE 2/4] xfs: online repair in its entirety
2022-12-30 21:14 UTC
[PATCH] xfs: set minleft correctly for randomly sparse inode allocations
2022-12-30 6:22 UTC
[syzbot] [xfs?] WARNING in call_rcu (2)
2022-12-29 20:26 UTC
[syzbot] [xfs?] BUG: corrupted list in xfs_trans_del_item
2022-12-29 10:10 UTC
[PATCH -next] xfs: change xfs_iomap_page_ops to static
2022-12-29 9:18 UTC
[syzbot] [xfs?] KASAN: use-after-free Read in xfs_btree_lookup_get_block
2022-12-29 9:15 UTC
[PATCH v2 0/8] fsdax,xfs: fix warning messages
2022-12-29 8:23 UTC (3+ messages)
[PATCH] xfs: fix btree splitting failure when AG space about to be exhausted
2022-12-28 18:03 UTC (4+ messages)
` [PATCH 1/2] xfs: add AGFL refilling reservation
[RFC v3 0/7] Turn iomap_page_ops into iomap_folio_ops
2022-12-28 15:55 UTC (21+ messages)
` [RFC v3 1/7] fs: Add folio_may_straddle_isize helper
` [RFC v3 2/7] iomap: Add iomap_folio_done helper
` [RFC v3 3/7] iomap/gfs2: Unlock and put folio in page_done handler
` [RFC v3 4/7] iomap: Add iomap_folio_prepare helper
` [RFC v3 5/7] iomap: Get page in page_prepare handler
` [RFC v3 6/7] iomap/xfs: Eliminate the iomap_valid handler
[PATCH V2] xfs: Fix deadlock on xfs_inodegc_worker
2022-12-27 7:35 UTC
[PATCH] xfs: Fix deadlock on xfs_inodegc_queue
2022-12-27 3:42 UTC (3+ messages)
[linux-next:master] BUILD REGRESSION c76083fac3bae1a87ae3d005b5cb1cbc761e31d5
2022-12-26 16:54 UTC
memory leak in xfs_init_local_fork
2022-12-26 6:09 UTC
[PATCH v2 00/11] fsverity: support for non-4K pages
2022-12-23 20:36 UTC (12+ messages)
` [PATCH v2 01/11] fsverity: use unsigned long for level_start
` [PATCH v2 02/11] fsverity: simplify Merkle tree readahead size calculation
` [PATCH v2 03/11] fsverity: store log2(digest_size) precomputed
` [PATCH v2 04/11] fsverity: use EFBIG for file too large to enable verity
` [PATCH v2 05/11] fsverity: replace fsverity_hash_page() with fsverity_hash_block()
` [PATCH v2 06/11] fsverity: support verification with tree block size < PAGE_SIZE
` [PATCH v2 07/11] fsverity: support enabling "
` [PATCH v2 08/11] ext4: simplify ext4_readpage_limit()
` [PATCH v2 09/11] f2fs: simplify f2fs_readpage_limit()
` [PATCH v2 10/11] fs/buffer.c: support fsverity in block_read_full_folio()
` [PATCH v2 11/11] ext4: allow verity with fs block size < PAGE_SIZE
[RFC PATCH 00/11] fs-verity support for XFS
2022-12-23 16:18 UTC (3+ messages)
` [RFC PATCH 07/11] xfs: disable direct read path for fs-verity sealed files
[PATCH] [RFC] iomap: zeroing needs to be pagecache aware
2022-12-23 16:15 UTC (4+ messages)
[ANNOUNCE] xfsprogs-6.1.0 released
2022-12-23 10:43 UTC
[syzbot] WARNING in xfs_bmapi_convert_delalloc
2022-12-23 10:15 UTC (2+ messages)
` [syzbot] [xfs?] "
[PATCH] xfs: xfs_qm: remove unnecessary ‘0’ values from error
2022-12-23 8:11 UTC
[PATCHSET 0/1] fstests: fix tests for kernel 6.1
2022-12-22 18:38 UTC (4+ messages)
` [PATCH 1/1] xfs/122: fix EFI/EFD log format structure size after flex array conversion
[PATCH] xfs: Test bulkstat special query for root inode
2022-12-22 18:10 UTC (4+ messages)
` [PATCH v2] "
Separate mailing list (and git and patchwork) for fsverity?
2022-12-22 16:51 UTC (3+ messages)
[ANNOUNCE] xfsprogs for-next branch updated
2022-12-22 7:44 UTC
[PATCH 1/2] configure: Use AC_SYS_LARGERFILE autoconf macro
2022-12-22 1:53 UTC (2+ messages)
` [PATCH 2/2] Replace off64_t/stat64 with off_t/stat
XFS reflink overhead, ioctl(FICLONE)
2022-12-21 23:07 UTC (11+ messages)
` atomic file commits (was: Re: XFS reflink overhead, ioctl(FICLONE))
` wish list for Santa "
[GIT PULL] fsdax,xfs: fix data corruption problems
2022-12-21 21:18 UTC (3+ messages)
[PATCHSET 0/3] fstests: fix tests for kernel 6.2
2022-12-21 16:57 UTC (4+ messages)
` [PATCH 2/3] xfs: regression test for writes racing with reclaim writeback
` [PATCH v1.1 "
[PATCH] xfs: get root inode correctly at bulkstat
2022-12-21 16:33 UTC (2+ messages)
[PATCH v2 0/2] get UUID of mounted filesystems
2022-12-21 16:24 UTC (5+ messages)
` [PATCH v2 1/2] xfs_io: add fsuuid command
[PATCH AUTOSEL 6.1 13/16] iomap: write iomap validity checks
2022-12-21 12:19 UTC (3+ messages)
[PATCHSET 0/1] xfsprogs: random fixes for 6.1, part 3
2022-12-21 11:16 UTC (4+ messages)
` [PATCH 1/1] xfs_db: fix dir3 block magic check
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).