Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-05-14 00:29:29 to 2025-05-28 22:22:27 UTC [more...]

[PATCHSET 1/2] fstests: check new 6.15 behaviors
 2025-05-28 22:22 UTC  (11+ messages)
` [PATCH 1/4] xfs/273: fix test for internal zoned filesystems
` [PATCH 2/4] xfs/259: drop the 512-byte fsblock logic from this test
` [PATCH 3/4] xfs/259: try to force loop device block size
` [PATCH 4/4] xfs/432: fix metadump loop device blocksize problems

[PATCH v2 0/6] atomic writes tests
 2025-05-28 22:00 UTC  (19+ messages)
` [PATCH v2 1/6] generic/765: fix a few issues
` [PATCH v2 2/6] generic/765: adjust various things
` [PATCH v2 3/6] generic/765: move common atomic write code to a library file
` [PATCH v2 4/6] common/atomicwrites: adjust a few more things
` [PATCH v2 5/6] common/atomicwrites: fix _require_scratch_write_atomic
` [PATCH v2 6/6] generic: various atomic write tests with scsi_debug

[PATCH v2] iomap: don't lose folio dropbehind state for overwrites
 2025-05-28  8:15 UTC  (3+ messages)

[PATCH] iomap: don't lose folio dropbehind state for overwrites
 2025-05-27 21:17 UTC  (3+ messages)

[GIT PULL] XFS merge for v6.16
 2025-05-26 21:20 UTC  (3+ messages)

XFS complains about data corruption after xfs_repair
 2025-05-25 10:39 UTC  (4+ messages)

[PATCH v3 0/2] new: Improvements to new script
 2025-05-23 19:06 UTC  (6+ messages)
` [PATCH v3 1/2] new: Add a new parameter (name) in the "new" script
` [PATCH v3 2/2] new: Replace "status=0; exit 0" with _exit 0

[PATCH v4 0/2] new: Improvements to new script
 2025-05-23 15:11 UTC  (4+ messages)
` [PATCH v4 1/2] new: Add a new parameter (copyright-owner) in the "new" script
` [PATCH v4 2/2] new: Replace "status=0; exit 0" with _exit 0

[PATCHSET 2/2] fstests: more random fixes for v2025.05.11
 2025-05-23 13:48 UTC  (12+ messages)
` [PATCH 1/4] generic/251: fix infinite looping if fstrim_loop configuration fails
` [PATCH 2/4] generic/251: skip this test if fstrim geometry detection fails
` [PATCH 3/4] check: unbreak iam
` [PATCH 4/4] check: check and fix the test filesystem after failed tests

[PATCH] iomap: fix potential NULL pointer dereference in iomap_alloc_ioend
 2025-05-23 12:12 UTC  (2+ messages)

Sequential read from NVMe/XFS twice slower on Fedora 42 than on Rocky 9.5
 2025-05-23  9:39 UTC  (9+ messages)

[PATCH] xfs: fix potential NULL pointer dereference in zone GC
 2025-05-23  9:29 UTC 

[PATCH] xfs: fix incorrect tail lsn tracking when AIL is empty
 2025-05-23  6:30 UTC 

[PATCH 0/2] xfs: unmount hang fixes
 2025-05-23  5:43 UTC  (6+ messages)
` [PATCH 1/2] xfs: xfs_ifree_cluster vs xfs_iflush_shutdown_abort deadlock
` [PATCH 2/2] [RFC] xfs: fix unmount hang with unflushable inodes stuck in the AIL

[PATCH v10 0/1] mkfs: add ability to populate filesystem from directory
 2025-05-23  5:31 UTC  (3+ messages)
` [PATCH v10 1/1] proto: add ability to populate a filesystem from a directory

[syzbot] [jfs?] [xfs?] [bcachefs?] INFO: task hung in sb_start_write (2)
 2025-05-23  4:46 UTC 

[PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
 2025-05-22 22:26 UTC  (2+ messages)

[PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
 2025-05-22 22:26 UTC  (2+ messages)

[PATCHSET RFC[RAP]] fuse: allow servers to use iomap for better file IO performance
 2025-05-22 17:11 UTC  (15+ messages)
  ` [PATCH 01/11] fuse: fix livelock in synchronous file put from fuseblk workers
  ` [PATCH 02/11] iomap: exit early when iomap_iter is called with zero length
  ` [PATCH 03/11] fuse: implement the basic iomap mechanisms
  ` [PATCH 04/11] fuse: add a notification to add new iomap devices
  ` [PATCH 05/11] fuse: send FUSE_DESTROY to userspace when tearing down an iomap connection
  ` [PATCH 06/11] fuse: implement basic iomap reporting such as FIEMAP and SEEK_{DATA,HOLE}
  ` [PATCH 07/11] fuse: implement direct IO with iomap
  ` [PATCH 08/11] fuse: implement buffered "
  ` [PATCH 09/11] fuse: implement large folios for iomap pagecache files
  ` [PATCH 10/11] fuse: use an unrestricted backing device with iomap pagecache io
  ` [PATCH 11/11] fuse: advertise support for iomap

[PATCH v9 0/1] mkfs: add ability to populate filesystem from directory
 2025-05-22 13:54 UTC  (4+ messages)
` [PATCH v9 1/1] proto: add ability to populate a filesystem from a directory

[PATCH v2 0/2] new: Improvements to new script
 2025-05-22  4:50 UTC  (10+ messages)
` [PATCH v2 1/2] new: Add a new parameter (name/emailid) in the "new" script
` [PATCH v2 2/2] new: Replace "status=0; exit 0" with _exit 0

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-21 10:44 UTC  (13+ messages)

[PATCH] xfs: Remove unnecessary checks in functions related to xfs_fsmap
 2025-05-21  5:57 UTC  (8+ messages)

[linux-next:master] [super] 1af3331764: stress-ng.unlink.unlink_calls_per_sec 23.3% regression
 2025-05-19  4:50 UTC 

xfs office hours meeting minutes
 2025-05-19  0:52 UTC  (2+ messages)

[PATCH 0/6] atomic writes tests
 2025-05-17  3:59 UTC  (29+ messages)
` [PATCH 1/6] generic/765: fix a few issues
` [PATCH 2/6] generic/765: adjust various things
` [PATCH 3/6] generic/765: move common atomic write code to a library file
` [PATCH 4/6] common/atomicwrites: adjust a few more things
` [PATCH 5/6] common/atomicwrites: fix _require_scratch_write_atomic
` [PATCH 6/6] generic: various atomic write tests with scsi_debug

[GIT PULL] XFS fixes for v6.15-rc7
 2025-05-16 18:57 UTC  (2+ messages)

[PATCH] xfs: mark the i_delayed_blks access in xfs_file_release as racy
 2025-05-16  6:34 UTC  (7+ messages)

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-15  7:50 UTC  (6+ messages)
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr

Subject: [BUG] Five data races in in XFS Filesystem,one potentially harmful
 2025-05-14 22:16 UTC  (3+ messages)

[syzbot] [xfs?] general protection fault in do_move_mount (3)
 2025-05-14 19:49 UTC  (7+ messages)

[PATCH v6 0/1] xfs: Fail remount with noattr2 on a v5 xfs with v4 enabled kernel
 2025-05-14 17:43 UTC  (3+ messages)

[PATCH 0/2] Add mru cache for inode to zone allocation mapping
 2025-05-14 17:30 UTC  (12+ messages)
` [PATCH 2/2] xfs: add inode to zone caching for data placement
` [PATCH 1/2] xfs: free the item in xfs_mru_cache_insert on failure

[PATCH V2 0/2] Fix a couple comments
 2025-05-14 17:30 UTC  (3+ messages)

[PATCH v2] xfs: remove the EXPERIMENTAL warning for pNFS
 2025-05-14 17:30 UTC  (2+ messages)

[PATCH v2] xfs: remove some EXPERIMENTAL warnings
 2025-05-14 17:30 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next *REBASED* to 6d444c8db0ac
 2025-05-14 17:30 UTC 

[ANNOUNCE] xfs-linux: for-next *REBASED* to 3803e95ac5c8
 2025-05-14 12:06 UTC 

[PATCH] xfs: remove some EXPERIMENTAL warnings
 2025-05-14  7:05 UTC  (3+ messages)

[PATCH v1 0/3] new: Improvements to new script
 2025-05-14  6:39 UTC  (8+ messages)
` [PATCH v1 1/3] new: Add a new parameter (name/emailid) in the "new" script
` [PATCH v1 2/3] new: Replace "status=0; exit 0" with _exit 0
` [PATCH v1 3/3] new: Run make after adding a new test file


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