public inbox for gfs2@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-01-07 07:30:50 to 2026-01-19 16:28:24 UTC [more...]

[PATCH v2 00/31] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-19 16:26 UTC  (10+ messages)
` [PATCH v2 01/31] Documentation: document EXPORT_OP_NOLOCKS
` [PATCH v2 02/31] exportfs: add new EXPORT_OP_STABLE_HANDLES flag
` [PATCH v2 03/31] tmpfs: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH v2 04/31] ext4: "
` [PATCH v2 05/31] ext2: "
` [PATCH v2 06/31] erofs: "
` [PATCH v2 07/31] efs: "
` [PATCH v2 08/31] xfs: "
` [PATCH v2 09/31] ceph: "

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-19 12:30 UTC  (67+ messages)
` [PATCH 01/29] exportfs: add new EXPORT_OP_STABLE_HANDLES flag
` [PATCH 02/29] tmpfs: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH 03/29] ext4: "
` [PATCH 04/29] ext2: "
` [PATCH 05/29] erofs: "
` [PATCH 06/29] efs: "
` [PATCH 07/29] xfs: "
` [PATCH 08/29] ceph: "
` [PATCH 09/29] btrfs: "
` [PATCH 10/29] befs: "
` [PATCH 11/29] ufs: "
` [PATCH 12/29] udf: "
` [PATCH 13/29] affs: "
` [PATCH 14/29] squashfs: "
` [PATCH 15/29] smb/client: "
` [PATCH 16/29] ovl: "
` [PATCH 17/29] orangefs: "
` [PATCH 18/29] ocfs2: "
` [PATCH 19/29] ntfs3: "
` [PATCH 20/29] nilfs2: "
` [PATCH 21/29] nfs: "
` [PATCH 22/29] jfs: "
` [PATCH 23/29] jffs2: "
` [PATCH 24/29] isofs: "
` [PATCH 25/29] gfs2: "
` [PATCH 26/29] fuse: "
` [PATCH 27/29] fat: "
` [PATCH 28/29] f2fs: "
` [PATCH 29/29] nfsd: only allow filesystems that set EXPORT_OP_STABLE_HANDLES

[syzbot] Monthly gfs2 report (Jan 2026)
 2026-01-19  8:18 UTC 

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-15  8:33 UTC  (78+ 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()

[PATCH Next] gfs2: update end and prev bio for chain bio
 2026-01-14  8:46 UTC  (3+ messages)

[GIT PULL] gfs2 revert for 6.19-rc6
 2026-01-13 18:12 UTC  (2+ messages)

[syzbot] [gfs2?] KASAN: slab-use-after-free Read in gfs2_logd
 2026-01-13  3:22 UTC 

[syzbot] [gfs2?] WARNING in rgblk_free (2)
 2026-01-12 19:34 UTC  (3+ messages)

re-enable IOCB_NOWAIT writes to files v4
 2026-01-12 13:22 UTC  (8+ messages)

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 0/6] vfs: properly deny directory leases on filesystems with special lease handling
 2026-01-12  9:55 UTC  (12+ messages)
` [PATCH 1/6] nfs: properly disallow delegation requests on directories
` [PATCH 2/6] smb/client: properly disallow delegations "
` [PATCH 3/6] 9p: don't allow delegations to be set "
` [PATCH 4/6] gfs2: "
` [PATCH 5/6] ceph: "
  ` [EXTERNAL] "
` [PATCH 6/6] vboxsf: "

[PATCH] gfs2: prevent sysfs duplicate name warning on mount
 2026-01-09  9:04 UTC 

[RFC PATCH] fs/dlm/dir: remove unuse varible count_match
 2026-01-07 14:14 UTC  (2+ messages)

re-enable IOCB_NOWAIT writes to files v5
 2026-01-07  7:43 UTC  (10+ messages)
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time
` [PATCH 05/11] fs: refactor ->update_time handling


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