public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-03 12:14:52 to 2026-03-05 19:25:52 UTC [more...]

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-03-05 19:25 UTC  (6+ messages)
` [PATCH 24/24] fs: remove simple_nosetlease()

[PATCH v2] xfs: fix use-after-free of log items during AIL pushing
 2026-03-05 18:58 UTC 

[PATCH] xfs: fix use-after-free in xfs_inode_item_push()
 2026-03-05 18:28 UTC  (5+ messages)
  `  "

[PATCH] xfs: don't clobber bi_status in xfs_zone_alloc_and_submit
 2026-03-05 18:09 UTC  (7+ messages)

[PATCHSET v8] xfsprogs: autonomous self healing of filesystems
 2026-03-05 17:55 UTC  (74+ messages)
` [PATCH 01/26] libfrog: add a function to grab the path from an open fd and a file handle
` [PATCH 02/26] libfrog: create healthmon event log library functions
` [PATCH 03/26] libfrog: add support code for starting systemd services programmatically
` [PATCH 04/26] libfrog: hoist a couple of service helper functions
` [PATCH 05/26] man2: document the healthmon ioctl
` [PATCH 06/26] man2: document the media verification ioctl
` [PATCH 07/26] xfs_io: monitor filesystem health events
` [PATCH 08/26] xfs_io: add a media verify command
` [PATCH 09/26] xfs_healer: create daemon to listen for health events
` [PATCH 10/26] xfs_healer: enable repairing filesystems
` [PATCH 11/26] xfs_healer: use getparents to look up file names
` [PATCH 12/26] xfs_healer: create a per-mount background monitoring service
` [PATCH 13/26] xfs_healer: create a service to start the per-mount healer service
` [PATCH 14/26] xfs_healer: don't start service if kernel support unavailable
` [PATCH 15/26] xfs_healer: use the autofsck fsproperty to select mode
` [PATCH 16/26] xfs_healer: run full scrub after lost corruption events or targeted repair failure
` [PATCH 17/26] xfs_healer: use getmntent to find moved filesystems
` [PATCH 18/26] xfs_healer: validate that repair fds point to the monitored fs
` [PATCH 19/26] xfs_healer: add a manual page
` [PATCH 20/26] xfs_scrub: use the verify media ioctl during phase 6 if possible
` [PATCH 21/26] xfs_scrub: perform media scanning of the log region
` [PATCH 22/26] xfs_io: add listmount command
` [PATCH 23/26] xfs_io: print systemd service names
` [PATCH 24/26] mkfs: enable online repair if all backrefs are enabled
` [PATCH 25/26] debian: enable xfs_healer on the root filesystem by default
` [PATCH 26/26] debian/control: listify the build dependencies

[PATCH v2 0/5] iomap, xfs: improve zero range flushing and lookup
 2026-03-05 16:10 UTC  (15+ messages)
` [PATCH v2 1/5] iomap, xfs: lift zero range hole mapping flush into xfs

[PATCHSET] xfsprogs: various bug fixes for 6.19
 2026-03-05 15:56 UTC  (11+ messages)
` [PATCH 1/4] misc: fix a few memory leaks
` [PATCH 2/4] libxfs: fix data corruption bug in libxfs_file_write
` [PATCH 3/4] mkfs: fix protofile data corruption when in/out file block sizes don't match
` [PATCH 4/4] mkfs: fix log sunit automatic configuration

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-05 14:25 UTC  (21+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 03/12] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v3 04/12] vfs: widen trace event i_ino fields "
` [PATCH v3 05/12] cachefiles: "
` [PATCH v3 06/12] ext2: "
` [PATCH v3 07/12] hugetlbfs: "
` [PATCH v3 08/12] zonefs: "
` [PATCH v3 09/12] ext4: "
` [PATCH v3 10/12] f2fs: "
` [PATCH v3 11/12] nilfs2: "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "

[PATCH 0/2] xfs: code cleanup and item deletion fix
 2026-03-05 14:06 UTC  (5+ messages)
` [PATCH 1/2] xfs: remove redundant set null for ip->i_itemp
` [PATCH 2/2] xfs: ensure dquot item is deleted from AIL only after log shutdown

[PATCH] xfs: fix undersized l_iclog_roundoff values
 2026-03-05 14:06 UTC  (2+ messages)

[PATCH] xfs: remove scratch field from struct xfs_gc_bio
 2026-03-05  9:48 UTC  (2+ messages)

[PATCH v2] xfs: fix race between healthmon unmount and read_iter
 2026-03-05  9:47 UTC  (2+ messages)

[PATCH] xfs: Remove redundant NULL check after __GFP_NOFAIL
 2026-03-05  9:47 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] xfs: fix returned valued from xfs_defer_can_append
 2026-03-05  9:46 UTC  (4+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 625f2cf0ed12
 2026-03-05  9:45 UTC 

[RFC 0/2] add FALLOC_FL_WRITE_ZEROES support to xfs
 2026-03-04 19:57 UTC  (9+ messages)
` [RFC 1/2] xfs: add flags field to xfs_alloc_file_space

[PATCH 0/1] mkfs.xfs fix sunit size on 512e and 4kN disks
 2026-03-04 19:49 UTC  (3+ messages)
` [PATCH 1/1] "

[syzbot] Monthly xfs report (Mar 2026)
 2026-03-04 18:24 UTC 

[PATCH] xfs/841: create a block device that must exist
 2026-03-04 16:49 UTC  (4+ messages)

[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
 2026-03-04 14:10 UTC  (35+ messages)
` [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [PATCH v2 003/110] audit: widen ino fields to u64
` [PATCH v2 016/110] 9p: use PRIino format for i_ino
` [PATCH v2 053/110] uprobes: "
` [PATCH v2 069/110] 9p: replace PRIino with %llu/%llx format strings
` [PATCH v2 105/110] security: "

[PATCH v3] iomap: reject delalloc mappings during writeback
 2026-03-04 13:32 UTC  (2+ messages)

support file system generated / verified integrity information v4
 2026-03-04 12:55 UTC  (8+ messages)
` [PATCH 12/16] ntfs3: remove copy and pasted iomap code

[PATCH 0/8] mm: globalize rest_of_page() macro
 2026-03-04 12:48 UTC  (16+ messages)
` [PATCH 1/8] mm: add "
` [PATCH 2/8] fs: use rest_of_page() macro where appropriate
` [PATCH 3/8] net: "
` [PATCH 4/8] core: "
` [PATCH 5/8] spi: "
` [PATCH 6/8] KVM: "
` [PATCH 7/8] drivers: ALSA: "
` [PATCH 8/8] arch: "

[PATCHSET v8 1/2] fstests: test generic file IO error reporting
 2026-03-04 10:10 UTC  (13+ messages)
` [PATCH 1/1] generic: test fsnotify filesystem "

[ANNOUNCE] xfsprogs: for-next updated to b56b8825a89b
 2026-03-03 20:00 UTC 

[PATCHSET] xfsprogs: new libxfs code from kernel 7.0
 2026-03-03 16:24 UTC  (19+ messages)
` [PATCH 01/36] libfrog: hoist some utilities from libxfs
` [PATCH 02/36] libfrog: fix missing gettext call in current_fixed_time
` [PATCH 12/36] xfs: move struct xfs_log_iovec to xfs_log_priv.h
` [PATCH 17/36] xfs: split and refactor zone validation
` [PATCH 29/36] treewide: Replace kmalloc with kmalloc_obj for non-scalar types
` [PATCH 30/36] Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
` [PATCH 33/36] xfs: remove metafile inodes from the active inode stat

[PATCH] xfs: annotate struct xfs_attr_list_context with __counted_by_ptr
 2026-03-03 14:40 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