Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2025-09-09 15:26:13 to 2025-09-11 06:02:32 UTC [more...]

[PATCHES] simple part of ->d_name stuff
 2025-09-11  6:02 UTC  (9+ messages)
` [PATCH 1/6] security_dentry_init_security(): constify qstr argument
  ` [PATCH 2/6] exfat_find(): "
  ` [PATCH 3/6] afs_edit_dir_{add,remove}(): "
  ` [PATCH 4/6] afs_dir_search: "
  ` [PATCH 5/6] generic_ci_validate_strict_name(): constify name argument
  ` [PATCH 6/6] make it easier to catch those who try to modify ->d_name

[RFC PATCH v3 0/4] ->i_state accessors
 2025-09-11  5:54 UTC  (6+ messages)
` [PATCH v3 1/4] fs: expand dump_inode()
` [PATCH v3 2/4] fs: hide ->i_state handling behind accessors
` [PATCH v3 3/4] convert all filesystems to use the new ->i_state accessors
` [PATCH v3 4/4] type switch

[PATCH v2 00/16] expand mmap_prepare functionality, port more users
 2025-09-11  5:19 UTC  (19+ messages)
` [PATCH v2 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH v2 02/16] device/dax: update devdax "
` [PATCH v2 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v2 04/16] relay: update relay to use mmap_prepare
` [PATCH v2 05/16] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v2 06/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v2 07/16] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc
` [PATCH v2 09/16] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v2 10/16] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v2 11/16] mm: update mem char driver "
` [PATCH v2 12/16] mm: update resctl "
` [PATCH v2 13/16] mm: update cramfs "
` [PATCH v2 14/16] fs/proc: add the proc_mmap_prepare hook for procfs
` [PATCH v2 15/16] fs/proc: update vmcore to use .proc_mmap_prepare
` [PATCH v2 16/16] kcov: update kcov to use mmap_prepare

[PATCH v4] ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()
 2025-09-11  2:54 UTC 

[PATCH V10 0/5] riscv: mm: Add soft-dirty and uffd-wp support
 2025-09-11  2:51 UTC  (8+ messages)
` [PATCH V10 1/5] mm: softdirty: Add pte_soft_dirty_available()
` [PATCH V10 3/5] riscv: Add RISC-V Svrsw60t59b extension support

[PATCH v3] ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()
 2025-09-11  1:10 UTC  (3+ messages)

[PATCHSET RFC v2 00/10] add support for name_to, open_by_handle_at() to io_uring
 2025-09-11  0:53 UTC  (12+ messages)
` [PATCH 01/10] fhandle: create helper for name_to_handle_at(2)
` [PATCH 02/10] io_uring: add support for IORING_OP_NAME_TO_HANDLE_AT
` [PATCH 03/10] fhandle: helper for allocating, reading struct file_handle
` [PATCH 04/10] fhandle: create do_filp_path_open() helper
` [PATCH 05/10] fhandle: make do_filp_path_open() take struct open_flags
` [PATCH 06/10] exportfs: allow VFS flags in struct file_handle
` [PATCH 07/10] exportfs: new FILEID_CACHED flag for non-blocking fh lookup
` [PATCH 08/10] io_uring: add __io_open_prep() helper
` [PATCH 09/10] io_uring: add support for IORING_OP_OPEN_BY_HANDLE_AT
` [PATCH 10/10] xfs: add support for non-blocking fh_to_dentry()

[PATCH v2 7/7] Use simple_start_creating() in various places
 2025-09-10 23:13 UTC  (11+ messages)

[RFC] a possible way of reducing the PITA of ->d_name audits
 2025-09-10 22:52 UTC  (4+ messages)

[PATCH] hfs: introduce KUnit tests for HFS string operations
 2025-09-10 22:01 UTC  (2+ messages)

[PATCH 00/32] ns: support file handles
 2025-09-10 21:46 UTC  (62+ messages)
` [PATCH 01/32] pidfs: validate extensible ioctls
` [PATCH 02/32] nsfs: "
` [PATCH 03/32] block: use extensible_ioctl_valid()
` [PATCH 04/32] ns: move to_ns_common() to ns_common.h
` [PATCH 05/32] nsfs: add nsfs.h header
` [PATCH 06/32] ns: uniformly initialize ns_common
` [PATCH 07/32] mnt: use ns_common_init()
` [PATCH 08/32] ipc: "
` [PATCH 09/32] cgroup: "
` [PATCH 10/32] pid: "
` [PATCH 11/32] time: "
` [PATCH 12/32] uts: "
` [PATCH 13/32] user: "
` [PATCH 14/32] net: "
` [PATCH 15/32] ns: remove ns_alloc_inum()
` [PATCH 16/32] nstree: make iterator generic
` [PATCH 17/32] mnt: support iterator
` [PATCH 18/32] cgroup: "
` [PATCH 19/32] ipc: "
` [PATCH 20/32] net: "
` [PATCH 21/32] pid: "
` [PATCH 22/32] time: "
` [PATCH 23/32] userns: "
` [PATCH 24/32] uts: "
` [PATCH 25/32] ns: add to_<type>_ns() to respective headers
` [PATCH 26/32] nsfs: add current_in_namespace()
` [PATCH 27/32] nsfs: support file handles
` [PATCH 28/32] nsfs: support exhaustive "
` [PATCH 29/32] nsfs: add missing id retrieval support
` [PATCH 30/32] tools: update nsfs.h uapi header
` [PATCH 31/32] selftests/namespaces: add identifier selftests
` [PATCH 32/32] selftests/namespaces: add file handle selftests
` [syzbot ci] Re: ns: support file handles

[PATCH v2 00/16] fuse: use iomap for buffered reads + readahead
 2025-09-10 17:41 UTC  (10+ messages)
` [PATCH v2 11/16] iomap: add caller-provided callbacks for read and readahead
` [PATCH v2 13/16] iomap: move read/readahead logic out of CONFIG_BLOCK guard

[PATCH 0/4] writeback: Avoid lockups when switching inodes
 2025-09-10 17:10 UTC  (11+ messages)
` [PATCH 1/4] writeback: Avoid contention on wb->list_lock "
` [PATCH 2/4] writeback: Avoid softlockup when switching many inodes
` [PATCH 3/4] writeback: Avoid excessively long inode switching times
` [PATCH 4/4] writeback: Add tracepoint to track pending inode switches

LInux NFSv4.1 client and server- case insensitive filesystems supported?
 2025-09-10 14:35 UTC  (16+ messages)
          ` NFSv4.x export options to mark export as case-insensitive, case-preserving? "

[PATCH] initrd: Fix unused variable warning in rd_load_image() on s390
 2025-09-10 14:34 UTC  (3+ messages)

[PATCH v2] readahead: Add trace points
 2025-09-10 13:56 UTC  (2+ messages)

[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
 2025-09-10 13:41 UTC  (5+ messages)
` [PATCH 1/6] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready
` [PATCH 5/6] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree

[PATCH v2 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
 2025-09-10 11:41 UTC  (5+ messages)
` [PATCH v2 1/2] md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter
` [PATCH v2 2/2] drbd: "

Excessive page cache occupies DMA32 memory
 2025-09-10 11:23 UTC  (8+ messages)

[syzbot] [fs?] WARNING in sysfs_emit_at
 2025-09-10 11:00 UTC  (6+ messages)
` [PATCH] USB: core: remove the move buf action

[PATCH] iomap: allow iomap using the per-cpu bio cache
 2025-09-10 10:52 UTC  (8+ messages)
                ` [External] "

FUSE + Linux filesystem capabilities (2025)
 2025-09-10  9:24 UTC  (2+ messages)

[PATCH 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
 2025-09-10  9:01 UTC  (6+ messages)
` [PATCH 1/2] md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter

[PATCH v2 0/4] Fix softlockup when adding inotify watch
 2025-09-10  7:38 UTC  (4+ messages)
` [PATCH v2 1/4] dcache: sweep cached negative dentries to the end of list of siblings

[PATCH v2 5/7] VFS: rename kern_path_locked() and related functions
 2025-09-10  2:49 UTC  (2+ messages)

[PATCH v4 0/3] Initial NFS client support for RWF_DONTCACHE
 2025-09-10  1:59 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] filemap: Add a helper for filesystems implementing dropbehind
  ` [PATCH v5 2/3] filemap: Add a version of folio_end_writeback that ignores dropbehind
  ` [PATCH v5 3/3] NFS: Enable use of the RWF_DONTCACHE flag on the NFS client

[SECURITY] [PATCH V2] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
 2025-09-09 18:42 UTC  (3+ messages)
` [SECURITY] [PATCH V3] "

[WIP RFC PATCH v2 00/10] i_state accessors + I_WILL_FREE removal
 2025-09-09 18:32 UTC  (3+ messages)
` [PATCH v2 09/10] fs: set I_FREEING instead of I_WILL_FREE in iput_final() prior to writeback

[PATCH 00/16] expand mmap_prepare functionality, port more users
 2025-09-09 17:36 UTC  (9+ messages)
` [PATCH 06/16] mm: introduce the f_op->mmap_complete, mmap_abort hooks

[PATCH v3 00/30] Live Update Orchestrator
 2025-09-09 17:27 UTC  (19+ messages)
` [PATCH v3 29/30] luo: allow preserving memfd

[PATCH RESEND] fs/namespace: describe @pinned parameter in do_lock_mount()
 2025-09-09 17:15 UTC  (3+ messages)

[PATCH v2 00/54] fs: rework inode reference counting
 2025-09-09 16:32 UTC  (5+ messages)

[PATCHv4 0/8]
 2025-09-09 16:27 UTC  (2+ messages)

[PATCH v3 0/3] Test file_getattr and file_setattr syscalls
 2025-09-09 15:25 UTC  (2+ messages)
` [PATCH v3 2/3] generic: introduce test to test file_getattr/file_setattr syscalls


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