public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-12 13:13:31 to 2026-01-13 12:41:54 UTC [more...]

[PATCH 00/19] printk cleanup - part 3
 2026-01-13 12:41 UTC  (6+ messages)

[PATCH v2 0/4] btrfs: stop duplicating VFS code for subvolume/snapshot dentry
 2026-01-13 12:39 UTC  (5+ messages)
` [PATCH v2 1/4] fs: export may_delete() as may_delete_dentry()
` [PATCH v2 2/4] fs: export may_create() as may_create_dentry()
` [PATCH v2 3/4] btrfs: use may_delete_dentry() in btrfs_ioctl_snap_destroy()
` [PATCH v2 4/4] btrfs: use may_create_dentry() in btrfs_mksubvol()

[PATCH v2 0/23] fs-verity support for XFS with post EOF merkle tree
 2026-01-13 12:31 UTC  (52+ messages)
` [PATCH v2 1/22] fsverity: report validation errors back to the filesystem
` [PATCH v2 2/22] fsverity: expose ensure_fsverity_info()
` [PATCH v2 3/22] iomap: introduce IOMAP_F_BEYOND_EOF
` [PATCH v2 4/22] iomap: allow iomap_file_buffered_write() take iocb without file
` [PATCH v2 5/22] iomap: integrate fs-verity verification into iomap's read path
` [PATCH v2 6/22] xfs: add fs-verity ro-compat flag
` [PATCH v2 7/22] xfs: add inode on-disk VERITY flag
` [PATCH v2 8/22] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH v2 9/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v2 10/22] xfs: disable direct read path for fs-verity files
` [PATCH v2 11/22] xfs: add verity info pointer to xfs inode
` [PATCH v2 12/22] xfs: introduce XFS_FSVERITY_CONSTRUCTION inode flag
` [PATCH v2 13/22] xfs: introduce XFS_FSVERITY_REGION_START constant
` [PATCH v2 14/22] xfs: disable preallocations for fsverity Merkle tree writes
` [PATCH v2 15/22] xfs: add writeback and iomap reading of Merkle tree pages
` [PATCH v2 16/22] xfs: add fs-verity support
` [PATCH v2 17/22] xfs: add fs-verity ioctls
` [PATCH v2 18/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v2 19/22] xfs: check and repair the verity inode flag state
` [PATCH v2 20/22] xfs: report verity failures through the health system
` [PATCH v2 21/22] xfs: add fsverity traces
` [PATCH v2 22/22] xfs: enable ro-compat fs-verity flag

[vfs/vfs.all PATCH] writeback: use round_jiffies_relative for dirtytime_work
 2026-01-13 12:12 UTC  (2+ messages)

[REGRESSION] 6.12: Workqueue lockups in inode_switch_wbs_work_fn (suspect commit 66c14dccd810)
 2026-01-13 12:02 UTC  (4+ messages)

[PATCH v3 00/16] Exposing case folding behavior
 2026-01-13 11:50 UTC  (20+ messages)
` [PATCH v3 01/16] fs: Add case sensitivity info to file_kattr
` [PATCH v3 02/16] fat: Implement fileattr_get for case sensitivity
` [PATCH v3 03/16] exfat: "
` [PATCH v3 04/16] ntfs3: "
` [PATCH v3 05/16] hfs: "
` [PATCH v3 06/16] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v3 07/16] ext4: "
` [PATCH v3 08/16] xfs: "
` [PATCH v3 09/16] cifs: Implement fileattr_get for case sensitivity
` [PATCH v3 10/16] nfs: "
` [PATCH v3 11/16] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v3 12/16] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v3 13/16] isofs: "
` [PATCH v3 14/16] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v3 15/16] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v3 16/16] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-13 11:45 UTC  (10+ messages)

[PATCH 0/4] exportfs: Some kernel-doc fixes
 2026-01-13 11:19 UTC  (8+ messages)
` [PATCH 1/4] exportfs: Fix kernel-doc output for get_name()
` [PATCH 2/4] exportfs: Mark struct export_operations functions at kernel-doc
` [PATCH 3/4] exportfs: Complete kernel-doc for struct export_operations
` [PATCH 4/4] docs: exportfs: Use source code struct documentation

[PATCH v2 00/13] Enable multi-cluster fetching for exfat_get_block
 2026-01-13 10:26 UTC  (5+ messages)
` [PATCH v2 10/13] exfat: support multi-cluster for exfat_map_cluster

[PATCH (REPOST)] hpfs: make check=none mount option excludable
 2026-01-13 10:08 UTC 

[PATCH] fat: avoid parent link count underflow in rmdir
 2026-01-13 10:08 UTC  (9+ messages)

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2026-01-13  9:42 UTC  (4+ messages)
` [PATCH 30/44] fs: use min() or umin() instead of min_t()

[RESEND PATCH v6 0/5] proc: subset=pid: Relax check of mount visibility
 2026-01-13  9:20 UTC  (7+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/5] docs: proc: add documentation about mount restrictions
  ` [PATCH v7 2/5] proc: subset=pid: Show /proc/self/net only for CAP_NET_ADMIN
  ` [PATCH v7 3/5] proc: Disable cancellation of subset=pid option
  ` [PATCH v7 4/5] proc: Relax check of mount visibility
  ` [PATCH v7 5/5] docs: proc: add documentation about relaxing visibility restrictions

[PATCH 0/4] btrfs: stop duplicating VFS code for subvolume/snapshot dentry
 2026-01-13  9:00 UTC  (5+ messages)

[PATCHSET v5] fs: generic file IO error reporting
 2026-01-13  8:58 UTC  (11+ messages)
` [PATCH 1/6] uapi: promote EFSCORRUPTED and EUCLEAN to errno.h
` [PATCH 2/6] fs: report filesystem and file I/O errors to fsnotify
` [PATCH 3/6] iomap: report file I/O errors to the VFS
` [PATCH 4/6] xfs: report fs metadata errors via fsnotify
` [PATCH 5/6] xfs: translate fsdax media errors into file "data lost" errors when convenient
` [PATCH 6/6] ext4: convert to new fserror helpers

[PATCH] romfs: check sb_set_blocksize() return value
 2026-01-13  8:57 UTC  (2+ messages)

[PATCH] fuse: add setlease file operation
 2026-01-13  8:56 UTC  (2+ messages)

[PATCH v3] hfsplus: pretend special inodes as regular files
 2026-01-13  8:55 UTC  (2+ messages)

[PATCH v3] fs: improve dump_inode() to safely access inode fields
 2026-01-13  8:47 UTC  (3+ messages)

[syzbot] [gfs2?] INFO: task hung in writeback_iter (3)
 2026-01-13  8:19 UTC  (2+ messages)
` [RFC PATCH] fs/hfs: fix ABBA deadlock in hfs_mdb_commit

[RFC PATCH v3 0/8] mm,numa: N_PRIVATE node isolation for device-managed memory
 2026-01-13  7:49 UTC  (28+ messages)
` [RFC PATCH v3 4/8] cpuset: introduce cpuset.mems.sysram
` [RFC PATCH v3 5/8] Documentation/admin-guide/cgroups: update docs for mems_allowed
` [RFC PATCH v3 7/8] mm/zswap: compressed ram direct integration

[PATCH] mm: remove redundant page parameter from do_set_pmd()
 2026-01-13  4:09 UTC  (2+ messages)

来自alai的邮件
 2026-01-13  2:00 UTC 

[PATCHSET v5] xfs: autonomous self healing of filesystems
 2026-01-13  0:35 UTC  (12+ messages)
` [PATCH 01/11] docs: discuss autonomous self healing in the xfs online repair design doc
` [PATCH 02/11] xfs: start creating infrastructure for health monitoring
` [PATCH 03/11] xfs: create event queuing, formatting, and discovery infrastructure
` [PATCH 04/11] xfs: convey filesystem unmount events to the health monitor
` [PATCH 05/11] xfs: convey metadata health "
` [PATCH 06/11] xfs: convey filesystem shutdown "
` [PATCH 07/11] xfs: convey externally discovered fsdax media errors "
` [PATCH 08/11] xfs: convey file I/O "
` [PATCH 09/11] xfs: allow reconfiguration of the health monitoring device
` [PATCH 10/11] xfs: check if an open file is on the health monitored fs
` [PATCH 11/11] xfs: add media verification ioctl

[PATCH 0/3 v2] exec: inherit HWCAPs from the parent process
 2026-01-12 22:18 UTC  (4+ messages)
` [PATCH 2/3] "

[PATCH v4] ceph: fix kernel crash in ceph_open()
 2026-01-12 21:26 UTC  (4+ messages)

[PATCH] mount: (manpage) add CephFS kernel client mount options
 2026-01-12 20:58 UTC 

lockdep issues due to fi->lock in fuse_writepage_finish()
 2026-01-12 20:43 UTC  (7+ messages)
` __folio_end_writeback() lockdep issue

[PATCH v2 0/4] fs: add immutable rootfs
 2026-01-12 19:37 UTC  (6+ messages)
` [PATCH v2 1/4] fs: ensure that internal tmpfs mount gets mount id zero
` [PATCH v2 2/4] fs: add init_pivot_root()
` [PATCH v2 3/4] fs: add immutable rootfs
` [PATCH v2 4/4] docs: mention nullfs

[PATCH BUNDLE] famfs: Fabric-Attached Memory File System
 2026-01-12 18:55 UTC  (7+ messages)
` [PATCH V3 00/21] famfs: port into fuse
  ` [PATCH V3 07/21] dax: prevent driver unbind while filesystem holds device
  ` [PATCH V3 10/21] famfs_fuse: Kconfig

[PATCHSET V4 1/2] fs: generic file IO error reporting
 2026-01-12 18:50 UTC  (8+ messages)
` [PATCH 2/6] fs: report filesystem and file I/O errors to fsnotify

[PATCH man-pages] man/man2const: document the new F_SETDELEG and F_GETDELEG constants
 2026-01-12 18:47 UTC 

[syzbot] [exfat?] WARNING in msdos_rmdir
 2026-01-12 16:15 UTC  (2+ messages)

[PATCH] orangefs: Replace deprecated strcpy with strscpy
 2026-01-12 15:58 UTC 

[syzbot] [fs?] memory leak in __shmem_file_setup
 2026-01-12 15:10 UTC  (3+ messages)

[PATCH v14 00/10] erofs: Introduce page cache sharing feature
 2026-01-12 14:40 UTC  (3+ messages)

[PATCH 0/2] mount: add OPEN_TREE_NAMESPACE
 2026-01-12 13:37 UTC  (5+ messages)
` [PATCH 1/2] "

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


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