public inbox for gfs2@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2025-11-28 08:33:09 to 2026-01-08 17:40:10 UTC [more...]

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-08 17:40 UTC  (34+ 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 0/6] vfs: properly deny directory leases on filesystems with special lease handling
 2026-01-08  9:24 UTC  (11+ 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: "

[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  (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 dlm/next 1/2] dlm: use bool for coniditonal expressions
 2026-01-05 18:51 UTC  (2+ messages)
` [PATCH dlm/next 2/2] dlm: use coniditon expression instead return scalars

[PATCH v2] gfs2: Fix use-after-free in gfs2_fill_super()
 2026-01-02  8:40 UTC  (3+ messages)
` [v2] "

[syzbot] [mm?] KASAN: slab-use-after-free Read in list_lru_del
 2025-12-31  1:42 UTC  (2+ messages)

[PATCH] gfs2: Fix use-after-free in gfs2_fill_super
 2025-12-29 17:31 UTC  (3+ messages)

[syzbot] [gfs2?] kernel BUG in gfs2_unpin
 2025-12-27 10:57 UTC 

[syzbot] [gfs2?] general protection fault in gfs2_glock_dq (2)
 2025-12-26 11:22 UTC 

[PATCH] gfs2: do not evict glocks with populated address spaces
 2025-12-23 14:05 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.19-rc1] dlm: fix recovery pending middle conversion
 2025-12-18 19:18 UTC 

[syzbot] Monthly gfs2 report (Dec 2025)
 2025-12-18 10:06 UTC 

[syzbot] [gfs2] KASAN: use-after-free Read in iomap_read_inline_data (2)
 2025-12-15 10:44 UTC 

[PATCH] gfs2: Fix slab-use-after-free in gfs2_qd_dispose
 2025-12-14 22:47 UTC  (2+ messages)

[PATCH] dlm: Constify struct configfs_item_operations and configfs_group_operations
 2025-12-14 16:44 UTC 

[PATCH Next] gfs2: update end and prev bio for chain bio
 2025-12-14  2:17 UTC  (3+ messages)

[syzbot] [gfs2?] general protection fault in gfs2_remove_from_journal (2)
 2025-12-12  1:45 UTC 

[PATCH AUTOSEL 6.18-6.1] gfs2: Fix use of bio_chain
 2025-12-09  0:15 UTC  (3+ messages)
` [PATCH AUTOSEL 6.18-6.6] gfs2: fix remote evict for read-only filesystems
` [PATCH AUTOSEL 6.18-6.12] gfs2: Fix "gfs2: Switch to wait_event in gfs2_quotad"

[syzbot] [gfs2?] WARNING in gfs2_evict_inode
 2025-12-08 23:16 UTC 

[syzbot] [gfs2?] KASAN: slab-use-after-free Read in gfs2_quotad
 2025-12-08  8:47 UTC 

[PATCH v2 00/12] Fix bio chain related issues
 2025-12-07 10:03 UTC  (28+ messages)
` [PATCH v2 02/12] block: prevent race condition on bi_status in __bio_chain_endio
` [PATCH v2 04/12] block: prohibit calls to bio_chain_endio
` [PATCH v2 06/12] gfs2: Replace the repetitive bio chaining code patterns
` [PATCH v2 07/12] xfs: "
` [PATCH v2 08/12] block: "
` [PATCH v2 09/12] fs/ntfs3: "
` [PATCH v2 10/12] zram: "
` [PATCH v2 11/12] nvdimm: "
` [PATCH v2 12/12] nvmet: use bio_chain_and_submit to simplify bio chaining

[PATCH AUTOSEL 6.18-6.1] gfs2: Fix use of bio_chain
 2025-12-06 14:02 UTC  (3+ messages)
` [PATCH AUTOSEL 6.18-6.6] gfs2: fix remote evict for read-only filesystems
` [PATCH AUTOSEL 6.18-6.12] gfs2: Fix "gfs2: Switch to wait_event in gfs2_quotad"

[GIT PULL] gfs2 changes for 6.19
 2025-12-04  4:48 UTC  (2+ messages)

[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-12-03 10:18 UTC  (3+ messages)

[BUG] KASAN: null-ptr-deref in gfs2_remove_from_journal
 2025-12-02 20:04 UTC 

[syzbot] [gfs2?] kernel BUG in gfs2_quota_cleanup (3)
 2025-11-29 12:06 UTC  (3+ messages)


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