linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-13 10:07:48 to 2025-05-14 23:43:21 UTC [more...]

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-05-14 23:41 UTC  (16+ messages)
` [RFC PATCH v2 01/51] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
` [RFC PATCH v2 03/51] KVM: selftests: Update guest_memfd_test for INIT_PRIVATE flag
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
` [RFC PATCH v2 05/51] KVM: guest_memfd: Skip LRU for guest_memfd folios
` [RFC PATCH v2 06/51] KVM: Query guest_memfd for private/shared status
` [RFC PATCH v2 07/51] KVM: guest_memfd: Add CAP KVM_CAP_GMEM_CONVERSION
` [RFC PATCH v2 08/51] KVM: selftests: Test flag validity after guest_memfd supports conversions
` [RFC PATCH v2 09/51] KVM: selftests: Test faulting with respect to GUEST_MEMFD_FLAG_INIT_PRIVATE
` [RFC PATCH v2 10/51] KVM: selftests: Refactor vm_mem_add to be more flexible
` [RFC PATCH v2 11/51] KVM: selftests: Allow cleanup of ucall_pool from host
` [RFC PATCH v2 12/51] KVM: selftests: Test conversion flows for guest_memfd
` [RFC PATCH v2 13/51] KVM: selftests: Add script to exercise private_mem_conversions_test
` [RFC PATCH v2 14/51] KVM: selftests: Update private_mem_conversions_test to mmap guest_memfd
` [RFC PATCH v2 15/51] KVM: selftests: Update script to map shared memory from guest_memfd

[PATCH v2] fuse: use splice for reading user pages on servers that enable it
 2025-05-14 23:17 UTC  (7+ messages)

[PATCH v3 0/3] fuse: Expose more information of fuse backing files to userspace
 2025-05-14 23:03 UTC  (17+ messages)
` [PATCH v3 2/3] fs: fuse: add backing_files control file

[PATCH v6 00/11] fuse: support large folios
 2025-05-14 22:59 UTC  (7+ messages)
` [PATCH v6 01/11] fuse: support copying "
` [PATCH v6 10/11] fuse: optimize direct io large folios processing

[PATCH v7 0/9] coredump: add coredump socket
 2025-05-14 22:38 UTC  (11+ messages)
` [PATCH v7 1/9] coredump: massage format_corname()
` [PATCH v7 2/9] coredump: massage do_coredump()
` [PATCH v7 3/9] coredump: reflow dump helpers a little
` [PATCH v7 4/9] coredump: add coredump socket
` [PATCH v7 5/9] pidfs, coredump: add PIDFD_INFO_COREDUMP
` [PATCH v7 6/9] coredump: show supported coredump modes
` [PATCH v7 7/9] coredump: validate socket name as it is written
` [PATCH v7 8/9] selftests/pidfd: add PIDFD_INFO_COREDUMP infrastructure
` [PATCH v7 9/9] selftests/coredump: add tests for AF_UNIX coredumps

[syzbot] [fs?] BUG: unable to handle kernel paging request in drop_sysctl_table
 2025-05-14 22:36 UTC 

[PATCH] fuse: dev: avoid a build warning when PROC_FS is not set
 2025-05-14 21:32 UTC 

[PATCH v15 00/43] DEPT(DEPendency Tracker)
 2025-05-14 20:47 UTC  (41+ messages)
` [PATCH v15 02/43] dept: implement "
` [PATCH v15 07/43] dept: distinguish each kernel context from another
` [PATCH v15 08/43] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v15 09/43] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v15 10/43] dept: distinguish each work from another
` [PATCH v15 11/43] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v15 12/43] dept: record the latest one out of consecutive waits of the same class
` [PATCH v15 13/43] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v15 14/43] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v15 15/43] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v15 16/43] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v15 17/43] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v15 18/43] dept: track timeout waits separately with a new Kconfig
` [PATCH v15 19/43] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v15 20/43] dept: apply timeout consideration to swait
` [PATCH v15 21/43] dept: apply timeout consideration to waitqueue wait
` [PATCH v15 22/43] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v15 23/43] dept: apply timeout consideration to dma fence wait
` [PATCH v15 24/43] dept: make dept able to work with an external wgen
` [PATCH v15 25/43] dept: track PG_locked with dept
` [PATCH v15 26/43] dept: print staged wait's stacktrace on report
` [PATCH v15 27/43] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v15 28/43] dept: suppress reports with classes that have been already reported
` [PATCH v15 29/43] dept: add documentation for dept
` [PATCH v15 30/43] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v15 31/43] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v15 32/43] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v15 33/43] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v15 34/43] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v15 35/43] dept: make dept stop from working on debug_locks_off()
` [PATCH v15 36/43] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v15 37/43] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v15 38/43] completion, dept: introduce init_completion_dmap() API
` [PATCH v15 39/43] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v15 40/43] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v15 41/43] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v15 42/43] dept: implement a basic unit test for dept
` [PATCH v15 43/43] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state

[RFC PATCH v2 0/8] staging: apfs: init APFS filesystem support
 2025-05-14 20:19 UTC  (7+ messages)
` Subject: "

[syzbot] [xfs?] general protection fault in do_move_mount (3)
 2025-05-14 19:49 UTC  (7+ messages)

[PATCH v3 0/7] ext4: Add multi-fsblock atomic write support with bigalloc
 2025-05-14 19:04 UTC  (21+ messages)
` [PATCH v3 1/7] ext4: Document an edge case for overwrites
` [PATCH v3 2/7] ext4: Check if inode uses extents in ext4_inode_can_atomic_write()
` [PATCH v3 3/7] ext4: Make ext4_meta_trans_blocks() non-static for later use
` [PATCH v3 4/7] ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKS
` [PATCH v3 5/7] ext4: Add multi-fsblock atomic write support with bigalloc
` [PATCH v3 6/7] ext4: Enable support for ext4 multi-fsblock atomic write using bigalloc
` [PATCH v3 7/7] ext4: Add atomic block write documentation

[PATCH] fs: allow clone_private_mount() for a path on real rootfs
 2025-05-14 19:02 UTC  (4+ messages)

[PATCH v2 0/2] User namespace aware fanotify
 2025-05-14 18:39 UTC  (7+ messages)
` [PATCH v2 2/2] fanotify: support watching filesystems and mounts inside userns

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-14 18:21 UTC  (5+ messages)
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr

[PATCH 0/3] Use folios for symlinks in the page cache
 2025-05-14 17:13 UTC  (4+ messages)
` [PATCH 1/3] fs: Convert __page_get_link() to use a folio
` [PATCH 2/3] nfs: Use a folio in nfs_get_link()
` [PATCH 3/3] fs: Pass a folio to page_put_link()

[PATCH 0/3] Remove copy_page_from_iter_atomic()
 2025-05-14 17:06 UTC  (4+ messages)
` [PATCH 1/3] highmem: Add folio_test_partial_kmap()
` [PATCH 2/3] ntfs3: Use folios more in ntfs_compress_write()
` [PATCH 3/3] iov: Remove copy_page_from_iter_atomic()

[PATCH V3 0/7] f2fs: new mount API conversion
 2025-05-14 15:46 UTC  (21+ messages)
` [PATCH V3 5/7] f2fs: separate the options parsing and options checking
` [PATCH V3 7/7] f2fs: switch to the new mount api

[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec
 2025-05-14 15:42 UTC  (14+ messages)
` [PATCH 1/2] "

[RFC PATCH v4 0/5] Readahead tweaks for larger folios
 2025-05-14 15:31 UTC  (11+ messages)
` [RFC PATCH v4 1/5] mm/readahead: Honour new_order in page_cache_ra_order()
` [RFC PATCH v4 5/5] mm/filemap: Allow arch to request folio size for exec memory

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-14 15:10 UTC  (4+ messages)

[PATCH 0/3] ext4: Implement IOCB_DONTCACHE handling
 2025-05-14 15:06 UTC  (8+ messages)
` [PATCH 2/3] ext4: implement IOCB_DONTCACHE handling in write operations
` [PATCH 1/3] mm/filemap: initialize fsdata with iocb->ki_flags

[REGRESSION] orangefs: page writeback problem in 6.14 (bisected to 665575cf)
 2025-05-14 14:38 UTC  (5+ messages)

Request for clarification about FILESYSTEM_MAX_STACK_DEPTH
 2025-05-14 13:32 UTC  (4+ messages)
  ` [PATCH] fuse: add max_stack_depth to fuse_init_in

[syzbot] [netfs?] KASAN: slab-out-of-bounds Read in iov_iter_revert
 2025-05-14 13:05 UTC  (2+ messages)

[PATCH v2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir
 2025-05-14 12:50 UTC  (11+ messages)
` [PATCH] "

[PATCH] mm: remove WARN_ON_ONCE() in file_has_valid_mmap_hooks()
 2025-05-14 10:23 UTC  (11+ messages)

[PATCH v2 0/3] eliminate mmap() retry merge, add .mmap_prepare hook
 2025-05-14 10:14 UTC  (17+ messages)
` [PATCH v2 1/3] mm: introduce new .mmap_prepare() file callback
` [PATCH v2 2/3] mm: secretmem: convert to .mmap_prepare() hook
` [PATCH v2 3/3] mm/vma: remove mmap() retry merge

:Re: Project supplier!
 2025-05-14  9:19 UTC 

[PATCH v2 0/8] filesystems selftests cleanups and fanotify test
 2025-05-14  8:25 UTC  (3+ messages)

[linux-next:master] [mm] 54fc2b6358: WARNING:at_include/linux/fs.h:#file_has_valid_mmap_hooks
 2025-05-14  8:21 UTC  (2+ messages)

[RFC PATCH] doc: fuse: Add max_background and congestion_threshold
 2025-05-14  6:17 UTC 

[PATCH] selftests: remove duplicated function definition
 2025-05-14  2:02 UTC 

[syzbot] [fs?] INFO: task hung in vfs_rename (2)
 2025-05-13 22:39 UTC  (2+ messages)
` [PATCH] fs: Additional checks on new and old dir

[PATCH] statmount: update STATMOUNT_SUPPORTED macro
 2025-05-13 19:08 UTC  (2+ messages)

[PATCH v2] fs: Remove redundant errseq_set call in mark_buffer_write_io_error
 2025-05-13 18:36 UTC  (3+ messages)

[PATCH] readdir: supply dir_context.count as readdir buffer size hint
 2025-05-13 15:10 UTC 

[PATCH v2 1/4] include/linux/fs.h: add inode_lock_killable()
 2025-05-13 15:03 UTC  (4+ messages)
` [PATCH v2 2/4] fs/open: make chmod_common() and chown_common() killable
` [PATCH v2 3/4] fs/open: make do_truncate() killable
` [PATCH v2 4/4] fs/read_write: make default_llseek() killable

[RFC] move_mount(2): still breakage around new mount detection
 2025-05-13 14:33 UTC  (10+ messages)
      ` more breakage there (was Re: [RFC] move_mount(2): still breakage around new mount detection)
          ` [PATCH 3/4] do_move_mount(): don't leak MNTNS_PROPAGATING on failures

[PATCH] fanotify: Drop use of flex array in fanotify_fh
 2025-05-13 13:54 UTC  (2+ messages)

[RFC PATCH v2] fuse: add optional workqueue to periodically invalidate expired dentries
 2025-05-13 12:34 UTC  (3+ messages)

[PATCH v6 4/9] coredump: add coredump socket
 2025-05-13 12:08 UTC  (4+ messages)

[PATCH] fuse: don't allow signals to interrupt getdents copying
 2025-05-13 11:23 UTC 

[RFC PATCH] fuse: don't allow signals to interrupt getdents copying
 2025-05-13 11:13 UTC  (3+ messages)

[PATCH 1/2] include/linux/fs.h: add inode_lock_killable()
 2025-05-13 10:41 UTC  (8+ messages)
` [PATCH 2/2] fs: make several inode lock operations killable

[PATCH] vfs: Add sysctl vfs_cache_pressure_denom for bulk file operations
 2025-05-13 10:14 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).