messages from 2024-08-22 03:47:40 to 2024-08-23 04:50:44 UTC [more...]
[PATCHBOMB 6.12] xfs: metadata directories and realtime groups
2024-08-23 4:50 UTC (155+ messages)
` [PATCHSET v4.0 01/10] xfs: various bug fixes for 6.11
` [PATCH 1/9] xfs: fix di_onlink checking for V1/V2 inodes
` [PATCH 2/9] xfs: fix folio dirtying for XFILE_ALLOC callers
` [PATCH 3/9] xfs: xfs_finobt_count_blocks() walks the wrong btree
` [PATCH 4/9] xfs: don't bother reporting blocks trimmed via FITRIM
` [PATCH 5/9] xfs: Fix the owner setting issue for rmap query in xfs fsmap
` [PATCH 6/9] xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
` [PATCH 7/9] xfs: Fix missing interval for missing_owner in xfs fsmap
` [PATCH 8/9] xfs: take m_growlock when running growfsrt
` [PATCH 9/9] xfs: reset rootdir extent size hint after growfsrt
` [PATCHSET v31.0 02/10] xfs: atomic file content commits
` [PATCH 1/1] xfs: introduce new file range commit ioctls
` [PATCHSET v4.0 03/10] xfs: cleanups before adding metadata directories
` [PATCH 1/3] xfs: validate inumber in xfs_iget
` [PATCH 2/3] xfs: match on the global RT inode numbers in xfs_is_metadata_inode
` [PATCH 3/3] xfs: pass the icreate args object to xfs_dialloc
` [PATCHSET v4.0 04/10] xfs: metadata inode directories
` [PATCH 01/26] xfs: define the on-disk format for the metadir feature
` [PATCH 02/26] xfs: refactor loading quota inodes in the regular case
` [PATCH 03/26] xfs: iget for metadata inodes
` [PATCH 04/26] xfs: load metadata directory root at mount time
` [PATCH 05/26] xfs: enforce metadata inode flag
` [PATCH 06/26] xfs: read and write metadata inode directory tree
` [PATCH 07/26] xfs: disable the agi rotor for metadata inodes
` [PATCH 08/26] xfs: hide metadata inodes from everyone because they are special
` [PATCH 09/26] xfs: advertise metadata directory feature
` [PATCH 10/26] xfs: allow bulkstat to return metadata directories
` [PATCH 11/26] xfs: don't count metadata directory files to quota
` [PATCH 12/26] xfs: mark quota inodes as metadata files
` [PATCH 13/26] xfs: adjust xfs_bmap_add_attrfork for metadir
` [PATCH 14/26] xfs: record health problems with the metadata directory
` [PATCH 15/26] xfs: refactor directory tree root predicates
` [PATCH 16/26] xfs: do not count metadata directory files when doing online quotacheck
` [PATCH 17/26] xfs: don't fail repairs on metadata files with no attr fork
` [PATCH 18/26] xfs: metadata files can have xattrs if metadir is enabled
` [PATCH 19/26] xfs: adjust parent pointer scrubber for sb-rooted metadata files
` [PATCH 20/26] xfs: fix di_metatype field of inodes that won't load
` [PATCH 21/26] xfs: scrub metadata directories
` [PATCH 22/26] xfs: check the metadata directory inumber in superblocks
` [PATCH 23/26] xfs: move repair temporary files to the metadata directory tree
` [PATCH 24/26] xfs: check metadata directory file path connectivity
` [PATCH 25/26] xfs: confirm dotdot target before replacing it during a repair
` [PATCH 26/26] xfs: repair metadata directory file path connectivity
` [PATCHSET v4.0 05/10] xfs: clean up the rtbitmap code
` [PATCH 01/12] xfs: remove xfs_validate_rtextents
` [PATCH 02/12] xfs: factor out a xfs_validate_rt_geometry helper
` [PATCH 03/12] xfs: make the RT rsum_cache mandatory
` [PATCH 04/12] xfs: remove the limit argument to xfs_rtfind_back
` [PATCH 05/12] xfs: assert a valid limit in xfs_rtfind_forw
` [PATCH 06/12] xfs: add bounds checking to xfs_rt{bitmap,summary}_read_buf
` [PATCH 07/12] xfs: cleanup the calling convention for xfs_rtpick_extent
` [PATCH 08/12] xfs: push the calls to xfs_rtallocate_range out to xfs_bmap_rtalloc
` [PATCH 09/12] xfs: factor out a xfs_growfs_rt_bmblock helper
` [PATCH 10/12] xfs: factor out a xfs_last_rt_bmblock helper
` [PATCH 11/12] xfs: factor out rtbitmap/summary initialization helpers
` [PATCH 12/12] xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock
` [PATCHSET v4.0 06/10] xfs: fixes and cleanups for the realtime allocator
` [PATCH 01/10] xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblock
` [PATCH 02/10] xfs: ensure rtx mask/shift are correct after growfs
` [PATCH 03/10] xfs: don't return too-short extents from xfs_rtallocate_extent_block
` [PATCH 04/10] xfs: don't scan off the end of the rt volume in xfs_rtallocate_extent_block
` [PATCH 05/10] xfs: refactor aligning bestlen to prod
` [PATCH 06/10] xfs: clean up xfs_rtallocate_extent_exact a bit
` [PATCH 07/10] xfs: reduce excessive clamping of maxlen in xfs_rtallocate_extent_near
` [PATCH 08/10] xfs: fix broken variable-sized allocation detection in xfs_rtallocate_extent_block
` [PATCH 09/10] xfs: remove xfs_rtb_to_rtxrem
` [PATCH 10/10] xfs: simplify xfs_rtalloc_query_range
` [PATCHSET v4.0 07/10] xfs: create incore rt allocation groups
` [PATCH 01/24] xfs: clean up the ISVALID macro in xfs_bmap_adjacent
` [PATCH 02/24] xfs: factor out a xfs_rtallocate helper
` [PATCH 03/24] xfs: rework the rtalloc fallback handling
` [PATCH 04/24] xfs: factor out a xfs_rtallocate_align helper
` [PATCH 05/24] xfs: make the rtalloc start hint a xfs_rtblock_t
` [PATCH 06/24] xfs: add xchk_setup_nothing and xchk_nothing helpers
` [PATCH 07/24] xfs: remove xfs_{rtbitmap,rtsummary}_wordcount
` [PATCH 08/24] xfs: replace m_rsumsize with m_rsumblocks
` [PATCH 09/24] xfs: rearrange xfs_fsmap.c a little bit
` [PATCH 10/24] xfs: move xfs_ioc_getfsmap out of xfs_ioctl.c
` [PATCH 11/24] xfs: create incore realtime group structures
` [PATCH 12/24] xfs: define locking primitives for realtime groups
` [PATCH 13/24] xfs: add a lockdep class key for rtgroup inodes
` [PATCH 14/24] xfs: support caching rtgroup metadata inodes
` [PATCH 15/24] xfs: add rtgroup-based realtime scrubbing context management
` [PATCH 16/24] xfs: move RT bitmap and summary information to the rtgroup
` [PATCH 17/24] xfs: remove XFS_ILOCK_RT*
` [PATCH 18/24] xfs: calculate RT bitmap and summary blocks based on sb_rextents
` [PATCH 19/24] xfs: factor out a xfs_growfs_rt_alloc_fake_mount helper
` [PATCH 20/24] xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocks
` [PATCH 21/24] xfs: factor out a xfs_growfs_check_rtgeom helper
` [PATCH 22/24] xfs: refactor xfs_rtbitmap_blockcount
` [PATCH 23/24] xfs: refactor xfs_rtsummary_blockcount
` [PATCH 24/24] xfs: make RT extent numbers relative to the rtgroup
` [PATCHSET v4.0 08/10] xfs: preparation for realtime allocation groups
` [PATCH 1/1] iomap: add a merge boundary flag
` [PATCHSET v4.0 09/10] xfs: shard the realtime section
` [PATCH 01/26] xfs: define the format of rt groups
` [PATCH 02/26] xfs: check the realtime superblock at mount time
` [PATCH 03/26] xfs: update realtime super every time we update the primary fs super
` [PATCH 04/26] xfs: export realtime group geometry via XFS_FSOP_GEOM
` [PATCH 05/26] xfs: check that rtblock extents do not break rtsupers or rtgroups
` [PATCH 06/26] xfs: add a helper to prevent bmap merges across rtgroup boundaries
` [PATCH 07/26] xfs: add frextents to the lazysbcounters when rtgroups enabled
` [PATCH 08/26] xfs: convert sick_map loops to use ARRAY_SIZE
` [PATCH 09/26] xfs: record rt group metadata errors in the health system
` [PATCH 10/26] xfs: export the geometry of realtime groups to userspace
` [PATCH 11/26] xfs: add block headers to realtime bitmap and summary blocks
` [PATCH 12/26] xfs: encode the rtbitmap in big endian format
` [PATCH 13/26] xfs: encode the rtsummary "
` [PATCH 14/26] xfs: grow the realtime section when realtime groups are enabled
` [PATCH 15/26] xfs: store rtgroup information with a bmap intent
` [PATCH 16/26] xfs: force swapext to a realtime file to use the file content exchange ioctl
` [PATCH 17/26] xfs: support logging EFIs for realtime extents
` [PATCH 18/26] xfs: support error injection when freeing rt extents
` [PATCH 19/26] xfs: use realtime EFI to free extents when rtgroups are enabled
` [PATCH 20/26] xfs: don't merge ioends across RTGs
` [PATCH 21/26] xfs: make the RT allocator rtgroup aware
` [PATCH 22/26] xfs: don't coalesce file mappings that cross rtgroup boundaries in scrub
` [PATCH 23/26] xfs: scrub the realtime group superblock
` [PATCH 24/26] xfs: repair "
` [PATCH 25/26] xfs: scrub metadir paths for rtgroup metadata
` [PATCH 26/26] xfs: mask off the rtbitmap and summary inodes when metadir in use
` [PATCHSET v4.0 10/10] xfs: store quota files in the metadir
` [PATCH 1/6] xfs: refactor xfs_qm_destroy_quotainos
` [PATCH 2/6] xfs: use metadir for quota inodes
` [PATCH 3/6] xfs: scrub quota file metapaths
` [PATCH 4/6] xfs: persist quota flags with metadir
` [PATCH 5/6] xfs: update sb field checks when metadir is turned on
` [PATCH 6/6] xfs: enable metadata directory feature
[PATCH] xfs: skip background cowblock trims on inodes open for write
2024-08-23 1:24 UTC (6+ messages)
[RFD] xfsprogs/mkfs: prototype XFS image mode format for scalable AG growth
2024-08-23 1:15 UTC (2+ messages)
[PATCH] xfs_db: make sure agblocks is valid to prevent corruption
2024-08-23 0:49 UTC (2+ messages)
[ANNOUNCE] xfs-documentation: master updated to 661d339d
2024-08-23 0:32 UTC
[GIT PULL] xfs-documentation: updates for 6.10
2024-08-23 0:00 UTC
[PATCH v13 00/10] enable bs > ps in XFS
2024-08-22 21:23 UTC (12+ messages)
` [PATCH v13 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v13 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v13 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v13 04/10] mm: split a folio in minimum folio order chunks
` [PATCH v13 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v13 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v13 07/10] xfs: use kvmalloc for xattr buffers
` [PATCH v13 08/10] xfs: expose block size in stat
` [PATCH v13 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v13 10/10] xfs: enable block size larger than page size support
[PATCH 0/3] fstests/fsx: test coverage for eof zeroing
2024-08-22 20:54 UTC (7+ 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 v5 0/7] block atomic writes for xfs
2024-08-22 20:44 UTC (13+ messages)
` [PATCH v5 3/7] fs: iomap: Atomic write support
` [PATCH v5 4/7] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v5 7/7] xfs: Support setting FMODE_CAN_ATOMIC_WRITE
[PATCH v3 00/21] block atomic writes for XFS
2024-08-22 20:35 UTC (6+ messages)
` [PATCH v3 14/21] iomap: Sub-extent zeroing
XFS mount timeout in linux-6.9.11
2024-08-22 15:46 UTC (11+ messages)
[PATCH 0/2] iomap: flush dirty cache over unwritten mappings on zero range
2024-08-22 14:59 UTC (3+ messages)
` [PATCH 1/2] iomap: fix handling of dirty folios over unwritten extents
` [PATCH 2/2] iomap: make zero range flush conditional on unwritten mappings
[PATCH] xfs: fix di_onlink checking for V1/V2 inodes
2024-08-22 6:32 UTC (8+ messages)
` [PATCH] xfs: add a test for v1 inodes with nonzero nlink and onlink fields
[PATCH] xfs: don't bother reporting blocks trimmed via FITRIM
2024-08-22 6:30 UTC (2+ messages)
convert XFS perag lookup to xarrays v2
2024-08-22 3:47 UTC (4+ messages)
` [PATCH 2/5] xfs: move the tagged perag lookup helpers to xfs_icache.c
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