linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-07 01:41:13 to 2025-04-09 01:10:06 UTC [more...]

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

[PATCH v6 00/12] large atomic writes for xfs
 2025-04-09  0:41 UTC  (18+ 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

[PATCH v4] fs/namespace: defer RCU sync for MNT_DETACH umount
 2025-04-08 20:58 UTC 

[PATCH] afs: Fix afs_dynroot_readdir() to not use the RCU read lock
 2025-04-08 20:46 UTC 

[PATCH] dcache: convert dentry flag macros to enum
 2025-04-08 20:00 UTC 

[PATCH v4] ceph: fix slab-use-after-free in have_mon_and_osd_map()
 2025-04-08 19:39 UTC  (3+ messages)

[linux-next:master] [block/bdev] 3c20917120: BUG:sleeping_function_called_from_invalid_context_at_mm/util.c
 2025-04-08 19:13 UTC  (10+ messages)

Reseting pending fanotify events
 2025-04-08 18:55 UTC  (2+ messages)

Weird blockdev crash in 6.15-rc1?
 2025-04-08 17:51 UTC 

Recent changes mean sb_min_blocksize() can now fail
 2025-04-08 17:36 UTC  (8+ messages)

[PATCH] iomap: skip unnecessary ifs_block_is_uptodate check
 2025-04-08 17:29 UTC 

[PATCH 0/2] efivarfs: support freeze/thaw
 2025-04-08 17:26 UTC  (9+ messages)
` [PATCH 0/6] power: wire-up filesystem freeze/thaw with suspend/resume

[PATCH] netfs: Let netfs depends on PROC_FS
 2025-04-08 16:14 UTC  (6+ messages)

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

[PATCH] overlay/08[89]: add tests for data-only redirect with userxattr
 2025-04-08 15:45 UTC 

[PATCH v3 0/3] ovl: metacopy/verity fixes and improvements
 2025-04-08 15:40 UTC  (4+ messages)
` [PATCH v3 1/3] ovl: make redirect/metacopy rejection consistent
` [PATCH v3 2/3] ovl: relax redirect/metacopy requirements for lower -> data redirect
` [PATCH v3 3/3] ovl: don't require "metacopy=on" for "verity"

[PATCH] netfs: Update main API document
 2025-04-08 15:09 UTC 

Weird loop device behavior in 6.15-rc1?
 2025-04-08 14:27 UTC  (3+ messages)

fuse: increase readdir() buffer size
 2025-04-08 14:19 UTC  (7+ messages)
` fuse: increase readdir() buffer size [v4]
  ` [PATCH 2/2] fuse: Adjust readdir() buffer to requesting buffer size

[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
 2025-04-08 13:15 UTC  (11+ messages)

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

[PATCH 6.12 300/423] netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int
 2025-04-08 10:50 UTC 

[PATCH v12 00/28] riscv control-flow integrity for usermode
 2025-04-08 12:45 UTC  (19+ 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 24/28] arch/riscv: compile vdso with landing pad
` [PATCH v12 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v12 27/28] riscv: Documentation for shadow stack on riscv

d_path() results in presence of detached mounts
 2025-04-08 12:44 UTC  (5+ messages)

[PATCH 6.13 352/499] netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int
 2025-04-08 10:49 UTC 

[PATCH] fs: unconditionally use atime_needs_update() in pick_link()
 2025-04-08 12:07 UTC  (3+ messages)

[PATCH RFC v7 0/8] Add NUMA mempolicy support for KVM guest-memfd
 2025-04-08 11:24 UTC  (9+ messages)
` [PATCH RFC v7 1/8] mm/filemap: Add mempolicy support to the filemap layer
` [PATCH RFC v7 2/8] mm/mempolicy: Export memory policy symbols
` [PATCH RFC v7 3/8] security: Export security_inode_init_security_anon for KVM guest_memfd
` [PATCH RFC v7 4/8] KVM: Add kvm_gmem_exit() cleanup function
` [PATCH RFC v7 5/8] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [PATCH RFC v7 6/8] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH RFC v7 7/8] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH RFC v7 8/8] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[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 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

distrobox / podman / toolbox not working anymore with 6.15-rc1
 2025-04-08  8:16 UTC  (3+ 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  (5+ 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  (2+ 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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).