public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-19 16:30:41 to 2026-01-20 16:45:05 UTC [more...]

[PATCH RESEND 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-20 16:44 UTC  (26+ messages)
` [PATCH RESEND 01/12] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH RESEND 02/12] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH RESEND 03/12] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH RESEND 04/12] mm: add basic VMA flag operation helper functions
` [PATCH RESEND 05/12] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH RESEND 06/12] mm: update secretmem "
` [PATCH RESEND 07/12] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH RESEND 08/12] mm: update all remaining mmap_prepare users "
` [PATCH RESEND 09/12] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH RESEND 10/12] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH RESEND 11/12] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH RESEND 12/12] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH 0/2] Provide Rust atomic helpers over raw pointers
 2026-01-20 16:23 UTC  (10+ messages)
` [PATCH 1/2] rust: sync: atomic: Remove bound `T: Sync` for `Atomci::from_ptr()`
` [PATCH 2/2] rust: sync: atomic: Add atomic operation helpers over raw pointers

close(2) with EINTR has been changed by POSIX.1-2024
 2026-01-20 16:15 UTC  (9+ messages)
` [RFC v1] man/man2/close.2: CAVEATS: Document divergence from POSIX.1-2024

[PATCH man-pages v2 0/2] man/man2const: clean up F_GETLEASE and add F_SETDELEG/F_GETDELEG manpages
 2026-01-20 15:58 UTC  (6+ messages)
` [PATCH v3] man/man2const/F_[SG]ETDELEG.2const, man/man2/fcntl.2: Document F_SETDELEG and F_GETDELEG

[PATCH RFC v2] pidfs: convert rb-tree to rhashtable
 2026-01-20 15:43 UTC  (2+ messages)

[PATCH 1/1] NFSD: Enforce recall timeout for layout conflict
 2026-01-20 15:19 UTC  (4+ messages)

[PATCH BUNDLE v7] famfs: Fabric-Attached Memory File System
 2026-01-20 15:13 UTC  (3+ messages)

[PATCH 0/3] fs: Support btrfs cloned images and overlayfs
 2026-01-20 15:12 UTC  (15+ messages)
` [PATCH 3/3] ovl: Use real disk UUID for origin file handles

[PATCH] rust: replace `kernel::c_str!` with C-Strings in seq_file and device
 2026-01-20 15:02 UTC  (5+ messages)

[PATCH v1 0/4] kNFSD Signed Filehandles
 2026-01-20 14:44 UTC  (15+ messages)

[PATCH v2 00/31] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-20 14:35 UTC  (22+ messages)
` [PATCH v2 01/31] Documentation: document EXPORT_OP_NOLOCKS
` [PATCH v2 02/31] exportfs: add new EXPORT_OP_STABLE_HANDLES flag
` [PATCH v2 17/31] ovl: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH v2 27/31] fuse: "
` [PATCH v2 28/31] fat: "
` [PATCH v2 29/31] f2fs: "
` [PATCH v2 30/31] nfsd: only allow filesystems that set EXPORT_OP_STABLE_HANDLES
` [PATCH v2 31/31] nfsd: convert dprintks in check_export() to tracepoints

lockdep issues due to fi->lock in fuse_writepage_finish()
 2026-01-20 14:35 UTC  (5+ messages)
` __folio_end_writeback() lockdep issue

[PATCH v15 0/9] erofs: Introduce page cache sharing feature
 2026-01-20 14:33 UTC  (18+ messages)
` [PATCH v15 5/9] erofs: introduce the page cache share feature

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

[PATCH] fs/namei: fix kernel-doc markup for dentry_create
 2026-01-20 13:54 UTC  (2+ messages)

[PATCH] scsi: target: Fix recursive locking in __configfs_open_file()
 2026-01-20 13:48 UTC  (4+ messages)

[PATCH v2 0/3] fsnotify: Independent inode tracking
 2026-01-20 13:23 UTC  (4+ messages)
` [PATCH v2 1/3] fsnotify: Track inode connectors for a superblock
` [PATCH v2 2/3] fsnotify: Use connector hash for destroying inode marks
` [PATCH v2 3/3] fsnotify: Shutdown fsnotify before destroying sb's dcache

[PATCH 0/3] fsnotify: Independent inode tracking
 2026-01-20 13:07 UTC  (11+ messages)
` [PATCH 1/3] fsnotify: Track inode connectors for a superblock
` [PATCH 2/3] fsnotify: Use connector hash for destroying inode marks
` [PATCH 3/3] fsnotify: Shutdown fsnotify before destroying sb's dcache

[PATCH v2] fs/hfs: fix s_fs_info leak on setup_bdev_super() failure
 2026-01-20 13:52 UTC  (16+ messages)

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-20 12:50 UTC  (15+ messages)

[PATCH v1 0/4] initramfs: get rid of custom hex2bin()
 2026-01-20 12:46 UTC  (7+ messages)
` [PATCH v1 1/4] initramfs: Sort headers alphabetically
` [PATCH v1 2/4] initramfs: Refactor to use hex2bin() instead of custom approach
` [PATCH v1 3/4] vsprintf: Revert "add simple_strntoul"
` [PATCH v1 4/4] kstrtox: Drop extern keyword in the simple_strtox() declarations

[PATCH v2 0/23] fs-verity support for XFS with post EOF merkle tree
 2026-01-20 11:44 UTC  (13+ messages)
            ` fsverity metadata offset, was: "

[PATCH RFC] pidfs: convert rb-tree to rhashtable
 2026-01-20 11:10 UTC  (8+ messages)

[PATCH v2 1/1] fuse: wait on congestion for async readahead
 2026-01-20 10:55 UTC  (2+ messages)

[PATCH v2 00/17] Introduce SCMI Telemetry FS support
 2026-01-20 10:55 UTC  (8+ messages)
` [PATCH v2 01/17] firmware: arm_scmi: Define a common SCMI_MAX_PROTOCOLS value
` [PATCH v2 05/17] firmware: arm_scmi: Add Telemetry protocol support

[PATCH] Subject: [PATCH] proc/stat: document uptime-based CPU utilization calculation
 2026-01-20  7:20 UTC  (2+ messages)
`  "

[viro-vfs:v4.filename] [struct filename] 2a0db5f765: xfstests.ext4.019.fail
 2026-01-20  8:07 UTC 

fsverity optimzations and speedups
 2026-01-20  7:35 UTC  (4+ messages)
` [PATCH 4/6] fsverity: use a hashtable to find the fsverity_info

[PATCHSET v6] xfs: autonomous self healing of filesystems
 2026-01-20  7:18 UTC  (6+ messages)
` [PATCH 11/11] xfs: add media verification ioctl
  ` [PATCH v6.1 "

[PATCH v5 00/14] ntfs filesystem remake
 2026-01-20  7:03 UTC  (29+ messages)
` [PATCH v5 02/14] ntfs: update in-memory, on-disk structures and headers
` [PATCH v5 06/14] ntfs: update file operations
` [PATCH v5 07/14] ntfs: update iomap and address space operations
` [PATCH v5 13/14] ntfs: add Kconfig and Makefile

[PATCH] hfsplus: fix uninit-value in hfsplus_strcasecmp
 2026-01-20  5:11 UTC 

[PATCH] hfsplus: fix generic/062 xfstests failure
 2026-01-20  4:19 UTC 

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-01-20  2:15 UTC  (3+ messages)
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios

[syzbot] [gfs2?] INFO: task hung in writeback_iter (3)
 2026-01-20  1:09 UTC  (10+ messages)
` [RFC PATCH] fs/hfs: fix ABBA deadlock in hfs_mdb_commit

[PATCH 0/2] mount: add OPEN_TREE_NAMESPACE
 2026-01-19 22:21 UTC  (4+ messages)

[syzbot] [hfs?] KMSAN: uninit-value in hfsplus_strcasecmp (2)
 2026-01-19 21:34 UTC 

[PATCH 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-19 21:18 UTC  (4+ messages)

[PATCH] rust: seq_file: replace `kernel::c_str!` with C-Strings
 2026-01-19 17:59 UTC  (4+ messages)

bounce buffer direct I/O when stable pages are required v2
 2026-01-19 17:45 UTC  (9+ messages)
` [PATCH 06/14] iomap: fix submission side handling of completion side errors
` [PATCH 07/14] iomap: simplify iomap_dio_bio_iter
` [PATCH 10/14] iomap: free the bio before completing the dio
` [PATCH 14/14] xfs: use bounce buffering direct I/O when the device requires stable pages


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