Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2024-07-17 10:41:21 to 2024-07-30 00:24:34 UTC [more...]

[PATCHBOMB v2] xfsprogs: catch us up to 6.10
 2024-07-30  0:24 UTC  (32+ messages)
` [PATCHSET 01/23] libxfs: fixes for 6.9
  ` [PATCH 1/5] [PATCH v3] Remove support for split-/usr installs
  ` [PATCH 2/5] repair: btree blocks are never on the RT subvolume
  ` [PATCH 3/5] xfile: fix missing error unlock in xfile_fcb_find
  ` [PATCH 4/5] xfs_repair: don't leak the rootdir inode when orphanage already exists
  ` [PATCH 5/5] xfs_repair: don't crash on -vv
` [PATCHSET 02/23] libxfs: sync with 6.10
  ` [PATCH 001/115] xfs: pass xfs_buf lookup flags to xfs_*read_agi
  ` [PATCH 002/115] xfs: constify xfs_bmap_is_written_extent
  ` [PATCH 003/115] xfs: introduce new file range exchange ioctl
` [PATCHSET v30.9 03/23] xfsprogs: atomic file updates
` [PATCHSET v30.9 04/23] xfsprogs: set and validate dir/attr block owners
` [PATCHSET v30.9 05/23] xfsprogs: inode-related repair fixes
` [PATCHSET v30.9 06/23] xfs_scrub: fixes to the repair code
` [PATCHSET v30.9 07/23] xfs_scrub: improve warnings about difficult repairs
` [PATCHSET v30.9 08/23] xfs_scrub: track data dependencies for repairs
` [PATCHSET v30.9 09/23] xfs_scrub: use scrub_item to track check progress
` [PATCHSET v30.9 10/23] xfs_scrub: improve scheduling of repair items
` [PATCHSET v30.9 11/23] xfs_scrub: detect deceptive filename extensions
` [PATCHSET v30.9 12/23] xfs_scrub: move fstrim to a separate phase
` [PATCHSET v30.9 13/23] xfs_scrub: use free space histograms to reduce fstrim runtime
` [PATCHSET v30.9 14/23] xfs_scrub: tighten security of systemd services
` [PATCHSET v30.9 15/23] xfs_scrub_all: automatic media scan service
` [PATCHSET v30.9 16/23] xfs_scrub_all: improve systemd handling
` [PATCHSET v13.8 17/23] xfsprogs: improve extended attribute validation
` [PATCHSET v13.8 18/23] xfsprogs: Parent Pointers
` [PATCHSET v13.8 19/23] xfsprogs: scrubbing for parent pointers
` [PATCHSET v13.8 20/23] xfsprogs: offline repair "
` [PATCHSET v13.8 21/23] xfsprogs: detect and correct directory tree problems
` [PATCHSET v30.9 22/23] xfs_scrub: vectorize kernel calls
` [PATCHSET v30.9 23/23] xfs_repair: fixes for kernel 6.10

[PATCH] xfs_repair: don't crash on -vv
 2024-07-29 20:12 UTC  (2+ messages)

: xfsprogs xfs_repair Version 6.8.0-2 versus Version 6.9.0-1 => segmentation fault line number 666 cache.c - libxfs_bcache
 2024-07-29 18:13 UTC 

[PATCH v3 00/21] block atomic writes for XFS
 2024-07-29 17:02 UTC  (6+ messages)
` [PATCH v3 14/21] iomap: Sub-extent zeroing

[GIT PULL] sysctl constification changes for v6.11-rc1
 2024-07-29 16:42 UTC  (5+ messages)

[PATCH v11 00/10] enable bs > ps in XFS
 2024-07-29 16:41 UTC  (13+ messages)
` [PATCH v11 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v11 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v11 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v11 04/10] mm: split a folio in minimum folio order chunks
` [PATCH v11 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v11 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v11 07/10] xfs: use kvmalloc for xattr buffers
` [PATCH v11 08/10] xfs: expose block size in stat
` [PATCH v11 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v11 10/10] xfs: enable block size larger than page size support

[PATCH 1/2] add more tests to the growfs group
 2024-07-29 16:41 UTC  (4+ messages)
` [PATCH 2/2] xfs/233: don't require rmap

RFC: don't fail tests when mkfs options collide
 2024-07-29 14:17 UTC  (16+ messages)
` [PATCH 1/4] common: _notrun if _scratch_mkfs_sized failed
` [PATCH 2/4] common: _notrun if _scratch_mkfs_xfs failed
` [PATCH 3/4] xfs/432: use _scratch_mkfs_xfs
` [PATCH 4/4] xfs/516: "

[PATCH] [RFC] xfs: filesystem expansion design documentation
 2024-07-29  1:45 UTC  (16+ messages)

[PATCH] generic/754: fix _fixed_by tags
 2024-07-26 17:17 UTC  (3+ messages)

[RFC] xfs: opting in or out of online repair
 2024-07-26 15:15 UTC  (8+ messages)

[PATCH v2 00/13] forcealign for xfs
 2024-07-26 14:14 UTC  (20+ messages)
` [PATCH v2 07/13] xfs: Introduce FORCEALIGN inode flag
` [PATCH v2 10/13] xfs: Unmap blocks according to forcealign

[BUG] xfs: soft lockup in xas_descend/xas_load/xas_next from filemap_get_read_batch (rclone) on 6.8 kernel
 2024-07-25 23:56 UTC 

[PATCH 0/9] introduce defrag to xfs_spaceman
 2024-07-24 19:22 UTC  (23+ messages)
` [PATCH 2/9] spaceman/defrag: pick up segments from target file
` [PATCH 3/9] spaceman/defrag: defrag segments
` [PATCH 6/9] spaceman/defrag: workaround kernel xfs_reflink_try_clear_inode_flag()
` [PATCH 8/9] spaceman/defrag: readahead for better performance
` [PATCH 9/9] spaceman/defrag: warn on extsize

[RFC] Slow down of LTP tests aiodio_sparse.c and dio_sparse.c in kernel 6.6
 2024-07-24 16:29 UTC  (8+ messages)

[PATCH] xfs: fix file_path handling in tracepoints
 2024-07-24 15:36 UTC  (2+ messages)

[PATCHSET v30.7 09/16] xfs_scrub: automatic optimization by default
 2024-07-24 13:18 UTC  (20+ messages)
` [PATCH 3/3] debian: enable xfs_scrub_all systemd timer services "
              ` [RFC PATCH 1/2] misc: shift install targets

[PATCH] xfs_scrub_all: fail fast on masked units
 2024-07-24 13:16 UTC  (2+ messages)

[PATCH] xfs: fix a memory leak
 2024-07-24 13:15 UTC  (2+ messages)

xfs issue
 2024-07-24  3:51 UTC  (5+ messages)

[PATCH 2/2] xfs: remove unused macros
 2024-07-24  2:42 UTC 

[PATCH 1/2] xfs: remove duplicated include header
 2024-07-24  2:40 UTC 

[PATCH] xfs: allow SECURE namespace xattrs to use reserved pool
 2024-07-23 17:26 UTC  (12+ messages)
    ` [External] : "
` [PATCH V2] xfs: allow SECURE namespace xattrs to use reserved block pool
  ` [PATCH V3] "
    ` [PATCH V4] "

How to debug intermittent increasing md/inflight but no disk activity?
 2024-07-23 15:13 UTC  (6+ messages)

[RFC PATCH 0/4] bringing back the AGFL reserve
 2024-07-23  6:51 UTC  (6+ messages)
` [RFC PATCH 1/4] xfs: resurrect the AGFL reservation

[PATCH] xfs: remove unused parameter in macro XFS_DQUOT_LOGRES
 2024-07-23  2:20 UTC  (2+ messages)

[PATCH v10 00/10] enable bs > ps in XFS
 2024-07-22 18:49 UTC  (13+ messages)
` [PATCH v10 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v10 10/10] xfs: enable block size larger than page size support

[PATCH v6 0/9] fs: multigrain timestamp redux
 2024-07-22 15:30 UTC  (19+ messages)
` [PATCH v6 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v6 3/9] fs: add percpu counters for significant "
` [PATCH v6 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v6 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v6 7/9] ext4: switch to "
` [PATCH v6 9/9] tmpfs: add support for "

[ANNOUNCE] xfsprogs v6.9.0 released
 2024-07-22  9:19 UTC 

[PATCH RFC 0/4] iomap: zero dirty folios over unwritten mappings on zero range
 2024-07-19 15:22 UTC  (14+ messages)
` [PATCH 1/4] filemap: return pos of first dirty folio from range_has_writeback
` [PATCH 2/4] iomap: refactor an iomap_revalidate() helper
` [PATCH 3/4] iomap: fix handling of dirty folios over unwritten extents
` [PATCH 4/4] xfs: remove unnecessary flush of eof page from truncate

[PATCH] xfs: convert comma to semicolon
 2024-07-18 15:27 UTC  (2+ messages)

[GIT PULL] xfs: new code for 6.11
 2024-07-17 20:18 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