public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-26 01:29:56 to 2024-12-06 23:32:37 UTC [more...]

[PATCHBOMB v5.8] xfsprogs: metadata directories and realtime groups
 2024-12-06 23:32 UTC  (20+ 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}
` [PATCHSET v5.8 3/9] xfsprogs: metadata inode directory trees
` [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  (46+ 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 06/16] generic/562: handle ENOSPC while cloning gracefully
  ` [PATCH 15/16] generic/454: actually set attr value for llamapirate subtest
  ` [PATCH 16/16] xfs/122: add tests for commitrange structures
  ` [PATCH 17/16] generic/459: prevent collisions between test VMs backed by a shared disk pool
` [PATCHSET] xfs: bug fixes for 6.13
  ` [PATCH 11/21] xfs: update btree keys correctly when _insrec splits an inode root block
  ` [PATCH 12/21] xfs: fix scrub tracepoints when inode-rooted btrees are involved
  ` [PATCH 13/21] xfs: unlock inodes when erroring out of xfs_trans_alloc_dir
  ` [PATCH 14/21] xfs: only run precommits once per transaction object
  ` [PATCH 15/21] xfs: remove recursion in __xfs_trans_commit
  ` [PATCH 16/21] xfs: don't lose solo superblock counter update transactions
  ` [PATCH 17/21] xfs: don't lose solo dquot "
  ` [PATCH 18/21] xfs: separate dquot buffer reads from xfs_dqflush
  ` [PATCH 19/21] xfs: clean up log item accesses in xfs_qm_dqflush{,_done}
  ` [PATCH 20/21] xfs: attach dquot buffer to dquot log item buffer
  ` [PATCH 21/21] xfs: convert quotacheck to attach dquot buffers
  ` [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  (14+ messages)
` [PATCH v4 1/3] common/rc,xfs/207: Add a common helper function to check xflag bits
` [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

[ANNOUNCE] xfs-documentation: for-next updated to f512c164a1d0e8
 2024-11-27  0:44 UTC 

[PATCHBOMB] xfs-documentation: updates for 6.13
 2024-11-27  0:20 UTC  (13+ messages)
` [PATCHSET] "
  ` [PATCH 01/10] design: update metadata reconstruction chapter
  ` [PATCH 02/10] design: document filesystem properties
  ` [PATCH 03/10] design: move superblock documentation to a separate file
  ` [PATCH 04/10] design: document the actual ondisk superblock
  ` [PATCH 05/10] design: document the changes required to handle metadata directories
  ` [PATCH 06/10] design: move discussion of realtime volumes to a separate section
  ` [PATCH 07/10] design: document realtime groups
  ` [PATCH 08/10] design: document metadata directory tree quota changes
  ` [PATCH 09/10] design: update metadump v2 format to reflect rt dumps
  ` [PATCH 10/10] xfs-documentation: release for 6.1[23]
` [GIT PULL] xfs-documentation: updates for 6.13

[PATCH 6.12] MAINTAINERS: appoint myself the XFS maintainer for 6.12 LTS
 2024-11-26 12:26 UTC  (2+ messages)

[PATCH v4 1/2] iomap: fix zero padding data issue in concurrent append writes
 2024-11-26  6:53 UTC  (5+ messages)

[PATCH] xfs_io: Avoid using __kernel_rwf_t for older kernels
 2024-11-26  4:53 UTC  (4+ messages)


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