messages from 2025-09-11 12:21:36 to 2025-09-12 22:42:23 UTC [more...]
[PATCH 00/62] initrd: remove classic initrd support
2025-09-12 22:38 UTC
[RFC] a possible way of reducing the PITA of ->d_name audits
2025-09-12 22:23 UTC (20+ messages)
` ->atomic_open() fun (was Re: [RFC] a possible way of reducing the PITA of ->d_name audits)
` [PATCH 1/9] allow finish_no_open(file, ERR_PTR(-E...))
` [PATCH 2/9] 9p: simplify v9fs_vfs_atomic_open()
` [PATCH 3/9] 9p: simplify v9fs_vfs_atomic_open_dotl()
` [PATCH 4/9] simplify cifs_atomic_open()
` [PATCH 5/9] simplify vboxsf_dir_atomic_open()
` [PATCH 6/9] simplify nfs_atomic_open_v23()
` [PATCH 7/9] simplify fuse_atomic_open()
` [PATCH 8/9] simplify gfs2_atomic_open()
` [PATCH 9/9] slightly simplify nfs_atomic_open()
[PATCH v5] hfs/hfsplus: rework debug output subsystem
2025-09-12 22:04 UTC
[PATCH] rcu: Remove redundant rcu_read_lock/unlock() in spin_lock critical sections
2025-09-12 21:35 UTC (3+ messages)
[PATCH v2 00/16] fuse: use iomap for buffered reads + readahead
2025-09-12 20:09 UTC (28+ messages)
` [PATCH v2 01/16] iomap: move async bio read logic into helper function
` [PATCH v2 04/16] iomap: store read/readahead bio generically
` [PATCH v2 05/16] iomap: propagate iomap_read_folio() error to caller
` [PATCH v2 11/16] iomap: add caller-provided callbacks for read and readahead
` [PATCH v2 12/16] iomap: add bias for async read requests
` [PATCH v2 13/16] iomap: move read/readahead logic out of CONFIG_BLOCK guard
[PATCH v2 01/63] fs/namespace.c: fix the namespace_sem guard mess
2025-09-12 18:45 UTC (17+ messages)
` [PATCH v2 61/63] struct mount: relocate MNT_WRITE_HOLD bit
` [60/63] setup_mnt(): primitive for connecting a mount to filesystem
` [RFC] does # really need to be escaped in devnames?
[PATCH] initramfs: Replace strcpy() with strscpy() in find_link()
2025-09-12 18:05 UTC (2+ messages)
[PATCH v2 00/16] expand mmap_prepare functionality, port more users
2025-09-12 17:57 UTC (19+ messages)
` [PATCH v2 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v2 05/16] mm/vma: rename __mmap_prepare() function to avoid confusion
` [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 12/16] mm: update resctl to use mmap_prepare
` [PATCH v2 15/16] fs/proc: update vmcore to use .proc_mmap_prepare
[PATCH v2] hfs: introduce KUnit tests for HFS string operations
2025-09-12 17:24 UTC (3+ messages)
[PATCH v2 0/4] writeback: Avoid lockups when switching inodes
2025-09-12 16:52 UTC (9+ messages)
` [PATCH v2 1/4] writeback: Avoid contention on wb->list_lock "
` [PATCH v2 2/4] writeback: Avoid softlockup when switching many inodes
` [PATCH v2 3/4] writeback: Avoid excessively long inode switching times
` [PATCH v2 4/4] writeback: Add tracepoint to track pending inode switches
[PATCH v3 00/10] add support for name_to, open_by_handle_at() to io_uring
2025-09-12 16:28 UTC (12+ messages)
` [PATCH v3 01/10] fhandle: create helper for name_to_handle_at(2)
` [PATCH v3 02/10] io_uring: add support for IORING_OP_NAME_TO_HANDLE_AT
` [PATCH v3 03/10] fhandle: helper for allocating, reading struct file_handle
` [PATCH v3 04/10] fhandle: create do_file_handle_open() helper
` [PATCH v3 05/10] fhandle: make do_file_handle_open() take struct open_flags
` [PATCH v3 06/10] exportfs: allow VFS flags in struct file_handle
` [PATCH v3 07/10] exportfs: new FILEID_CACHED flag for non-blocking fh lookup
` [PATCH v3 08/10] io_uring: add __io_open_prep() helper
` [PATCH v3 09/10] io_uring: add support for IORING_OP_OPEN_BY_HANDLE_AT
` [PATCH v3 10/10] xfs: add support for non-blocking fh_to_dentry()
[PATCH v2 00/33] ns: support file handles
2025-09-12 15:48 UTC (35+ messages)
` [PATCH v2 01/33] pidfs: validate extensible ioctls
` [PATCH v2 02/33] nsfs: drop tautological ioctl() check
` [PATCH v2 03/33] nsfs: validate extensible ioctls
` [PATCH v2 04/33] block: use extensible_ioctl_valid()
` [PATCH v2 05/33] ns: move to_ns_common() to ns_common.h
` [PATCH v2 06/33] nsfs: add nsfs.h header
` [PATCH v2 07/33] ns: uniformly initialize ns_common
` [PATCH v2 08/33] cgroup: use ns_common_init()
` [PATCH v2 09/33] ipc: "
` [PATCH v2 10/33] mnt: "
` [PATCH v2 11/33] net: "
` [PATCH v2 12/33] pid: "
` [PATCH v2 13/33] time: "
` [PATCH v2 14/33] user: "
` [PATCH v2 15/33] uts: "
` [PATCH v2 16/33] ns: remove ns_alloc_inum()
` [PATCH v2 17/33] nstree: make iterator generic
` [PATCH v2 18/33] mnt: support ns lookup
` [PATCH v2 19/33] cgroup: "
` [PATCH v2 20/33] ipc: "
` [PATCH v2 21/33] net: "
` [PATCH v2 22/33] pid: "
` [PATCH v2 23/33] time: "
` [PATCH v2 24/33] user: "
` [PATCH v2 25/33] uts: "
` [PATCH v2 26/33] ns: add to_<type>_ns() to respective headers
` [PATCH v2 27/33] nsfs: add current_in_namespace()
` [PATCH v2 28/33] nsfs: support file handles
` [PATCH v2 29/33] nsfs: support exhaustive "
` [PATCH v2 30/33] nsfs: add missing id retrieval support
` [PATCH v2 31/33] tools: update nsfs.h uapi header
` [PATCH v2 32/33] selftests/namespaces: add identifier selftests
` [PATCH v2 33/33] selftests/namespaces: add file handle selftests
[RFC] Another take at restarting FUSE servers
2025-09-12 15:20 UTC (10+ messages)
[PATCH (REPOST)] jfs: Verify inode mode when loading from disk
2025-09-12 15:05 UTC (2+ messages)
[PATCH v5] hfs: update sanity check of the root record
2025-09-12 14:59 UTC
[PATCHSET RFC v4 2/4] fuse: allow servers to use iomap for better file IO performance
2025-09-12 14:54 UTC (9+ messages)
` [PATCH 02/23] fuse: implement the basic iomap mechanisms
[PATCH] inode: Relax RWF_NOWAIT restriction for EINTR in file_modified_flags()
2025-09-12 14:26 UTC
[PATCH] ext4: fix an off-by-one issue during moving extents
2025-09-12 14:17 UTC (2+ messages)
[PATCH v11 0/5] riscv: mm: Add soft-dirty and uffd-wp support
2025-09-12 13:32 UTC (9+ messages)
` [PATCH v11 1/5] mm: softdirty: Add pgtable_soft_dirty_supported()
` [PATCH v11 2/5] mm: userfaultfd: Add pgtable_uffd_wp_supported()
ANNOUNCE: nfs-utils-2.8.4 released
2025-09-12 13:16 UTC
[linux-next20250911]Kernel OOPs while running generic/256 on Pmem device
2025-09-12 13:16 UTC (5+ messages)
` [External] "
[PATCH RFC 00/29] fs-verity support for XFS with post EOF merkle tree
2025-09-12 13:09 UTC (10+ messages)
` [PATCH RFC 02/29] iomap: introduce iomap_read/write_region interface
[RFC PATCH 2/2] cifs: Clean up declarations
2025-09-12 12:28 UTC (3+ messages)
[PATCHES] nfsctl fix and cleanups
2025-09-12 11:38 UTC (9+ messages)
` [PATCH 1/5] nfsctl: symlink has no business bumping link count of parent directory
` [PATCH 2/5] nfsd_mkdir(): switch to simple_start_creating()
` [PATCH 3/5] _nfsd_symlink(): "
` [PATCH 4/5] nfsdfs_create_files(): "
` [PATCH 5/5] nfsd_get_inode(): lift setting ->i_{,f}op to callers
[PATCH] initrd: Use str_plural() in rd_load_image()
2025-09-12 10:50 UTC (2+ messages)
[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
2025-09-12 10:48 UTC (13+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v6 02/11] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v6 03/11] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v6 04/11] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v6 06/11] KVM: selftests: load elf via bounce buffer
` [PATCH v6 07/11] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v6 08/11] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v6 09/11] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v6 10/11] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v6 11/11] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH 0/4] writeback: Avoid lockups when switching inodes
2025-09-12 10:39 UTC (8+ messages)
` [PATCH 1/4] writeback: Avoid contention on wb->list_lock "
[PATCH 00/32] ns: support file handles
2025-09-12 9:12 UTC (11+ messages)
` [PATCH 27/32] nsfs: "
` [PATCH 29/32] nsfs: add missing id retrieval support
[PATCHSET RFC v2 00/10] add support for name_to, open_by_handle_at() to io_uring
2025-09-12 8:21 UTC (19+ messages)
` [PATCH 03/10] fhandle: helper for allocating, reading struct file_handle
` [PATCH 04/10] fhandle: create do_filp_path_open() helper
` [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 10/10] xfs: add support for non-blocking fh_to_dentry()
[PATCH 0/2] iomap: ->iomap_end() error handling fixes
2025-09-12 7:14 UTC (3+ messages)
` [PATCH 2/2] iomap: revert the iomap_iter pos on ->iomap_end() error
[PATCH v3 0/4] allow partial folio write with iomap_folio_state
2025-09-12 7:13 UTC (3+ messages)
[PATCH] initramfs: Use struct_size() helper to improve dir_add()
2025-09-12 6:52 UTC
[PATCH v2 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
2025-09-12 6:16 UTC (2+ messages)
[PATCH v7 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
2025-09-12 3:26 UTC (2+ messages)
` [PATCH v7 1/1] "
[PATCH v2 0/8] VFS: more prep for change to directory locking
2025-09-11 23:02 UTC (4+ messages)
` [PATCH v2 1/7] VFS/ovl: add lookup_one_positive_killable()
[PATCH] fs/netfs: fix reference leak
2025-09-11 22:24 UTC
[PATCHES] simple part of ->d_name stuff
2025-09-11 20:54 UTC (5+ messages)
` [PATCH 1/6] security_dentry_init_security(): constify qstr argument
[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
2025-09-11 19:39 UTC (4+ messages)
` [PATCH 1/6] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready
[PATCH] ceph: cleanup in check_new_map() method
2025-09-11 18:56 UTC
LInux NFSv4.1 client and server- case insensitive filesystems supported?
2025-09-11 16:08 UTC (17+ messages)
` NFSv4.x export options to mark export as case-insensitive, case-preserving? "
` fattr4_archive "deprecated" ? "
buggered I_CREATING implementation?
2025-09-11 16:05 UTC (2+ messages)
[PATCH v5] ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()
2025-09-11 13:30 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 read-only IMAP folder(s) and NNTP newsgroup(s).