public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-23 04:50:17 to 2024-08-27 09:45:01 UTC [more...]

[PATCH 0/5] xfs: fix and cleanups for log item push
 2024-08-27  9:44 UTC  (20+ messages)
` [PATCH 1/5] xfs: remove redundant set null for ip->i_itemp
` [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 4/5] xfs: fix a UAF when dquot item push
` [PATCH 5/5] xfs: fix a UAF when inode "

[syzbot] [iomap?] [xfs?] WARNING in iomap_write_begin
 2024-08-27  8:54 UTC  (2+ messages)

fix a DEBUG-only assert failure in xfs/538 v2
 2024-08-27  8:39 UTC  (8+ messages)
` [PATCH 1/6] xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname
` [PATCH 2/6] xfs: return bool from xfs_attr3_leaf_add
` [PATCH 3/6] xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split
` [PATCH 4/6] xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
` [PATCH 5/6] xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc
` [PATCH 6/6] xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc

[PATCH] iomap: remove set_memor_ro() on zero page
 2024-08-27  7:56 UTC  (5+ messages)

sort out the fallocate mode mess v2
 2024-08-27  6:50 UTC  (7+ 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

[PATCH 0/2] iomap: flush dirty cache over unwritten mappings on zero range
 2024-08-27  6:11 UTC  (3+ messages)
` [PATCH 2/2] iomap: make zero range flush conditional on unwritten mappings

fix stale delalloc punching for COW I/O
 2024-08-27  5:47 UTC  (13+ 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

[PATCHSET v4.0 07/10] xfs: create incore rt allocation groups
 2024-08-27  5:19 UTC  (46+ messages)
` [PATCH 06/24] xfs: add xchk_setup_nothing and xchk_nothing helpers
` [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 21/24] xfs: factor out a xfs_growfs_check_rtgeom helper

[PATCH v3] xfs: ensure st_blocks never goes to zero during COW writes
 2024-08-27  5:03 UTC 

[PATCHSET v4.0 09/10] xfs: shard the realtime section
 2024-08-27  5:00 UTC  (59+ messages)
` [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 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 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

regression on generic/351 in 6.11-rc5?
 2024-08-27  4:50 UTC  (2+ messages)

Are jump labels broken on 6.11-rc1?
 2024-08-27  3:35 UTC  (11+ messages)

[PATCH] xfs_db: make sure agblocks is valid to prevent corruption
 2024-08-27  3:23 UTC  (3+ messages)

[PATCHSET v4.0 10/10] xfs: store quota files in the metadir
 2024-08-27  3:16 UTC  (22+ messages)
` [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

[RFD] xfsprogs/mkfs: prototype XFS image mode format for scalable AG growth
 2024-08-26 21:17 UTC  (4+ messages)

[PATCHSET v4.0 04/10] xfs: metadata inode directories
 2024-08-26 17:57 UTC  (35+ messages)
` [PATCH 02/26] xfs: refactor loading quota inodes in the regular case
` [PATCH 03/26] xfs: iget for metadata inodes
` [PATCH 05/26] xfs: enforce metadata inode flag
` [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 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

[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

[PATCHSET v31.0 02/10] xfs: atomic file content commits
 2024-08-25  4:52 UTC  (12+ messages)
` [PATCH 1/1] xfs: introduce new file range commit ioctls
  ` [PATCH v31.0.1 "

[PATCH v2] xfs: ensure st_blocks never goes to zero during COW writes
 2024-08-24  6:31 UTC  (4+ messages)

[PATCH v4 00/14] forcealign for xfs
 2024-08-23 16:35 UTC  (7+ messages)
` [PATCH v4 01/14] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v4 02/14] xfs: always tail align maxlen allocations
` [PATCH v4 12/14] xfs: Unmap blocks according to forcealign

[PATCH v5 0/7] block atomic writes for xfs
 2024-08-23 16:03 UTC  (13+ messages)
` [PATCH v5 4/7] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v5 7/7] xfs: Support setting FMODE_CAN_ATOMIC_WRITE

[PATCH v13 00/10] enable bs > ps in XFS
 2024-08-23 13:09 UTC  (5+ messages)
    ` [PATCH v13 01/10] fs: Allow fine-grained control of folio sizes

[PATCHSET v4.0 06/10] xfs: fixes and cleanups for the realtime allocator
 2024-08-23  4:59 UTC  (13+ messages)
` [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


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