public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-27 04:10:40 to 2024-12-06 23:46:41 UTC [more...]

[PATCHBOMB v5.8] xfsprogs: metadata directories and realtime groups
 2024-12-06 23:46 UTC  (74+ messages)
` [PATCHSET 1/9] xfsprogs: bug fixes for 6.12
  ` [PATCH 1/2] man: fix ioctl_xfs_commit_range man page install
  ` [PATCH 2/2] man: document the -n parent mkfs option
` [PATCHSET v5.8 2/9] libxfs: metadata inode directory trees
  ` [PATCH 01/36] xfs: remove the redundant xfs_alloc_log_agf
  ` [PATCH 02/36] xfs: sb_spino_align is not verified
  ` [PATCH 03/36] xfs: remove the unused pagb_count field in struct xfs_perag
  ` [PATCH 04/36] xfs: remove the unused pag_active_wq "
  ` [PATCH 05/36] xfs: pass a pag to xfs_difree_inode_chunk
  ` [PATCH 06/36] xfs: remove the agno argument to xfs_free_ag_extent
  ` [PATCH 07/36] xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
  ` [PATCH 08/36] xfs: add a xfs_agino_to_ino helper
  ` [PATCH 09/36] xfs: pass a pag to xfs_extent_busy_{search,reuse}
  ` [PATCH 10/36] xfs: pass a perag structure to the xfs_ag_resv_init_error trace point
  ` [PATCH 11/36] xfs: pass objects to the xfs_irec_merge_{pre,post} trace points
  ` [PATCH 12/36] xfs: convert remaining trace points to pass pag structures
  ` [PATCH 13/36] xfs: split xfs_initialize_perag
  ` [PATCH 14/36] xfs: insert the pag structures into the xarray later
  ` [PATCH 15/36] xfs: factor out a generic xfs_group structure
  ` [PATCH 16/36] xfs: add a xfs_group_next_range helper
  ` [PATCH 17/36] xfs: switch perag iteration from the for_each macros to a while based iterator
  ` [PATCH 18/36] xfs: move metadata health tracking to the generic group structure
  ` [PATCH 19/36] xfs: move draining of deferred operations "
  ` [PATCH 20/36] xfs: move the online repair rmap hooks "
  ` [PATCH 21/36] xfs: convert busy extent tracking "
  ` [PATCH 22/36] xfs: add a generic group pointer to the btree cursor
  ` [PATCH 23/36] xfs: add group based bno conversion helpers
  ` [PATCH 24/36] xfs: store a generic group structure in the intents
  ` [PATCH 25/36] xfs: constify the xfs_sb predicates
  ` [PATCH 26/36] xfs: rename metadata inode predicates
  ` [PATCH 27/36] xfs: define the on-disk format for the metadir feature
  ` [PATCH 28/36] xfs: iget for metadata inodes
  ` [PATCH 29/36] xfs: enforce metadata inode flag
  ` [PATCH 30/36] xfs: read and write metadata inode directory tree
  ` [PATCH 31/36] xfs: disable the agi rotor for metadata inodes
  ` [PATCH 32/36] xfs: advertise metadata directory feature
  ` [PATCH 33/36] xfs: allow bulkstat to return metadata directories
  ` [PATCH 34/36] xfs: adjust xfs_bmap_add_attrfork for metadir
  ` [PATCH 35/36] xfs: record health problems with the metadata directory
  ` [PATCH 36/36] xfs: check metadata directory file path connectivity
` [PATCHSET v5.8 3/9] xfsprogs: metadata inode directory trees
  ` [PATCH 01/41] libxfs: constify the xfs_inode predicates
  ` [PATCH 02/41] libxfs: load metadata directory root at mount time
  ` [PATCH 03/41] libxfs: enforce metadata inode flag
  ` [PATCH 04/41] man2: document metadata directory flag in fsgeom ioctl
  ` [PATCH 05/41] man: update scrub ioctl documentation for metadir
  ` [PATCH 06/41] libfrog: report metadata directories in the geometry report
  ` [PATCH 07/41] libfrog: allow METADIR in xfrog_bulkstat_single5
  ` [PATCH 08/41] xfs_io: support scrubbing metadata directory paths
  ` [PATCH 09/41] xfs_db: disable xfs_check when metadir is enabled
  ` [PATCH 10/41] xfs_db: report metadir support for version command
  ` [PATCH 11/41] xfs_db: don't obfuscate metadata directories and attributes
  ` [PATCH 12/41] xfs_db: support metadata directories in the path command
  ` [PATCH 13/41] xfs_db: show the metadata root directory when dumping superblocks
  ` [PATCH 14/41] xfs_db: display di_metatype
  ` [PATCH 15/41] xfs_io: support the bulkstat metadata directory flag
  ` [PATCH 16/41] xfs_io: support scrubbing metadata directory paths
  ` [PATCH 17/41] xfs_spaceman: report health of metadir inodes too
  ` [PATCH 18/41] xfs_scrub: tread zero-length read verify as an IO error
  ` [PATCH 19/41] xfs_scrub: scan metadata directories during phase 3
  ` [PATCH 20/41] xfs_scrub: re-run metafile scrubbers during phase 5
  ` [PATCH 21/41] xfs_repair: preserve the metadirino field when zeroing supers
  ` [PATCH 22/41] xfs_repair: dont check metadata directory dirent inumbers
  ` [PATCH 23/41] xfs_repair: refactor fixing dotdot
  ` [PATCH 24/41] xfs_repair: refactor marking of metadata inodes
  ` [PATCH 25/41] xfs_repair: refactor root directory initialization
  ` [PATCH 26/41] xfs_repair: refactor grabbing realtime metadata inodes
  ` [PATCH 27/41] xfs_repair: check metadata inode flag
` [PATCHSET v5.8 4/9] mkfs: make protofiles less janky
` [PATCHSET 6/9] xfsprogs: bug fixes for 6.13
` [PATCHSET v5.8 7/9] xfsprogs: shard the realtime section
` [PATCHSET v5.8 8/9] xfsprogs: store quota files in the metadir
` [PATCHSET v5.8 9/9] xfsprogs: enable quota for realtime voluems

XFS: Approach to persist data & metadata changes on original file before IO acknowledgment when file is reflinked
 2024-12-06 12:43 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH 0/4] large atomic writes for xfs
 2024-12-06  9:43 UTC  (11+ messages)
` [PATCH 1/4] iomap: Lift blocksize restriction on atomic writes
` [PATCH 2/4] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH 3/4] xfs: Add RT atomic write unit max to xfs_mount
` [PATCH 4/4] xfs: Update xfs_get_atomic_write_attr() for large atomic writes

[PATCH v5 1/2] iomap: fix zero padding data issue in concurrent append writes
 2024-12-06  3:36 UTC  (18+ messages)
` [PATCH v5 2/2] xfs: clean up xfs_end_ioend() to reuse local variables

[RESEND PATCH v2] xfs: fix the entry condition of exact EOF block allocation optimization
 2024-12-05 23:48 UTC  (4+ messages)

[PATCHSET v2] xfs: proposed bug fixes for 6.13
 2024-12-05 16:11 UTC  (35+ messages)
` [PATCH 1/6] xfs: don't move nondir/nonreg temporary repair files to the metadir namespace
` [PATCH 2/6] xfs: don't crash on corrupt /quotas dirent
` [PATCH 3/6] xfs: check pre-metadir fields correctly
` [PATCH 4/6] xfs: fix zero byte checking in the superblock scrubber
` [PATCH 5/6] xfs: return from xfs_symlink_verify early on V4 filesystems
` [PATCH 6/6] xfs: port xfs_ioc_start_commit to multigrain timestamps

64k blocksize xfs can't be mounted
 2024-12-05 16:09 UTC  (4+ messages)

[PATCH] man: fix ioctl_xfs_commit_range man page install
 2024-12-05 15:43 UTC  (2+ messages)

[ANNOUNCE] xfsprogs v6.12.0 released
 2024-12-05 15:38 UTC  (5+ messages)

[syzbot] [iomap?] WARNING in iomap_zero_iter
 2024-12-05 14:00 UTC  (4+ messages)

[PATCH] xfs: fix race condition in inodegc list and cpumask handling
 2024-12-05  6:59 UTC  (3+ messages)

[PATCH GRUB] fs/xfs: fix large extent counters incompat feature support
 2024-12-04 20:13 UTC  (2+ messages)

[PATCHSET v3] fstests: random fixes for v2024.12.01
 2024-12-04  3:46 UTC  (3+ messages)
` [PATCH 1/2] xfs/032: try running on blocksize > pagesize filesystems
` [PATCH 2/2] xfs/43[4-6]: implement impatient module reloading

[GIT PULL] xfs: bug fixes for 6.13
 2024-12-04  3:23 UTC 

[GIT PULL] XFS fixes for 6.13-rc2
 2024-12-03 19:05 UTC  (2+ messages)

[syzbot] [xfs?] INFO: task hung in xfs_ail_push_all_sync (3)
 2024-12-02 13:43 UTC 

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-12-02 10:44 UTC  (21+ messages)

Weird behaviour with project quotas
 2024-11-29 22:14 UTC  (4+ messages)

[PATCH v4 00/14] forcealign for xfs
 2024-11-29 11:36 UTC  (13+ messages)

[PATCHBOMB] xfs/fstests: largeish pile of bug fixes
 2024-11-29  8:20 UTC  (17+ messages)
` [PATCHSET v3] fstests: random fixes for v2024.11.17
  ` [PATCH 01/16] generic/757: fix various bugs in this test
  ` [PATCH 02/16] generic/757: convert to thinp
  ` [PATCH 17/16] generic/459: prevent collisions between test VMs backed by a shared disk pool
` [PATCHSET] xfs: bug fixes for 6.13
  ` [PATCH 15/21] xfs: remove recursion in __xfs_trans_commit
  ` [PATCH 22/21] xfs: fix sb_spino_align checks for large fsblock sizes

[syzbot] [xfs?] possible deadlock in xfs_qm_dqrele
 2024-11-29  4:41 UTC 

[Bug 219504] New: XFS crashes with kernel Version > 6.1.91. Perhaps Changes in kernel 6.1.92 for XFS/iomap causing the problems?
 2024-11-28 21:09 UTC  (2+ messages)
` [Bug 219504] "

[PATCH] xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delay
 2024-11-28 12:19 UTC  (2+ messages)

[PATCH] xfs: Use xchg() in xlog_cil_insert_pcp_aggregate()
 2024-11-28 12:19 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to cc2dba08cc33
 2024-11-28 12:18 UTC 

[PATCH xfsprogs 6.12] man: document the -n parent mkfs option
 2024-11-28  3:33 UTC  (2+ messages)

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-11-27 12:20 UTC  (11+ messages)
` [PATCH v8 10/19] fanotify: introduce FAN_PRE_ACCESS permission event

[PATCH v5 0/3] Addition of new tests for extsize hints
 2024-11-27  5:11 UTC  (6+ messages)
` [PATCH v5 1/3] common/rc,xfs/207: Add a common helper function to check xflag bits
` [PATCH v5 2/3] common/rc: Add a new _require_scratch_extsize helper function
` [PATCH v5 3/3] generic: Addition of new tests for extsize hints

[PATCH v4 0/3] Addition of new tests for extsize hints
 2024-11-27  4:11 UTC  (9+ messages)
` [PATCH v4 2/3] common/rc: Add a new _require_scratch_extsize helper function
` [PATCH v4 3/3] generic: Addition of new tests for extsize hints


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