messages from 2025-11-19 07:13:24 to 2026-01-08 17:13:50 UTC [more...]
[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
2026-01-08 17:12 UTC (2+ messages)
` [PATCH 01/24] fs: add setlease to generic_ro_fops and read-only filesystem directory operations
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 (23+ messages)
` [PATCH 01/16] fs: refactor file timestamp update logic
` [PATCH 02/16] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/16] fs: export vfs_utimes
` [PATCH 04/16] btrfs: use vfs_utimes to update file timestamps
` [PATCH 05/16] btrfs: fix the comment on btrfs_update_time
` [PATCH 06/16] orangefs: use inode_update_timestamps directly
` [PATCH 07/16] fs: remove inode_update_time
` [PATCH 08/16] fs: allow error returns from generic_update_time
` [PATCH 09/16] fs: exit early in generic_update_time when there is no work
` [PATCH 10/16] fs: factor out a mark_inode_dirty_time helper
` [PATCH 11/16] fs: allow error returns from inode_update_timestamps
` [PATCH 12/16] fs: factor out a sync_lazytime helper
` [PATCH 13/16] fs: add a ->sync_lazytime method
` [PATCH 14/16] fs: add support for non-blocking timestamp updates
` [PATCH 15/16] xfs: implement ->sync_lazytime
` [PATCH 16/16] xfs: enable non-blocking timestamp updates
` (subset) re-enable IOCB_NOWAIT writes to files v2
re-enable IOCB_NOWAIT writes to files
2025-11-24 17:36 UTC (25+ messages)
` [PATCH 01/14] fs: refactor file timestamp update logic
` [PATCH 02/14] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/14] fs: export vfs_utimes
` [PATCH 05/14] fs: remove inode_update_time
` [PATCH 06/14] organgefs: use inode_update_timestamps directly
` [PATCH 07/14] fs: return a negative error from generic_update_time
` [PATCH 08/14] fs: exit early in generic_update_time when there is no work
` [PATCH 09/14] fs: factor out a mark_inode_dirty_time helper
` [PATCH 10/14] fs: factor out a sync_lazytime helper
` [PATCH 14/14] xfs: enable non-blocking timestamp updates
[PATCH v3] overlayfs: fix uninitialized pointers with free attribute
2025-11-21 8:17 UTC (2+ messages)
[PATCH v2] overlayfs: fix uninitialized pointers with free attribute
2025-11-21 7:44 UTC (4+ 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