messages from 2024-08-26 00:47:45 to 2024-08-28 04:21:59 UTC [more...]
[PATCHSET v4.1] xfs: cleanups for inode rooted btree code
2024-08-28 4:21 UTC (25+ messages)
` [PATCH 01/10] xfs: fix C++ compilation errors in xfs_fs.h
` [PATCH 02/10] xfs: fix FITRIM reporting again
` [PATCH 03/10] xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
` [PATCH 04/10] xfs: replace shouty XFS_BM{BT,DR} macros
` [PATCH 05/10] xfs: move the zero records logic into xfs_bmap_broot_space_calc
` [PATCH 06/10] xfs: refactor the allocation and freeing of incore inode fork btree roots
` [PATCH 07/10] xfs: refactor creation of bmap "
` [PATCH 08/10] xfs: hoist the code that moves the incore inode fork broot memory
` [PATCH 09/10] xfs: rearrange xfs_iroot_realloc a bit
` [PATCH 10/10] xfs: standardize the btree maxrecs function parameters
` [RFC PATCH] libxfs: compile with a C++ compiler
sort out the fallocate mode mess v2
2024-08-28 4:07 UTC (17+ messages)
` [PATCH 1/6] block: remove checks for FALLOC_FL_NO_HIDE_STALE
` [PATCH 2/6] ext4: remove tracing "
` [PATCH 3/6] fs: sort out the fallocate mode vs flag mess
` [PATCH 4/6] xfs: call xfs_flush_unmap_range from xfs_free_file_space
` [PATCH 5/6] xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_space
` [PATCH 6/6] xfs: refactor xfs_file_fallocate
[ANNOUNCE] xfs-linux: for-next updated to a24cae8fc1f1
2024-08-28 3:54 UTC (3+ messages)
[Bug 219203] New: xfsprogs-6.10.0: missing cast in /usr/include/xfs/xfs_fs.h(xfs_getparents_next_rec) causes error in C++ compilations
2024-08-28 0:10 UTC (8+ messages)
` [Bug 219203] "
[PATCH] xfs: Fix format specifier for max_folio_size in xfs_fs_fill_super()
2024-08-27 23:47 UTC (2+ messages)
[PATCH] xfs_db: make sure agblocks is valid to prevent corruption
2024-08-27 23:37 UTC (5+ messages)
convert XFS perag lookup to xarrays v2
2024-08-27 22:51 UTC (5+ messages)
` [PATCH 4/5] xfs: convert perag lookup to xarray
[PATCHSET v4.0 07/10] xfs: create incore rt allocation groups
2024-08-27 22:16 UTC (32+ messages)
` [PATCH 11/24] xfs: create incore realtime group structures
` [PATCH 13/24] xfs: add a lockdep class key for rtgroup inodes
` [PATCH 14/24] xfs: support caching rtgroup metadata inodes
` [PATCH 16/24] xfs: move RT bitmap and summary information to the rtgroup
` [PATCH 21/24] xfs: factor out a xfs_growfs_check_rtgeom helper
fix a DEBUG-only assert failure in xfs/538 v2
2024-08-27 22:03 UTC (4+ messages)
` [PATCH 6/6] xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc
[PATCH v3] xfs: ensure st_blocks never goes to zero during COW writes
2024-08-27 21:53 UTC (2+ messages)
[PATCH 0/5] xfs: fix and cleanups for log item push
2024-08-27 21:52 UTC (15+ messages)
` [PATCH 2/5] xfs: ensuere deleting item from AIL after shutdown in dquot flush
` [PATCH 3/5] xfs: add XFS_ITEM_UNSAFE for log item push return result
` [PATCH 5/5] xfs: fix a UAF when inode item push
xfsprogs-6.10 breaks C++ compilation
2024-08-27 21:11 UTC (2+ messages)
[RFD] xfsprogs/mkfs: prototype XFS image mode format for scalable AG growth
2024-08-27 21:00 UTC (6+ messages)
[PATCHBOMB v2024.08.25] fstests: catch us up to xfsprogs 6.10
2024-08-27 18:47 UTC (13+ messages)
` [PATCHSET v31.0 1/5] fstests: detect deceptive filename extensions
` [PATCH 1/2] generic/453: test confusable name detection with 32-bit unicode codepoints
` [PATCH 2/2] generic/453: check xfs_scrub detection of confusing job offers
` [PATCHSET v31.0 2/5] fstests: test systemd background services
` [PATCH 1/1] xfs: test xfs_scrub services
` [PATCHSET v31.0 3/5] fstests: use free space histograms to reduce fstrim runtime
` [PATCH 1/1] xfs/004: fix column extraction code
` [PATCHSET v4.1 4/5] fstests: enable FITRIM for the realtime section
` [PATCH 1/2] xfs: refactor statfs field extraction
` [PATCH 2/2] common/xfs: FITRIM now supports realtime volumes
` [PATCHSET v31.0 5/5] fstests: xfs filesystem properties
` [PATCH 1/1] xfs: functional testing for "
[PATCH] block: fix detection of unsupported WRITE SAME in blkdev_issue_write_zeroes
2024-08-27 17:53 UTC
regression on generic/351 in 6.11-rc5?
2024-08-27 17:51 UTC (3+ messages)
fix stale delalloc punching for COW I/O
2024-08-27 16:44 UTC (23+ messages)
` [PATCH 01/10] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release
` [PATCH 02/10] iomap: improve shared block detection in iomap_unshare_iter
` [PATCH 03/10] iomap: pass flags to iomap_file_buffered_write_punch_delalloc
` [PATCH 04/10] iomap: zeroing already holds invalidate_lock in iomap_file_buffered_write_punch_delalloc
` [PATCH 05/10] iomap: pass the iomap to the punch callback
` [PATCH 06/10] iomap: remove the iomap_file_buffered_write_punch_delalloc return value
` [PATCH 07/10] xfs: support the COW fork in xfs_bmap_punch_delalloc_range
` [PATCH 08/10] xfs: share a bit more code in xfs_buffered_write_iomap_begin
` [PATCH 09/10] xfs: set IOMAP_F_SHARED for all COW fork allocations
` [PATCH 10/10] xfs: punch delalloc extents from the COW fork for COW writes
[PATCH 0/3] Get rid of libattr dependency
2024-08-27 14:44 UTC (12+ messages)
` [PATCH 1/3] libhandle: Remove "
` [PATCH 2/3] libfrog: remove "
` [PATCH 3/3] scrub: Remove "
[PATCH 0/2] iomap: flush dirty cache over unwritten mappings on zero range
2024-08-27 14:23 UTC (4+ messages)
` [PATCH 2/2] iomap: make zero range flush conditional on unwritten mappings
[syzbot] [iomap?] [xfs?] WARNING in iomap_write_begin
2024-08-27 12:38 UTC (8+ messages)
[PATCH][RFC] iomap: add a private argument for iomap_file_buffered_write
2024-08-27 11:07 UTC (4+ messages)
[PATCH] iomap: remove set_memor_ro() on zero page
2024-08-27 7:56 UTC (5+ messages)
[PATCHSET v4.0 09/10] xfs: shard the realtime section
2024-08-27 5:00 UTC (13+ messages)
` [PATCH 17/26] xfs: support logging EFIs for realtime extents
` [PATCH 21/26] xfs: make the RT allocator rtgroup aware
Are jump labels broken on 6.11-rc1?
2024-08-27 3:35 UTC (11+ messages)
[PATCHSET v4.0 10/10] xfs: store quota files in the metadir
2024-08-27 3:16 UTC (9+ messages)
` [PATCH 4/6] xfs: persist quota flags with metadir
` [PATCH 5/6] xfs: update sb field checks when metadir is turned on
[PATCHSET v4.0 04/10] xfs: metadata inode directories
2024-08-26 17:57 UTC (7+ messages)
` [PATCH 08/26] xfs: hide metadata inodes from everyone because they are special
` [PATCH 11/26] xfs: don't count metadata directory files to quota
[PATCH 0/3] fstests/fsx: test coverage for eof zeroing
2024-08-26 17:10 UTC (11+ messages)
` [PATCH 1/3] fsx: factor out a file size update helper
` [PATCH 2/3] fsx: support eof page pollution for eof zeroing test coverage
` [PATCH 3/3] generic: test to run fsx eof pollution
[PATCH] xfs: skip background cowblock trims on inodes open for write
2024-08-26 16:21 UTC (7+ messages)
[ANNOUNCE] xfsprogs v6.10.0 released
2024-08-26 10:01 UTC
[PATCHSET v4.0 01/10] xfs: various bug fixes for 6.11
2024-08-26 3:58 UTC (3+ messages)
` [PATCH 7/9] xfs: Fix missing interval for missing_owner in xfs fsmap
[PATCH 0/2] Some boundary error bugfix related to XFS fsmap
2024-08-26 3:10 UTC (3+ messages)
` [PATCH 1/2] xfs: Fix missing block calculations in xfs datadev fsmap
` [PATCH 2/2] xfs: Fix incorrect parameter calculation in rt fsmap
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