messages from 2024-06-07 14:59:32 to 2024-06-14 03:57:02 UTC [more...]
[PATCH 6.6 CANDIDATE 0/8] xfs backports for 6.6.y (from 6.9)
2024-06-14 3:57 UTC (10+ messages)
` [PATCH 6.6 CANDIDATE 1/8] xfs: fix imprecise logic in xchk_btree_check_block_owner
` [PATCH 6.6 CANDIDATE 2/8] xfs: fix scrub stats file permissions
` [PATCH 6.6 CANDIDATE 3/8] xfs: fix SEEK_HOLE/DATA for regions with active COW extents
` [PATCH 6.6 CANDIDATE 4/8] xfs: shrink failure needs to hold AGI buffer
` [PATCH 6.6 CANDIDATE 5/8] xfs: ensure submit buffers on LSN boundaries in error handlers
` [PATCH 6.6 CANDIDATE 6/8] xfs: allow sunit mount option to repair bad primary sb stripe values
` [PATCH 6.6 CANDIDATE 7/8] xfs: don't use current->journal_info
` [PATCH 6.6 CANDIDATE 8/8] xfs: allow cross-linking special files without project quota
[PATCH v2 0/4] xfsprogs: coverity fixes
2024-06-14 3:54 UTC (9+ messages)
` [PATCH v2 1/4] mkfs.xfs: avoid potential overflowing expression in xfs_mkfs.c
` [PATCH v2 2/4] xfs_db: fix unitialized automatic struct ifake to 0
` [PATCH v2 3/4] xfs_fsr: correct type in fsrprintf() call
` [PATCH v2 4/4] xfs_repair: correct type of variable global_msgs.interval to time_t
[PATCHSET] xfs: random fixes for 6.10
2024-06-14 3:49 UTC (13+ messages)
` [PATCH 1/5] xfs: don't treat append-only files as having preallocations
` [PATCH 2/5] xfs: fix freeing speculative preallocations for preallocated files
` [PATCH 3/5] xfs: restrict when we try to align cow fork delalloc to cowextsz hints
` [PATCH 4/5] xfs: allow unlinked symlinks and dirs with zero size
` [PATCH 5/5] xfs: verify buffer, inode, and dquot items every tx commit
[RFC PATCH 0/4] bringing back the AGFL reserve
2024-06-14 2:59 UTC (7+ messages)
` [RFC PATCH 1/4] xfs: resurrect the AGFL reservation
` [RFC PATCH 2/4] xfs: modify xfs_alloc_min_freelist to take an increment
` [RFC PATCH 3/4] xfs: let allocations tap the AGFL reserve
` [RFC PATCH 4/4] xfs: refuse allocations without agfl refill space
[PATCH v5] xfs: don't walk off the end of a directory data block
2024-06-14 2:22 UTC
[PATCH 0/5] fstests: add some new LBS inspired tests
2024-06-13 21:10 UTC (22+ messages)
` [PATCH 1/5] common: move mread() to generic helper _mread()
` [PATCH 2/5] fstests: add mmap page boundary tests
` [PATCH 3/5] fstests: add fsstress + compaction test
` [PATCH 4/5] _require_debugfs(): simplify and fix for debian
` [PATCH 5/5] fstests: add stress truncation + writeback test
[PATCH v7 00/11] enable bs > ps in XFS
2024-06-13 19:39 UTC (40+ messages)
` [PATCH v7 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v7 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v7 04/11] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v7 05/11] mm: split a folio in minimum folio order chunks
` [PATCH v7 06/11] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v7 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v7 08/11] xfs: use kvmalloc for xattr buffers
` [PATCH v7 09/11] xfs: expose block size in stat
` [PATCH v7 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v7 11/11] xfs: enable block size larger than page size support
[PATCH 0/4] xfsprogs: coverity fixes
2024-06-13 18:58 UTC (10+ messages)
` [PATCH 1/4] mkfs.xfs: avoid potential overflowing expression in xfs_mkfs.c
` [PATCH 2/4] xfs_db: fix unitialized variable ifake->if_levels
` [PATCH 3/4] xfs_fsr: correct type in fsrprintf() call
` [PATCH 4/4] xfs_repair: correct type of variable global_msgs.interval to time_t
[PATCH] Documentation: document the design of iomap and how to port
2024-06-13 17:58 UTC (21+ messages)
[PATCH v4] xfs: don't walk off the end of a directory data block
2024-06-13 15:09 UTC (2+ messages)
[PATCH] xfs: fix unlink vs cluster buffer instantiation race
2024-06-13 15:07 UTC (3+ messages)
[PATCH v2 0/4] inode_init_always zeroing i_state
2024-06-13 11:41 UTC (9+ messages)
` [PATCH v2 1/4] xfs: preserve i_state around inode_init_always in xfs_reinit_inode
` [PATCH v2 2/4] vfs: partially sanitize i_state zeroing on inode creation
` [PATCH v2 3/4] xfs: remove now spurious i_state initialization in xfs_inode_alloc
` [PATCH v2 4/4] bcachefs: remove now spurious i_state initialization
[PATCH v4 00/22] block atomic writes for xfs
2024-06-13 11:13 UTC (12+ messages)
` [PATCH v4 01/22] fs: Add generic_atomic_write_valid_size()
` [PATCH v4 02/22] iomap: Allow filesystems set IO block zeroing size
` [PATCH v4 03/22] xfs: Use extent size granularity for iomap->io_block_size
` [PATCH v4 13/22] xfs: Unmap blocks according to forcealign
[PATCH -next v5 0/8] iomap/xfs: fix stale data exposure when truncating realtime inodes
2024-06-13 9:00 UTC (9+ messages)
` [PATCH -next v5 1/8] math64: add rem_u64() to just return the remainder
` [PATCH -next v5 2/8] iomap: pass blocksize to iomap_truncate_page()
` [PATCH -next v5 3/8] fsdax: pass blocksize to dax_truncate_page()
` [PATCH -next v5 4/8] xfs: refactor the truncating order
` [PATCH -next v5 5/8] xfs: correct the truncate blocksize of realtime inode
` [PATCH -next v5 6/8] xfs: reserve blocks for truncating large "
` [PATCH -next v5 7/8] xfs: speed up truncating down a big "
` [PATCH -next v5 8/8] iomap: don't increase i_size in iomap_write_end()
[PATCH v3 00/21] block atomic writes for XFS
2024-06-13 2:04 UTC (9+ messages)
` [PATCH v3 08/21] xfs: Introduce FORCEALIGN inode flag
` [PATCH v3 14/21] iomap: Sub-extent zeroing
[PATCH 0/1] Forward: Install files into UsrMerged layout
2024-06-12 20:10 UTC (8+ messages)
` [PATCH 1/1] "
` [PATCH v2 "
Handing xfs fsverity development back to you
2024-06-12 19:06 UTC
[PATCH V3] xfsprogs: remove platform_zero_range wrapper
2024-06-12 18:28 UTC (2+ messages)
[xfsprogs PATCH] xfs_io: fix mread with length 1 mod page size
2024-06-12 18:01 UTC (2+ messages)
Processed: xfsprogs: diff for NMU version 6.8.0-2.1
2024-06-12 15:57 UTC
Processing of xfsprogs_6.8.0-2.1_source.changes
2024-06-12 15:57 UTC
[PATCH] tracing/treewide: Remove second parameter of __assign_str()
2024-06-12 15:55 UTC (2+ messages)
` [f2fs-dev] "
[PATCH v2 2/4] fs: add FS_IOC_FSSETXATTRAT and FS_IOC_FSGETXATTRAT
2024-06-12 11:24 UTC (20+ messages)
` "
` "
[PATCH] xfs: dont remain new blocks in cowfork for unshare
2024-06-11 17:00 UTC (7+ messages)
[ANNOUNCE] xfs-linux: for-next updated to 58f880711f2b
2024-06-11 10:31 UTC
[PATCH] xfs: allow unlinked symlinks and dirs with zero size
2024-06-11 6:07 UTC (5+ messages)
setting up xfs office hours
2024-06-07 22:44 UTC (2+ messages)
[PATCHSET 3/3] xfsprogs: scale shards on ssds
2024-06-07 18:16 UTC (5+ messages)
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