public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-18 07:30:39 to 2026-01-07 00:09:07 UTC [more...]

[PATCH] xfs: speed up parent pointer operations
 2026-01-07  0:09 UTC  (3+ messages)

[PATCHSET V4 1/2] fs: generic file IO error reporting
 2026-01-06 23:33 UTC  (21+ messages)
` [PATCH 1/6] uapi: promote EFSCORRUPTED and EUCLEAN to errno.h
` [PATCH 2/6] fs: report filesystem and file I/O errors to fsnotify
  ` [PATCH V4.1 "
` [PATCH 3/6] iomap: report file I/O errors to the VFS
` [PATCH 6/6] ext4: convert to new fserror helpers
` [PATCH 7/6] fs: improve comment in fserror_alloc_event

re-enable IOCB_NOWAIT writes to files v4
 2026-01-06 21:43 UTC  (24+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] fs: exit early in generic_update_time when there is no work
` [PATCH 04/11] fs: delay the actual timestamp updates in inode_update_timestamps
` [PATCH 05/11] fs: return I_DIRTY_* and allow error returns from inode_update_timestamps
` [PATCH 06/11] fs: factor out a sync_lazytime helper
` [PATCH 07/11] fs: add a ->sync_lazytime method
` [PATCH 08/11] fs: add support for non-blocking timestamp updates
` [PATCH 09/11] fat: enable "
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates

[PATCH] xfs_logprint: print log data to the screen in host-endian order
 2026-01-06 18:53 UTC 

[PATCH] mkfs: set rtstart from user-specified dblocks
 2026-01-06 18:53 UTC 

[PATCH] xfs_mdrestore: fix restoration on filesystems with 4k sectors
 2026-01-06 18:48 UTC 

re-enable IOCB_NOWAIT writes to files v5
 2026-01-06 17:55 UTC  (22+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] nfs: split nfs_update_timestamps
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time
` [PATCH 05/11] fs: refactor ->update_time handling
` [PATCH 06/11] fs: factor out a sync_lazytime helper
` [PATCH 07/11] fs: add a ->sync_lazytime method
` [PATCH 08/11] fs: add support for non-blocking timestamp updates
` [PATCH 09/11] fs: refactor file_update_time_flags
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates

[PATCH v2] generic: use _qmount_option and _qmount
 2026-01-06 16:36 UTC  (3+ messages)

[PATCH v3 0/6] Enable cached zone report
 2026-01-06 16:34 UTC  (12+ messages)
` [PATCH v3 1/6] libxfs: add missing forward declaration in xfs_zones.h
` [PATCH v3 2/6] mkfs: remove unnecessary return value affectation
` [PATCH v3 3/6] libfrog: introduce xfrog_report_zones
` [PATCH v3 4/6] mkfs: use xfrog_report_zones()
` [PATCH v3 5/6] repair: "
` [PATCH v3 6/6] libfrog: enable cached report zones

[PATCH] xfs: fix NULL ptr in xfs_attr_leaf_get
 2026-01-06 15:40 UTC  (3+ messages)

[PATCH 1/2] xfs: use memparse() when parsing mount options
 2026-01-06 14:30 UTC  (6+ messages)
` [PATCH 2/2] xfs: add power-of-two check for allocsize mount option

[syzbot] [xfs?] possible deadlock in xfs_ilock (4)
 2026-01-06 13:35 UTC  (6+ messages)

improve zoned XFS GC buffer management v2
 2026-01-06  7:58 UTC  (4+ messages)
` [PATCH 1/3] block: add a bio_reuse helper
` [PATCH 2/3] xfs: use bio_reuse in the zone GC code
` [PATCH 3/3] xfs: rework zone GC buffer management

re-enable IOCB_NOWAIT writes to files v5
 2026-01-06  7:54 UTC  (6+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] nfs: split nfs_update_timestamps
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time

[PATCHSET V4] xfs: autonomous self healing of filesystems
 2026-01-06  7:13 UTC  (12+ messages)
` [PATCH 01/11] docs: discuss autonomous self healing in the xfs online repair design doc
` [PATCH 02/11] xfs: start creating infrastructure for health monitoring
` [PATCH 03/11] xfs: create event queuing, formatting, and discovery infrastructure
` [PATCH 04/11] xfs: convey filesystem unmount events to the health monitor
` [PATCH 05/11] xfs: convey metadata health "
` [PATCH 06/11] xfs: convey filesystem shutdown "
` [PATCH 07/11] xfs: convey externally discovered fsdax media errors "
` [PATCH 08/11] xfs: convey file I/O "
` [PATCH 09/11] xfs: allow reconfiguration of the health monitoring device
` [PATCH 10/11] xfs: check if an open file is on the health monitored fs
` [PATCH 11/11] xfs: add media error reporting ioctl

[PATCHSET V4 2/2] fs: send uevents on mount and unmount
 2026-01-05 17:26 UTC  (9+ messages)
` [PATCH 1/4] fs: send uevents for filesystem mount events
  ` [PATCH V4.1 "

[PATCH] punch-alternating: prevent punching all extents
 2026-01-05  9:51 UTC  (5+ messages)

[PATCH] iomap: add allocation cache for iomap_dio
 2026-01-05  9:27 UTC  (3+ messages)

[PATCHSET] fstests: more random fixes for v2025.12.09
 2025-12-31 22:23 UTC  (5+ messages)
` [PATCH 3/3] xfs/649: fix various problems

[PATCH v5] xfs: test reproducible builds
 2025-12-31 22:15 UTC  (2+ messages)

[ANNOUNCE] xfsprogs: v6.18.0 released
 2025-12-30 17:20 UTC 

[syzbot] [xfs?] INFO: task hung in xfs_file_fsync
 2025-12-30 15:21 UTC  (2+ messages)

[syzbot] Monthly xfs report (Dec 2025)
 2025-12-30  9:53 UTC 

[ANNOUNCE] xfsprogs: for-next updated to b5d372d96db1
 2025-12-24 15:16 UTC 

[syzbot] [xfs?] INFO: task hung in vfs_setxattr (7)
 2025-12-23  1:33 UTC  (2+ messages)

re-enable IOCB_NOWAIT writes to files v3
 2025-12-22 23:41 UTC  (6+ messages)
` [PATCH 08/10] fs: add support for non-blocking timestamp updates

[GIT PULL] XFS: Fixes for v6.19-rc2
 2025-12-20 10:45 UTC 

[PATCH v2 0/3] Enable cached zone report
 2025-12-20  2:59 UTC  (10+ messages)
` [PATCH v2 1/3] libxfs: define BLKREPORTZONEV2 if the kernel does not provide it
` [PATCH v2 2/3] mkfs: use cached report zone
` [PATCH v2 3/3] repair: "

[PATCH v2] rename xfs.h
 2025-12-19 23:53 UTC  (6+ messages)
` [PATCH 1/4] xfs: rename xfs_linux.h to xfs_platform.h
` [PATCH 2/4] xfs: include global headers first in xfs_platform.h
` [PATCH 3/4] xfs: move the remaining content from xfs.h to xfs_platform.h
` [PATCH 4/4] xfs: directly include xfs_platform.h

[PATCH v2] xfs: fix XFS_ERRTAG_FORCE_ZERO_RANGE for zoned file system
 2025-12-19 14:01 UTC  (4+ messages)

[PATCH next] xfs: fix memory leak in xfs_growfs_check_rtgeom()
 2025-12-19 11:14 UTC  (2+ messages)

[PATCH 0/3] Enable cached zone report
 2025-12-19  9:37 UTC  (5+ messages)
` [PATCH 1/3] libxfs: define BLKREPORTZONEV2 if the kernel does not provide it
` [PATCH 2/3] mkfs: use cached report zone
` [PATCH 3/3] repair: "

improve zoned XFS GC buffer management
 2025-12-19  8:06 UTC  (11+ messages)
` [PATCH 1/3] block: add a bio_reuse helper
` [PATCH 2/3] xfs: use bio_reuse in the zone GC code
` [PATCH 3/3] xfs: rework zone GC buffer management

[PATCH] xfs: mark data structures corrupt on EIO and ENODATA
 2025-12-19  5:38 UTC  (2+ messages)

various tests for zone aligned RT subvolumes v3
 2025-12-19  5:35 UTC  (4+ messages)
` [PATCH 1/3] xfs: add a test that zoned file systems with rump RTG can't be mounted
` [PATCH 2/3] xfs: test that RT growfs not aligned to zone size fails
` [PATCH 3/3] xfs: test that mkfs creates zone-aligned RT devices

[PATCH] mkfs: adjust_nr_zones for zoned file system on conventional devices
 2025-12-19  5:28 UTC  (3+ messages)

various tests for zone aligned RT subvolumes v2
 2025-12-19  5:26 UTC  (7+ messages)
` [PATCH 1/3] xfs: add a test that zoned file systems with rump RTG can't be mounted
` [PATCH 2/3] xfs: test that RT growfs not aligned to zone size fails
` [PATCH 3/3] xfs: test that mkfs creates zone-aligned RT devices

stop overriding SCRATCH_{,LOG,RT}DEV v3
 2025-12-18 21:27 UTC  (14+ messages)
` [PATCH 01/13] dmflakey: override SCRATCH_DEV in _init_flakey
` [PATCH 03/13] common: add a _check_dev_fs helper
` [PATCH 04/13] ext4/032: use _check_dev_fs
` [PATCH 05/13] generic/590: split XFS RT specific bits out
` [PATCH 06/13] xfs/157: don't override SCRATCH_{,LOG,RT}DEV
` [PATCH 07/13] xfs/185: don't use SCRATCH_{,RT}DEV helpers
` [PATCH 08/13] xfs/424: don't use SCRATCH_DEV helpers
` [PATCH 09/13] xfs/521: require a real SCRATCH_RTDEV
` [PATCH 10/13] xfs/521: call _require_scratch_size
` [PATCH 11/13] xfs/528: require a real SCRATCH_RTDEV
` [PATCH 12/13] xfs/530: "
` [PATCH 13/13] xfs/650: "

[PATCH AUTOSEL 6.18-6.6] iomap: adjust read range correctly for non-block-aligned positions
 2025-12-18 17:52 UTC  (3+ messages)


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