public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-29 13:40:17 to 2025-01-06 19:50:15 UTC [more...]

[RFC] Directly mapped xattr data & fs-verity
 2025-01-06 19:50 UTC  (6+ messages)
` [PATCH 00/24] fsverity integration for XFS based on direct mapped xattrs
  ` [PATCH 23/24] xfs: report verity failures through the health system
  ` [PATCH 24/24] xfs: enable ro-compat fs-verity flag

Approach to quickly zeroing large XFS file (or) tool to mark XFS file extents as written
 2025-01-06 19:46 UTC  (6+ messages)

[PATCH v1 2/3] xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()
 2025-01-06 19:37 UTC  (4+ messages)

Create xfs-stable@lists.linux.dev
 2025-01-06 19:21 UTC  (3+ messages)

add STATX_DIO_READ_ALIGN
 2025-01-06 19:09 UTC  (15+ messages)
` [PATCH 1/4] fs: reformat the statx definition
` [PATCH 2/4] fs: add STATX_DIO_READ_ALIGN
` [PATCH 3/4] xfs: cleanup xfs_vn_getattr
` [PATCH 4/4] xfs: report the correct read/write dio alignment for reflinked inodes
` [PATCH] statx.2: document STATX_DIO_READ_ALIGN

[PATCHSET v3] fstests: random fixes for v2024.12.01
 2025-01-06 18:13 UTC  (4+ messages)
` [PATCH 1/2] xfs/032: try running on blocksize > pagesize filesystems

trivial cleanups
 2025-01-06 18:10 UTC  (8+ messages)
` [PATCH 1/3] xfs: mark xfs_dir_isempty static
` [PATCH 2/3] xfs: remove XFS_ILOG_NONCORE
` [PATCH 3/3] xfs: remove the t_magic field in struct xfs_trans

[RFC PATCH 1/2] fs: introduce FALLOC_FL_FORCE_ZERO to fallocate
 2025-01-06 18:06 UTC  (5+ messages)

xfs_db bug
 2025-01-06 17:33 UTC  (3+ messages)

[NYE PATCHCYCLONE] xfs: free space defrag and autonomous self healing
 2025-01-06 11:18 UTC  (107+ messages)
` [PATCHSET 1/5] xfs: improve post-close eofblocks gc behavior
  ` [PATCH 1/1] xfs: Don't free EOF blocks on close when extent size hints are set
` [PATCHSET RFC 2/5] xfs: noalloc allocation groups
  ` [PATCH 1/5] xfs: track deferred ops statistics
  ` [PATCH 2/5] xfs: whine to dmesg when we encounter errors
  ` [PATCH 3/5] xfs: create a noalloc mode for allocation groups
  ` [PATCH 4/5] xfs: enable userspace to hide an AG from allocation
  ` [PATCH 5/5] xfs: apply noalloc mode to inode allocations too
` [PATCHSET 3/5] xfs: report refcount information to userspace
  ` [PATCH 1/1] xfs: export reference count "
` [PATCHSET 4/5] xfs: defragment free space
  ` [PATCH 1/4] xfs: export realtime refcount information
  ` [PATCH 2/4] xfs: capture the offset and length in fallocate tracepoints
  ` [PATCH 3/4] xfs: add an ioctl to map free space into a file
  ` [PATCH 4/4] xfs: implement FALLOC_FL_MAP_FREE for realtime files
` [PATCHSET 5/5] xfs: live health monitoring of filesystems
  ` [PATCH 01/16] xfs: create debugfs uuid aliases
  ` [PATCH 02/16] xfs: create hooks for monitoring health updates
  ` [PATCH 03/16] xfs: create a filesystem shutdown hook
  ` [PATCH 04/16] xfs: create hooks for media errors
  ` [PATCH 05/16] iomap, filemap: report buffered read and write io errors to the filesystem
  ` [PATCH 06/16] iomap: report directio read and write errors to callers
  ` [PATCH 07/16] xfs: create file io error hooks
  ` [PATCH 08/16] xfs: create a special file to pass filesystem health to userspace
  ` [PATCH 09/16] xfs: create event queuing, formatting, and discovery infrastructure
  ` [PATCH 10/16] xfs: report metadata health events through healthmon
  ` [PATCH 11/16] xfs: report shutdown "
  ` [PATCH 12/16] xfs: report media errors "
  ` [PATCH 13/16] xfs: report file io "
  ` [PATCH 14/16] xfs: allow reconfiguration of the health monitoring device
  ` [PATCH 15/16] xfs: add media error reporting ioctl
  ` [PATCH 16/16] xfs: send uevents when mounting and unmounting a filesystem
` [PATCHSET RFC 1/5] xfsprogs: noalloc allocation groups
  ` [PATCH 2/5] xfs: create a noalloc mode for "
  ` [PATCH 3/5] xfs: enable userspace to hide an AG from allocation
  ` [PATCH 4/5] xfs: apply noalloc mode to inode allocations too
  ` [PATCH 5/5] xfs_io: enhance the aginfo command to control the noalloc flag
` [PATCHSET 2/5] xfsprogs: report refcount information to userspace
  ` [PATCH 1/2] xfs: export reference count "
  ` [PATCH 2/2] xfs_io: dump reference count information
` [PATCHSET 3/5] xfsprogs: defragment free space
  ` [PATCH 01/11] xfs_io: display rtgroup number in verbose fsrefs output
  ` [PATCH 02/11] xfs: add an ioctl to map free space into a file
  ` [PATCH 03/11] xfs_io: support using XFS_IOC_MAP_FREESP to map free space
  ` [PATCH 04/11] xfs_db: get and put blocks on the AGFL
  ` [PATCH 05/11] xfs_spaceman: implement clearing free space
  ` [PATCH 06/11] spaceman: physically move a regular inode
  ` [PATCH 07/11] spaceman: find owners of space in an AG
  ` [PATCH 08/11] xfs_spaceman: wrap radix tree accesses in find_owner.c
  ` [PATCH 09/11] xfs_spaceman: port relocation structure to 32-bit systems
  ` [PATCH 10/11] spaceman: relocate the contents of an AG
  ` [PATCH 11/11] spaceman: move inodes with hardlinks
` [PATCHSET 4/5] xfsprogs: live health monitoring of filesystems
  ` [PATCH 01/21] xfs: create hooks for monitoring health updates
  ` [PATCH 02/21] xfs: create a special file to pass filesystem health to userspace
  ` [PATCH 03/21] xfs: create event queuing, formatting, and discovery infrastructure
  ` [PATCH 04/21] xfs: report metadata health events through healthmon
  ` [PATCH 05/21] xfs: report shutdown "
  ` [PATCH 06/21] xfs: report media errors "
  ` [PATCH 07/21] xfs: report file io "
  ` [PATCH 08/21] xfs: add media error reporting ioctl
  ` [PATCH 09/21] xfs_io: monitor filesystem health events
  ` [PATCH 10/21] xfs_io: add a media error reporting command
  ` [PATCH 11/21] xfs_scrubbed: create daemon to listen for health events
  ` [PATCH 12/21] xfs_scrubbed: check events against schema
  ` [PATCH 13/21] xfs_scrubbed: enable repairing filesystems
  ` [PATCH 14/21] xfs_scrubbed: check for fs features needed for effective repairs
  ` [PATCH 15/21] xfs_scrubbed: use getparents to look up file names
  ` [PATCH 16/21] builddefs: refactor udev directory specification
  ` [PATCH 17/21] xfs_scrubbed: create a background monitoring service
  ` [PATCH 18/21] xfs_scrubbed: don't start service if kernel support unavailable
  ` [PATCH 19/21] xfs_scrubbed: use the autofsck fsproperty to select mode
  ` [PATCH 20/21] xfs_scrub: report media scrub failures to the kernel
  ` [PATCH 21/21] debian: enable xfs_scrubbed on the root filesystem by default
` [PATCHSET 5/5] xfs_repair: add difficult V5 features to filesystems
  ` [PATCH 01/10] xfs_repair: allow sysadmins to add free inode btree indexes
  ` [PATCH 02/10] xfs_repair: allow sysadmins to add reflink
  ` [PATCH 03/10] xfs_repair: allow sysadmins to add reverse mapping indexes
  ` [PATCH 04/10] xfs_repair: upgrade an existing filesystem to have parent pointers
  ` [PATCH 05/10] xfs_repair: allow sysadmins to add metadata directories
  ` [PATCH 06/10] xfs_repair: upgrade filesystems to support rtgroups when adding metadir
  ` [PATCH 07/10] xfs_repair: allow sysadmins to add realtime reverse mapping indexes
  ` [PATCH 08/10] xfs_repair: allow sysadmins to add realtime reflink
  ` [PATCH 09/10] xfs_repair: skip free space checks when upgrading
  ` [PATCH 10/10] xfs_repair: allow adding rmapbt to reflink filesystems
` [PATCHSET 1/5] fstests: functional test for refcount reporting
  ` [PATCH 1/1] xfs: test output of new FSREFCOUNTS ioctl
` [PATCHSET 2/5] fstests: defragment free space
  ` [PATCH 1/1] xfs: test clearing of "
` [PATCHSET 3/5] fstests: capture logs from mount failures
  ` [PATCH 1/2] treewide: convert all $MOUNT_PROG to _mount
  ` [PATCH 2/2] check: capture dmesg of mount failures if test fails
` [PATCHSET 4/5] fstests: live health monitoring of filesystems
  ` [PATCH 1/6] misc: convert all $UMOUNT_PROG to a _umount helper
  ` [PATCH 2/6] misc: convert all umount(1) invocations to _umount
  ` [PATCH 3/6] xfs: test health monitoring code
  ` [PATCH 4/6] xfs: test for metadata corruption error reporting via healthmon
  ` [PATCH 5/6] xfs: test io "
  ` [PATCH 6/6] xfs: test new xfs_scrubbed daemon
` [PATCHSET 5/5] fstests: add difficult V5 features to filesystems
  ` [PATCH 1/3] xfs/1856: add metadir upgrade to test matrix
  ` [PATCH 2/3] xfs/1856: add rtrmapbt "
  ` [PATCH 3/3] xfs/1856: add rtreflink "

[PATCH v2 0/2] xfs: two small cleanup
 2025-01-06 11:13 UTC  (3+ messages)
` [PATCH v2 2/2] xfs: remove bp->b_error check in xfs_attr3_root_inactive

buffer cache cleanups
 2025-01-06  9:54 UTC  (16+ messages)
` [PATCH 01/15] xfs: fix a double completion for buffers on in-memory targets
` [PATCH 02/15] xfs: remove the incorrect comment above xfs_buf_free_maps
` [PATCH 03/15] xfs: remove the incorrect comment about the b_pag field
` [PATCH 04/15] xfs: move xfs_buf_iowait out of (__)xfs_buf_submit
` [PATCH 05/15] xfs: simplify xfs_buf_delwri_pushbuf
` [PATCH 06/15] xfs: remove xfs_buf_delwri_submit_buffers
` [PATCH 07/15] xfs: move write verification out of _xfs_buf_ioapply
` [PATCH 08/15] xfs: move in-memory buftarg handling "
` [PATCH 09/15] xfs: simplify buffer I/O submission
` [PATCH 10/15] xfs: move invalidate_kernel_vmap_range to xfs_buf_ioend
` [PATCH 11/15] xfs: remove the extra buffer reference in xfs_buf_submit
` [PATCH 12/15] xfs: always complete the buffer inline "
` [PATCH 13/15] xfs: simplify xfsaild_resubmit_item
` [PATCH 14/15] xfs: move b_li_list based retry handling to common code
` [PATCH 15/15] xfs: add a b_iodone callback to struct xfs_buf

[PATCH 2/3] vfs: Fix implicit conversion problem when testing overflow case
 2025-01-06  8:35 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 9d89551994a4
 2025-01-06  8:05 UTC 

[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-06  6:43 UTC  (13+ messages)
` [PATCH v4 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v4 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v4 19/25] proc/task_mmu: Ignore ZONE_DEVICE pages

[BUG REPORT] ext4: “errors=remount-ro” has become “errors=shutdown”?
 2025-01-04  3:15 UTC  (7+ messages)

[PATCH] filemap: avoid truncating 64-bit offset to 32 bits
 2025-01-02 23:25 UTC  (3+ messages)

[PATCH v3 0/7] large atomic writes for xfs
 2025-01-02 14:04 UTC  (8+ messages)
` [PATCH v3 1/7] iomap: Increase iomap_dio_zero() size limit
` [PATCH v3 2/7] iomap: Add zero unwritten mappings dio support
` [PATCH v3 3/7] iomap: Lift blocksize restriction on atomic writes
` [PATCH v3 4/7] xfs: Add extent zeroing support for "
` [PATCH v3 5/7] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH v3 6/7] xfs: Add RT atomic write unit max to xfs_mount
` [PATCH v3 7/7] xfs: Update xfs_get_atomic_write_attr() for large atomic writes

[syzbot] [mm?] [xfs?] KASAN: slab-use-after-free Read in filemap_map_pages
 2025-01-01  4:06 UTC 

[Bug 219504] New: XFS crashes with kernel Version > 6.1.91. Perhaps Changes in kernel 6.1.92 for XFS/iomap causing the problems?
 2024-12-31 22:11 UTC  (5+ messages)
` [Bug 219504] iomap/buffered-io/XFS crashes with kernel Version > 6.1.91. Perhaps Changes in kernel 6.1.92 (and up) "

[PATCH 0/2] xfs: fix two issues regarding mount failures
 2024-12-31  2:34 UTC  (3+ messages)
` [PATCH 1/2] xfs: correct the sb_rgcount when the disk not support rt volume
` [PATCH 2/2] xfs: fix mount hang during primary superblock recovery failure

[PATCH 0/5] fs/buffer: strack reduction on async read
 2024-12-30 17:30 UTC  (5+ messages)

[PATCH] xfs: Use refcount_t instead of atomic_t for xmi_refcount
 2024-12-30  7:18 UTC 

[PATCH] xfs: Remove i_rwsem lock in buffered read
 2024-12-30  2:42 UTC  (5+ messages)

[PATCH 1/2] iomap: add iomap_writepages_unbound() to write beyond EOF
 2024-12-29 21:36 UTC  (3+ messages)


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