messages from 2026-03-10 17:39:47 to 2026-03-15 08:35:45 UTC [more...]
[PATCH] ltp: add support for FALLOC_FL_WRITE_ZEROES to fsx and fsstress
2026-03-15 8:35 UTC (3+ messages)
[PATCHBOMB v9] xfsprogs: autonomous self healing of filesystems
2026-03-15 4:51 UTC (35+ messages)
` [PATCHSET v9 2/2] fstests: "
` [PATCH 01/14] xfs: test health monitoring code
` [PATCH 02/14] xfs: test for metadata corruption error reporting via healthmon
` [PATCH 03/14] xfs: test io "
` [PATCH 04/14] xfs: set up common code for testing xfs_healer
` [PATCH 05/14] xfs: test xfs_healer's event handling
` [PATCH 06/14] xfs: test xfs_healer can fix a filesystem
` [PATCH 07/14] xfs: test xfs_healer can report file I/O errors
` [PATCH 08/14] xfs: test xfs_healer can report file media errors
` [PATCH 09/14] xfs: test xfs_healer can report filesystem shutdowns
` [PATCH 10/14] xfs: test xfs_healer can initiate full filesystem repairs
` [PATCH 11/14] xfs: test xfs_healer can follow mount moves
` [PATCH 12/14] xfs: test xfs_healer wont repair the wrong filesystem
` [PATCH 13/14] xfs: test xfs_healer background service
` [PATCH 14/14] xfs: test xfs_healer startup service
` [PATCH 15/14] xfs: test xfs_healer can follow private mntns mount moves
[PATCH 0/3] Zoned XFS code improvements
2026-03-14 23:55 UTC (4+ messages)
` [PATCH 1/3] xfs: improve xfs_select_zone_nowait()
` [PATCH 2/3] xfs: improve xfs_zoned_show_stats()
` [PATCH 3/3] xfs: improve xfs_zoned_need_gc()
[PATCH 0/9] fstests: add test coverage for cloned filesystem ids
2026-03-14 17:04 UTC (5+ messages)
` [PATCH 2/9] fstests: add _mkfs_scratch_clone() helper
[PATCH v2 0/4] xfs: close crash window in attr dabtree inactivation
2026-03-14 2:49 UTC (10+ messages)
` [PATCH v2 1/4] xfs: only assert new size for datafork during truncate extents
` [PATCH v2 2/4] xfs: factor out xfs_attr3_node_entry_remove
` [PATCH v2 3/4] xfs: factor out xfs_attr3_leaf_init
` [PATCH v2 4/4] xfs: close crash window in attr dabtree inactivation
[PATCH] xfs/62[3-8]: require XFS_SCRUB_PROG
2026-03-13 23:45 UTC (4+ messages)
[PATCHSET v9 1/2] fstests: test generic file IO error reporting
2026-03-13 23:27 UTC (4+ messages)
` [PATCH 1/1] generic: test fsnotify filesystem "
[GIT PULL] XFS: Fixes for v7.0-rc4
2026-03-13 17:54 UTC (2+ messages)
[PATCH] iomap: fix incorrect did_zero setting in iomap_zero_iter()
2026-03-13 14:57 UTC (4+ messages)
[PATCH v4 00/25] fs-verity support for XFS with post EOF merkle tree
2026-03-13 14:55 UTC (13+ messages)
` [PATCH v4 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v4 17/25] xfs: use read ioend for fsverity data verification
` [PATCH v4 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata
[PATCH 0/4] xfs: close crash window in attr dabtree inactivation
2026-03-13 14:46 UTC (7+ messages)
` [PATCH 4/4] "
[PATCH 0/5] xfsdump, xfsprogs distro builds and DEBUG=
2026-03-13 13:12 UTC (2+ messages)
[RFC 0/3] Add buffered write-through support to iomap & xfs
2026-03-13 7:43 UTC (10+ messages)
` [RFC 1/3] iomap: Support buffered RWF_WRITETHROUGH via async dio backend
` [RFC 2/3] iomap: Enable stable writes for RWF_WRITETHROUGH inodes
[PATCH 1/3] xfs: add write pointer to xfs_rtgroup_geometry
2026-03-13 3:28 UTC (5+ messages)
` [PATCH 2/3] man/xfs_rtgroup_geometry: add rg_writepointer field description
` [PATCH 3/3] xfs_io: report rg_writepointer in report rg_info()
[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
2026-03-13 0:18 UTC (58+ messages)
` [PATCH 01/53] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH 02/53] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH 03/53] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH 04/53] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 05/53] VFS: introduce d_alloc_noblock()
` [PATCH 06/53] VFS: add d_duplicate()
` [PATCH 07/53] VFS: Add LOOKUP_SHARED flag
` [PATCH 08/53] VFS/xfs: drop parent lock across d_alloc_parallel() in d_add_ci()
` [PATCH 09/53] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH 10/53] nfs: use d_splice_alias() in nfs_link()
` [PATCH 11/53] nfs: don't d_drop() before d_splice_alias()
` [PATCH 12/53] nfs: don't d_drop() before d_splice_alias() in atomic_create
` [PATCH 13/53] nfs: Use d_alloc_noblock() in nfs_prime_dcache()
` [PATCH 14/53] nfs: use d_alloc_noblock() in silly-rename
` [PATCH 15/53] nfs: use d_duplicate()
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir
` [PATCH 17/53] coda: don't d_drop() early
` [PATCH 18/53] shmem: use d_duplicate()
` [PATCH 19/53] afs: use d_time instead of d_fsdata
` [PATCH 20/53] afs: don't unhash/rehash dentries during unlink/rename
` [PATCH 21/53] afs: use d_splice_alias() in afs_vnode_new_inode()
` [PATCH 22/53] afs: use d_alloc_nonblock in afs_sillyrename()
` [PATCH 23/53] afs: lookup_atsys to drop and reclaim lock
` [PATCH 24/53] afs: use d_duplicate()
` [PATCH 25/53] smb/client: use d_time to store a timestamp in dentry, not d_fsdata
` [PATCH 26/53] smb/client: don't unhashed and rehash to prevent new opens
` [PATCH 27/53] smb/client: use d_splice_alias() in atomic_open
` [PATCH 28/53] smb/client: Use d_alloc_noblock() in cifs_prime_dcache()
` [PATCH 29/53] exfat: simplify exfat_lookup()
` [PATCH 30/53] configfs: remove d_add() calls before configfs_attach_group()
` [PATCH 31/53] configfs: stop using d_add()
` [PATCH 32/53] ext4: move dcache modifying code out of __ext4_link()
` [PATCH 33/53] ext4: use on-stack dentries in ext4_fc_replay_link_internal()
` [PATCH 34/53] tracefs: stop using d_add()
` [PATCH 35/53] cephfs: "
` [PATCH 36/53] cephfs: remove d_alloc from CEPH_MDS_OP_LOOKUPNAME handling in ceph_fill_trace()
` [PATCH 37/53] cephfs: Use d_alloc_noblock() in ceph_readdir_prepopulate()
` [PATCH 38/53] cephfs: Don't d_drop() before d_splice_alias()
` [PATCH 39/53] ecryptfs: stop using d_add()
` [PATCH 40/53] gfs2: "
` [PATCH 41/53] libfs: "
` [PATCH 42/53] fuse: don't d_drop() before d_splice_alias()
` [PATCH 43/53] fuse: Use d_alloc_noblock() in fuse_direntplus_link()
` [PATCH 44/53] hostfs: don't d_drop() before d_splice_alias() in hostfs_mkdir()
` [PATCH 45/53] efivarfs: use d_alloc_name()
` [PATCH 46/53] Remove references to d_add() in documentation and comments
` [PATCH 47/53] VFS: make d_alloc() local to VFS
` [PATCH 48/53] VFS: remove d_add()
` [PATCH 49/53] VFS: remove d_rehash()
` [PATCH 50/53] VFS: remove lookup_one() and lookup_noperm()
` [PATCH 51/53] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
` [PATCH 52/53] VFS: lift d_alloc_parallel above inode_lock
` [PATCH 53/53] VFS: remove LOOKUP_SHARED
[PATCH v11 2/2] xfs: add FALLOC_FL_WRITE_ZEROES to XFS code base
2026-03-12 21:36 UTC (3+ messages)
[PATCH] xfs: use GFP_NOFS in __xfs_trans_alloc
2026-03-12 20:28 UTC (4+ messages)
[ANNOUNCE] xfsprogs: for-next updated to 69721699daeb
2026-03-12 17:43 UTC
[PATCH] xfs: scrub: unlock dquot before early return in quota scrub
2026-03-12 14:31 UTC (2+ messages)
[PATCH] xfs_io: fix fsmap help
2026-03-12 14:24 UTC (2+ messages)
[PATCHSET v9] xfsprogs: autonomous self healing of filesystems
2026-03-12 14:19 UTC (10+ messages)
` [PATCH 03/28] libfrog: add support code for starting systemd services programmatically
` [PATCH 19/28] xfs_healer: use statmount to find moved filesystems even faster
[RFC PATCH] quota: allow unprivileged users to query ID 0 default limits
2026-03-12 9:45 UTC (2+ messages)
[PATCH] xfs: fix integer overflow in bmap intent sort comparator
2026-03-12 8:39 UTC (2+ messages)
[PATCH] xfs: fix undersized l_iclog_roundoff values
2026-03-12 8:38 UTC (2+ messages)
[PATCH 0/2] xfs: code cleanup and item deletion fix
2026-03-12 8:38 UTC (2+ messages)
[PATCH v2 0/4] Zoned device cleanups
2026-03-12 8:37 UTC (9+ messages)
` [PATCH v2 1/4] xfs: factor out isize updates from xfs_dio_write_end_io
` [PATCH v2 2/4] xfs: factor out xfs_dio_write_zoned_end_io
` [PATCH v2 3/4] xfs: factor out xfs_zone_inc_written
` [PATCH v2 4/4] xfs: opencode xfs_zone_record_blocks
[ANNOUNCE] xfs-linux: for-next updated to f8544b654f22
2026-03-12 8:37 UTC
[PATCH v2] xfs_io: print more realtime subvolume related information in statfs
2026-03-12 7:00 UTC
[PATCH v4 0/8] iomap, xfs: improve zero range flushing and lookup
2026-03-12 6:55 UTC (12+ messages)
` [PATCH v4 1/8] xfs: fix iomap hole map reporting for zoned zero range
` [PATCH v4 2/8] xfs: flush dirty pagecache over hole in zoned mode "
` [PATCH v4 3/8] iomap, xfs: lift zero range hole mapping flush into xfs
` [PATCH v4 4/8] xfs: flush eof folio before insert range size update
` [PATCH v4 5/8] xfs: look up cow fork extent earlier for buffered iomap_begin
` [PATCH v4 6/8] xfs: only flush when COW fork blocks overlap data fork holes
` [PATCH v4 7/8] xfs: replace zero range flush with folio batch
` [PATCH v4 8/8] xfs: report cow mappings with dirty pagecache for iomap zero range
[PATCH] io: print more realtime subvolume related information in statfs
2026-03-11 20:52 UTC (3+ messages)
[PATCH] xfs_io: fix fsmap help
2026-03-11 14:26 UTC (3+ messages)
[PATCH v2 0/5] write streams and xfs spatial isolation
2026-03-11 9:59 UTC (18+ messages)
` [PATCH v2 1/5] fs: add generic write-stream management ioctl
` [PATCH v2 2/5] iomap: introduce and propagate write_stream
` [PATCH v2 3/5] xfs: implement write-stream management support
` [PATCH v2 4/5] xfs: steer allocation using write stream
[PATCH] xfs: Convert comma to semicolon
2026-03-11 8:08 UTC (2+ messages)
[syzbot] [xfs?] WARNING in refill_objects
2026-03-11 4:25 UTC
[PATCH v12 2/2] xfs: add FALLOC_FL_WRITE_ZEROES to XFS code base
2026-03-11 0:19 UTC (3+ messages)
[PATCH 6.12] xfs: get rid of the xchk_xfile_*_descr calls
2026-03-10 21:47 UTC
[PATCH v3 REBASE] xfs: Use xarray to track SB UUIDs instead of plain array
2026-03-10 20:49 UTC (2+ messages)
[PATCH v4 0/4] xfs: fix AIL push use-after-free during shutdown
2026-03-10 20:40 UTC (8+ messages)
` [PATCH v4 1/4] xfs: stop reclaim before pushing AIL during unmount
` [PATCH v4 2/4] xfs: avoid dereferencing log items after push callbacks
` [PATCH v4 3/4] xfs: save ailp before dropping the AIL lock in "
` [PATCH v4 4/4] xfs: refactor xfsaild_push loop into helper
[PATCH v3 3/4] xfs: avoid dereferencing log items after push callbacks
2026-03-10 17:56 UTC (2+ messages)
[PATCH v3 3/4] xfs: avoid dereferencing log items after push callbacks
2026-03-10 17:51 UTC (2+ messages)
[PATCH v3 2/4] xfs: refactor xfsaild_push loop into helper
2026-03-10 17:46 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox