messages from 2025-11-26 08:07:24 to 2025-12-03 19:08:50 UTC [more...]
[PATCH 0/34] xfsprogs: libxfs sync v6.18
2025-12-03 19:08 UTC (18+ 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
Processing of xfsprogs_6.17.0-1_source.changes
2025-12-03 16:14 UTC
xfsprogs_6.17.0-1_source.changes ACCEPTED into unstable
2025-12-03 16:19 UTC
[PATCH v3 0/2] block: enable per-cpu bio cache by default
2025-12-03 14:53 UTC (3+ messages)
[PATCH v1] xfs: Fix xfs_grow_last_rtg()
2025-12-03 12:45 UTC
[PATCH] xfs : Fix potential null pointer dereference in xfs_exchmaps_dir_to_sf()
2025-12-03 10:32 UTC (3+ messages)
[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
2025-12-03 10:18 UTC (3+ messages)
[PATCH v2 0/4] xfsprogs: utilize file_getattr() and file_setattr()
2025-12-03 9:31 UTC (5+ messages)
` [PATCH v2 1/4] libfrog: add wrappers for file_getattr/file_setattr syscalls
[PATCHSET 2/2] xfsprogs: enable new stable features for 6.18
2025-12-03 6:31 UTC (6+ messages)
` [PATCH 1/2] mkfs: enable new features by default
` [PATCH 2/2] mkfs: add 2025 LTS config file
repair tidyups for metadir handling
2025-12-03 6:09 UTC (21+ 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] generic: use _qmount_option and _qmount
2025-12-03 5:46 UTC (6+ messages)
[PATCH v2] iomap: replace folio_batch allocation with stack allocation
2025-12-02 16:54 UTC (4+ messages)
[PATCH, RFC] rename xfs.h
2025-12-02 13:37 UTC (2+ messages)
` [PATCH] xfs: rename xfs.h to xfs_priv.h
[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
2025-12-02 8:46 UTC (16+ 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()
misc xfstests fixes
2025-12-02 8:40 UTC (5+ messages)
` [PATCH 3/3] xfs/158: _notrun when the file system can't be created
[syzbot] [xfs?] possible deadlock in xfs_icwalk_ag (3)
2025-12-02 7:40 UTC (4+ messages)
[PATCHSET 1/2] xfsprogs: various bug fixes for 6.18
2025-12-02 7:37 UTC (7+ messages)
` [PATCH 1/3] libxfs: fix build warnings
` [PATCH 2/3] xfs_db: document the rtsb command
` [PATCH 3/3] man2: fix getparents ioctl manpage
KASAN triggering on generic/475 on aarch64?
2025-12-02 7:35 UTC (2+ messages)
logprint cleanups, part1
2025-12-02 7:29 UTC (34+ messages)
` [PATCH 01/25] include: remove struct xfs_qoff_logitem
` [PATCH 02/25] logprint: remove xlog_print_dir2_sf
` [PATCH 03/25] logprint: re-indent printing helpers
` [PATCH 04/25] logprint: cleanup xlog_print_op_header
` [PATCH 05/25] logprint: cleanup struct xlog_split_item handling
` [PATCH 06/25] logprint: cleanup xlog_print_trans_header
` [PATCH 07/25] logprint: split per-type helpers out of xlog_print_trans_buffer
` [PATCH 08/25] logprint: cleanup xlog_print_trans_buffer
` [PATCH 09/25] logprint: cleanup xlog_print_trans_qoff
` [PATCH 10/25] logprint: cleanup xlog_print_trans_inode_core
` [PATCH 11/25] logprint: move xfs_inode_item_format_convert up
` [PATCH 12/25] logprint: cleanup xlog_print_trans_inode
` [PATCH 13/25] logprint: cleanup xlog_print_trans_dquot
` [PATCH 14/25] logprint: re-indent print_lseek / print_lsn
` [PATCH 15/25] logprint: factor out a xlog_print_process_region helper
` [PATCH 16/25] logprint: factor out a xlog_print_op helper
` [PATCH 17/25] logprint: factor out a xlog_unpack_rec_header
` [PATCH 18/25] logprint: cleanup xlog_print_record
` [PATCH 19/25] logprint: cleanup xlog_print_rec_head
` [PATCH 20/25] logprint: cleanup xlog_print_rec_xhead
` [PATCH 21/25] logprint: re-indent print_xlog_bad_*
` [PATCH 22/25] logprint: cleanup xlog_reallocate_xhdrs
` [PATCH 23/25] logprint: factor out a xlog_print_ext_header helper
` [PATCH 24/25] logprint: cleanup xlog_print_extended_headers
` [PATCH 25/25] logprint: cleanup xfs_log_print
[PATCHBOMB 6.19] xfs: autonomous self healing
2025-12-01 21:55 UTC (5+ messages)
` [PATCHSET V2 2/2] xfsprogs: autonomous self healing of filesystems in Rust
[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
2025-12-01 12:20 UTC (13+ messages)
` [PATCH V3 4/6] nvmet: ignore discard return value
` [f2fs-dev] "
` [PATCH V3 6/6] xfs: "
` [f2fs-dev] "
[GIT PULL] XFS: New code for v6.19
2025-12-01 11:49 UTC
[PATCH v2 00/12] Fix bio chain related issues
2025-12-01 10:31 UTC (27+ messages)
` [PATCH v2 01/12] block: fix incorrect logic in bio_chain_endio
` [PATCH v2 02/12] block: prevent race condition on bi_status in __bio_chain_endio
` [PATCH v2 03/12] md: bcache: fix improper use of bi_end_io
` [PATCH v2 04/12] block: prohibit calls to bio_chain_endio
` [PATCH v2 05/12] block: export bio_chain_and_submit
` [PATCH v2 06/12] gfs2: Replace the repetitive bio chaining code patterns
` [PATCH v2 07/12] xfs: "
` [PATCH v2 08/12] block: "
` [PATCH v2 09/12] fs/ntfs3: "
` [PATCH v2 10/12] zram: "
` [PATCH v2 11/12] nvdimm: "
` [PATCH v2 12/12] nvmet: use bio_chain_and_submit to simplify bio chaining
[PATCH v3 0/9] Fix bio chain related issues
2025-12-01 8:29 UTC (15+ messages)
` [PATCH v3 1/9] md: bcache: fix improper use of bi_end_io
` [PATCH v3 2/9] block: prohibit calls to bio_chain_endio
` [PATCH v3 3/9] block: prevent race condition on bi_status in __bio_chain_endio
` [PATCH v3 4/9] block: export bio_chain_and_submit
` [PATCH v3 5/9] xfs: Replace the repetitive bio chaining code patterns
` [PATCH v3 6/9] block: "
` [PATCH v3 7/9] fs/ntfs3: "
` [PATCH v3 8/9] zram: "
` [PATCH v3 9/9] nvdimm: "
[syzbot] Monthly xfs report (Nov 2025)
2025-11-28 21:21 UTC
Fix potential data loss and corruption due to Incorrect BIO Chain Handling
2025-11-28 6:26 UTC (16+ messages)
` [PATCH 1/9] block: fix data loss and stale date exposure problems during append write
[PATCH 5.10] xfs: fix intermittent hang during quotacheck
2025-11-27 17:35 UTC
[ANNOUNCE] xfs-linux: for-next updated to 79c47bc68efb
2025-11-27 16:09 UTC
[PATCHSET V3 1/2] xfs: autonomous self healing of filesystems
2025-11-27 15:09 UTC (4+ messages)
` [PATCH 01/22] docs: remove obsolete links in the xfs online repair documentation
Too many xfs-conv kworker threads
2025-11-26 22:33 UTC (4+ messages)
re-enable IOCB_NOWAIT writes to files v2
2025-11-26 13:51 UTC (2+ messages)
` (subset) "
[PATCH V2 0/5] block: ignore __blkdev_issue_discard() ret value
2025-11-26 9:26 UTC (4+ messages)
` [PATCH V2 2/5] dm: ignore discard return value
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox