linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-05 09:26:45 to 2025-11-06 10:46:46 UTC [more...]

[PATCH v2 0/5] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-06 10:46 UTC  (2+ messages)
` [PATCH v2 1/5] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps

[PATCHSET V3 2/2] iomap: generic file IO error reporting
 2025-11-06 10:13 UTC  (8+ messages)
` [PATCH 1/6] iomap: report file IO errors to fsnotify

[RFC] Another take at restarting FUSE servers
 2025-11-06 10:13 UTC  (26+ messages)

on solving syzkaller bug in __filemap_add_folio function
 2025-11-06 10:11 UTC 

[PATCH RFC 0/8] fs: introduce super write guard
 2025-11-06 10:04 UTC  (18+ messages)
` [PATCH RFC 2/8] btrfs: use super write guard in btrfs_reclaim_bgs_work()
` [PATCH RFC 3/8] btrfs: use super write guard btrfs_run_defrag_inode()
` [PATCH RFC 5/8] ext4: use super write guard in write_mmp_block()
` [PATCH RFC 7/8] open: use super write guard in do_ftruncate()
` [PATCH RFC 8/8] xfs: use super write guard in xfs_file_ioctl()

[PATCH v2 0/2] ext4: fixes for mb_check_buddy integrity checks
 2025-11-06  9:52 UTC  (4+ messages)
` [PATCH v2 1/2] ext4: fix incorrect group number assertion in mb_check_buddy for exhausted preallocations
` [PATCH v2 2/2] ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 validation

fall back from direct to buffered I/O when stable writes are required
 2025-11-06  9:50 UTC  (16+ messages)
` [PATCH 1/4] fs: replace FOP_DIO_PARALLEL_WRITE with a fmode bits

[PATCH 1/2] fs: add iput_not_last()
 2025-11-06  9:43 UTC  (4+ messages)
` [PATCH 2/2] landlock: fix splats from iput() after it started calling might_sleep()

[PATCHSET v6] fstests: support ext4 fuse testing
 2025-11-06  9:23 UTC  (19+ messages)
` [PATCH 01/33] misc: adapt tests to handle the fuse ext[234] drivers
` [PATCH 02/33] generic/740: don't run this test for fuse ext* implementations
` [PATCH 22/33] generic/631: don't run test if we can't mount overlayfs
` [PATCH 23/33] generic/{409,410,411,589}: check for stacking mount support
` [PATCH 27/33] generic/050: skip test because fuse2fs doesn't have stable output

[PATCH 0/4] ext4: replace ext4_es_insert_extent() when caching on-disk extents
 2025-11-06  9:15 UTC  (3+ messages)
` [PATCH 1/4] ext4: make ext4_es_cache_extent() support overwrite existing extents

[PATCH v5 00/14] Create and use APIs to centralise locking for directory ops
 2025-11-06  9:02 UTC  (17+ messages)
` [PATCH v5 01/14] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v5 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v5 03/14] VFS: tidy up do_unlinkat()
` [PATCH v5 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v5 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v5 06/14] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v5 07/14] VFS: introduce start_removing_dentry()
` [PATCH v5 08/14] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v5 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v5 10/14] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v5 11/14] Add start_renaming_two_dentries()
` [PATCH v5 12/14] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v5 13/14] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v5 14/14] VFS: introduce end_creating_keep()
` [syzbot ci] Re: Create and use APIs to centralise locking for directory ops

[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
 2025-11-06  7:53 UTC  (11+ messages)

[PATCH 0/3] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-06  7:34 UTC  (10+ messages)
` [PATCH 1/3] mm: introduce VM_MAYBE_GUARD and make visible for guard regions

[PATCH 0/2] ext4: fixes for mb_check_buddy integrity checks
 2025-11-06  2:59 UTC  (6+ messages)
` [PATCH 1/2] ext4: fix incorrect group number assertion in mb_check_buddy for exhausted preallocations
` [PATCH 2/2] ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 validation

[PATCH 00/25] ext4: enable block size larger than page size
 2025-11-06  2:44 UTC  (23+ messages)
` [PATCH 12/25] ext4: support large block size in ext4_mb_get_buddy_page_lock()
` [PATCH 16/25] ext4: support large block size in ext4_mpage_readpages()
` [PATCH 17/25] ext4: support large block size in ext4_block_write_begin()
` [PATCH 18/25] ext4: support large block size in mpage_map_and_submit_buffers()
` [PATCH 19/25] ext4: support large block size in mpage_prepare_extent_to_map()
` [PATCH 20/25] ext4: support large block size in __ext4_block_zero_page_range()
` [PATCH 21/25] ext4: make online defragmentation support large block size
` [PATCH 24/25] ext4: add checks for large folio incompatibilities when BS > PS
` [PATCH 25/25] ext4: enable block size larger than page size

[syzbot] [fs?] WARNING in nsproxy_ns_active_put
 2025-11-06  1:36 UTC 

[syzbot] [fs?] WARNING in nsproxy_ns_active_get
 2025-11-06  1:35 UTC 

[PATCH v4 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
 2025-11-06  0:53 UTC  (4+ messages)

[PATCHSET v6 1/8] fuse: general bug fixes
 2025-11-06  0:19 UTC  (8+ messages)
` [PATCH 1/5] fuse: flush pending fuse events before aborting the connection

[PATCH v2 0/8] fuse: support io-uring registered buffers
 2025-11-05 23:01 UTC  (3+ messages)
` [PATCH v2 5/8] fuse: use enum types for header copying

[PATCH 0/6] iomap, xfs: improve zero range flushing and lookup
 2025-11-05 22:37 UTC  (17+ messages)
` [PATCH 1/6] iomap: replace folio_batch allocation with stack allocation
` [PATCH 2/6] iomap, xfs: lift zero range hole mapping flush into xfs
` [PATCH 3/6] xfs: flush eof folio before insert range size update
` [PATCH 4/6] xfs: look up cow fork extent earlier for buffered iomap_begin
` [PATCH 6/6] xfs: replace zero range flush with folio batch

[PATCH 0/4] platform/x86: wmi: Prepare for future changes
 2025-11-05 22:16 UTC  (6+ messages)
` [PATCH 4/4] platform/x86: wmi: Move WMI core code into a separate directory

[PATCH v1] fs: Move might_sleep() annotation to iput_final()
 2025-11-05 20:56 UTC  (3+ messages)
` [syzbot] [fs?] BUG: sleeping function called from invalid context in hook_sb_delete

[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-05 21:47 UTC  (24+ messages)
` [PATCH 01/16] mm: correctly handle UFFD PTE markers
` [PATCH 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic

[PATCH v5 00/17] vfs: recall-only directory delegations for knfsd
 2025-11-05 21:27 UTC  (19+ messages)
` [PATCH v5 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v5 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v5 03/17] filelock: add struct delegated_inode
` [PATCH v5 04/17] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v5 05/17] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v5 06/17] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v5 07/17] vfs: allow rmdir "
` [PATCH v5 08/17] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v5 09/17] vfs: clean up argument list for vfs_create()
` [PATCH v5 10/17] vfs: make vfs_create break delegations on parent directory
` [PATCH v5 11/17] vfs: make vfs_mknod "
` [PATCH v5 12/17] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v5 13/17] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v5 14/17] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v5 15/17] nfsd: allow DELEGRETURN on directories
` [PATCH v5 16/17] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v5 17/17] vfs: expose delegation support to userland

[PATCH] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-05 21:23 UTC  (2+ messages)

[PATCH v4] fs: hide names_cachep behind runtime access machinery
 2025-11-05 20:50 UTC  (14+ messages)
` [WIP RFC PATCH 0/3] runtime-const header split and whatnot
  ` [PATCH 1/3] x86: fix access_ok() and valid_user_address() using wrong USER_PTR_MAX in modules

[syzbot] [iomap?] kernel BUG in folio_end_read (2)
 2025-11-05 19:58 UTC  (7+ messages)

[PATCH RFC 0/2] fs: fully sync all fsese even for an emergency sync
 2025-11-05 18:50 UTC  (12+ messages)
` [PATCH RFC 1/2] fs: do not pass a parameter for sync_inodes_one_sb()
` [PATCH RFC 2/2] fs: fully sync all fses even for an emergency sync

[PATCH v5 0/3] Optimize folio split in memory failure
 2025-11-05 16:10 UTC  (3+ messages)
` [PATCH v5 3/3] mm/huge_memory: fix kernel-doc comments for folio_split() and related

[PATCH] fs: hide dentry_cache behind runtime const machinery
 2025-11-05 15:36 UTC 

[PATCH v2 00/50] tree-in-dcache stuff
 2025-11-05 15:23 UTC  (18+ messages)
` [PATCH v2 22/50] convert efivarfs

move blk-crypto-fallback to sit above the block layer
 2025-11-05 15:12 UTC  (10+ messages)
` [PATCH 1/9] mempool: update kerneldoc comments
` [PATCH 2/9] mempool: add error injection support
` [PATCH 3/9] mempool: add mempool_{alloc,free}_bulk
` [PATCH 9/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation

[PATCH] fs: touch up predicts in path lookup
 2025-11-05 15:06 UTC 

NFSv4 server sets/gets FATTR4_HIDDEN, FATTR4_SYSTEM, FATTR4_ARCHIVE attributes from Linux "user.DOSATTRIB"?
 2025-11-05 14:53 UTC 

[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-05 14:32 UTC  (9+ messages)
` [PATCH v11] "
  ` [PATCH v12] "
    ` [PATCH v13] "
      ` [PATCH v14] "
        ` [PATCH v15] "
          ` [PATCH v16] "
            ` [PATCH v17] "

[WIP PATCH] fs: speed up path lookup with cheaper MAY_EXEC checks
 2025-11-05 13:55 UTC 

[PATCH 0/3] fs: start to split up fs.h
 2025-11-05 13:48 UTC  (4+ messages)

[PATCH v2] fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT
 2025-11-05 13:40 UTC  (6+ messages)

generic_permission() optimization
 2025-11-05 13:37 UTC  (14+ messages)

[PATCH v4 00/17] vfs: recall-only directory delegations for knfsd
 2025-11-05 12:19 UTC  (7+ messages)
` [PATCH v4 03/17] filelock: add struct delegated_inode
` [PATCH v4 10/17] vfs: make vfs_create break delegations on parent directory

alloc misaligned vectors for zoned XFS v2
 2025-11-05 12:09 UTC  (2+ messages)

open_tree, and bind-mounting directories across mount namespaces
 2025-11-05 12:05 UTC  (2+ messages)

[PATCH v4 0/1] vfs-6.19.iomap commit 51311f045375 fixup
 2025-11-05 11:57 UTC  (2+ messages)

[PATCH] mount: fix duplicate mounts using the new mount API
 2025-11-05 11:54 UTC  (6+ messages)

[PATCH] init: Replace simple_strtoul() with kstrtouint() in root_delay_setup()
 2025-11-05 11:49 UTC  (2+ messages)

[PATCH 1/3] rust: fs: add a new type for file::Offset
 2025-11-05 11:39 UTC  (8+ messages)
` [PATCH 2/3] rust fs: kiocb: take advantage from file::Offset
` [PATCH 3/3] rust: iov: "

[PATCH v3] fs: push list presence check into inode_io_list_del()
 2025-11-05 11:33 UTC  (2+ messages)

[PATCH] fs: inline current_umask() and move it to fs_struct.h
 2025-11-05 11:20 UTC  (2+ messages)

[PATCH v6 1/5] vfat: fix missing sb_min_blocksize() return value checks
 2025-11-05 11:17 UTC  (2+ messages)

[PATCH] binfmt_misc: restore write access before closing files opened by open_exec()
 2025-11-05 11:12 UTC  (2+ messages)

[PATCH] MAINTAINERS: add idr core-api doc file to XARRAY
 2025-11-05 10:58 UTC 


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