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

[PATCHv8 0/5] iomap: Add support for per-block dirty state to improve write performance
 2023-06-07 10:55 UTC  (23+ 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

[PATCH] libxcmd: add return value check for dynamic memory function
 2023-06-07  9:30 UTC 

[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] xfs: Comment out unreachable code within xchk_fscounters()
 2023-06-07  8:48 UTC  (6+ messages)

[PATCH v2 0/3] mm: Make unregistration of super_block shrinker more faster
 2023-06-07  7:33 UTC  (18+ messages)
` [PATCH v2 1/3] mm: vmscan: move shrinker_debugfs_remove() before synchronize_srcu()
` [PATCH v2 2/3] mm: Split unregister_shrinker() in fast and slow part
` [PATCH v2 3/3] fs: Use delayed shrinker unregistration

[PATCH v2 0/7] Create large folios in iomap buffered write path
 2023-06-07  6:40 UTC  (26+ messages)
` [PATCH v2 2/7] doc: Correct the description of ->release_folio
` [PATCH v2 3/7] iomap: Remove unnecessary test from iomap_release_folio()
` [PATCH v2 4/7] filemap: Add fgp_t typedef
` [PATCH v2 5/7] filemap: Allow __filemap_get_folio to allocate large folios
` [PATCH v2 6/7] iomap: Create large folios in the buffered write path
` [PATCH v2 7/7] iomap: Copy larger chunks from userspace

[PATCHSET 0/3] fstests: random fixes for v2023.05.28
 2023-06-07  2:24 UTC  (6+ 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

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

[PATCHSET 0/3] fstests: reduce scrub time in testing
 2023-06-06 22:29 UTC  (4+ 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

[PATCHv7 0/6] iomap: Add support for per-block dirty state to improve write performance
 2023-06-06 16:29 UTC  (22+ messages)
` [PATCHv7 1/6] iomap: Rename iomap_page_create/release() to iomap_iop_alloc/free()
` [PATCHv7 2/6] iomap: Move folio_detach_private() in iomap_iop_free() to the end
` [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

[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  (12+ 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  (6+ messages)
  ` [PATCH 1/2] xfs_repair: don't add junked entries to the rebuilt directory
  ` [PATCH 2/2] xfs_repair: always perform extended xattr checks on uncertain inodes

[PATCHSET v24.0 0/3] xfsprogs: fix rmap btree key flag handling
 2023-06-06  8:37 UTC  (5+ messages)
  ` [PATCH 1/3] xfs_repair: check low keys of rmap btrees
  ` [PATCH 2/3] xfs_repair: warn about unwritten bits set in rmap btree keys
  ` [PATCH 3/3] xfs_db: expose the unwritten flag in rmapbt keys

[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] "

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

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

introduce bdev holder ops and a file system shutdown method v3
 2023-06-05 17:22 UTC  (2+ messages)

[PATCHSET v3 0/5] xfsprogs: fix ascii-ci problems, then kill it
 2023-06-05 17:19 UTC  (11+ messages)
` [PATCH 1/5] libxfs: test the ascii case-insensitive hash
` [PATCH 2/5] xfs_db: move obfuscate_name assertion to callers
` [PATCH 3/5] xfs_db: fix metadump name obfuscation for ascii-ci filesystems
` [PATCH 4/5] mkfs.xfs.8: warn about the version=ci feature
` [PATCH 5/5] mkfs: deprecate the ascii-ci feature

DIO hangs in 6.4.0-rc2
 2023-06-05 17:18 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 9ca10bfb8aa8fbf19ee22e702c8cf9b66ea73a54
 2023-06-05 15:59 UTC 

[PATCH 0/8] make unregistration of super_block shrinker more faster
 2023-06-05 12:16 UTC  (9+ messages)
` [PATCH 6/8] xfs: introduce xfs_fs_destroy_super()

[PATCH 6.1] xfs: verify buffer contents when we skip log replay
 2023-06-05  7:52 UTC 


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