Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-23 07:15:53 to 2024-02-27 02:17:49 UTC [more...]

[PATCHSET v29.4 01/13] xfs: improve log incompat feature handling
 2024-02-27  2:17 UTC 

[PATCHSET] fstests: random fixes for v2024.02.09
 2024-02-27  2:02 UTC  (9+ messages)
` [PATCH 1/8] generic/604: try to make race occur reliably
` [PATCH 2/8] xfs/155: fail the test if xfs_repair hangs for too long
` [PATCH 3/8] generic/192: fix spurious timeout
` [PATCH 4/8] generic/491: increase test timeout
` [PATCH 5/8] xfs/599: reduce the amount of attrs created here
` [PATCH 6/8] xfs/122: update test to pick up rtword/suminfo ondisk unions
` [PATCH 7/8] xfs/43[4-6]: make module reloading optional
` [PATCH 8/8] xfs: test for premature ENOSPC with large cow delalloc extents

[PATCH 0/2] xfs: kmalloc/kfree conversion fixes
 2024-02-27  0:47 UTC  (5+ messages)
` [PATCH 1/2] xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAIL
` [PATCH 2/2] xfs: use kvfree() in xlog_cil_free_logvec()

linux-next: manual merge of the vfs-brauner tree with the xfs tree
 2024-02-26 23:28 UTC 

[PATCH 00/13] enable bs > ps in XFS
 2024-02-26 21:18 UTC  (23+ messages)
` [PATCH 01/13] mm: Support order-1 folios in the page cache
` [PATCH 02/13] fs: Allow fine-grained control of folio sizes
` [PATCH 03/13] filemap: align the index to mapping_min_order in the page cache
` [PATCH 04/13] filemap: use mapping_min_order while allocating folios
` [PATCH 05/13] readahead: set file_ra_state->ra_pages to be at least mapping_min_order
` [PATCH 06/13] readahead: align index to mapping_min_order in ondemand_ra and force_ra
` [PATCH 07/13] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH 08/13] readahead: allocate folios with mapping_min_order in ra_(unbounded|order)
` [PATCH 09/13] mm: do not split a folio if it has minimum folio order requirement
` [PATCH 10/13] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH 11/13] xfs: expose block size in stat
` [PATCH 12/13] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH 13/13] xfs: enable block size larger than page size support

[PATCH] xfs: skip background cowblock trims on inodes open for write
 2024-02-26 20:13 UTC  (5+ messages)

bring back RT delalloc support v3
 2024-02-26 18:01 UTC  (13+ messages)
` [PATCH 01/10] xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitions
` [PATCH 02/10] xfs: move RT inode locking out of __xfs_bunmapi
` [PATCH 03/10] xfs: block deltas in xfs_trans_unreserve_and_mod_sb must be positive
` [PATCH 04/10] xfs: split xfs_mod_freecounter
` [PATCH 05/10] xfs: reinstate RT support in xfs_bmapi_reserve_delalloc
` [PATCH 06/10] xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delay
` [PATCH 07/10] xfs: support RT inodes in xfs_mod_delalloc
` [PATCH 08/10] xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocations
` [PATCH 09/10] xfs: stop the steal (of data blocks for RT indirect blocks)
` [PATCH 10/10] xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)

[PATCH] xfs: drop experimental warning for FSDAX
 2024-02-26 16:58 UTC  (6+ messages)

[PRBOMB] xfs: online repair patches for 6.9
 2024-02-26 13:04 UTC  (24+ messages)
` [GIT PULL 1/18] xfs: repair inode mode by scanning dirs
` [GIT PULL 2/18] xfs: online repair of quota counters
` [GIT PULL 3/18] xfs: online repair of file link counts
` [GIT PULL 4/18] xfs: report corruption to the health trackers
` [GIT PULL 5/18] xfs: indirect health reporting
` [GIT PULL 6/18] xfs: online repair for fs summary counters
` [GIT PULL 7/18] xfs: move btree geometry to ops struct
` [GIT PULL 8/18] xfs: remove bc_btnum from btree cursors
` [GIT PULL 9/18] xfs: btree check cleanups
` [GIT PULL 10/18] xfs: btree readahead cleanups
` [GIT PULL 11/18] xfs: buftarg cleanups
` [GIT PULL 12/18] xfs: support in-memory btrees
` [GIT PULL 13/18] xfs: online repair of rmap btrees
` [GIT PULL 14/18] xfs: reduce refcount repair memory usage
` [GIT PULL 15/18] xfs: bmap log intent cleanups
` [GIT PULL 16/18] xfs: widen BUI formats to support realtime
` [GIT PULL 17/18] xfs: support attrfork and unwritten BUIs
` [GIT PULL 18/18] xfs: clean up symbolic link code

linux-next: build warning after merge of the xfs tree
 2024-02-26 10:57 UTC  (6+ messages)

[PATCH] xfs: fix scrub stats file permissions
 2024-02-26 10:05 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 8a800a1e9004
 2024-02-26  9:38 UTC 

[PATCH v4 00/25] fs-verity support for XFS
 2024-02-26  2:24 UTC  (18+ messages)
` [PATCH v4 05/25] fs: add FS_XFLAG_VERITY for verity files
` [PATCH v4 06/25] fsverity: pass log_blocksize to end_enable_verity()
` [PATCH v4 07/25] fsverity: support block-based Merkle tree caching
` [PATCH v4 09/25] fsverity: add tracepoints

[LSF/MM/BPF TOPIC] no tears atomics & LBS
 2024-02-26  0:10 UTC  (3+ messages)

[PATCH] xfs: remove SLAB_MEM_SPREAD flag usage
 2024-02-25  4:50 UTC  (3+ messages)

[PATCHBOMB] time_stats, thread_with_file: lifting generic code to lib
 2024-02-24  6:02 UTC  (59+ messages)
` [PATCHSET 1/6] time_stats: promote to lib/
  ` [PATCH 1/4] mean and variance: Promote to lib/math
  ` [PATCH 2/4] eytzinger: Promote to include/linux/
  ` [PATCH 3/4] bcachefs: bch2_time_stats_to_seq_buf()
  ` [PATCH 4/4] time_stats: Promote to lib/
` [PATCHSET 2/6] time_stats: cleanups and fixes
  ` [PATCH 01/10] time_stats: report lifetime of the stats object
  ` [PATCH 02/10] time_stats: split stats-with-quantiles into a separate structure
  ` [PATCH 03/10] time_stats: fix struct layout bloat
  ` [PATCH 04/10] time_stats: add larger units
  ` [PATCH 05/10] time_stats: don't print any output if event count is zero
  ` [PATCH 06/10] time_stats: allow custom epoch names
  ` [PATCH 07/10] mean_and_variance: put struct mean_and_variance_weighted on a diet
  ` [PATCH 08/10] time_stats: shrink time_stat_buffer for better alignment
  ` [PATCH 09/10] time_stats: report information in json format
  ` [PATCH 10/10] time_stats: Kill TIME_STATS_HAVE_QUANTILES
` [PATCHSET RFC 3/6] xfs: capture statistics about wait times
  ` [PATCH 1/4] xfs: present wait time statistics
  ` [PATCH 2/4] xfs: present time stats for scrubbers
  ` [PATCH 3/4] xfs: present timestats in json format
  ` [PATCH 4/4] xfs: create debugfs uuid aliases
` [PATCHSET 4/6] thread_with_file: promote to lib/
  ` [PATCH 01/10] bcachefs: thread_with_stdio: eliminate double buffering
  ` [PATCH 02/10] bcachefs: thread_with_stdio: convert to darray
  ` [PATCH 03/10] bcachefs: thread_with_stdio: kill thread_with_stdio_done()
  ` [PATCH 04/10] bcachefs: thread_with_stdio: fix bch2_stdio_redirect_readline()
  ` [PATCH 05/10] bcachefs: Thread with file documentation
  ` [PATCH 06/10] darray: lift from bcachefs
  ` [PATCH 07/10] thread_with_file: Lift "
  ` [PATCH 08/10] thread_with_stdio: Mark completed in ->release()
  ` [PATCH 09/10] kernel/hung_task.c: export sysctl_hung_task_timeout_secs
  ` [PATCH 10/10] thread_with_stdio: suppress hung task warning
` [PATCHSET 5/6] thread_with_file: cleanups and fixes
  ` [PATCH 1/5] thread_with_file: allow creation of readonly files
  ` [PATCH 2/5] thread_with_file: fix various printf problems
  ` [PATCH 3/5] thread_with_file: create ops structure for thread_with_stdio
  ` [PATCH 4/5] thread_with_file: allow ioctls against these files
  ` [PATCH 5/5] thread_with_file: Fix missing va_end()
` [PATCHSET RFC 6/6] xfs: live health monitoring of filesystems
  ` [PATCH 1/8] xfs: use thread_with_file to create a monitoring file
  ` [PATCH 2/8] xfs: create hooks for monitoring health updates
  ` [PATCH 3/8] xfs: create a filesystem shutdown hook
  ` [PATCH 4/8] xfs: report shutdown events through healthmon
  ` [PATCH 5/8] xfs: report metadata health "
  ` [PATCH 6/8] xfs: report media errors "
  ` [PATCH 7/8] xfs: allow reconfiguration of the health monitoring device
  ` [PATCH 8/8] xfs: send uevents when mounting and unmounting a filesystem
` [PATCHSET RFC] xfsprogs: live health monitoring of filesystems
  ` [PATCH 1/7] xfs: use thread_with_file to create a monitoring file
  ` [PATCH 2/7] xfs: create hooks for monitoring health updates
  ` [PATCH 3/7] xfs: report shutdown events through healthmon
  ` [PATCH 4/7] xfs_io: monitor filesystem health events
  ` [PATCH 5/7] xfs_scrubbed: create daemon to listen for "
  ` [PATCH 6/7] xfs_scrubbed: enable repairing filesystems
  ` [PATCH 7/7] xfs_scrubbed: create a background monitoring service

[PATCH 0/6] block atomic writes for XFS
 2024-02-24  4:18 UTC  (9+ messages)
` [PATCH 6/6] fs: xfs: Set FMODE_CAN_ATOMIC_WRITE for FS_XFLAG_ATOMICWRITES set

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-02-23 20:45 UTC  (7+ messages)

bring back RT delalloc support v2
 2024-02-23 17:30 UTC  (31+ messages)
` [PATCH 01/10] xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitions
` [PATCH 02/10] xfs: move RT inode locking out of __xfs_bunmapi
` [PATCH 03/10] xfs: block deltas in xfs_trans_unreserve_and_mod_sb must be positive
` [PATCH 04/10] xfs: split xfs_mod_freecounter
` [PATCH 05/10] xfs: reinstate RT support in xfs_bmapi_reserve_delalloc
` [PATCH 06/10] xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delay
` [PATCH 07/10] xfs: support RT inodes in xfs_mod_delalloc
` [PATCH 08/10] xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocations
` [PATCH 09/10] xfs: stop the steal (of data blocks for RT indirect blocks)
` [PATCH 10/10] xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)

[PATCH] xfs: don't use current->journal_info
 2024-02-23 16:28 UTC  (4+ messages)

[bug report] xfs: convert kmem_zalloc() to kzalloc()
 2024-02-23 14:20 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).