public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-27 12:17:44 to 2026-01-02 20:17:19 UTC [more...]

[PATCH 0/2] Fix vm.dirtytime_expire_seconds=0 causing 100% CPU
 2026-01-02 20:16 UTC 

Can we sort out the prototypes within the cifs headers?
 2026-01-02 18:43 UTC  (3+ messages)

[PATCH v3 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
 2026-01-02 17:57 UTC  (10+ messages)
` [PATCH v3 06/25] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v3 07/25] io_uring/kbuf: add recycling for kernel managed buffer rings

[PATCH v2 0/1] fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()
 2026-01-02 17:42 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] fs: remove power of 2 and length boundary atomic write restrictions
 2026-01-02 17:41 UTC  (5+ messages)

[regression] 0c58a97f919c ("fuse: remove tmp folio for writebacks and internal rb tree") results in suspend-to-RAM hang on AMD Ryzen 5 5625U on test scenario involving podman containers, x2go and openjdk workload
 2026-01-02 17:18 UTC  (4+ messages)

feedback: fuse/io-uring: add kernel-managed buffer rings and zero-copy
 2026-01-02 16:59 UTC  (6+ messages)

[PATCH 0/3] fs: add immutable rootfs and support pivot_root() in the initramfs
 2026-01-02 14:36 UTC  (4+ messages)
` [PATCH 1/3] fs: ensure that internal tmpfs mount gets mount id zero
` [PATCH 2/3] fs: add init_pivot_root()
` [PATCH 3/3] fs: add immutable rootfs

[PATCH 0/4] mm: increase lowmem size in linux-7.0
 2026-01-02 12:12 UTC  (6+ messages)
` [PATCH 3/4] ARM: remove support for highmem on VIVT

[PATCH] hfsplus: pretend special inodes as regular files
 2026-01-02 10:17 UTC  (4+ messages)
    ` [PATCH v2] "

[syzbot] [fs?] INFO: rcu detected stall in pivot_root
 2026-01-02  8:20 UTC 

[PATCH v1] fs: improve dump_inode() to safely access inode fields
 2026-01-01 16:53 UTC 

[PATCH v2 0/9] SYSCTL: Consolidate do_proc_* functions into one macro
 2026-01-01 12:57 UTC  (10+ messages)
` [PATCH v2 1/9] sysctl: Move default converter assignment out of do_proc_dointvec
` [PATCH v2 2/9] sysctl: Replace do_proc_dointvec with a type-generic macro
` [PATCH v2 3/9] sysctl: Generate do_proc_doulongvec_minmax with do_proc_dotypevec macro
` [PATCH v2 4/9] sysctl: Add negp parameter to douintvec converter functions
` [PATCH v2 5/9] sysctl: Generate do_proc_douintvec with a type-generic macro
` [PATCH v2 6/9] sysctl: Rename do_proc_dotypevec macro to do_proc_typevec
` [PATCH v2 7/9] sysctl: Group proc_handler declarations and document
` [PATCH v2 8/9] sysctl: Rename proc_doulongvec_minmax_conv to proc_doulongvec_conv
` [PATCH v2 9/9] sysctl: Update API function documentation

[PATCH 3/9] sysctl: Generate do_proc_doulongvec_minmax with do_proc_dotypevec macro
 2026-01-01 12:56 UTC  (3+ messages)

[PATCH] fat: avoid parent link count underflow in rmdir
 2026-01-01 11:24 UTC  (2+ messages)

[PATCH 0/5] Add READ_ONCE and WRITE_ONCE to Rust
 2026-01-01  4:00 UTC  (12+ messages)
` [PATCH 1/5] arch: add CONFIG_ARCH_USE_CUSTOM_READ_ONCE for arm64/alpha
` [PATCH 2/5] rust: sync: add READ_ONCE and WRITE_ONCE
` [PATCH 3/5] rust: sync: support using bool with READ_ONCE
` [PATCH 4/5] rust: hrtimer: use READ_ONCE instead of read_volatile
` [PATCH 5/5] rust: fs: "

[v2 PATCH 0/1] fs/proc: Expose mm_cpumask in /proc/[pid]/status
 2026-01-01  1:19 UTC  (4+ messages)
` [v2 PATCH 1/1] "

[PATCH] generic/020: limit xattr value by 3802 bytes
 2025-12-31 22:49 UTC  (2+ messages)

[PATCH] Add initerofs for EROFS-backed early rootfs
 2025-12-31 17:07 UTC 

[PATCH] docs/vfs: Fix htmldocs build warning and error
 2025-12-31 15:38 UTC 

[PATCH v12 00/10] erofs: Introduce page cache sharing feature
 2025-12-31  9:01 UTC  (11+ messages)
` [PATCH v12 01/10] iomap: stash iomap read ctx in the private field of iomap_iter
` [PATCH v12 02/10] erofs: hold read context in iomap_iter if needed
` [PATCH v12 03/10] fs: Export alloc_empty_backing_file
` [PATCH v12 04/10] erofs: decouple `struct erofs_anon_fs_type`
` [PATCH v12 05/10] erofs: support user-defined fingerprint name
` [PATCH v12 06/10] erofs: support domain-specific page cache share
` [PATCH v12 07/10] erofs: introduce the page cache share feature
` [PATCH v12 08/10] erofs: support unencoded inodes for page cache share
` [PATCH v12 09/10] erofs: support compressed "
` [PATCH v12 10/10] erofs: implement .fadvise "

[PATCH -next v2 0/7] ext4: defer unwritten splitting until I/O completion
 2025-12-31  7:55 UTC  (15+ messages)
` [PATCH -next v2 1/7] ext4: use reserved metadata blocks when splitting extent on endio
` [PATCH -next v2 2/7] ext4: don't split extent before submitting I/O
` [PATCH -next v2 3/7] ext4: avoid starting handle when dio writing an unwritten extent
` [PATCH -next v2 4/7] ext4: remove useless ext4_iomap_overwrite_ops
` [PATCH -next v2 5/7] ext4: remove unused unwritten parameter in ext4_dio_write_iter()
` [PATCH -next v2 6/7] ext4: simply the mapping query logic in ext4_iomap_begin()
` [PATCH -next v2 7/7] ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXT

[PATCH v2] ext4: don't order data when zeroing unwritten or delayed block
 2025-12-31  6:39 UTC  (2+ messages)

[PATCH v4] lib: xarray: free unused spare node in xas_create_range()
 2025-12-31  6:29 UTC  (2+ messages)

[bug report] memory leak of xa_node in collapse_file() when rollbacks
 2025-12-31  6:29 UTC  (7+ messages)

[PATCH RFC] fs: cache-align lock_class_keys in struct file_system_type
 2025-12-31  6:07 UTC  (4+ messages)

[Kernel Bug] WARNING in vfat_rmdir
 2025-12-31  4:41 UTC  (5+ messages)

[PATCH v1 9/9] exfat: support multi-cluster for exfat_get_cluster
 2025-12-31  2:35 UTC  (2+ messages)

[PATCH v1 8/9] exfat: support multi-cluster for exfat_map_cluster
 2025-12-31  1:51 UTC  (2+ messages)

[PATCH v1 6/9] exfat: remove unused parameters from exfat_get_cluster
 2025-12-31  1:44 UTC  (2+ messages)

[PATCH v1 3/9] exfat: reuse cache to improve exfat_get_cluster
 2025-12-31  1:37 UTC  (2+ messages)

[PATCH v3 00/12] ntfs filesystem remake
 2025-12-30 23:40 UTC  (30+ messages)
` [PATCH v3 01/14] Revert "fs: Remove NTFS classic"
` [PATCH v3 02/14] ntfs: update in-memory, on-disk structures and headers
` [PATCH v3 03/14] ntfs: update super block operations
` [PATCH v3 05/14] ntfs: update directory operations
` [PATCH v3 06/14] ntfs: update file operations
` [PATCH v3 08/14] ntfs: update attrib operations
` [PATCH v3 09/14] ntfs: update runlist handling and cluster allocator
` [PATCH v3 10/14] ntfs: add reparse and ea operations
` [PATCH v3 11/14] ntfs: update misc operations
` [PATCH v3 12/14] Revert: ntfs3: serve as alias for the legacy ntfs driver
` [PATCH v3 13/14] ntfs: add Kconfig and Makefile
` [PATCH v3 14/14] MAINTAINERS: add ntfs filesystem

[PATCH v2] fuse: uapi: use UAPI types
 2025-12-30 21:09 UTC  (2+ messages)

[PATCH] fs: remove stale and duplicate forward declarations
 2025-12-30 20:34 UTC  (6+ messages)

[BUG] [exfat] Unable to mount exfat after commit 79c1587b
 2025-12-30 13:47 UTC 

[PATCH RFC v2 0/2] fuse: compound commands
 2025-12-30 11:58 UTC  (5+ messages)
  `  "

[syzbot] [fs?] possible deadlock in proc_pid_attr_write (3)
 2025-12-30 10:53 UTC 

[syzbot] Monthly fuse report (Dec 2025)
 2025-12-30  9:53 UTC 

[PATCH] chardev: fix consistent error handling in cdev_device_add
 2025-12-30  8:35 UTC  (6+ messages)

[PATCH] fs: allow rename across bind mounts on same superblock
 2025-12-30  5:57 UTC  (2+ messages)

[PATCH v5 12/14] fuse: use iomap for read_folio
 2025-12-30  0:58 UTC  (9+ messages)
` [RFC PATCH 0/1] iomap: fix race between iomap_set_range_uptodate and folio_end_read
  ` [RFC PATCH 1/1] "

[PATCH v3 RESEND 00/12] ntfs filesystem remake
 2025-12-29 23:02 UTC  (7+ messages)
` [PATCH v3 RESEND 01/14] Revert "fs: Remove NTFS classic"
` [PATCH v3 RESEND 02/14] ntfs: update in-memory, on-disk structures and headers
` [PATCH v3 RESEND 03/14] ntfs: update super block operations
` [PATCH v3 RESEND 05/14] ntfs: update directory operations

[PATCH v3] hfsplus: return error when node already exists in hfs_bnode_create
 2025-12-29 22:24 UTC  (2+ messages)

[PATCH] fuse: show the io_uring mount option
 2025-12-29 21:31 UTC  (3+ messages)

[PATCH v2 0/2] hfsplus: avoid re-allocating header node 0 and stop on already-hashed nodes
 2025-12-29 20:12 UTC  (5+ messages)
` [PATCH v2 1/2] hfsplus: skip node 0 in hfs_bmap_alloc

[PATCH v4 0/3] ceph: add subvolume metrics reporting support
 2025-12-29 20:07 UTC  (5+ messages)
` [PATCH v4 2/3] ceph: parse subvolume_id from InodeStat v9 and store in inode
` [PATCH v4 3/3] ceph: add subvolume metrics collection and reporting

[PATCH] fuse: add hang check in request_wait_answer()
 2025-12-29 19:28 UTC  (4+ messages)
  ` [External] "

[PATCH 6.18 029/430] hfsplus: fix volume corruption issue for generic/070
 2025-12-29 16:07 UTC  (3+ messages)
` [PATCH 6.18 032/430] hfsplus: fix volume corruption issue for generic/073
` [PATCH 6.18 040/430] hfsplus: fix volume corruption issue for generic/101

[BUG] [exfat] Unable to mount exfat after commit 79c1587b
 2025-12-29 15:36 UTC 

[PATCH 0/2] mount: add OPEN_TREE_NAMESPACE
 2025-12-29 15:24 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/open_tree: add OPEN_TREE_NAMESPACE tests

[BUG] FUSE: Any operation intermittent fails (EPERM/EACCES) due to empty inode object
 2025-12-29 12:34 UTC 

[PATCH v3 RESEND 00/12] ntfs filesystem remake
 2025-12-29 11:41 UTC 

[PATCH] fs: only assert on LOOKUP_RCU when built with CONFIG_DEBUG_VFS
 2025-12-29 12:57 UTC 

[syzbot] [fs?] possible deadlock in path_openat (4)
 2025-12-29 11:10 UTC 

[syzbot] [fs?] possible deadlock in mnt_want_write (7)
 2025-12-29 11:10 UTC 

[syzbot] [fs?] [mm?] possible deadlock in flush_end_io
 2025-12-29 11:09 UTC 

[syzbot] [fs?] WARNING in put_mnt_ns
 2025-12-29 11:09 UTC 

[syzbot] [fs?] BUG: corrupted list in vfs_setxattr
 2025-12-29 11:09 UTC 

[syzbot] Monthly hfs report (Dec 2025)
 2025-12-29 10:22 UTC 

[PATCH 05/11] fs: return I_DIRTY_* and allow error returns from inode_update_timestamps
 2025-12-29  7:27 UTC  (2+ messages)

[PATCH] inode: move @isnew kdoc from inode_insert5 to ilookup5_nowait
 2025-12-29  1:22 UTC  (2+ messages)

[PATCH] pidfs: simplify PIDFD_GET_<type>_NAMESPACE ioctls
 2025-12-28 21:01 UTC  (3+ messages)
` [PATCH] pidfs: protect PIDFD_GET_* ioctls() via ifdef

[linux-next:master] [fs] 51a146e059: BUG:kernel_hang_in_boot_stage
 2025-12-28  0:18 UTC  (3+ messages)

[PATCH 00/19] printk cleanup - part 3
 2025-12-27 12:16 UTC  (15+ messages)
` [PATCH 06/19] printk: Introduce register_console_force
` [PATCH 07/19] drivers: netconsole: Migrate to register_console_force helper
` [PATCH 08/19] debug: debug_core: "
` [PATCH 09/19] m68k: emu: nfcon.c: "
` [PATCH 10/19] fs: pstore: platform: "
` [PATCH 11/19] powerpc: kernel: udbg: "
` [PATCH 12/19] sparc: kernel: btext: "
` [PATCH 13/19] um: drivers: mconsole_kern.c: "
` [PATCH 14/19] drivers: hwtracing: stm: console.c: "
` [PATCH 15/19] drivers: tty: serial: mux.c: "
` [PATCH 16/19] drivers: tty: serial: ma35d1_serial: "
` [PATCH 17/19] drivers: tty: ehv_bytechan: "
` [PATCH 18/19] drivers: braille: console: Drop CON_ENABLED console flag
` [PATCH 19/19] printk: Remove CON_ENABLED flag


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