public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-17 06:11:12 to 2026-01-06 06:30:14 UTC [more...]

re-enable IOCB_NOWAIT writes to files v4
 2026-01-06  6:24 UTC  (23+ 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

[syzbot] [xfs?] possible deadlock in xfs_ilock (4)
 2026-01-05 23:15 UTC  (3+ messages)

[PATCHSET V4 2/2] fs: send uevents on mount and unmount
 2026-01-05 17:26 UTC  (15+ messages)
` [PATCH 1/4] fs: send uevents for filesystem mount events
  ` [PATCH V4.1 "
` [PATCH 2/4] xfs: send uevents when major filesystem events happen
` [PATCH 3/4] ext4: convert ext4_root to a kset
` [PATCH 4/4] ext4: send uevents when major filesystem events happen

[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  (9+ messages)
` [PATCH 1/3] check: put temporary files in TMPDIR, not /tmp
` [PATCH 2/3] common/rc: fix _xfs_is_realtime_file for internal rt devices
` [PATCH 3/3] xfs/649: fix various problems

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

[PATCH] xfs: fix NULL ptr in xfs_attr_leaf_get
 2025-12-30 19:02 UTC 

[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 

[PATCH 1/2] xfs: use memparse() when parsing mount options
 2025-12-25 14:41 UTC  (2+ messages)
` [PATCH 2/2] xfs: add power-of-two check for allocsize mount option

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

[PATCHSET V4 1/2] fs: generic file IO error reporting
 2025-12-24 12:29 UTC  (23+ 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 4/6] xfs: report fs metadata errors via fsnotify
` [PATCH 5/6] xfs: translate fsdax media errors into file "data lost" errors when convenient
` [PATCH 6/6] ext4: convert to new fserror helpers

[PATCH v2] generic: use _qmount_option and _qmount
 2025-12-23  6:41 UTC  (2+ messages)

[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  (15+ messages)
` [PATCH 05/10] fs: allow error returns from inode_update_timestamps
` [PATCH 06/10] fs: factor out a sync_lazytime helper
` [PATCH 07/10] fs: add a ->sync_lazytime method
` [PATCH 08/10] fs: add support for non-blocking timestamp updates
` [PATCH 09/10] xfs: implement ->sync_lazytime
` [PATCH 10/10] xfs: enable 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 v3 0/6] Enable cached zone report
 2025-12-20  2:53 UTC  (7+ 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 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] xfs: speed up parent pointer operations
 2025-12-19 15:41 UTC 

[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  (14+ 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  (15+ messages)
` [PATCH 01/13] dmflakey: override SCRATCH_DEV in _init_flakey
` [PATCH 02/13] ext4/006: call e2fsck directly
` [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)

[syzbot] [xfs] general protection fault in workingset_refault (3)
 2025-12-18  5:15 UTC  (2+ messages)

[PATCH v3] xfs: Fix the return value of xfs_rtcopy_summary()
 2025-12-18  5:14 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the xfs tree
 2025-12-18  5:09 UTC  (2+ messages)

stop overriding SCRATCH_{,LOG,RT}DEV v2
 2025-12-17 17:02 UTC  (11+ messages)
` [PATCH 01/13] dmflakey: override SCRATCH_DEV in _init_flakey
` [PATCH 02/13] ext4/006: call e2fsck directly
` [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 v1] xfs: Fix xfs_grow_last_rtg()
 2025-12-17 16:48 UTC  (3+ messages)

[PATCH v2] xfs: Fix the return value of xfs_rtcopy_summary()
 2025-12-17 16:38 UTC  (3+ messages)

[PATCH v4] xfs: test reproducible builds
 2025-12-17 11:05 UTC  (5+ messages)

[PATCH v1] xfs: Fix the return value of xfs_rtcopy_summary()
 2025-12-17 10:49 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to f401306d72f2
 2025-12-17  9:51 UTC 


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