public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-17 06:43:17 to 2024-08-23 00:04:15 UTC [more...]

[PATCHBOMB 6.12] xfs: metadata directories and realtime groups
 2024-08-23  0:04 UTC  (32+ 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
` [PATCHSET v4.0 05/10] xfs: clean up the rtbitmap code
` [PATCHSET v4.0 06/10] xfs: fixes and cleanups for the realtime allocator
` [PATCHSET v4.0 07/10] xfs: create incore rt allocation groups
` [PATCHSET v4.0 08/10] xfs: preparation for realtime "
` [PATCHSET v4.0 09/10] xfs: shard the realtime section
` [PATCHSET v4.0 10/10] xfs: store quota files in the metadir

[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  (21+ messages)
` [PATCH v5 1/7] block/fs: Pass an iocb to generic_atomic_write_valid()
` [PATCH v5 2/7] fs: Export generic_atomic_write_valid()
` [PATCH v5 3/7] fs: iomap: Atomic write support
` [PATCH v5 4/7] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v5 5/7] xfs: Support atomic write for statx
` [PATCH v5 6/7] xfs: Validate atomic writes
` [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  (14+ messages)
` [PATCH 1/5] xfs: use kfree_rcu_mightsleep to free the perag structures
` [PATCH 2/5] xfs: move the tagged perag lookup helpers to xfs_icache.c
` [PATCH 3/5] xfs: simplify tagged perag iteration
` [PATCH 4/5] xfs: convert perag lookup to xarray
` [PATCH 5/5] xfs: use xas_for_each_marked in xfs_reclaim_inodes_count

fix a DEBUG-only assert failure in xfs/538
 2024-08-22  3:41 UTC  (16+ 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] xfs_io: use FICLONE/FICLONERANGE/FIDEDUPERANGE for reflink/dudupe IO commands
 2024-08-21 17:14 UTC  (4+ messages)
` [PATCH] xfs_io: use FICLONE/FICLONERANGE/FIDEDUPERANGE for reflink/dedupe "
` [PATCH] xfs: use FICLONE/FICLONERANGE/FIDEDUPERANGE for test cases

[PATCH -next] xfs: use LIST_HEAD() to simplify code
 2024-08-21 16:21 UTC  (2+ messages)

sort out the fallocate mode mess
 2024-08-21 16:11 UTC  (13+ 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] xfs_db: make sure agblocks is valid to prevent corruption
 2024-08-21 10:44 UTC 

[PATCH v12 00/10] enable bs > ps in XFS
 2024-08-21  7:16 UTC  (18+ messages)

[PATCH] Documentation: iomap: fix a typo
 2024-08-21  7:15 UTC  (4+ messages)

[syzbot] [xfs?] possible deadlock in xfs_fs_dirty_inode (2)
 2024-08-21  5:20 UTC 

[PATCH] xfs: ensure st_blocks never goes to zero during COW writes
 2024-08-21  4:46 UTC  (3+ messages)

[PATCH] xfs_db: do some checks in init to prevent corruption
 2024-08-21  0:31 UTC  (2+ messages)

[PATCH V2] xfs_io: Fix fscrypt macros ordering
 2024-08-20 19:39 UTC  (3+ messages)

fix FITRIM with non-discard capable RT device v2
 2024-08-20 16:35 UTC  (8+ messages)
` [PATCH 2/2] xfs: don't extend the FITRIM range if the rt device does not support discard

[syzbot] [xfs?] possible deadlock in xfs_ilock_attr_map_shared
 2024-08-20 15:26 UTC  (2+ messages)

[PATCH V4 0/2] Some bugfix for xfs fsmap
 2024-08-20  9:45 UTC  (14+ messages)
` [PATCH V4 1/2] xfs: Fix the owner setting issue for rmap query in "
` [PATCH V4 2/2] xfs: Fix missing interval for missing_owner "

[syzbot] [xfs?] INFO: task hung in xfs_buf_item_unpin (2)
 2024-08-19 22:16 UTC  (4+ messages)

[PATCHSET v3.0 5/5] xfs: enable FITRIM for the realtime section
 2024-08-19 16:01 UTC  (3+ messages)
` [PATCH 1/1] xfs: enable FITRIM on the realtime device

[PATCH] libfrog: Unconditionally build fsprops.c
 2024-08-19 15:57 UTC  (5+ messages)

[PATCH 1/1] libxfs: provide a memfd_create() wrapper if not present in libc
 2024-08-19 14:17 UTC  (2+ messages)

[GIT PULL] xfs: bug fixes for 6.11
 2024-08-17 17:12 UTC  (2+ messages)

[PATCH v2 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
 2024-08-17  7:16 UTC  (7+ messages)
` [PATCH v2 4/6] iomap: correct the dirty length in page mkwrite
` [PATCH v2 5/6] iomap: don't mark blocks uptodate after partial zeroing


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