Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2025-04-04 13:46:35 to 2025-04-08 11:20:13 UTC [more...]

[RFC 0/2] Fix false warning in inode_to_wb
 2025-04-08 11:19 UTC  (5+ messages)
` [RFC 1/2] gfs2: replace sd_aspace with sd_inode
` [RFC 2/2] writeback: Fix false warning in inode_to_wb()

[syzbot] [fs?] KCSAN: data-race in file_end_write / posix_acl_update_mode
 2025-04-08 11:10 UTC  (3+ messages)

[PATCH v12 00/28] riscv control-flow integrity for usermode
 2025-04-08 10:51 UTC  (17+ messages)
` [PATCH v12 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v12 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v12 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v12 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v12 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v12 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v12 27/28] riscv: Documentation for shadow stack on riscv

Recent changes mean sb_min_blocksize() can now fail
 2025-04-08 10:51 UTC  (3+ messages)

[PATCH v6 00/12] large atomic writes for xfs
 2025-04-08 10:42 UTC  (13+ messages)
` [PATCH v6 01/12] fs: add atomic write unit max opt to statx
` [PATCH v6 02/12] xfs: add helpers to compute log item overhead
` [PATCH v6 03/12] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomicwrite()
` [PATCH v6 04/12] xfs: allow block allocator to take an alignment hint
` [PATCH v6 05/12] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v6 06/12] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v6 07/12] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v6 08/12] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v6 09/12] xfs: commit CoW-based atomic writes atomically
` [PATCH v6 10/12] xfs: add xfs_file_dio_write_atomic()
` [PATCH v6 11/12] xfs: add xfs_compute_atomic_write_unit_max()
` [PATCH v6 12/12] xfs: update atomic write limits

6.15-rc1/regression/bisected - commit 474f7825d533 is broke systemd-nspawn on my system
 2025-04-08 10:21 UTC  (8+ messages)

[PATCH 1/3] fs: sort out cosmetic differences between stat funcs and add predicts
 2025-04-08 10:16 UTC  (7+ messages)
` [PATCH 2/3] fs: predict not having to do anything in fdput()
` [PATCH 3/3 v3] fs: make generic_fillattr() tail-callable and utilize it in ext2/ext4
` (subset) [PATCH 1/3] fs: sort out cosmetic differences between stat funcs and add predicts

[PATCH] hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
 2025-04-08 10:11 UTC  (15+ messages)

[PATCH] fs: unconditionally use atime_needs_update() in pick_link()
 2025-04-08  9:09 UTC  (2+ messages)

d_path() results in presence of detached mounts
 2025-04-08  8:55 UTC  (2+ messages)

[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
 2025-04-08  8:20 UTC  (19+ messages)
` [PATCH v3 1/6] mm: userfaultfd: generic continue for non hugetlbfs
` [PATCH v3 2/6] mm: provide can_userfault vma operation
` [PATCH v3 3/6] mm: userfaultfd: use "
` [PATCH v3 4/6] KVM: guest_memfd: add support for userfaultfd minor
` [PATCH v3 5/6] mm: userfaultfd: add UFFD_FEATURE_MINOR_GUEST_MEMFD
` [PATCH v3 6/6] KVM: selftests: test userfaultfd minor for guest_memfd

distrobox / podman / toolbox not working anymore with 6.15-rc1
 2025-04-08  8:16 UTC  (3+ messages)

[PATCH] netfs: Let netfs depends on PROC_FS
 2025-04-08  7:31 UTC  (4+ messages)

Weird loop device behavior in 6.15-rc1?
 2025-04-08  6:44 UTC  (2+ messages)

[RFC] weird use of dget_parent() in xfs_filestream_get_parent()
 2025-04-08  6:26 UTC  (2+ messages)

[GIT PULL] vfs mount
 2025-04-08  5:06 UTC  (14+ messages)

[PATCH] exfat: enable request merging for dir readahead
 2025-04-08  1:15 UTC  (3+ messages)

Potential Linux Crash: WARNING in ext4_dirty_folio in Linux kernel v6.13-rc5
 2025-04-07 23:00 UTC  (7+ messages)

[PATCH v3 0/4] Add managed SOFT RESERVE resource handling
 2025-04-07 22:35 UTC  (3+ messages)

[PATCH 1/2] Documentation: iomap: Add missing flags description
 2025-04-07 18:48 UTC  (12+ messages)
` [PATCH 2/2] iomap: trace: Add missing flags to [IOMAP_|IOMAP_F_]FLAGS_STRINGS

[PATCH] initrd: support erofs as initrd
 2025-04-07 16:05 UTC  (7+ messages)

[PATCH] fanotify: report FAN_PRE_MODIFY event before write to file range
 2025-04-07 15:03 UTC  (3+ messages)

[RESEND] virtiofs: add filesystem context source name check
 2025-04-07 14:24 UTC  (4+ messages)

[PATCH 0/9] fs: harden anon inodes
 2025-04-07 14:18 UTC  (25+ messages)
` [PATCH 1/9] anon_inode: use a proper mode internally
` [PATCH 2/9] pidfs: use anon_inode_getattr()
` [PATCH 3/9] anon_inode: explicitly block ->setattr()
` [PATCH 4/9] pidfs: use anon_inode_setattr()
` [PATCH 5/9] anon_inode: raise SB_I_NODEV and SB_I_NOEXEC
` [PATCH 6/9] selftests/filesystems: add first test for anonymous inodes
` [PATCH 7/9] selftests/filesystems: add second "
` [PATCH 8/9] selftests/filesystems: add third "
` [PATCH 9/9] selftests/filesystems: add fourth "

[REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
 2025-04-07 14:10 UTC  (10+ messages)

[PATCH] anon_inode: use a proper mode internally
 2025-04-07 13:50 UTC  (6+ messages)

[PATCH RFC 0/6] Allow file-backed or shared device private pages
 2025-04-07  9:15 UTC  (4+ messages)

[PATCH v2 1/4] fs: add owner of freeze/thaw
 2025-04-07  9:08 UTC  (3+ messages)
` [PATCH] fs: allow nesting with FREEZE_EXCL

[PATCH v2] fs: make generic_fillattr() tail-callable and utilize it in ext2/ext4
 2025-04-07  8:54 UTC  (4+ messages)

[PATCH RFC] statx.2: Add stx_atomic_write_unit_max_opt
 2025-04-07  6:51 UTC  (10+ messages)

[Kernel Bug] BUG: unable to handle kernel paging request in const_folio_flags
 2025-04-07  5:09 UTC  (3+ messages)

[PATCH v4] fs/proc/page: Refactoring to reduce code duplication
 2025-04-07  1:39 UTC  (3+ messages)

[syzbot] [fs?] BUG: unable to handle kernel NULL pointer dereference in filemap_read_folio (4)
 2025-04-06 23:09 UTC  (2+ messages)

[RFC PATCH 0/6] fs/9p: Reuse inode based on path (in addition to qid)
 2025-04-06 20:43 UTC  (7+ messages)
` [RFC PATCH 1/6] fs/9p: Add ability to identify inode by path for .L
` [RFC PATCH 2/6] fs/9p: add default option for path-based inodes
` [RFC PATCH 3/6] fs/9p: Hide inodeident=path from show_options as it is the default
` [RFC PATCH 4/6] fs/9p: Add ability to identify inode by path for non-.L
` [RFC PATCH 5/6] fs/9p: .L: Refresh stale inodes on reuse
` [RFC PATCH 6/6] fs/9p: non-.L: "

[PATCH] MAINTAINERS: configfs: add Andreas Hindborg as maintainer
 2025-04-06  9:28 UTC  (7+ messages)

[PATCH v2 0/3] Dynamically allocate memory to store task's full name
 2025-04-06  2:28 UTC  (8+ messages)
` [PATCH v2 1/3] exec: "

[PATCH v2 0/9] Remove aops->writepage
 2025-04-05 16:56 UTC  (3+ messages)
` [PATCH v2 3/9] migrate: Remove call to ->writepage

[PATCH 0/2] speed up /proc/filesystems
 2025-04-05  5:26 UTC  (6+ messages)
` [PATCH 2/2] fs: cache the string generated by reading /proc/filesystems

[PATCH 1/6] VFS: improve interface for lookup_one functions
 2025-04-04 23:00 UTC  (5+ messages)

[PATCH 0/8] Misc folio patches for 6.16
 2025-04-04 21:00 UTC  (17+ messages)
` [PATCH 1/8] filemap: Remove readahead_page()
` [PATCH 2/8] mm: Remove offset_in_thp()
` [PATCH 3/8] iov_iter: Convert iter_xarray_populate_pages() to use folios
` [PATCH 4/8] iov_iter: Convert iov_iter_extract_xarray_pages() "
` [PATCH 5/8] filemap: Remove find_subpage()
` [PATCH 6/8] filemap: Convert __readahead_batch() to use a folio
` [PATCH 7/8] filemap: Remove readahead_page_batch()
` [PATCH 8/8] mm: Delete thp_nr_pages()

[PATCH v7 0/3] fuse: remove temp page copies in writeback
 2025-04-04 20:13 UTC  (7+ messages)
` [PATCH v7 1/3] mm: add AS_WRITEBACK_INDETERMINATE mapping flag
` [PATCH v7 2/3] mm: skip reclaiming folios in legacy memcg writeback indeterminate contexts
` [PATCH v7 3/3] fuse: remove tmp folio for writebacks and internal rb tree

[PATCH 0/3] mm: move migration work around to buffer-heads
 2025-04-04 15:55 UTC  (5+ messages)
` [PATCH 2/3] fs/buffer: avoid races with folio migrations on __find_get_block_slow()

[PATCH] proc: Avoid costly high-order page allocations when reading proc files
 2025-04-04 15:33 UTC  (11+ messages)
              ` [PATCH] mm: kvmalloc: make kmalloc fast path real fast path

[PATCH RFC 0/4] pidfd: improve uapi when task isn't found
 2025-04-04 14:53 UTC  (5+ messages)
` [PATCH RFC 3/4] "

[PATCH v3 2/4] cxl: Update Soft Reserved resources upon region creation
 2025-04-04 13:58 UTC  (2+ messages)

[netfs/cifs - Linux 6.14] loop on file cat + file copy when files are on CIFS share
 2025-04-04 13:54 UTC  (5+ messages)


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