public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-29 13:46:05 to 2024-06-03 19:09:31 UTC [more...]

[PATCHBOMB] xfsprogs: catch us up to 6.9 (final)
 2024-06-03 19:09 UTC  (81+ messages)
` [PATCHSET v30.5 01/10] libxfs: prepare to sync with 6.9
  ` [PATCH 1/3] libxfs: actually set m_fsname
  ` [PATCH 2/3] libxfs: clean up xfs_da_unmount usage
  ` [PATCH 3/3] libfrog: create a new scrub group for things requiring full inode scans
` [PATCHSET v30.5 02/10] libxfs: sync with 6.9
  ` [PATCH 001/111] xfs: convert kmem_zalloc() to kzalloc()
  ` [PATCH 002/111] xfs: convert kmem_alloc() to kmalloc()
  ` [PATCH 003/111] xfs: convert remaining kmem_free() to kfree()
  ` [PATCH 004/111] xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
  ` [PATCH 005/111] xfs: use GFP_KERNEL in pure transaction contexts
  ` [PATCH 006/111] xfs: clean up remaining GFP_NOFS users
  ` [PATCH 007/111] xfs: use xfs_defer_alloc a bit more
  ` [PATCH 008/111] xfs: Replace xfs_isilocked with xfs_assert_ilocked
  ` [PATCH 009/111] xfs: create a static name for the dot entry too
  ` [PATCH 010/111] xfs: create a predicate to determine if two xfs_names are the same
  ` [PATCH 011/111] xfs: create a macro for decoding ftypes in tracepoints
  ` [PATCH 012/111] xfs: report the health of quota counts
  ` [PATCH 013/111] xfs: implement live quotacheck inode scan
  ` [PATCH 014/111] xfs: report health of inode link counts
  ` [PATCH 015/111] xfs: teach scrub to check file nlinks
  ` [PATCH 016/111] xfs: separate the marking of sick and checked metadata
  ` [PATCH 017/111] xfs: report fs corruption errors to the health tracking system
  ` [PATCH 018/111] xfs: report ag header "
  ` [PATCH 019/111] xfs: report block map "
  ` [PATCH 020/111] xfs: report btree block corruption errors to the health system
  ` [PATCH 021/111] xfs: report dir/attr "
  ` [PATCH 022/111] xfs: report inode "
  ` [PATCH 023/111] xfs: report realtime metadata "
  ` [PATCH 024/111] xfs: report XFS_IS_CORRUPT "
  ` [PATCH 025/111] xfs: add secondary and indirect classes to the health tracking system
  ` [PATCH 026/111] xfs: remember sick inodes that get inactivated
  ` [PATCH 027/111] xfs: update health status if we get a clean bill of health
  ` [PATCH 028/111] xfs: consolidate btree block freeing tracepoints
  ` [PATCH 029/111] xfs: consolidate btree block allocation tracepoints
  ` [PATCH 030/111] xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
  ` [PATCH 031/111] xfs: drop XFS_BTREE_CRC_BLOCKS
  ` [PATCH 032/111] xfs: encode the btree geometry flags in the btree ops structure
  ` [PATCH 033/111] xfs: remove bc_ino.flags
  ` [PATCH 034/111] xfs: consolidate the xfs_alloc_lookup_* helpers
  ` [PATCH 035/111] xfs: turn the allocbt cursor active field into a btree flag
  ` [PATCH 036/111] xfs: extern some btree ops structures
  ` [PATCH 037/111] xfs: initialize btree blocks using btree_ops structure
  ` [PATCH 038/111] xfs: rename btree block/buffer init functions
  ` [PATCH 039/111] xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
  ` [PATCH 040/111] xfs: remove the unnecessary daddr paramter to _init_block
  ` [PATCH 041/111] xfs: set btree block buffer ops in _init_buf
  ` [PATCH 042/111] xfs: move lru refs to the btree ops structure
  ` [PATCH 043/111] xfs: move the btree stats offset into struct btree_ops
  ` [PATCH 044/111] xfs: factor out a xfs_btree_owner helper
  ` [PATCH 045/111] xfs: factor out a btree block owner check
  ` [PATCH 046/111] xfs: store the btree pointer length in struct xfs_btree_ops
  ` [PATCH 047/111] xfs: split out a btree type from the btree ops geometry flags
  ` [PATCH 048/111] xfs: split the per-btree union in struct xfs_btree_cur
  ` [PATCH 049/111] xfs: create predicate to determine if cursor is at inode root level
  ` [PATCH 050/111] xfs: move comment about two 2 keys per pointer in the rmap btree
  ` [PATCH 051/111] xfs: add a xfs_btree_init_ptr_from_cur
  ` [PATCH 052/111] xfs: don't override bc_ops for staging btrees
  ` [PATCH 053/111] xfs: fold xfs_allocbt_init_common into xfs_allocbt_init_cursor
  ` [PATCH 054/111] xfs: remove xfs_allocbt_stage_cursor
  ` [PATCH 055/111] xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursor
  ` [PATCH 056/111] xfs: remove xfs_inobt_stage_cursor
  ` [PATCH 057/111] xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursor
  ` [PATCH 058/111] xfs: remove xfs_refcountbt_stage_cursor
  ` [PATCH 059/111] xfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_cursor
  ` [PATCH 060/111] xfs: remove xfs_rmapbt_stage_cursor
  ` [PATCH 061/111] xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursor
  ` [PATCH 062/111] xfs: make staging file forks explicit
  ` [PATCH 063/111] xfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursor
  ` [PATCH 064/111] xfs: remove xfs_bmbt_stage_cursor
  ` [PATCH 065/111] xfs: split the agf_roots and agf_levels arrays
  ` [PATCH 066/111] xfs: add a name field to struct xfs_btree_ops
  ` [PATCH 067/111] xfs: add a sick_mask "
` [PATCHSET v30.5 03/10] xfsprogs: bmap log intent cleanups
` [PATCHSET v30.5 04/10] xfsprogs: widen BUI formats to support realtime
` [PATCHSET v30.5 05/10] xfs_spaceman: updates for 6.9
` [PATCHSET v30.5 06/10] xfs_scrub: "
` [PATCHSET v30.5 07/10] xfs_repair: minor fixes
` [PATCHSET v30.5 08/10] xfs_repair: use in-memory rmap btrees
` [PATCHSET v30.5 09/10] xfs_repair: reduce refcount repair memory usage
` [PATCHSET v30.5 10/10] mkfs: cleanups for 6.9

[PATCH] xfs: make sure sb_fdblocks is non-negative
 2024-06-03 18:43 UTC  (9+ messages)

[PATCH V3] xfs: make sure sb_fdblocks is non-negative
 2024-06-03 18:30 UTC 

[PATCH v2 0/4] Introduce FS_IOC_FSSETXATTRAT/FS_IOC_FSGETXATTRAT ioctls
 2024-06-03 17:42 UTC  (11+ messages)
` [PATCH v2 2/4] fs: add FS_IOC_FSSETXATTRAT and FS_IOC_FSGETXATTRAT

[PATCH] xfs_repair: detect null buf passed to duration
 2024-06-03 16:14 UTC  (6+ messages)
` [PATCH v2] "

[RFC PATCH v4 0/8] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-06-03 14:37 UTC  (44+ messages)
` [RFC PATCH v4 1/8] iomap: zeroing needs to be pagecache aware
` [RFC PATCH v4 2/8] math64: add rem_u64() to just return the remainder
` [RFC PATCH v4 3/8] iomap: pass blocksize to iomap_truncate_page()
` [RFC PATCH v4 5/8] xfs: refactor the truncating order
` [RFC PATCH v4 6/8] xfs: correct the truncate blocksize of realtime inode
` [RFC PATCH v4 7/8] xfs: reserve blocks for truncating "
` [RFC PATCH v4 8/8] xfs: improve truncate on a realtime inode with huge extsize

[PATCH] xfs_io: print sysfs paths of mounted filesystems
 2024-06-03 12:49 UTC  (2+ messages)

[PATCH v6 00/11] enable bs > ps in XFS
 2024-06-03 12:36 UTC  (15+ messages)
` [PATCH v6 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v6 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v6 05/11] mm: split a folio in minimum folio order chunks
` [PATCH v6 06/11] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v6 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v6 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v6 11/11] xfs: enable block size larger than page size support

[PATCHBOMB] xfsprogs: catch us up to 6.9
 2024-06-03 12:29 UTC  (6+ messages)
  ` [PATCHSET v30.4 02/10] libxfs: sync with 6.9
      ` [PATCH 090/111] libxfs: partition memfd files to avoid using too many fds

[PATCH] iomap: keep on increasing i_size in iomap_write_end()
 2024-06-03 11:22 UTC 

[PATCH] xfs: add bounds checking to xlog_recover_process_data
 2024-06-03  9:46 UTC 

[PATCH v2] xfs: don't walk off the end of a directory data block
 2024-06-03  8:01 UTC 

[PATCH] xfs: don't walk off the end of a directory data block
 2024-06-03  7:08 UTC  (5+ messages)

[PATCH] xfs: add bounds checking to xlog_recover_process_ophdr
 2024-06-03  5:36 UTC  (2+ messages)

[PATCH V2] xfs: make sure sb_fdblocks is non-negative
 2024-06-01 17:46 UTC  (3+ messages)

[GIT PULL] xfs: bug fixes for 6.10
 2024-06-01 16:38 UTC  (2+ messages)

[syzbot] [xfs?] BUG: corrupted list in xlog_cil_commit
 2024-06-01 11:12 UTC 

[PATCH] xfs_repair: log when buffers fail CRC checks even if we just recompute it
 2024-06-01  5:03 UTC  (2+ messages)

[PATCH] xfs_io: fix gcc complaints about potentially uninitialized variables
 2024-06-01  5:02 UTC  (2+ messages)

[PATCH v3 0/1] xfs_io: make MADV_SOFT_OFFLINE conditional
 2024-06-01  4:48 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH] fsverity: support block-based Merkle tree caching
 2024-05-31 21:52 UTC  (3+ messages)

[PATCH 18/26] xfs: use merkle tree offset as attr hash
 2024-05-31 21:45 UTC  (12+ messages)

[PATCH] xfs: dont remain new blocks in cowfork for unshare
 2024-05-31 17:53 UTC  (7+ messages)

[PATCH 0/2] Improve dmesg output for swapfile+hibernation
 2024-05-31 14:15 UTC  (7+ messages)

weird splats in xfs/561 on 6.10-rc1?
 2024-05-31 13:58 UTC  (5+ messages)

[PATCH 0/2] xfsprogs: Fix some issues found by checker
 2024-05-31  9:12 UTC  (7+ messages)
` [PATCH 1/2] xfs_db: Fix uninicialized error variable
` [PATCH 2/2] xfs_io: Fix do not loop through uninitialized var

[syzbot] Monthly xfs report (May 2024)
 2024-05-31  6:48 UTC 

allocation tagging splats xfs generic/531
 2024-05-31  1:12 UTC  (4+ messages)

[PATCH 15/16] iomap: Remove calls to set and clear folio error flag
 2024-05-30 20:21 UTC 

[syzbot] [xfs?] WARNING: locking bug in xfs_inode_mark_reclaimable
 2024-05-30 15:51 UTC 

[PATCH v3 00/21] block atomic writes for XFS
 2024-05-30 10:40 UTC  (4+ messages)
` [PATCH v3 14/21] iomap: Sub-extent zeroing


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