XFS stable LTS mailing list
 help / color / mirror / Atom feed
 messages from 2024-12-20 15:52:32 to 2025-01-30 08:42:00 UTC [more...]

[PATCH 6.1 00/19] xfs 6.1.y fixes from 6.7
 2025-01-30  8:41 UTC  (39+ messages)
` [PATCH 6.1 01/19] xfs: bump max fsgeom struct version
  ` Patch "xfs: bump max fsgeom struct version" has been added to the 6.1-stable tree
` [PATCH 6.1 02/19] xfs: hoist freeing of rt data fork extent mappings
  ` Patch "xfs: hoist freeing of rt data fork extent mappings" has been added to the 6.1-stable tree
` [PATCH 6.1 03/19] xfs: prevent rt growfs when quota is enabled
  ` Patch "xfs: prevent rt growfs when quota is enabled" has been added to the 6.1-stable tree
` [PATCH 6.1 04/19] xfs: rt stubs should return negative errnos when rt disabled
  ` Patch "xfs: rt stubs should return negative errnos when rt disabled" has been added to the 6.1-stable tree
` [PATCH 6.1 05/19] xfs: fix units conversion error in xfs_bmap_del_extent_delay
  ` Patch "xfs: fix units conversion error in xfs_bmap_del_extent_delay" has been added to the 6.1-stable tree
` [PATCH 6.1 06/19] xfs: make sure maxlen is still congruent with prod when rounding down
  ` Patch "xfs: make sure maxlen is still congruent with prod when rounding down" has been added to the 6.1-stable tree
` [PATCH 6.1 07/19] xfs: introduce protection for drop nlink
  ` Patch "xfs: introduce protection for drop nlink" has been added to the 6.1-stable tree
` [PATCH 6.1 08/19] xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space
  ` Patch "xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space" has been added to the 6.1-stable tree
` [PATCH 6.1 09/19] xfs: allow read IO and FICLONE to run concurrently
  ` Patch "xfs: allow read IO and FICLONE to run concurrently" has been added to the 6.1-stable tree
` [PATCH 6.1 10/19] xfs: factor out xfs_defer_pending_abort
  ` Patch "xfs: factor out xfs_defer_pending_abort" has been added to the 6.1-stable tree
` [PATCH 6.1 11/19] xfs: abort intent items when recovery intents fail
  ` Patch "xfs: abort intent items when recovery intents fail" has been added to the 6.1-stable tree
` [PATCH 6.1 12/19] xfs: only remap the written blocks in xfs_reflink_end_cow_extent
  ` Patch "xfs: only remap the written blocks in xfs_reflink_end_cow_extent" has been added to the 6.1-stable tree
` [PATCH 6.1 13/19] xfs: up(ic_sema) if flushing data device fails
  ` Patch "xfs: up(ic_sema) if flushing data device fails" has been added to the 6.1-stable tree
` [PATCH 6.1 14/19] xfs: fix internal error from AGFL exhaustion
  ` Patch "xfs: fix internal error from AGFL exhaustion" has been added to the 6.1-stable tree
` [PATCH 6.1 15/19] xfs: inode recovery does not validate the recovered inode
  ` Patch "xfs: inode recovery does not validate the recovered inode" has been added to the 6.1-stable tree
` [PATCH 6.1 16/19] xfs: clean up dqblk extraction
  ` Patch "xfs: clean up dqblk extraction" has been added to the 6.1-stable tree
` [PATCH 6.1 17/19] xfs: dquot recovery does not validate the recovered dquot
  ` Patch "xfs: dquot recovery does not validate the recovered dquot" has been added to the 6.1-stable tree
` [PATCH 6.1 18/19] xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags
  ` Patch "xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags" has been added to the 6.1-stable tree
` [PATCH 6.1 19/19] xfs: respect the stable writes flag on the RT device
  ` Patch "xfs: respect the stable writes flag on the RT device" has been added to the 6.1-stable tree

[PATCH 6.1 CANDIDATE 00/19] patches from 6.7 for 6.1
 2025-01-29 16:31 UTC  (21+ messages)
` [PATCH 6.1 CANDIDATE 01/19] xfs: bump max fsgeom struct version
` [PATCH 6.1 CANDIDATE 02/19] xfs: hoist freeing of rt data fork extent mappings
` [PATCH 6.1 CANDIDATE 03/19] xfs: prevent rt growfs when quota is enabled
` [PATCH 6.1 CANDIDATE 04/19] xfs: rt stubs should return negative errnos when rt disabled
` [PATCH 6.1 CANDIDATE 05/19] xfs: fix units conversion error in xfs_bmap_del_extent_delay
` [PATCH 6.1 CANDIDATE 06/19] xfs: make sure maxlen is still congruent with prod when rounding down
` [PATCH 6.1 CANDIDATE 07/19] xfs: introduce protection for drop nlink
` [PATCH 6.1 CANDIDATE 08/19] xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space
` [PATCH 6.1 CANDIDATE 09/19] xfs: allow read IO and FICLONE to run concurrently
` [PATCH 6.1 CANDIDATE 10/19] xfs: factor out xfs_defer_pending_abort
` [PATCH 6.1 CANDIDATE 11/19] xfs: abort intent items when recovery intents fail
` [PATCH 6.1 CANDIDATE 12/19] xfs: only remap the written blocks in xfs_reflink_end_cow_extent
` [PATCH 6.1 CANDIDATE 13/19] xfs: up(ic_sema) if flushing data device fails
` [PATCH 6.1 CANDIDATE 14/19] xfs: fix internal error from AGFL exhaustion
` [PATCH 6.1 CANDIDATE 15/19] xfs: inode recovery does not validate the recovered inode
` [PATCH 6.1 CANDIDATE 16/19] xfs: clean up dqblk extraction
` [PATCH 6.1 CANDIDATE 17/19] xfs: dquot recovery does not validate the recovered dquot
` [PATCH 6.1 CANDIDATE 18/19] xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags
` [PATCH 6.1 CANDIDATE 19/19] xfs: respect the stable writes flag on the RT device

[PATCH v2] xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=n
 2025-01-16  0:35 UTC 

[PATCH] xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=n
 2025-01-15  6:29 UTC  (5+ messages)

[ANNOUNCE] new xfs-stable mailing list for LTS work
 2025-01-14 22:48 UTC 

ping?
 2025-01-13 18:46 UTC  (2+ messages)

Test Mail
 2024-12-20 15:52 UTC 


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