public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-23 14:20:17 to 2024-07-30 00:44:55 UTC [more...]

[PATCHBOMB v2] xfsprogs: catch us up to 6.10
 2024-07-30  0:44 UTC  (110+ messages)
` [PATCHSET 01/23] libxfs: fixes for 6.9
  ` [PATCH 1/5] [PATCH v3] Remove support for split-/usr installs
  ` [PATCH 2/5] repair: btree blocks are never on the RT subvolume
  ` [PATCH 3/5] xfile: fix missing error unlock in xfile_fcb_find
  ` [PATCH 4/5] xfs_repair: don't leak the rootdir inode when orphanage already exists
  ` [PATCH 5/5] xfs_repair: don't crash on -vv
` [PATCHSET 02/23] libxfs: sync with 6.10
  ` [PATCH 001/115] xfs: pass xfs_buf lookup flags to xfs_*read_agi
  ` [PATCH 002/115] xfs: constify xfs_bmap_is_written_extent
  ` [PATCH 003/115] xfs: introduce new file range exchange ioctl
  ` [PATCH 004/115] xfs: create a incompat flag for atomic file mapping exchanges
  ` [PATCH 005/115] xfs: introduce a file mapping exchange log intent item
  ` [PATCH 006/115] xfs: create deferred log items for file mapping exchanges
  ` [PATCH 007/115] xfs: add error injection to test file mapping exchange recovery
  ` [PATCH 008/115] xfs: condense extended attributes after a mapping exchange operation
  ` [PATCH 009/115] xfs: condense directories "
  ` [PATCH 010/115] xfs: condense symbolic links "
  ` [PATCH 011/115] xfs: make file range exchange support realtime files
  ` [PATCH 012/115] xfs: capture inode generation numbers in the ondisk exchmaps log item
  ` [PATCH 013/115] xfs: enable logged file mapping exchange feature
  ` [PATCH 014/115] xfs: add an explicit owner field to xfs_da_args
  ` [PATCH 015/115] xfs: use the xfs_da_args owner field to set new dir/attr block owner
  ` [PATCH 016/115] xfs: validate attr leaf buffer owners
  ` [PATCH 017/115] xfs: validate attr remote value "
  ` [PATCH 018/115] xfs: validate dabtree node "
  ` [PATCH 019/115] xfs: validate directory leaf "
  ` [PATCH 020/115] xfs: validate explicit directory data "
  ` [PATCH 021/115] xfs: validate explicit directory block "
  ` [PATCH 022/115] xfs: validate explicit directory free block owners
  ` [PATCH 023/115] xfs: use atomic extent swapping to fix user file fork data
  ` [PATCH 024/115] xfs: repair extended attributes
  ` [PATCH 025/115] xfs: expose xfs_bmap_local_to_extents for online repair
  ` [PATCH 026/115] xfs: pass the owner to xfs_symlink_write_target
  ` [PATCH 027/115] xfs: check unused nlink fields in the ondisk inode
  ` [PATCH 028/115] xfs: try to avoid allocating from sick inode clusters
  ` [PATCH 029/115] xfs: pin inodes that would otherwise overflow link count
  ` [PATCH 030/115] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
  ` [PATCH 031/115] xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitions
  ` [PATCH 032/115] xfs: refactor realtime inode locking
  ` [PATCH 033/115] xfs: free RT extents after updating the bmap btree
  ` [PATCH 034/115] xfs: move RT inode locking out of __xfs_bunmapi
  ` [PATCH 035/115] xfs: split xfs_mod_freecounter
  ` [PATCH 036/115] xfs: reinstate RT support in xfs_bmapi_reserve_delalloc
  ` [PATCH 037/115] xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delay
  ` [PATCH 038/115] xfs: support RT inodes in xfs_mod_delalloc
  ` [PATCH 039/115] xfs: rework splitting of indirect block reservations
  ` [PATCH 040/115] xfs: stop the steal (of data blocks for RT indirect blocks)
  ` [PATCH 041/115] xfs: remove XFS_DA_OP_REMOVE
  ` [PATCH 042/115] xfs: remove XFS_DA_OP_NOTIME
  ` [PATCH 043/115] xfs: remove xfs_da_args.attr_flags
  ` [PATCH 044/115] xfs: make attr removal an explicit operation
  ` [PATCH 045/115] xfs: rearrange xfs_da_args a bit to use less space
  ` [PATCH 046/115] xfs: attr fork iext must be loaded before calling xfs_attr_is_leaf
  ` [PATCH 047/115] xfs: fix missing check for invalid attr flags
  ` [PATCH 048/115] xfs: restructure xfs_attr_complete_op a bit
  ` [PATCH 049/115] xfs: use helpers to extract xattr op from opflags
  ` [PATCH 050/115] xfs: enforce one namespace per attribute
  ` [PATCH 051/115] xfs: rearrange xfs_attr_match parameters
  ` [PATCH 052/115] xfs: check the flags earlier in xfs_attr_match
  ` [PATCH 053/115] xfs: move xfs_attr_defer_add to xfs_attr_item.c
  ` [PATCH 054/115] xfs: create a separate hashname function for extended attributes
  ` [PATCH 055/115] xfs: add parent pointer support to attribute code
  ` [PATCH 056/115] xfs: define parent pointer ondisk extended attribute format
  ` [PATCH 057/115] xfs: allow xattr matching on name and value for parent pointers
  ` [PATCH 058/115] xfs: create attr log item opcodes and formats "
  ` [PATCH 059/115] xfs: record inode generation in xattr update log intent items
  ` [PATCH 060/115] xfs: add parent pointer validator functions
  ` [PATCH 061/115] xfs: extend transaction reservations for parent attributes
  ` [PATCH 062/115] xfs: create a hashname function for parent pointers
  ` [PATCH 063/115] xfs: parent pointer attribute creation
  ` [PATCH 064/115] xfs: add parent attributes to link
  ` [PATCH 065/115] xfs: add parent attributes to symlink
  ` [PATCH 066/115] xfs: remove parent pointers in unlink
  ` [PATCH 067/115] xfs: Add parent pointers to rename
  ` [PATCH 068/115] xfs: don't return XFS_ATTR_PARENT attributes via listxattr
  ` [PATCH 069/115] xfs: pass the attr value to put_listent when possible
  ` [PATCH 070/115] xfs: split out handle management helpers a bit
  ` [PATCH 071/115] xfs: add parent pointer ioctls
  ` [PATCH 072/115] xfs: don't remove the attr fork when parent pointers are enabled
  ` [PATCH 073/115] xfs: add a incompat feature bit for parent pointers
  ` [PATCH 074/115] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
  ` [PATCH 075/115] xfs: drop compatibility minimum log size computations for reflink
  ` [PATCH 076/115] xfs: enable parent pointers
  ` [PATCH 077/115] xfs: check dirents have "
  ` [PATCH 078/115] xfs: remove some boilerplate from xfs_attr_set
  ` [PATCH 079/115] xfs: make the reserved block permission flag explicit in xfs_attr_set
  ` [PATCH 080/115] xfs: add raw parent pointer apis to support repair
  ` [PATCH 081/115] xfs: remove pointless unlocked assertion
` [PATCHSET v30.9 03/23] xfsprogs: atomic file updates
` [PATCHSET v30.9 04/23] xfsprogs: set and validate dir/attr block owners
` [PATCHSET v30.9 05/23] xfsprogs: inode-related repair fixes
` [PATCHSET v30.9 06/23] xfs_scrub: fixes to the repair code
` [PATCHSET v30.9 07/23] xfs_scrub: improve warnings about difficult repairs
` [PATCHSET v30.9 08/23] xfs_scrub: track data dependencies for repairs
` [PATCHSET v30.9 09/23] xfs_scrub: use scrub_item to track check progress
` [PATCHSET v30.9 10/23] xfs_scrub: improve scheduling of repair items
` [PATCHSET v30.9 11/23] xfs_scrub: detect deceptive filename extensions
` [PATCHSET v30.9 12/23] xfs_scrub: move fstrim to a separate phase
` [PATCHSET v30.9 13/23] xfs_scrub: use free space histograms to reduce fstrim runtime
` [PATCHSET v30.9 14/23] xfs_scrub: tighten security of systemd services
` [PATCHSET v30.9 15/23] xfs_scrub_all: automatic media scan service
` [PATCHSET v30.9 16/23] xfs_scrub_all: improve systemd handling
` [PATCHSET v13.8 17/23] xfsprogs: improve extended attribute validation
` [PATCHSET v13.8 18/23] xfsprogs: Parent Pointers
` [PATCHSET v13.8 19/23] xfsprogs: scrubbing for parent pointers
` [PATCHSET v13.8 20/23] xfsprogs: offline repair "
` [PATCHSET v13.8 21/23] xfsprogs: detect and correct directory tree problems
` [PATCHSET v30.9 22/23] xfs_scrub: vectorize kernel calls
` [PATCHSET v30.9 23/23] xfs_repair: fixes for kernel 6.10

[PATCH] xfs_repair: don't crash on -vv
 2024-07-29 20:12 UTC  (2+ messages)

: xfsprogs xfs_repair Version 6.8.0-2 versus Version 6.9.0-1 => segmentation fault line number 666 cache.c - libxfs_bcache
 2024-07-29 18:13 UTC 

[PATCH v3 00/21] block atomic writes for XFS
 2024-07-29 17:02 UTC  (6+ messages)
` [PATCH v3 14/21] iomap: Sub-extent zeroing

[GIT PULL] sysctl constification changes for v6.11-rc1
 2024-07-29 16:42 UTC  (5+ messages)

[PATCH v11 00/10] enable bs > ps in XFS
 2024-07-29 16:41 UTC  (13+ messages)
` [PATCH v11 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v11 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v11 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v11 04/10] mm: split a folio in minimum folio order chunks
` [PATCH v11 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v11 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v11 07/10] xfs: use kvmalloc for xattr buffers
` [PATCH v11 08/10] xfs: expose block size in stat
` [PATCH v11 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v11 10/10] xfs: enable block size larger than page size support

[PATCH 1/2] add more tests to the growfs group
 2024-07-29 16:41 UTC  (4+ messages)
` [PATCH 2/2] xfs/233: don't require rmap

RFC: don't fail tests when mkfs options collide
 2024-07-29 14:17 UTC  (13+ messages)
` [PATCH 2/4] common: _notrun if _scratch_mkfs_xfs failed

[PATCH] [RFC] xfs: filesystem expansion design documentation
 2024-07-29  1:45 UTC  (16+ messages)

[PATCH] generic/754: fix _fixed_by tags
 2024-07-26 17:17 UTC  (3+ messages)

[RFC] xfs: opting in or out of online repair
 2024-07-26 15:15 UTC  (8+ messages)

[PATCH v2 00/13] forcealign for xfs
 2024-07-26 14:14 UTC  (14+ messages)
` [PATCH v2 07/13] xfs: Introduce FORCEALIGN inode flag

[BUG] xfs: soft lockup in xas_descend/xas_load/xas_next from filemap_get_read_batch (rclone) on 6.8 kernel
 2024-07-25 23:56 UTC 

[PATCH 0/9] introduce defrag to xfs_spaceman
 2024-07-24 19:22 UTC  (6+ messages)
` [PATCH 2/9] spaceman/defrag: pick up segments from target file

[RFC] Slow down of LTP tests aiodio_sparse.c and dio_sparse.c in kernel 6.6
 2024-07-24 16:29 UTC  (4+ messages)

[PATCH] xfs: fix file_path handling in tracepoints
 2024-07-24 15:36 UTC  (2+ messages)

[PATCH 3/3] debian: enable xfs_scrub_all systemd timer services by default
 2024-07-24 13:18 UTC  (12+ messages)

[PATCH] xfs_scrub_all: fail fast on masked units
 2024-07-24 13:16 UTC  (2+ messages)

[PATCH] xfs: fix a memory leak
 2024-07-24 13:15 UTC  (2+ messages)

xfs issue
 2024-07-24  3:51 UTC  (5+ messages)

[PATCH 2/2] xfs: remove unused macros
 2024-07-24  2:42 UTC 

[PATCH 1/2] xfs: remove duplicated include header
 2024-07-24  2:40 UTC 

[PATCH] xfs: allow SECURE namespace xattrs to use reserved pool
 2024-07-23 17:26 UTC  (6+ messages)
` [PATCH V2] xfs: allow SECURE namespace xattrs to use reserved block pool
  ` [PATCH V3] "
    ` [PATCH V4] "

How to debug intermittent increasing md/inflight but no disk activity?
 2024-07-23 15:13 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