public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-17 12:23:53 to 2026-01-15 08:31:38 UTC [more...]

[PATCH 0/3] fs: Support btrfs cloned images and overlayfs
 2026-01-15  8:31 UTC  (19+ messages)
` [PATCH 1/3] exportfs: Rename get_uuid() to get_disk_uuid()
` [PATCH 2/3] btrfs: Implement get_disk_uuid()
` [PATCH 3/3] ovl: Use real disk UUID for origin file handles

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-15  8:18 UTC  (77+ 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 v4
 2026-01-12 13:22 UTC  (28+ 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 v6
 2026-01-12 13:02 UTC  (15+ 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-12  9:58 UTC  (2+ messages)

[PATCH] fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()
 2026-01-12  9:45 UTC  (2+ messages)

[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 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  (13+ messages)
` [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


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