public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-03 14:53:08 to 2025-12-10 05:55:01 UTC [more...]

repair tidyups for metadir handling v3
 2025-12-10  5:54 UTC  (2+ messages)
` [PATCH 1/4] repair: add a enum for the XR_INO_* values

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

WARNING: drivers/iommu/io-pgtable-arm.c:639
 2025-12-10  5:33 UTC  (11+ messages)

[PATCH v2 0/1] mdrestore: fix restore_v2() superblock length check
 2025-12-10  5:28 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH 0/1] mdrestore: fix restore_v2() superblock length check
 2025-12-10  5:28 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] xfs_logprint: fix pointer bug
 2025-12-10  5:25 UTC  (2+ messages)

[PATCHSET V2] xfsprogs: enable new stable features for 6.18
 2025-12-09 22:25 UTC  (6+ messages)
` [PATCH 1/2] mkfs: enable new features by default
` [PATCH 2/2] mkfs: add 2025 LTS config file

[PATCH 0/2] printk_ringbuffer: Fix regression in get_data() and clean up data size checks
 2025-12-09 17:18 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
 2025-12-09 17:18 UTC  (3+ messages)
` [f2fs-dev] "

[ANNOUNCE] xfsprogs: for-next updated to fe1591e7d03c
 2025-12-09 16:40 UTC 

repair tidyups for metadir handling v2
 2025-12-09 16:26 UTC  (10+ messages)
` [PATCH 1/4] repair: add a enum for the XR_INO_* values
` [PATCH 2/4] repair: add canonical names for the XR_INO_ constants
` [PATCH 3/4] repair: factor out a process_dinode_metafile helper
` [PATCH 4/4] repair: enhance process_dinode_metafile

[PATCH v1] xfs: Fix rgcount/rgsize value reported in XFS_IOC_FSGEOMETRY ioctl
 2025-12-09 15:59 UTC  (6+ messages)

[ANNOUNCE] xfsprogs: for-next updated to 3147d1d643c8
 2025-12-09 12:23 UTC 

[PATCH] libfrog: fix incorrect FS_IOC_FSSETXATTR argument to ioctl()
 2025-12-09  8:49 UTC  (5+ messages)

Problem mounting xfs on newer kernels, "found unrecovered unlinked inode AG 0x3"
 2025-12-08 18:53 UTC 

[PATCH v2] generic: use _qmount_option and _qmount
 2025-12-08 17:34 UTC  (2+ messages)

[PATCH v3] iomap: replace folio_batch allocation with stack allocation
 2025-12-08 14:05 UTC 

[PATCH v2 REPOST] iomap: replace folio_batch allocation with stack allocation
 2025-12-08 13:10 UTC  (2+ messages)

[PATCH v2 0/34] xfsprogs: libxfs sync v6.18
 2025-12-08  6:49 UTC  (35+ messages)
` [PATCH v2 1/33] xfs: remove deprecated mount options
` [PATCH v2 2/33] xfs: remove deprecated sysctl knobs
` [PATCH v2 3/33] xfs: convert xfs_buf_log_format_t typedef to struct
` [PATCH v2 4/33] xfs: convert xlog_op_header_t "
` [PATCH v2 5/33] xfs: convert xfs_trans_header_t typdef "
` [PATCH v2 6/33] xfs: convert xfs_log_iovec_t typedef "
` [PATCH v2 7/33] xfs: convert xfs_qoff_logformat_t "
` [PATCH v2 8/33] xfs: convert xfs_dq_logformat_t "
` [PATCH v2 9/33] xfs: convert xfs_efi_log_format "
` [PATCH v2 10/33] xfs: convert xfs_efd_log_format_t "
` [PATCH v2 11/33] xfs: convert xfs_efi_log_format_32_t "
` [PATCH v2 12/33] xfs: convert xfs_extent_t "
` [PATCH v2 13/33] xfs: convert xfs_efi_log_format_64_t "
` [PATCH v2 14/33] xfs: remove the xlog_op_header_t typedef
` [PATCH v2 15/33] xfs: remove the xfs_trans_header_t typedef
` [PATCH v2 16/33] xfs: remove the xfs_extent_t typedef
` [PATCH v2 17/33] xfs: remove the xfs_extent32_t typedef
` [PATCH v2 18/33] xfs: remove the xfs_extent64_t typedef
` [PATCH v2 19/33] xfs: remove the xfs_efi_log_format_t typedef
` [PATCH v2 20/33] xfs: remove the xfs_efi_log_format_32_t typedef
` [PATCH v2 21/33] xfs: remove the xfs_efi_log_format_64_t typedef
` [PATCH v2 22/33] xfs: remove the xfs_efd_log_format_t typedef
` [PATCH v2 23/33] xfs: remove the unused xfs_efd_log_format_32_t typedef
` [PATCH v2 24/33] xfs: remove the unused xfs_efd_log_format_64_t typedef
` [PATCH v2 25/33] xfs: remove the unused xfs_buf_log_format_t typedef
` [PATCH v2 26/33] xfs: remove the unused xfs_dq_logformat_t typedef
` [PATCH v2 27/33] xfs: remove the unused xfs_qoff_logformat_t typedef
` [PATCH v2 28/33] xfs: remove the unused xfs_log_iovec_t typedef
` [PATCH v2 29/33] xfs: fix log CRC mismatches between i386 and other architectures
` [PATCH v2 30/33] xfs: move the XLOG_REG_ constants out of xfs_log_format.h
` [PATCH v2 31/33] xfs: remove the expr argument to XFS_TEST_ERROR
` [PATCH v2 32/33] xfs: improve default maximum number of open zones
` [PATCH v2 33/33] xfs: prevent gc from picking the same zone twice

[PATCH] xfs: Fix a memory leak bug in xfs_buf_item_init()
 2025-12-08  6:49 UTC  (2+ messages)

[PATCH, RFC] rename xfs.h
 2025-12-08  4:30 UTC  (7+ messages)

[PATCH v5 0/7] iomap: zero range folio batch support
 2025-12-08  3:35 UTC  (5+ messages)
` [PATCH v5 5/7] xfs: fill dirty folios on zero range of unwritten mappings

[syzbot] [xfs?] possible deadlock in xfs_buffered_write_iomap_begin
 2025-12-07 23:10 UTC  (2+ messages)

[syzbot] [xfs?] possible deadlock in xfs_can_free_eofblocks (3)
 2025-12-07 18:07 UTC 

[PATCH v2 00/12] Fix bio chain related issues
 2025-12-07 10:03 UTC  (8+ messages)
` [PATCH v2 06/12] gfs2: Replace the repetitive bio chaining code patterns

[syzbot] [xfs?] possible deadlock in xfs_trans_alloc
 2025-12-07  0:10 UTC 

[syzbot] [xfs?] INFO: task hung in xfs_setfilesize
 2025-12-06 19:54 UTC  (2+ messages)

[PATCH v3 3/9] block: prevent race condition on bi_status in __bio_chain_endio
 2025-12-06 18:01 UTC  (2+ messages)

misc xfstests fixes
 2025-12-05 17:33 UTC  (5+ messages)
` [PATCH 3/3] xfs/158: _notrun when the file system can't be created

[PATCH] xfs: fix a UAF problem in xattr repair
 2025-12-05 17:12 UTC  (3+ messages)

repair tidyups for metadir handling
 2025-12-05 16:29 UTC  (9+ messages)
` [PATCH 2/4] repair: add canonical names for the XR_INO_ constants

[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
 2025-12-05 13:09 UTC  (8+ messages)
` [PATCH v6 06/15] VFS: introduce start_creating_noperm() and start_removing_noperm()
    ` [PATCH] fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()

[PATCH] xfs: fix stupid compiler warning
 2025-12-05 12:37 UTC  (3+ messages)

[PATCH v2 1/4] libfrog: add wrappers for file_getattr/file_setattr syscalls
 2025-12-05  8:57 UTC  (4+ messages)
` [PATCH] libfrog: pass correct structure to FS_IOC_FSSETXATTR

[PATCH] fsstress: allow multiple suboptions to -f
 2025-12-05  6:16 UTC  (2+ messages)

[PATCHSET 2/2] xfsprogs: enable new stable features for 6.18
 2025-12-04 18:48 UTC  (6+ messages)
` [PATCH 1/2] mkfs: enable new features by default

xfsprogs_6.17.0-2_source.changes ACCEPTED into unstable
 2025-12-04 16:21 UTC 

Processing of xfsprogs_6.17.0-2_source.changes
 2025-12-04 16:15 UTC 

[PATCH 0/34] xfsprogs: libxfs sync v6.18
 2025-12-04 10:08 UTC  (39+ messages)
` [PATCH 1/33] xfs: remove deprecated mount options
` [PATCH 2/33] xfs: remove deprecated sysctl knobs
` [PATCH 3/33] xfs: remove the xlog_op_header_t typedef
` [PATCH 4/33] xfs: remove the xfs_trans_header_t typedef
` [PATCH 5/33] xfs: remove the xfs_extent_t typedef
` [PATCH 6/33] xfs: remove the xfs_extent32_t typedef
` [PATCH 7/33] xfs: remove the xfs_extent64_t typedef
` [PATCH 8/33] xfs: remove the xfs_efi_log_format_t typedef
` [PATCH 9/33] xfs: remove the xfs_efi_log_format_32_t typedef
` [PATCH 10/33] xfs: remove the xfs_efi_log_format_64_t typedef
` [PATCH 11/33] xfs: remove the xfs_efd_log_format_t typedef
` [PATCH 12/33] xfs: remove the unused xfs_efd_log_format_32_t typedef
` [PATCH 13/33] xfs: remove the unused xfs_efd_log_format_64_t typedef
` [PATCH 14/33] xfs: remove the unused xfs_buf_log_format_t typedef
` [PATCH 15/33] xfs: remove the unused xfs_dq_logformat_t typedef
` [PATCH 16/33] xfs: remove the unused xfs_qoff_logformat_t typedef
` [PATCH 17/33] xfs: remove the unused xfs_log_iovec_t typedef
` [PATCH 18/33] xfs: fix log CRC mismatches between i386 and other architectures
` [PATCH 19/33] xfs: move the XLOG_REG_ constants out of xfs_log_format.h
` [PATCH 20/33] xfs: remove the expr argument to XFS_TEST_ERROR
` [PATCH 21/33] xfs: improve default maximum number of open zones
` [PATCH 22/33] xfs: prevent gc from picking the same zone twice
` [PATCH 23/33] xfs: convert xfs_buf_log_format_t typedef to struct
` [PATCH 24/33] xfs: convert xlog_op_header_t "
` [PATCH 25/33] xfs: convert xfs_trans_header_t typdef "
` [PATCH 26/33] xfs: convert xfs_log_iovec_t typedef "
` [PATCH 27/33] xfs: convert xfs_qoff_logformat_t "
` [PATCH 28/33] xfs: convert xfs_dq_logformat_t "
` [PATCH 29/33] xfs: convert xfs_efi_log_format "
` [PATCH 30/33] xfs: convert xfs_efd_log_format_t "
` [PATCH 31/33] xfs: convert xfs_efi_log_format_32_t "
` [PATCH 32/33] xfs: convert xfs_extent_t "
` [PATCH 33/33] xfs: convert xfs_efi_log_format_64_t "

[PATCH v1] xfs: Fix xfs_grow_last_rtg()
 2025-12-04  9:47 UTC  (3+ messages)

xfsprogs_6.17.0-1_source.changes ACCEPTED into unstable
 2025-12-04  9:37 UTC  (2+ messages)

[PATCH v3 0/9] Fix bio chain related issues
 2025-12-04  9:00 UTC  (3+ messages)
` [PATCH v3 8/9] zram: Replace the repetitive bio chaining code patterns

[GIT PULL] XFS: New code for v6.19
 2025-12-04  4:48 UTC  (2+ messages)

[PATCH AUTOSEL 6.18-6.6] iomap: adjust read range correctly for non-block-aligned positions
 2025-12-03 23:07 UTC  (2+ messages)

Processing of xfsprogs_6.17.0-1_source.changes
 2025-12-03 16:14 UTC 

[PATCH v3 0/2] block: enable per-cpu bio cache by default
 2025-12-03 14:53 UTC  (2+ messages)


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