messages from 2025-11-26 13:51:22 to 2026-01-09 08:03:09 UTC [more...]
[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
2026-01-09 8:03 UTC (44+ messages)
` [PATCH 01/24] fs: add setlease to generic_ro_fops and read-only filesystem directory operations
` [PATCH 02/24] affs: add setlease file operation
` [PATCH 03/24] btrfs: "
` [PATCH 04/24] erofs: "
` [PATCH 05/24] ext2: "
` [PATCH 06/24] ext4: "
` [PATCH 07/24] exfat: "
` [PATCH 08/24] f2fs: "
` [PATCH 09/24] fat: "
` [PATCH 10/24] gfs2: add a "
` [PATCH 11/24] jffs2: add "
` [PATCH 12/24] jfs: "
` [PATCH 13/24] nilfs2: "
` [PATCH 14/24] ntfs3: "
` [PATCH 15/24] ocfs2: "
` [PATCH 16/24] orangefs: "
` [PATCH 17/24] overlayfs: "
` [PATCH 18/24] squashfs: "
` [PATCH 19/24] tmpfs: "
` [PATCH 20/24] udf: "
` [PATCH 21/24] ufs: "
` [PATCH 22/24] xfs: "
` [PATCH 23/24] filelock: default to returning -EINVAL when ->setlease operation is NULL
` [PATCH 24/24] fs: remove simple_nosetlease()
re-enable IOCB_NOWAIT writes to files v6
2026-01-08 15:24 UTC (14+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] nfs: split nfs_update_timestamps
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time
` [PATCH 05/11] fs: refactor ->update_time handling
` [PATCH 06/11] fs: factor out a sync_lazytime helper
` [PATCH 07/11] fs: add a ->sync_lazytime method
` [PATCH 08/11] fs: add support for non-blocking timestamp updates
` [PATCH 09/11] fs: refactor file_update_time_flags
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates
[PATCH v2] readdir: require opt-in for d_type flags
2026-01-08 7:45 UTC
[PATCH] overlayfs: mask d_type high bits before whiteout check
2026-01-08 7:21 UTC (4+ messages)
re-enable IOCB_NOWAIT writes to files v5
2026-01-07 7:43 UTC (25+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] nfs: split nfs_update_timestamps
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time
` [PATCH 05/11] fs: refactor ->update_time handling
` [PATCH 06/11] fs: factor out a sync_lazytime helper
` [PATCH 07/11] fs: add a ->sync_lazytime method
` [PATCH 08/11] fs: add support for non-blocking timestamp updates
` [PATCH 09/11] fs: refactor file_update_time_flags
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates
re-enable IOCB_NOWAIT writes to files v4
2026-01-07 7:32 UTC (25+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] fs: exit early in generic_update_time when there is no work
` [PATCH 04/11] fs: delay the actual timestamp updates in inode_update_timestamps
` [PATCH 05/11] fs: return I_DIRTY_* and allow error returns from inode_update_timestamps
` [PATCH 06/11] fs: factor out a sync_lazytime helper
` [PATCH 07/11] fs: add a ->sync_lazytime method
` [PATCH 08/11] fs: add support for non-blocking timestamp updates
` [PATCH 09/11] fat: enable "
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates
re-enable IOCB_NOWAIT writes to files v5
2026-01-06 7:54 UTC (6+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] nfs: split nfs_update_timestamps
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time
[PATCH] erofs: don't bother with s_stack_depth increasing for now
2026-01-04 21:14 UTC (4+ messages)
[PATCH] Add initerofs for EROFS-backed early rootfs
2025-12-31 17:07 UTC
[PATCH v5.10] ovl: Use "buf" flexible array for memcpy() destination
2025-12-31 10:08 UTC
[PATCH] fs: allow rename across bind mounts on same superblock
2025-12-30 5:57 UTC
[syzbot] Monthly overlayfs report (Dec 2025)
2025-12-28 8:47 UTC
[syzbot] [overlayfs?] WARNING in end_dirop
2025-12-25 0:23 UTC
overlay unionmount failed when a long path is set
2025-12-24 19:31 UTC (3+ messages)
[syzbot] [overlayfs?] general protection fault in ovl_iterate
2025-12-23 16:12 UTC (2+ messages)
(no subject)
2025-12-23 13:42 UTC
re-enable IOCB_NOWAIT writes to files v3
2025-12-22 23:41 UTC (19+ messages)
` [PATCH 01/10] fs: remove inode_update_time
` [PATCH 02/10] fs: allow error returns from generic_update_time
` [PATCH 03/10] fs: exit early in generic_update_time when there is no work
` [PATCH 04/10] fs: factor out a mark_inode_dirty_time helper
` [PATCH 05/10] fs: allow error returns from inode_update_timestamps
` [PATCH 06/10] fs: factor out a sync_lazytime helper
` [PATCH 07/10] fs: add a ->sync_lazytime method
` [PATCH 08/10] fs: add support for non-blocking timestamp updates
` [PATCH 09/10] xfs: implement ->sync_lazytime
` [PATCH 10/10] xfs: enable non-blocking timestamp updates
[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
2025-12-15 14:19 UTC (18+ messages)
` [PATCH v6 06/15] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH] fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()
[PATCH] ovl: pass original credentials, not mounter credentials during create
2025-12-05 16:49 UTC (4+ messages)
overlayfs test failures on kernels post v6.18
2025-12-05 12:34 UTC (2+ messages)
[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
2025-12-03 10:18 UTC (3+ messages)
[syzbot] [overlayfs?] WARNING in fast_dput
2025-12-01 12:11 UTC (8+ messages)
[syzbot] [overlayfs?] WARNING in shmem_unlink (2)
2025-11-28 9:54 UTC (10+ messages)
` [PATCH] ovl: fail ovl_lock_rename_workdir() if either target is unhashed
[linux-next:master] [VFS/nfsd/cachefiles/ovl] 7ab96df840: WARNING:at_fs/dcache.c:#umount_check
2025-11-27 11:03 UTC (8+ messages)
re-enable IOCB_NOWAIT writes to files v2
2025-11-26 13:51 UTC (2+ messages)
` (subset) "
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