linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-02 23:10:13 to 2025-04-04 15:44:05 UTC [more...]

[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
 2025-04-04 15:43 UTC 

[PATCH] proc: Avoid costly high-order page allocations when reading proc files
 2025-04-04 15:33 UTC  (22+ 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  (8+ messages)
` [PATCH RFC 1/4] selftests/pidfd: adapt to recent changes
` [PATCH RFC 2/4] pidfd: remove unneeded NULL check from pidfd_prepare()
` [PATCH RFC 3/4] pidfd: improve uapi when task isn't found
` [PATCH RFC 4/4] selftest/pidfd: add test for thread-group leader pidfd open for thread

[GIT PULL] vfs mount
 2025-04-04 14:19 UTC  (17+ messages)

[PATCH v3 0/4] Add managed SOFT RESERVE resource handling
 2025-04-04 13:58 UTC  (14+ messages)
` [PATCH v3 1/4] kernel/resource: Provide mem region release for SOFT RESERVES
` [PATCH v3 2/4] cxl: Update Soft Reserved resources upon region creation
` [PATCH v3 3/4] dax/mum: Save the dax mum platform device pointer
` [PATCH v3 4/4] cxl/dax: Delay consumption of SOFT RESERVE resources

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

Potential Linux Crash: WARNING in ext4_dirty_folio in Linux kernel v6.13-rc5
 2025-04-04 13:50 UTC  (9+ messages)

[PATCH 1/6] VFS: improve interface for lookup_one functions
 2025-04-04 13:46 UTC  (4+ messages)

[PATCH v2 0/9] Remove aops->writepage
 2025-04-04 13:42 UTC  (9+ messages)
` [PATCH v2 1/9] 9p: Add a migrate_folio method
` [PATCH v2 6/9] i915: Use writeback_iter()

[PATCH v3 0/4] fuse: Improve ftraces, per-cpu req unique and code dup removal
 2025-04-04 13:19 UTC  (7+ messages)
` [PATCH v3 1/4] fuse: Make the fuse unique value a per-cpu counter
` [PATCH v3 2/4] fuse: Set request unique on allocation
` [PATCH v3 3/4] fuse: {io-uring} Avoid _send code dup
` [PATCH v3 4/4] fuse: fine-grained request ftraces

[PATCH] fanotify: allow creating FAN_PRE_ACCESS events on directories
 2025-04-04 11:37 UTC  (6+ messages)

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

[PATCH v3] fanotify: Document mount namespace events
 2025-04-04 10:52 UTC  (3+ messages)

[PATCH] anon_inode: use a proper mode internally
 2025-04-04 10:39 UTC 

[syzbot] [isofs?] KASAN: slab-out-of-bounds Read in isofs_fh_to_parent
 2025-04-04 10:32 UTC  (3+ messages)
` [PATCH] isofs: Prevent the use of too small fid

[PATCH v2 0/4] power: wire-up filesystem freeze/thaw with suspend/resume
 2025-04-04 10:24 UTC  (11+ messages)
` [PATCH v2 1/4] fs: add owner of freeze/thaw
    ` [PATCH] fs: allow nesting with FREEZE_EXCL
` [PATCH v2 2/4] fs: allow all writers to be frozen
` [PATCH v2 3/4] power: freeze filesystems during suspend/resume
` [PATCH v2 4/4] kernfs: add warning about implementing freeze/thaw

Reseting pending fanotify events
 2025-04-04 10:10 UTC  (3+ messages)

[PATCH RFC] statx.2: Add stx_atomic_write_unit_max_opt
 2025-04-04  9:23 UTC  (9+ messages)

[PATCH 2/2] vfs: Fix anon_inode triggering VFS_BUG_ON_INODE in may_open()
 2025-04-04  9:09 UTC  (8+ messages)
  ` [PATCH v2] "

[PATCH] MAINTAINERS: configfs: add Andreas Hindborg as maintainer
 2025-04-04  8:42 UTC  (5+ messages)

[PATCH 0/2] speed up /proc/filesystems
 2025-04-04  8:41 UTC  (4+ messages)
` [PATCH 2/2] fs: cache the string generated by reading /proc/filesystems

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

[GIT PULL] fixes for bugs caught as part of tree-in-dcache work
 2025-04-04  6:50 UTC  (5+ messages)

[PATCH v2 0/3] Dynamically allocate memory to store task's full name
 2025-04-04  6:48 UTC  (13+ messages)
` [PATCH v2 1/3] exec: "
` [PATCH v2 3/3] kthread: Use 'task_struct->full_name' to store kthread's "

[PATCH V4] proc: Fix the issue of proc_mem_open returning NULL
 2025-04-04  6:33 UTC  (2+ messages)
` [PATCH V5] "

Proper way to copy de-compressed data into a bio, in folio style?
 2025-04-04  6:16 UTC  (3+ messages)

[PATCH v2] fs: remove stale log entries from fs/namei.c
 2025-04-04  5:23 UTC 

Large folios and filemap_get_folios_contig()
 2025-04-04  4:15 UTC  (5+ messages)

[PATCH v6 0/5] fuse: remove temp page copies in writeback
 2025-04-03 22:04 UTC  (11+ messages)
` [PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings

[PATCH v4 0/2] string: Add load_unaligned_zeropad() code path to sized_strscpy()
 2025-04-03 21:15 UTC  (6+ messages)
` [PATCH v4 1/2] "

[PATCH v2] fanotify: Document mount namespace events
 2025-04-03 20:30 UTC  (4+ messages)

[PATCH v2 0/4] fuse: Improve ftraces, per-cpu req unique and code dup removal
 2025-04-03 20:13 UTC  (7+ messages)
` [PATCH v2 1/4] fuse: Make the fuse unique value a per-cpu counter
` [PATCH v2 2/4] fuse: Set request unique on allocation
` [PATCH v2 3/4] fuse: {io-uring} Avoid _send code dup
` [PATCH v2 4/4] fuse: fine-grained request ftraces

[RFC] traceevent/block: Add REQ_ATOMIC flag to block trace events
 2025-04-03 18:22 UTC  (3+ messages)

[PATCH v5 0/2] string: Add load_unaligned_zeropad() code path to sized_strscpy()
 2025-04-03 17:20 UTC  (6+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] kasan: Add strscpy() test to trigger tag fault on arm64

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

[PATCH v5 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
 2025-04-03 14:48 UTC  (4+ messages)
` [PATCH v5 2/2] mm: guestmem: Convert address_space operations to "

[PATCH 0/4] fuse: Improve ftraces, atomic req unique and code dup removal
 2025-04-03 13:08 UTC  (9+ messages)
` [PATCH 1/4] fuse: Make the fuse_send_one request counter atomic
` [PATCH RFC 2/4] fuse: Set request unique on allocation

[PATCH] fanotify: Document FAN_PRE_ACCESS event
 2025-04-03 10:41 UTC  (4+ messages)

[PATCH] fs: remove stale log entries from fs/namei.c
 2025-04-03 10:40 UTC  (6+ messages)

INFO: task hung in chmod_common
 2025-04-03 10:30 UTC  (2+ messages)

Reseting pending fanotify events
 2025-04-03  9:58 UTC  (3+ messages)

[PATCH] ceph: fix variable dereferenced before check in ceph_umount_begin()
 2025-04-03  8:29 UTC  (6+ messages)

[PATCH v2] docs: initramfs: update compression and mtime descriptions
 2025-04-03  8:17 UTC  (2+ messages)

[PATCH] devpts: Fix type for uid and gid params
 2025-04-03  8:15 UTC  (2+ messages)

[PATCH v1] fs/super.c: Add NULL check for type in iterate_supers_type
 2025-04-03  8:01 UTC  (5+ messages)

[PATCH blktests 0/3] blktest: add unmap write zeroes tests
 2025-04-03  7:55 UTC  (8+ messages)
` [PATCH blktests 1/3] scsi/010: "
` [PATCH blktests 2/3] dm/003: "
` [PATCH blktests 3/3] nvme/060: "

[GIT PULL] vfs fixes
 2025-04-03  0:11 UTC  (2+ messages)

[GIT PULL] fuse update for 6.15
 2025-04-03  0:11 UTC  (3+ messages)

[GIT PULL] ntfs3: bugfixes for 6.15
 2025-04-03  0:11 UTC  (2+ 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).