public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-17 21:14:36 to 2026-02-18 17:41:28 UTC [more...]

[PATCH v2 0/5] iomap, xfs: improve zero range flushing and lookup
 2026-02-18 17:41 UTC  (9+ messages)
` [PATCH v2 1/5] iomap, xfs: lift zero range hole mapping flush into xfs
` [PATCH v2 4/5] xfs: only flush when COW fork blocks overlap data fork holes

[LSF/MM/BPF TOPIC] Buffered atomic writes
 2026-02-18 17:37 UTC  (23+ messages)
  ` [Lsf-pc] "

[GIT PULL] ntfs3: changes for 7.0
 2026-02-18 16:53 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] VFS idmappings support in NFS
 2026-02-18 16:39 UTC  (8+ messages)

[PATCH v2 0/2] fat: Add FS_IOC_GETFSLABEL / FS_IOC_SETFSLABEL ioctls
 2026-02-18 16:26 UTC  (9+ messages)
` [PATCH v2 1/2] fat: Add FS_IOC_GETFSLABEL ioctl
` [PATCH v2 2/2] fat: Add FS_IOC_SETFSLABEL ioctl
` [syzbot ci] Re: fat: Add FS_IOC_GETFSLABEL / FS_IOC_SETFSLABEL ioctls

[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-02-18 16:04 UTC  (5+ messages)
` [PATCH v6 4/9] dax/cxl, hmem: Initialize hmem early and defer dax_cxl binding
` [PATCH v6 5/9] dax: Track all dax_region allocations under a global resource tree

[PATCH v2 2/2] fat: Add FS_IOC_SETFSLABEL ioctl
 2026-02-18 16:01 UTC 

[LSF/MM/BPF TOPIC] Should we make inode->i_ino a u64?
 2026-02-18 15:36 UTC 

[LSF/MM/BPF TOPIC] A common project for file system performance testing
 2026-02-18 15:31 UTC  (2+ messages)

[PATCH v4 0/4] openat2: new OPENAT2_REGULAR flag support
 2026-02-18 15:23 UTC  (3+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-02-18 15:08 UTC  (5+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[LSF/MM/BPF TOPIC] File system testing
 2026-02-18 15:07 UTC 

[PATCH RFC v3 0/4] pidfd: add CLONE_AUTOREAP and CLONE_PIDFD_AUTOKILL
 2026-02-18 14:00 UTC  (19+ messages)
` [PATCH RFC v3 1/4] clone: add CLONE_AUTOREAP
` [PATCH RFC v3 2/4] pidfd: add CLONE_PIDFD_AUTOKILL
` [PATCH RFC v3 3/4] selftests/pidfd: add CLONE_AUTOREAP tests
` [PATCH RFC v3 4/4] selftests/pidfd: add CLONE_PIDFD_AUTOKILL tests

[PATCH] hfs: Validate CNIDs in hfs_read_inode
 2026-02-18 13:28 UTC  (9+ messages)
` [PATCH v2 1/2] "
              ` [PATCH v6] hfs: update sanity check of the root record

[PATCH v2 0/3] 9p: Performance improvements for build workloads
 2026-02-18 12:56 UTC  (7+ messages)
` [PATCH v2 1/3] 9p: Cache negative dentries for lookup performance
` [PATCH v2 2/3] 9p: Introduce option for negative dentry cache retention time

[PATCH v1 00/11] io_uring: add kernel-managed buffer rings
 2026-02-18 12:36 UTC  (19+ messages)
` [PATCH v1 03/11] io_uring/kbuf: add support for "

[PATCH 0/2] fanotify: avid some premature LSM checks
 2026-02-18 12:36 UTC  (3+ messages)

[PATCH v3 00/35] fs-verity support for XFS with post EOF merkle tree
 2026-02-18 12:17 UTC  (51+ messages)
` [PATCH v3 01/35] fsverity: report validation errors back to the filesystem
` [PATCH v3 02/35] fsverity: expose ensure_fsverity_info()
` [PATCH v3 03/35] fsverity: add consolidated pagecache offset for metadata
` [PATCH v3 04/35] fsverity: generate and store zero-block hash
` [PATCH v3 05/35] fsverity: introduce fsverity_folio_zero_hash()
` [PATCH v3 06/35] fsverity: pass digest size and hash of the empty block to ->write
` [PATCH v3 07/35] iomap: introduce IOMAP_F_FSVERITY
` [PATCH v3 08/35] iomap: don't limit fsverity metadata by EOF in writeback
` [PATCH v3 09/35] iomap: obtain fsverity info for read path
` [PATCH v3 10/35] iomap: issue readahead for fsverity merkle tree
` [PATCH v3 11/35] iomap: allow filesystem to read fsverity metadata beyound EOF
` [PATCH v3 12/35] iomap: let fsverity verify holes
` [PATCH v3 13/35] xfs: use folio host instead of file struct
` [PATCH v3 14/35] xfs: add fs-verity ro-compat flag
` [PATCH v3 15/35] xfs: add inode on-disk VERITY flag
` [PATCH v3 16/35] xfs: initialize fs-verity on file open
` [PATCH v3 17/35] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v3 18/35] xfs: disable direct read path for fs-verity files
` [PATCH v3 19/35] xfs: introduce XFS_FSVERITY_CONSTRUCTION inode flag
` [PATCH v3 20/35] xfs: introduce XFS_FSVERITY_REGION_START constant
` [PATCH v3 21/35] xfs: disable preallocations for fsverity Merkle tree writes
` [PATCH v3 22/35] xfs: add iomap write/writeback and reading of Merkle tree pages
` [PATCH v3 23/35] xfs: add helper to check that inode data need fsverity verification
` [PATCH v3 24/35] xfs: use read ioend for fsverity data verification
` [PATCH v3 25/35] xfs: add helpers to convert between pagecache and on-disk offset
` [PATCH v3 26/35] xfs: add a helper to decide if bmbt record needs offset conversion
` [PATCH v3 27/35] xfs: use different on-disk and pagecache offset for fsverity
` [PATCH v3 28/35] xfs: add fs-verity support
` [PATCH v3 29/35] xfs: add fs-verity ioctls
` [PATCH v3 30/35] xfs: advertise fs-verity being available on filesystem
` [PATCH v3 31/35] xfs: check and repair the verity inode flag state
` [PATCH v3 32/35] xfs: report verity failures through the health system
` [PATCH v3 33/35] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v3 34/35] xfs: add fsverity traces
` [PATCH v3 35/35] xfs: enable ro-compat fs-verity flag

[linux-next20260216]Warnings at mm/page_counter.c:60 at page_counter_cancel+0x110/0x134, CPU#24: kworker/24:3/1074770
 2026-02-18 11:42 UTC  (3+ messages)

[next-20260216]NULL pointer dereference in drain_obj_stock() (RCU free path)
 2026-02-18 11:36 UTC  (3+ messages)

[PATCH v2 2/3] kernfs: send IN_DELETE_SELF and IN_IGNORED on file deletion
 2026-02-18 11:23 UTC  (6+ messages)

support file system generated / verified integrity information v3
 2026-02-18 10:52 UTC  (17+ messages)
` [PATCH 01/15] block: factor out a bio_integrity_action helper
` [PATCH 02/15] block: factor out a bio_integrity_setup_default helper
` [PATCH 03/15] block: add a bdev_has_integrity_csum helper
` [PATCH 04/15] block: prepare generation / verification helpers for fs usage
` [PATCH 05/15] block: make max_integrity_io_size public
` [PATCH 06/15] block: add fs_bio_integrity helpers
` [PATCH 07/15] block: pass a maxlen argument to bio_iov_iter_bounce
` [PATCH 08/15] iomap: refactor iomap_bio_read_folio_range
` [PATCH 09/15] iomap: pass the iomap_iter to ->submit_read
` [PATCH 10/15] iomap: only call into ->submit_read when there is a read_ctx
` [PATCH 11/15] iomap: allow file systems to hook into buffered read bio submission
` [PATCH 12/15] iomap: add a bioset pointer to iomap_read_folio_ops
` [PATCH 13/15] iomap: support ioends for buffered reads
` [PATCH 14/15] iomap: support T10 protection information
` [PATCH 15/15] xfs: "

[GIT PULL] sysctl changes for v7.00-rc1
 2026-02-18  9:59 UTC 

LSF/MM/BPF: 2026: Call for Proposals
 2026-02-18  9:56 UTC  (6+ messages)

[RFC PATCH] Introduce filesystem type tracking
 2026-02-18  9:49 UTC  (4+ messages)

[PATCH 0/4] write-stream for file I/O
 2026-02-18  9:45 UTC  (5+ messages)
  ` [PATCH 1/4] fs: add write-stream management file_operations

[PATCH v3 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support for files
 2026-02-18  8:31 UTC  (6+ messages)
` [PATCH v3 1/3] kernfs: allow passing fsnotify event types
` [PATCH v3 2/3] kernfs: send IN_DELETE_SELF and IN_IGNORED on file deletion
` [PATCH v3 3/3] selftests: memcg: Add tests IN_DELETE_SELF and IN_IGNORED on memory.events

[PATCH] exfat: add fallocate support
 2026-02-18  8:13 UTC 

Zonar v1.0.0 released
 2026-02-18  7:09 UTC 

fscrypt API cleanups
 2026-02-18  6:14 UTC  (10+ messages)
` [PATCH 1/9] fscrypt: pass a byte offset to fscrypt_generate_dun
` [PATCH 2/9] fscrypt: pass a byte offset to fscrypt_mergeable_bio
` [PATCH 3/9] fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
` [PATCH 4/9] fscrypt: pass a byte offset to fscrypt_zeroout_range_inline_crypt
` [PATCH 5/9] fscrypt: pass a byte length "
` [PATCH 6/9] fscrypt: return a byte offset from bh_get_inode_and_lblk_num
` [PATCH 7/9] fscrypt: pass a byte offset to fscrypt_zeroout_range
` [PATCH 8/9] fscrypt: pass a byte length "
` [PATCH 9/9] fscrypt: pass a real sector_t "

[PATCH v4 0/3] fsverity: remove fsverity_verify_page()
 2026-02-18  5:40 UTC  (6+ messages)
` [PATCH v4 1/3] f2fs: remove unnecessary ClearPageUptodate in f2fs_verify_cluster()
` [PATCH v4 2/3] f2fs: make f2fs_verify_cluster() partially large-folio-aware
` [PATCH v4 3/3] fsverity: remove fsverity_verify_page()

[PATCH] fsverity: fix build error by adding fsverity_readahead() stub
 2026-02-18  5:40 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Support to split superblocks during remount
 2026-02-18  3:00 UTC  (2+ messages)

[PATCH] hfs/hfsplus: fix timestamp wrapped issue
 2026-02-18  2:00 UTC  (4+ messages)

[PATCH] fs/file: optimize close_range() complexity from O(N) to O(Sparse)
 2026-02-18  1:34 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V7 00/19] famfs: port into fuse
 2026-02-18  0:49 UTC  (6+ messages)
  ` [PATCH V7 05/19] dax: Add dax_operations for use by fs-dax on fsdev dax

[GIT PULL] overlayfs updates for 7.0
 2026-02-17 23:50 UTC  (2+ messages)

[PATCH v4] hfsplus: fix uninit-value by validating catalog record size
 2026-02-17 23:16 UTC  (3+ messages)

[syzbot] [gfs2?] WARNING in filename_mkdirat
 2026-02-17 22:18 UTC  (4+ messages)

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

[PATCH 01/11] fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folio
 2026-02-17 21:14 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 01/11] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
 2026-02-17 21:14 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-02-17 21:14 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 01/15] fs,fsverity: reject size changes on fsverity files in setattr_prepare
 2026-02-17 21:14 UTC  (2+ messages)
` [f2fs-dev] [PATCH 01/15] fs, fsverity: "


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