linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-19 06:27:31 to 2024-02-24 01:30:00 UTC [more...]

[PRBOMB] xfs: online repair patches for 6.9
 2024-02-24  1:29 UTC  (5+ 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

[PATCHBOMB] time_stats, thread_with_file: lifting generic code to lib
 2024-02-24  1:19 UTC  (48+ 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

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

[PATCH v4 00/25] fs-verity support for XFS
 2024-02-23 18:27 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 08/25] fsverity: calculate readahead in bytes instead of pages
` [PATCH v4 09/25] fsverity: add tracepoints

[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 

linux-next: build warning after merge of the xfs tree
 2024-02-23 14:06 UTC  (4+ messages)

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

[PATCH 0/6] block atomic writes for XFS
 2024-02-23  6:57 UTC  (13+ messages)
` [PATCH 6/6] fs: xfs: Set FMODE_CAN_ATOMIC_WRITE for FS_XFLAG_ATOMICWRITES set

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

[LSF/MM/BPF TOPIC] no tears atomics & LBS
 2024-02-22 21:59 UTC 

[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  (31+ messages)
` [PATCH 02/22] shmem: move shmem_mapping out of line
` [PATCH 03/22] shmem: set a_ops earlier in shmem_symlink
` [PATCH 04/22] shmem: move the shmem_mapping assert into shmem_get_folio_gfp
` [PATCH 05/22] shmem: export shmem_get_folio
` [PATCH 06/22] shmem: export shmem_kernel_file_setup
` [PATCH 07/22] shmem: document how to "persist" data when using shmem_*file_setup
` [PATCH 08/22] xfs: use VM_NORESERVE in xfile_create
` [PATCH 09/22] xfs: shmem_file_setup can't return NULL
` [PATCH 10/22] xfs: use shmem_kernel_file_setup in xfile_create
` [PATCH 11/22] xfs: don't modify file and inode flags for shmem files
` [PATCH 12/22] xfs: remove xfile_stat
` [PATCH 13/22] xfs: remove the xfile_pread/pwrite APIs
` [PATCH 14/22] xfs: don't try to handle non-update pages in xfile_obj_load
` [PATCH 15/22] xfs: don't allow highmem pages in xfile mappings
` [PATCH 16/22] xfs: use shmem_get_folio in xfile_obj_store
` [PATCH 17/22] xfs: use shmem_get_folio in in xfile_load
` [PATCH 18/22] xfs: add file_{get,put}_folio
` [PATCH 19/22] xfs: remove xfarray_sortinfo.page_kaddr
` [PATCH 20/22] xfs: fix a comment in xfarray.c
` [PATCH 21/22] xfs: convert xfarray_pagesort to deal with large folios
` [PATCH 22/22] xfs: remove xfile_{get,put}_page

bring back RT delalloc support
 2024-02-21  0:00 UTC  (20+ messages)
` [PATCH 1/9] xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitions
` [PATCH 2/9] xfs: move RT inode locking out of __xfs_bunmapi
` [PATCH 3/9] xfs: split xfs_mod_freecounter
` [PATCH 4/9] xfs: reinstate RT support in xfs_bmapi_reserve_delalloc
` [PATCH 5/9] xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delay
` [PATCH 6/9] xfs: support RT inodes in xfs_mod_delalloc
` [PATCH 7/9] xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocations
` [PATCH 8/9] xfs: stop the steal (of data blocks for RT indirect blocks)
` [PATCH 9/9] xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)

[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)

[PATCH v6 0/3] Remove the XFS mrlock
 2024-02-19 15:41 UTC  (4+ messages)
` [PATCH v6 1/3] locking: Add rwsem_assert_held() and rwsem_assert_held_write()
` [PATCH v6 2/3] xfs: Replace xfs_isilocked with xfs_assert_ilocked
` [PATCH v6 3/3] xfs: Remove mrlock wrapper

[PATCH v5 0/3] Remove the XFS mrlock
 2024-02-19 15:06 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 49c379d3a72a
 2024-02-19 14:58 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 NNTP newsgroup(s).