public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-21 22:05:27 to 2024-10-28 08:32:21 UTC [more...]

[PATCHBOMB] xfsprogs: utility changes for 6.12
 2024-10-28  8:32 UTC  (33+ messages)
` [PATCHSET v31.2 1/5] xfsprogs: atomic file content commits
  ` [PATCH 1/7] man: document file range commit ioctls
  ` [PATCH 2/7] libfrog: add support for commit range ioctl family
  ` [PATCH 3/7] libxfs: remove unused xfs_inode fields
  ` [PATCH 4/7] libxfs: validate inumber in xfs_iget
  ` [PATCH 5/7] xfs_fsr: port to new file exchange library function
  ` [PATCH 6/7] xfs_io: add a commitrange option to the exchangerange command
  ` [PATCH 7/7] xfs_io: add atomic file update commands to exercise file commit range
` [PATCHSET v2.6 2/5] xfs_db: debug realtime geometry
  ` [PATCH 1/8] xfs_db: support passing the realtime device to the debugger
  ` [PATCH 2/8] xfs_db: report the realtime device when associated with each io cursor
  ` [PATCH 3/8] xfs_db: make the daddr command target the realtime device
  ` [PATCH 4/8] xfs_db: access realtime file blocks
  ` [PATCH 5/8] xfs_db: access arbitrary realtime blocks and extents
  ` [PATCH 6/8] xfs_db: enable conversion of rt space units
  ` [PATCH 7/8] xfs_db: convert rtbitmap geometry
  ` [PATCH 8/8] xfs_db: convert rtsummary geometry
` [PATCHSET v2.6 3/5] xfs_metadump: support external devices
  ` [PATCH 1/1] xfs_db: allow setting current address to log blocks
` [PATCHSET v2.6 4/5] mkfs/repair: use new rtbitmap helpers
  ` [PATCH 1/6] xfs_repair: checking rt free space metadata must happen during phase 4
  ` [PATCH 2/6] xfs_repair: use xfs_validate_rt_geometry
  ` [PATCH 3/6] mkfs: remove a pointless rtfreesp_init forward declaration
  ` [PATCH 4/6] mkfs: use xfs_rtfile_initialize_blocks
  ` [PATCH 5/6] xfs_repair: use libxfs_rtfile_initialize_blocks
  ` [PATCH 6/6] xfs_repair: stop preallocating blocks in mk_rbmino and mk_rsumino
` [PATCHSET v31.2 5/5] xfs_scrub_all: bug fix for 6.12
  ` [PATCH 1/1] xfs_scrub_all: wait for services to start activating

[PATCH 0/6] ext4: Add atomic write support for DIO
 2024-10-28  5:26 UTC  (32+ messages)
` [PATCH 1/6] ext4: Add statx support for atomic writes
` [PATCH 2/6] ext4: Check for atomic writes support in write iter
` [PATCH 3/6] ext4: Support setting FMODE_CAN_ATOMIC_WRITE
` [PATCH 4/6] ext4: Warn if we ever fallback to buffered-io for DIO atomic writes
` [PATCH 5/6] iomap: Lift blocksize restriction on "
` [PATCH 6/6] ext4: Add atomic write support for bigalloc

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-28  4:24 UTC  (13+ messages)
` [PATCH 07/12] huge_memory: Allow mappings of PMD sized pages
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages

[PATCH] Fix out-of-bounds access in xfs_bmapi_allocate by validating whichfork
 2024-10-27 22:53 UTC  (3+ messages)
` [PATCH] Follow-up on Submitted Patch: Fix out-of-bounds access in xfs_bmapi_allocate

[GIT PULL] xfs: bug fixes for 6.12-rc5
 2024-10-27 18:56 UTC  (2+ messages)

[PATCH v2 0/4] ext4: Add atomic writes support for DIO
 2024-10-27 18:17 UTC  (5+ messages)
` [PATCH v2 1/4] ext4: Add statx support for atomic writes
` [PATCH v2 2/4] ext4: Check for atomic writes support in write iter
` [PATCH v2 3/4] ext4: Support setting FMODE_CAN_ATOMIC_WRITE
` [PATCH v2 4/4] ext4: Do not fallback to buffered-io for DIO atomic write

[PATCH] xfs: Reduce unnecessary searches when searching for the best extents
 2024-10-27  4:05 UTC  (3+ messages)

[PATCH 0/3] xfs: sparse inodes overlap end of filesystem
 2024-10-26 21:47 UTC  (15+ messages)
` [PATCH 1/3] xfs: fix sparse inode limits on runt AG
` [PATCH 2/3] xfs: allow sparse inode records at the end of runt AGs
` [PATCH 3/3] xfs: sb_spino_align is not verified

[PATCH] xfs: notrun if kernel xfs not supports ascii-ci feature
 2024-10-26 20:12 UTC 

[PATCH] xfs: fix the judgment of whether the file already has extents
 2024-10-26 18:01 UTC 

[PATCHSET v5.1 3/9] xfs: metadata inode directory trees
 2024-10-26  7:29 UTC  (10+ messages)
` [PATCH 03/29] xfs: rename metadata inode predicates
` [PATCH 04/29] xfs: standardize EXPERIMENTAL warning generation
` [PATCH 20/29] xfs: don't fail repairs on metadata files with no attr fork

fix recovery of allocator ops after a growfs
 2024-10-26  7:27 UTC  (2+ messages)

[PATCHSET] fsdax/xfs: unshare range fixes for 6.12
 2024-10-25 22:24 UTC  (3+ messages)

[PATCHSET v31.1 1/8] xfs: atomic file content commits
 2024-10-25 21:23 UTC  (4+ messages)
` [PATCH 1/1] xfs: introduce new file range commit ioctls

[PATCH] xfs: Do not fallback to buffered-io for DIO atomic write
 2024-10-25 18:31 UTC  (2+ messages)

[PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
 2024-10-25 17:49 UTC  (2+ messages)

[PATCH 0/2] fstests/xfs: a couple growfs log recovery tests
 2024-10-25 17:32 UTC  (7+ messages)
` [PATCH 1/2] xfs: online grow vs. log recovery stress test

[PATCH] iomap: elide zero range flush from partial eof zeroing
 2024-10-25 16:49 UTC  (6+ messages)

[PATCH 0/2] generic: Addition of new tests for extsize hints
 2024-10-25  6:17 UTC  (13+ messages)
` [PATCH 1/2] common/xfs,xfs/207: Adding a common helper function to check xflag bits on a given file
` [PATCH 2/2] generic: Addition of new tests for extsize hints

[PATCH 0/2] fix generic quota tests for XFS with 32k and 64k block sizes
 2024-10-25  5:28 UTC  (8+ messages)
` [PATCH 1/2] generic/219: use filesystem blocksize while calculating the file size
    `  "
` [PATCH 2/2] generic: increase file size to match CoW delayed allocation for XFS 64k bs
    `  "

fix recovery of allocator ops after a growfs
 2024-10-24 18:02 UTC  (16+ messages)
` [PATCH 6/7] xfs: don't update file system geometry through transaction deltas

filestreams syzbot fix v2
 2024-10-24 17:58 UTC  (5+ messages)
` [PATCH 1/2] xfs: fix finding a last resort AG in xfs_filestream_pick_ag
` [PATCH 2/2] xfs: streamline xfs_filestream_pick_ag

[PATCH] xfs: remove the post-EOF prealloc tests from the auto and quick groups
 2024-10-24 13:24 UTC  (6+ messages)

[PATCH v5 00/18] fanotify: add pre-content hooks
 2024-10-24 13:06 UTC  (3+ messages)
` [PATCH v5 03/18] fsnotify: generate pre-content permission event on open

[PATCH v10 0/8] block atomic writes for xfs
 2024-10-24  6:32 UTC  (6+ messages)
` (subset) "

[linus:master] [iomap] c5c810b94c: stress-ng.metamix.ops_per_sec -98.4% regression
 2024-10-23 14:15 UTC  (5+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 4a201dcfa1ff
 2024-10-23 12:22 UTC 

[PATCH v4] xfs: Check for delayed allocations before setting extsize
 2024-10-23  9:53 UTC  (2+ messages)

filestreams syzbot fix
 2024-10-23  5:08 UTC  (7+ messages)
` [PATCH 1/2] xfs: streamline xfs_filestream_pick_ag
` [PATCH 2/2] xfs: fix finding a last resort AG in xfs_filestream_pick_ag

[PATCHSET 1/2] fstests: fix fstests for 64k fsblock size
 2024-10-23  4:23 UTC  (7+ messages)
` [PATCH 1/2] common/xfs: _notrun tests that fail due to block size < sector size
` [PATCH 2/2] xfs/161: adapt the test case for LBS filesystem

[PATCH] iomap: writeback_control pointer part of iomap_writepage_ctx
 2024-10-23  0:49 UTC  (4+ messages)

[PATCHSET] libxfs: new code for 6.12
 2024-10-22 17:46 UTC  (21+ messages)
` [PATCH 01/37] libxfs: require -std=gnu11 for compilation by default
` [PATCH 02/37] libxfs: compile with a C++ compiler
` [PATCH 03/37] libxfs: port IS_ENABLED from the kernel
` [PATCH 25/37] xfs: use kfree_rcu_mightsleep to free the perag structures
` [PATCH 26/37] xfs: move the tagged perag lookup helpers to xfs_icache.c
` [PATCH 27/37] xfs: convert perag lookup to xarray
` [PATCH 28/37] xfs: ensure st_blocks never goes to zero during COW writes
` [PATCH 29/37] xfs: enable block size larger than page size support
` [PATCH 30/37] xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname
` [PATCH 31/37] xfs: return bool from xfs_attr3_leaf_add
` [PATCH 32/37] xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split
` [PATCH 33/37] xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addname
` [PATCH 34/37] xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
` [PATCH 35/37] xfs: don't ifdef around the exact minlen allocations
` [PATCH 36/37] xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc
` [PATCH 37/37] xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc

[syzbot] [xfs?] KASAN: null-ptr-deref Write in xfs_filestream_select_ag (2)
 2024-10-22 10:11 UTC  (3+ messages)

[PATCHBOMB] xfsprogs: catch us up to 6.12-rc4
 2024-10-22  5:59 UTC  (2+ messages)

[PATCHSET v5.1 8/9] xfs: enable quota for realtime volumes
 2024-10-22  5:54 UTC  (3+ messages)
` [PATCH 2/6] xfs: advertise realtime quota support in the xqm stat files

[PATCHSET v5.1 6/9] xfs: shard the realtime section
 2024-10-22  5:54 UTC  (3+ messages)
` [PATCH 29/34] xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t

[PATCHSET 2/2] fstests: random new stuff for v2024.10.14
 2024-10-22  5:48 UTC  (3+ messages)
` [PATCH 1/1] misc: amend unicode confusing name tests to check for hidden tag characters

[syzbot] [xfs?] INFO: task hung in xfs_ail_push_all_sync (2)
 2024-10-21 22:44 UTC  (4+ messages)


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