public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-05 19:10:07 to 2023-06-10 06:39:51 UTC [more...]

[PATCH 0/2] xfstests/xfsprogs xfs_repair progress reporting test
 2023-06-10  6:38 UTC  (9+ messages)
` [PATCH v4] xfstests: add test for xfs_repair progress reporting
` [PATCH] xfs_repair: always print an estimate when reporting progress

[PATCH]xfs: fix mounting failed caused by sequencing problem ,in the log records
 2023-06-10  2:44 UTC  (3+ messages)
` [PATCH]xfs_repair: fix the problem of repair failure caused by dirty flag being abnormally set on buffer

[PATCH] libxfs: deferred items should call xfs_perag_intent_{get,put}
 2023-06-09 15:14 UTC 

[PATCH 6.1] xfs: verify buffer contents when we skip log replay
 2023-06-09 12:49 UTC  (5+ messages)

[ANNOUNCE] xfsprogs: for-next updated to 7901c8c1a
 2023-06-09 11:54 UTC 

[RFC 0/4] bdev: allow buffer-head & iomap aops to co-exist
 2023-06-09  9:17 UTC  (13+ messages)
` [RFC 1/4] bdev: replace export of blockdev_superblock with BDEVFS_MAGIC
` [RFC 2/4] bdev: abstract inode lookup on blkdev_get_no_open()
` [RFC 3/4] bdev: rename iomap aops
` [RFC 4/4] bdev: extend bdev inode with it's own super_block

[MEGAPATCHSET v25 1/2] xfs: online repair, part 1
 2023-06-09  3:22 UTC  (5+ messages)
` [PATCHSET v25.0 0/7] xfs_scrub: fixes to the repair code

[PATCH v2 0/3] mm: Make unregistration of super_block shrinker more faster
 2023-06-09  2:50 UTC  (20+ messages)
` [PATCH v2 1/3] mm: vmscan: move shrinker_debugfs_remove() before synchronize_srcu()
` [PATCH v2 3/3] fs: Use delayed shrinker unregistration

[PATCH 5.15] xfs: verify buffer contents when we skip log replay
 2023-06-08 22:16 UTC 

[GIT PULL] xfs: fixes for 6.4-rc5
 2023-06-08 17:27 UTC  (2+ messages)

[PATCH] mkfs: fix man's default value for sparse option
 2023-06-08 14:47 UTC  (2+ messages)

[PATCH v2] libxcmd: add return value check for dynamic memory function
 2023-06-08 14:46 UTC  (2+ messages)

[PATCHv8 0/5] iomap: Add support for per-block dirty state to improve write performance
 2023-06-08 14:45 UTC  (27+ messages)
` [PATCHv8 1/5] iomap: Rename iomap_page to iomap_folio and others
` [PATCHv8 2/5] iomap: Renames and refactor iomap_folio state bitmap handling
` [PATCHv8 3/5] iomap: Refactor iomap_write_delalloc_punch() function out
` [PATCHv8 4/5] iomap: Allocate iof in ->write_begin() early
` [PATCHv8 5/5] iomap: Add per-block dirty state tracking to improve performance

[PATCHSET 0/3] fstests: reduce scrub time in testing
 2023-06-08 10:38 UTC  (5+ messages)
` [PATCH 1/3] fuzzy: disallow post-test online rebuilds when testing online fsck
` [PATCH 2/3] xfs/503: don't rebuild the fs metadata when testing metadump
` [PATCH 3/3] common/xfs: compress online repair rebuild output by default

[PATCHSET 0/3] fstests: random fixes for v2023.05.28
 2023-06-08  9:12 UTC  (7+ messages)
` [PATCH 1/3] xfs/108: allow slightly higher block usage
` [PATCH 2/3] xfs/155: discard stderr when checking for NEEDSREPAIR
` [PATCH 3/3] xfs/155: improve logging in this test

Re:
 2023-06-08  8:13 UTC 

[PATCH v2] libxcmd: add return value check for dynamic memory function
 2023-06-08  5:40 UTC 

[PATCH v2 0/7] Create large folios in iomap buffered write path
 2023-06-08  1:22 UTC  (12+ messages)
` [PATCH v2 7/7] iomap: Copy larger chunks from userspace

[PATCH V2] xfs: Comment out unreachable code within xchk_fscounters()
 2023-06-07 14:53 UTC  (9+ messages)

[PATCH] libxcmd: add return value check for dynamic memory function
 2023-06-07 14:22 UTC  (3+ messages)

[PATCHv7 0/6] iomap: Add support for per-block dirty state to improve write performance
 2023-06-07 13:08 UTC  (17+ messages)
` [PATCHv7 1/6] iomap: Rename iomap_page_create/release() to iomap_iop_alloc/free()
` [PATCHv7 3/6] iomap: Refactor some iop related accessor functions
` [PATCHv7 4/6] iomap: Refactor iomap_write_delalloc_punch() function out
` [PATCHv7 5/6] iomap: Allocate iop in ->write_begin() early
` [PATCHv7 6/6] iomap: Add per-block dirty state tracking to improve performance

[syzbot] Monthly xfs report (Jun 2023)
 2023-06-07  9:24 UTC 

[PATCH] xfs: verify buffer contents when we skip log replay
 2023-06-07  9:09 UTC  (8+ messages)

[PATCH v2 2/3] mm: Split unregister_shrinker() in fast and slow part
 2023-06-07  7:33 UTC  (3+ messages)

Question on the xfs inode slab memory
 2023-06-07  2:21 UTC  (6+ messages)

[PATCH V2 00/23] Metadump v2
 2023-06-06 16:04 UTC  (28+ messages)
  ` [PATCH V2 01/23] metadump: Use boolean values true/false instead of 1/0
  ` [PATCH V2 02/23] mdrestore: Fix logic used to check if target device is large enough
  ` [PATCH V2 03/23] metadump: Declare boolean variables with bool type
  ` [PATCH V2 04/23] metadump: Define and use struct metadump
  ` [PATCH V2 05/23] metadump: Add initialization and release functions
  ` [PATCH V2 06/23] metadump: Postpone invocation of init_metadump()
  ` [PATCH V2 07/23] metadump: Introduce struct metadump_ops
  ` [PATCH V2 08/23] metadump: Introduce metadump v1 operations
  ` [PATCH V2 09/23] metadump: Rename XFS_MD_MAGIC to XFS_MD_MAGIC_V1
  ` [PATCH V2 10/23] metadump: Define metadump v2 ondisk format structures and macros
  ` [PATCH V2 11/23] metadump: Define metadump ops for v2 format
  ` [PATCH V2 12/23] xfs_db: Add support to read from external log device
  ` [PATCH V2 13/23] metadump: Add support for passing version option
  ` [PATCH V2 14/23] mdrestore: Declare boolean variables with bool type
  ` [PATCH V2 15/23] mdrestore: Define and use struct mdrestore
  ` [PATCH V2 16/23] mdrestore: Detect metadump v1 magic before reading the header
  ` [PATCH V2 17/23] mdrestore: Add open_device(), read_header() and show_info() functions
  ` [PATCH V2 18/23] mdrestore: Introduce struct mdrestore_ops
  ` [PATCH V2 19/23] mdrestore: Replace metadump header pointer argument with generic pointer type
  ` [PATCH V2 20/23] mdrestore: Introduce mdrestore v1 operations
  ` [PATCH V2 21/23] mdrestore: Extract target device size verification into a function
  ` [PATCH V2 22/23] mdrestore: Define mdrestore ops for v2 format
  ` [PATCH V2 23/23] mdrestore: Add support for passing log device as an argument

[PATCH] xfs: Comment out unreachable code within xchk_fscounters()
 2023-06-06 13:43 UTC  (2+ messages)

[PATCHv6 0/5] iomap: Add support for per-block dirty state to improve write performance
 2023-06-06 12:17 UTC  (2+ messages)

[PATCHSET 0/3] xfs_db: create names with colliding hashes
 2023-06-06 11:36 UTC  (8+ messages)
  ` [PATCH 1/3] xfs_db: hoist name obfuscation code out of metadump.c
  ` [PATCH 2/3] xfs_db: create dirents and xattrs with colliding names
  ` [PATCH 3/3] xfs_db: make the hash command print the dirent hash

xfs: system fails to boot up due to Internal error xfs_trans_cancel
 2023-06-06 11:23 UTC  (8+ messages)

[PATCHSET 0/5] xfs_repair: fix corruption messaging with verbose mode
 2023-06-06 11:00 UTC  (11+ messages)
  ` [PATCH 1/5] xfs_repair: don't spray correcting imap all by itself
  ` [PATCH 2/5] xfs_repair: don't log inode problems without printing resolution
  ` [PATCH 3/5] xfs_repair: fix messaging when shortform_dir2_junk is called
  ` [PATCH 4/5] xfs_repair: fix messaging in longform_dir2_entry_check_data
  ` [PATCH 5/5] xfs_repair: fix messaging when fixing imap due to sparse cluster

[PATCHSET 0/2] xfs_repair: fix missing corruption detection
 2023-06-06  9:16 UTC  (2+ messages)

[PATCHSET v24.0 0/3] xfsprogs: fix rmap btree key flag handling
 2023-06-06  8:37 UTC  (2+ messages)

[PATCH 00/24] Metadump v2
 2023-06-06  4:47 UTC  (6+ messages)
` [PATCH 05/24] set_cur: Add support to read from external log device

cleanup the filemap / direct I/O interaction v4
 2023-06-06  6:43 UTC  (4+ messages)
` [PATCH 09/12] fs: factor out a direct_write_fallback helper

[ANNOUNCE] xfs: for-next rebased to d4d12c02bf5f
 2023-06-06  3:58 UTC  (4+ messages)

uuid ioctl - was: Re: [PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-06-06  0:54 UTC  (9+ messages)

[PATCH V2] mkfs.xfs: test that shipped config files work properly
 2023-06-05 22:06 UTC  (3+ messages)
` [PATCH V3] "

[PATCHv7 3/6] iomap: Refactor some iop related accessor functions
 2023-06-05 21:50 UTC  (3+ messages)

[PATCH v2 3/7] iomap: Remove unnecessary test from iomap_release_folio()
 2023-06-05 21:10 UTC  (2+ messages)

[PATCHv7 3/6] iomap: Refactor some iop related accessor functions
 2023-06-05 20:48 UTC  (2+ messages)

[PATCH] mkfs.xfs: test that shipped config files work properly
 2023-06-05 19:39 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox