public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-19 22:35:40 to 2024-02-26 09:40:06 UTC [more...]

[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  (20+ 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 08/25] fsverity: calculate readahead in bytes instead of pages
` [PATCH v4 09/25] fsverity: add tracepoints

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

[PRBOMB] xfs: online repair patches for 6.9
 2024-02-25 12:51 UTC  (20+ 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

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

linux-next: build warning after merge of the xfs tree
 2024-02-24  9:07 UTC  (5+ 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] xfs: fix scrub stats file permissions
 2024-02-24  6:01 UTC 

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

[PATCH] xfs: skip background cowblock trims on inodes open for write
 2024-02-24  2:05 UTC  (2+ messages)

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

[PATCH] xfs: drop experimental warning for FSDAX
 2024-02-23 17:32 UTC  (5+ 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  (6+ messages)
` [External] : "

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

[PATCH v2] xfs: fix log recovery erroring out on refcount recovery failure
 2024-02-23  7:05 UTC  (2+ messages)

[PATCH] xfs_db: don't hardcode 'type data' size at 512b
 2024-02-22 22:04 UTC  (2+ messages)
` [PATCH v2] "

[ANNOUNCE] xfs-linux: for-next updated to 4b2f459d8625
 2024-02-22  6:26 UTC 

[PATCH] generic/449: don't run with RT devices
 2024-02-21 17:13 UTC  (4+ messages)

[PATCH -next] iomap: add pos and dirty_len into trace_iomap_writepage_map
 2024-02-21 16:37 UTC  (3+ messages)

[PATCH v2] xfs: ensure submit buffers on LSN boundaries in error handlers
 2024-02-21 12:01 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 7d5ba7ca6a45
 2024-02-21  6:00 UTC 

[PATCH] xfs: fix SEEK_HOLE/DATA for regions with active COW extents
 2024-02-21  5:34 UTC  (4+ messages)

put the xfs xfile abstraction on a diet v4
 2024-02-21  2:17 UTC  (12+ messages)
` [PATCH 08/22] xfs: use VM_NORESERVE in xfile_create
` [PATCH 10/22] xfs: use shmem_kernel_file_setup "
` [PATCH 22/22] xfs: remove xfile_{get,put}_page

bring back RT delalloc support
 2024-02-21  0:00 UTC  (15+ messages)
` [PATCH 2/9] xfs: move RT inode locking out of __xfs_bunmapi
` [PATCH 3/9] xfs: split xfs_mod_freecounter
` [PATCH 6/9] xfs: support RT inodes in xfs_mod_delalloc
` [PATCH 8/9] xfs: stop the steal (of data blocks for RT indirect blocks)

[goldwynr:buffered-iomap] [iomap] 5ade73f9dd: BUG:KASAN:slab-use-after-free_in_ifs_free
 2024-02-20  8:03 UTC 

[BUG][xfstests generic/133] deadlock and crach on xfs, BUG: KASAN: slab-out-of-bounds in xfs_read_iomap_begin+0x5f2/0x750 [xfs]
 2024-02-20  5:49 UTC  (3+ messages)

[PATCH] xfs: use kvfree in xfs_ioc_getfsmap()
 2024-02-20  5:04 UTC  (2+ messages)

[PATCH] xfs: use kvfree() in xfs_ioc_attr_list()
 2024-02-20  5:04 UTC  (2+ messages)


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