linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-20 03:30:19 to 2022-12-30 22:46:46 UTC [more...]

[NYE DELUGE 1/4] xfs: all pending online scrub improvements
 2022-12-30 22:13 UTC  (90+ messages)
` [PATCHSET v24.0 00/14] xfs: design documentation for online fsck
  ` [PATCH 02/14] xfs: document the general theory underlying online fsck design
  ` [PATCH 01/14] xfs: document the motivation for "
  ` [PATCH 03/14] xfs: document the testing plan for online fsck
  ` [PATCH 05/14] xfs: document the filesystem metadata checking strategy
  ` [PATCH 07/14] xfs: document pageable kernel memory
  ` [PATCH 08/14] xfs: document btree bulk loading
  ` [PATCH 04/14] xfs: document the user interface for online fsck
  ` [PATCH 09/14] xfs: document online file metadata repair code
  ` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
  ` [PATCH 13/14] xfs: document the userspace fsck driver program
  ` [PATCH 10/14] xfs: document full filesystem scans for online fsck
  ` [PATCH 12/14] xfs: document directory tree repairs
  ` [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 1/8] xfs: pass the xfs_bmbt_irec directly through the log intent code
  ` [PATCH 2/8] xfs: fix confusing variable names in xfs_bmap_item.c
  ` [PATCH 8/8] xfs: fix confusing variable names in xfs_refcount_item.c
  ` [PATCH 3/8] xfs: pass xfs_extent_free_item directly through the log intent code
  ` [PATCH 5/8] xfs: pass rmap space mapping "
  ` [PATCH 6/8] xfs: fix confusing variable names in xfs_rmap_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
` [PATCHSET v24.0 0/5] xfs: make intent items take a perag reference
  ` [PATCH 1/5] xfs: give xfs_bmap_intent its own "
  ` [PATCH 5/5] xfs: give xfs_refcount_intent "
  ` [PATCH 2/5] xfs: pass per-ag references to xfs_free_extent
  ` [PATCH 3/5] xfs: give xfs_extfree_intent its own perag reference
  ` [PATCH 4/5] xfs: give xfs_rmap_intent "
` [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 4/5] xfs: minimize overhead of drain wakeups by using jump labels
  ` [PATCH 5/5] xfs: scrub should use ECHRNG to signal that the drain is needed
` [PATCHSET v24.0 0/8] xfs: standardize btree record checking code
  ` [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 3/8] xfs: standardize ondisk to incore conversion for refcount btrees
  ` [PATCH 6/8] xfs: standardize ondisk to incore conversion for bmap btrees
  ` [PATCH 7/8] xfs: complain about bad records in query_range helpers
  ` [PATCH 8/8] xfs: complain about bad file mapping records in the ondisk bmbt
  ` [PATCH 5/8] xfs: standardize ondisk to incore conversion for rmap btrees
` [PATCHSET v24.0 0/3] xfs: hoist scrub record checks into libxfs
  ` [PATCH 2/3] xfs: hoist rmap record flag checks from scrub
  ` [PATCH 3/3] xfs: hoist inode record alignment "
  ` [PATCH 1/3] xfs: hoist rmap record flag "
` [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 2/2] xfs: always scrub record/key order of interior records
  ` [PATCH 1/2] xfs: check btree keys reflect the child block
` [PATCHSET v24.0 0/6] xfs: detect incorrect gaps in refcount btree
  ` [PATCH 2/6] xfs: refactor ->diff_two_keys callsites
  ` [PATCH 3/6] xfs: replace xfs_btree_has_record with a general keyspace scanner
  ` [PATCH 1/6] xfs: refactor converting btree irec to btree key
  ` [PATCH 5/6] xfs: check the reference counts of gaps in the refcount btree
  ` [PATCH 4/6] xfs: implement masked btree key comparisons for _has_records scans
  ` [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 1/4] xfs: remove pointless shadow variable from xfs_difree_inobt
  ` [PATCH 2/4] xfs: clean up broken eearly-exit code in the inode btree scrubber
  ` [PATCH 4/4] xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan results
  ` [PATCH 3/4] xfs: directly cross-reference the inode btrees with each other
` [PATCHSET v24.0 0/2] xfs: detect incorrect gaps in rmap btree
  ` [PATCH 1/2] xfs: teach scrub to check for sole ownership of metadata objects
  ` [PATCH 2/2] xfs: ensure that single-owner file blocks are not owned by others
` [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 1/3] xfs: make checking directory dotdot entries more reliable
  ` [PATCH 3/3] xfs: always check the existence of a dirent's child inode
` [PATCHSET v24.0 0/6] xfs: detect mergeable and overlapping btree records
` [PATCHSET v24.0 00/11] xfs: clean up memory management in xattr scrub
` [PATCHSET v24.0 0/3] xfs: rework online fsck incore bitmap
` [PATCHSET v24.0 0/5] xfs: strengthen rmapbt scrubbing
` [PATCHSET v24.0 0/4] xfs: fix rmap btree key flag handling
` [PATCHSET v24.0 00/16] fstests: refactor online fsck stress tests
` [PATCHSET v24.0 0/3] fstests: refactor GETFSMAP "
` [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  (6+ messages)
` [PATCH 1/3] xfs: regression test for writeback corruption bug
` [PATCH 2/3] xfs: regression test for writes racing with reclaim writeback
  ` [PATCH v1.1 "
` [PATCH 3/3] xfs/179: modify test to trigger refcount update bugs

[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  (7+ messages)
` [PATCH v2 1/2] xfs_io: add fsuuid command
` [PATCH v2 2/2] xfs_admin: get UUID of mounted filesystem

[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

[PATCH 0/9 v3] xfs: byte-based grant head reservation tracking
 2022-12-20 23:23 UTC  (10+ messages)
` [PATCH 1/9] xfs: move and xfs_trans_committed_bulk
` [PATCH 2/9] xfs: AIL doesn't need manual pushing
` [PATCH 3/9] xfs: background AIL push targets physical space, not grant space
` [PATCH 4/9] xfs: ensure log tail is always up to date
` [PATCH 5/9] xfs: l_last_sync_lsn is really AIL state
` [PATCH 6/9] xfs: collapse xlog_state_set_callback in caller
` [PATCH 7/9] xfs: track log space pinned by the AIL
` [PATCH 8/9] xfs: pass the full grant head to accounting functions
` [PATCH 9/9] xfs: grant heads track byte counts, not LSNs

Question about xfs/440
 2022-12-20 22:55 UTC 

[PATCH] xfs: don't use BMBT btree split workers for IO completion
 2022-12-20 21:07 UTC 

[PATCHSET 0/4] xfs: random fixes for 6.2, part 3
 2022-12-20 20:39 UTC  (13+ messages)
` [PATCH 1/4] xfs: don't assert if cmap covers imap after cycling lock
` [PATCH 2/4] xfs: don't stall background reclaim on inactvation
` [PATCH 3/4] xfs: make xfs_iomap_page_ops static
` [PATCH 4/4] xfs: fix off-by-one error in xfs_btree_space_to_height

[PATCHSET RFC 0/8] fstests: improve junit xml reporting
 2022-12-20 18:18 UTC  (6+ messages)
` [PATCH 1/8] check: generate section reports between tests
` [PATCH 6/8] report: collect basic information about a test run

[linux-next:master] BUILD REGRESSION e45fb347b630ee76482fe938ba76cf8eab811290
 2022-12-20 13:49 UTC 


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).