Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-05 08:12:46 to 2024-02-12 16:31:04 UTC [more...]

[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-12 16:30 UTC  (2+ messages)
` [PATCH v5 1/8] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n

[PATCH] nvdimm/pmem: Fix leak on dax_add_host() failure
 2024-02-12 16:27 UTC 

[PATCH v3 09/15] block: Add checks to merging of atomic writes
 2024-02-12 12:09 UTC  (5+ messages)
`  "

[PATCH 0/6] block atomic writes for XFS
 2024-02-12 12:06 UTC  (34+ messages)
` [PATCH 1/6] fs: iomap: Atomic write support
` [PATCH 2/6] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH 3/6] fs: xfs: Support FS_XFLAG_ATOMICWRITES for rtvol
` [PATCH 4/6] fs: xfs: Support atomic write for statx
` [PATCH RFC 5/6] fs: xfs: iomap atomic write support
` [PATCH 6/6] fs: xfs: Set FMODE_CAN_ATOMIC_WRITE for FS_XFLAG_ATOMICWRITES set

XFS corruption after power surge/outage
 2024-02-11 20:39 UTC  (2+ messages)

[PATCH v3 00/15] block atomic writes
 2024-02-10 12:12 UTC  (4+ messages)

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

xfs_clear_incompat_log_features considered harmful?
 2024-02-09  6:33 UTC  (7+ messages)

[BUG][xfstests generic/133] deadlock and crach on xfs, BUG: KASAN: slab-out-of-bounds in xfs_read_iomap_begin+0x5f2/0x750 [xfs]
 2024-02-09  4:22 UTC  (4+ messages)

[PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-09  1:01 UTC  (35+ messages)
` [PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
` [PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v4 03/12] dm: "
` [PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v4 05/12] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v4 06/12] dax: Check for data cache aliasing at runtime
` [PATCH v4 07/12] Introduce cpu_dcache_is_aliasing() across all architectures
` [PATCH v4 08/12] dax: Fix incorrect list of data cache aliasing architectures
` [PATCH v4 09/12] nvdimm/pmem: Cleanup alloc_dax() error handling
` [PATCH v4 10/12] dm: "
` [PATCH v4 11/12] dcssblk: "
` [PATCH v4 12/12] virtio: "

[RFC PATCH v2] xfs: run blockgc on freeze to avoid iget stalls after reclaim
 2024-02-09  0:23 UTC  (14+ messages)

[ANNOUNCE] xfsprogs: for-next updated to 3ec53d438
 2024-02-08  6:26 UTC  (8+ messages)
          `  "

Max theoretical XFS filesystem size in review
 2024-02-07 23:54 UTC  (3+ messages)

[syzbot] WARNING in xfs_bmapi_convert_delalloc
 2024-02-07 22:18 UTC  (4+ messages)
` [syzbot] [xfs?] "

[syzbot] [xfs?] WARNING: Reset corrupted AGFL on AG NUM. NUM blocks leaked. Please unmount and run xfs_repair
 2024-02-07 21:16 UTC  (3+ messages)

[syzbot] [xfs?] INFO: task hung in xfs_buf_item_unpin
 2024-02-07 21:15 UTC  (3+ messages)

[syzbot] [xfs?] INFO: task hung in xfs_inodegc_flush
 2024-02-07 20:54 UTC  (2+ messages)

convert write_cache_pages() to an iterator v6
 2024-02-07 14:00 UTC  (13+ messages)
` [PATCH 05/13] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 12/13] writeback: add a writeback iterator
` [PATCH 13/13] writeback: Remove a use of write_cache_pages() from do_writepages()

[PATCHSET] fstests: random fixes for v2024.01.14
 2024-02-07  9:15 UTC  (12+ messages)
` [PATCH 01/10] generic/256: constrain runtime with TIME_FACTOR
` [PATCH 02/10] common/xfs: simplify maximum metadump format detection
` [PATCH 03/10] common/populate: always metadump full metadata blocks
` [PATCH 04/10] xfs/336: fix omitted -a and -o in metadump call
` [PATCH 05/10] common: refactor metadump v1 and v2 tests, version 2
` [PATCH 06/10] xfs/{129,234,253,605}: disable metadump v1 testing with external devices
` [PATCH 07/10] xfs/503: test metadump obfuscation, not progressbars
` [PATCH 08/10] xfs/503: split copy and metadump into two tests
` [PATCH 09/10] common/xfs: only pass -l in _xfs_mdrestore for v2 metadumps
` [PATCH 10/10] xfs/122: fix for xfs_attr_shortform removal in 6.8

[PATCH 0/6] filesystem visibility ioctls
 2024-02-06 16:22 UTC  (22+ messages)
` [PATCH 1/6] fs: super_block->s_uuid_len
` [PATCH 2/6] fs: FS_IOC_GETUUID
` [PATCH 3/6] fat: Hook up sb->s_uuid
` [PATCH 4/6] fs: FS_IOC_GETSYSFSNAME
` [PATCH 5/6] xfs: add support for FS_IOC_GETSYSFSNAME
` [PATCH 6/6] bcachefs: "

[QUESTION] zig build systems fails on XFS V4 volumes
 2024-02-06  6:45 UTC  (5+ messages)

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

[PATCH v5 1/3] Remove use of LFS64 interfaces
 2024-02-05 23:23 UTC  (3+ messages)
` [PATCH v5 2/3] io: Adapt to >= 64-bit time_t
` [PATCH v5 3/3] build: Request 64-bit time_t where possible

[PATCHSET] fstests: random fixes for v2024.01.14
 2024-02-05 16:48 UTC  (4+ messages)
` [PATCH 05/10] common: refactor metadump v1 and v2 tests

xfs_repair reports filesystem as in consistent even on ensuring consistency
 2024-02-05 14:34 UTC  (2+ messages)

[ANNOUNCE] xfsprogs v6.6.0 released
 2024-02-05 13:39 UTC 

[BUG REPORT] workqueue: Hung task reported when executing generic/001 on XFS on next-20240202
 2024-02-05 11:55 UTC  (3+ messages)
` [PATCH wq/for-6.9] workqueue: Fix pwq->nr_in_flight corruption in try_to_grab_pending()

[PATCH] xfs: Simplify the allocation of slab caches in xfs_rmap_intent_init_cache
 2024-02-05 10:07 UTC  (2+ messages)

[PATCH] xfs: Simplify the allocation of slab caches in xfs_bmap_intent_init_cache
 2024-02-05  8:26 UTC 

[PATCH] xfs: Simplify the allocation of slab caches in xfs_attr_intent_init_cache
 2024-02-05  8:24 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).