public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-25 18:18:22 to 2024-10-31 23:23:02 UTC [more...]

[PATCHBOMB v3] xfsprogs: everything I have for 6.12
 2024-10-31 23:23 UTC  (63+ messages)
` [PATCHSET 1/7] libxfs: new code "
  ` [PATCH 01/41] libxfs: require -std=gnu11 for compilation by default
  ` [PATCH 02/41] libxfs: test compiling public headers with a C++ compiler
  ` [PATCH 03/41] libxfs: port IS_ENABLED from the kernel
  ` [PATCH 04/41] libfrog: add xarray emulation
  ` [PATCH 05/41] xfs: introduce new file range commit ioctls
  ` [PATCH 06/41] xfs: pass the icreate args object to xfs_dialloc
  ` [PATCH 07/41] xfs: remove xfs_validate_rtextents
  ` [PATCH 08/41] xfs: factor out a xfs_validate_rt_geometry helper
  ` [PATCH 09/41] xfs: remove the limit argument to xfs_rtfind_back
  ` [PATCH 10/41] xfs: assert a valid limit in xfs_rtfind_forw
  ` [PATCH 11/41] xfs: add bounds checking to xfs_rt{bitmap,summary}_read_buf
  ` [PATCH 12/41] xfs: factor out rtbitmap/summary initialization helpers
  ` [PATCH 13/41] xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock
  ` [PATCH 14/41] xfs: ensure rtx mask/shift are correct after growfs
  ` [PATCH 15/41] xfs: remove xfs_rtb_to_rtxrem
  ` [PATCH 16/41] xfs: simplify xfs_rtalloc_query_range
  ` [PATCH 17/41] xfs: clean up the ISVALID macro in xfs_bmap_adjacent
  ` [PATCH 18/41] xfs: remove xfs_{rtbitmap,rtsummary}_wordcount
  ` [PATCH 19/41] xfs: replace m_rsumsize with m_rsumblocks
  ` [PATCH 20/41] xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
  ` [PATCH 21/41] xfs: replace shouty XFS_BM{BT,DR} macros
  ` [PATCH 22/41] xfs: standardize the btree maxrecs function parameters
  ` [PATCH 23/41] xfs: use kvmalloc for xattr buffers
  ` [PATCH 24/41] xfs: remove unnecessary check
  ` [PATCH 25/41] xfs: use kfree_rcu_mightsleep to free the perag structures
  ` [PATCH 26/41] xfs: move the tagged perag lookup helpers to xfs_icache.c
  ` [PATCH 27/41] xfs: convert perag lookup to xarray
  ` [PATCH 28/41] xfs: ensure st_blocks never goes to zero during COW writes
  ` [PATCH 29/41] xfs: enable block size larger than page size support
  ` [PATCH 30/41] xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname
  ` [PATCH 31/41] xfs: return bool from xfs_attr3_leaf_add
  ` [PATCH 32/41] xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split
  ` [PATCH 33/41] xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addname
  ` [PATCH 34/41] xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
  ` [PATCH 35/41] xfs: don't ifdef around the exact minlen allocations
  ` [PATCH 36/41] xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc
  ` [PATCH 37/41] xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc
  ` [PATCH 38/41] xfs: pass the exact range to initialize to xfs_initialize_perag
  ` [PATCH 39/41] xfs: merge the perag freeing helpers
  ` [PATCH 40/41] xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag
  ` [PATCH 41/41] xfs: update the pag for the last AG at recovery time
` [PATCHSET v31.3 2/7] 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 v5.3 3/7] 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
` [PATCHSET v5.3 4/7] xfs_metadump: support external devices
` [PATCHSET v5.3 5/7] mkfs/repair: use new rtbitmap helpers
` [PATCHSET v31.3 6/7] xfs_scrub_all: bug fix for 6.12
` [PATCHSET 7/7] mkfs: new config file for 6.12 LTS

[PATCH 0/3] xfs: sparse inodes overlap end of filesystem
 2024-10-31 22:13 UTC  (13+ messages)
` [PATCH 2/3] xfs: allow sparse inode records at the end of runt AGs

[PATCH] xfs/157: mkfs does not need a specific fssize
 2024-10-31 22:08 UTC  (2+ messages)

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

[PATCH 5/6] iomap: Lift blocksize restriction on atomic writes
 2024-10-31 21:36 UTC  (13+ messages)

[PATCH v2 0/2] fstests/xfs: a couple growfs log recovery tests
 2024-10-31 19:43 UTC  (11+ messages)
` [PATCH v2 1/2] xfs: online grow vs. log recovery stress test
` [PATCH v2 2/2] xfs: online grow vs. log recovery stress test (realtime version)

[PATCH] xfs: simplify sector number calculation in xfs_zero_extent
 2024-10-31 18:40 UTC  (3+ messages)

[syzbot] [xfs?] INFO: task hung in __fdget_pos (4)
 2024-10-31 13:38 UTC  (2+ messages)
` [syzbot] [fs] "

xfsprogs_6.11.0-1_source.changes ACCEPTED into unstable
 2024-10-31  8:26 UTC 

Processing of xfsprogs_6.11.0-1_source.changes
 2024-10-31  0:21 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 81a1e1c32ef4
 2024-10-30 10:44 UTC 

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-30  5:57 UTC  (10+ messages)
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages

[PATCH v2] xfs: fix the entry condition of exact EOF block allocation optimization
 2024-10-30  4:56 UTC 

misc page fault handler cleanups
 2024-10-30  4:45 UTC  (11+ messages)
` [PATCH 1/4] xfs: split the page fault trace event
` [PATCH 2/4] xfs: split write fault handling out of __xfs_filemap_fault
` [PATCH 3/4] xfs: remove __xfs_filemap_fault
` [PATCH 4/4] xfs: remove xfs_page_mkwrite_iomap_ops

[PATCHBOMB v2] xfsprogs: utility changes for 6.12
 2024-10-30  4:36 UTC  (16+ messages)
` [PATCHSET v5.2 1/2] 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 2/2] mkfs: new config file for 6.12 LTS
  ` [PATCH 1/1] mkfs: add a config file for 6.12 LTS kernels

[PATCH 0/6] ext4: Add atomic write support for DIO
 2024-10-29 23:51 UTC  (9+ messages)
` [PATCH 4/6] ext4: Warn if we ever fallback to buffered-io for DIO atomic writes

[PATCH] xfs: fix the judgment of whether the file already has extents
 2024-10-29 20:46 UTC  (5+ messages)

[PATCH v2 0/4] ext4: Add atomic writes support for DIO
 2024-10-29 15:27 UTC  (12+ 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 0/2] fstests/xfs: a couple growfs log recovery tests
 2024-10-29 14:22 UTC  (4+ messages)
` [PATCH 1/2] xfs: online grow vs. log recovery stress test

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

[PATCHSET v2.6 2/5] xfs_db: debug realtime geometry
 2024-10-28 17:58 UTC  (20+ messages)
` [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 v31.2 5/5] xfs_scrub_all: bug fix for 6.12
 2024-10-28 16:45 UTC  (4+ messages)
` [PATCH 1/1] xfs_scrub_all: wait for services to start activating

[PATCH] xfs: notrun if kernel xfs not supports ascii-ci feature
 2024-10-28 12:50 UTC  (3+ messages)

[PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
 2024-10-28 12:27 UTC  (2+ messages)

[PATCHSET] fsdax/xfs: unshare range fixes for 6.12
 2024-10-28 11:14 UTC  (4+ messages)

[PATCH] Fix out-of-bounds access in xfs_bmapi_allocate by validating whichfork
 2024-10-28  8:46 UTC  (4+ messages)
` [PATCH] Follow-up on Submitted Patch: Fix out-of-bounds access in xfs_bmapi_allocate

[PATCHSET v2.6 4/5] mkfs/repair: use new rtbitmap helpers
 2024-10-28  8:43 UTC  (3+ messages)
` [PATCH 1/6] xfs_repair: checking rt free space metadata must happen during phase 4

[PATCHSET v2.6 3/5] xfs_metadump: support external devices
 2024-10-28  8:43 UTC  (3+ messages)
` [PATCH 1/1] xfs_db: allow setting current address to log blocks

[PATCHSET v31.2 1/5] xfsprogs: atomic file content commits
 2024-10-28  8:33 UTC  (15+ messages)
` [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

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

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

[PATCHSET v5.1 3/9] xfs: metadata inode directory trees
 2024-10-26  7:29 UTC  (3+ messages)
` [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 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


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