messages from 2026-03-30 10:11:27 to 2026-03-31 17:20:16 UTC [more...]
[RFC PATCH 0/2] vfs: mkdirat_fd() syscall
2026-03-31 17:19 UTC
[PATCH 6.18 300/309] netfs: Fix read abandonment during retry
2026-03-31 16:23 UTC (2+ messages)
` [PATCH 6.18 305/309] netfs: Fix the handling of stream->front by removing it
cleanup block-style layouts exports
2026-03-31 17:09 UTC (6+ messages)
` [PATCH 1/4] nfsd/blocklayout: always ignore loca_time_modify
` [PATCH 2/4] exportfs: split out the ops for layout-based block device access
` [PATCH 3/4] exportfs: don't pass struct iattr to ->commit_blocks
` [PATCH 4/4] exportfs,nfsd: rework checking for layout-based block device access support
[PATCH 6.19 330/342] netfs: Fix read abandonment during retry
2026-03-31 16:22 UTC (2+ messages)
` [PATCH 6.19 335/342] netfs: Fix the handling of stream->front by removing it
[PATCH v5 0/4] assorted ->i_count changes + extension of lockless handling
2026-03-31 16:08 UTC (5+ messages)
` [PATCH v5 1/4] fs: add icount_read_once() and stop open-coding ->i_count loads
` [PATCH v5 2/4] fs: relocate and tidy up ihold()
` [PATCH v5 3/4] fs: handle potential filesystems which use I_DONTCACHE and drop the lock in ->drop_inode
` [PATCH v5 4/4] fs: allow lockless ->i_count bumps as long as it does not transition 0->1
cleanup truncate handling in ecryptfs
2026-03-31 15:37 UTC (8+ messages)
` [PATCH 1/7] ecryptfs: streamline truncate_upper
` [PATCH 2/7] ecryptfs: cleanup ecryptfs_setattr
` [PATCH 3/7] ecryptfs: use ZERO_PAGE instead of allocating zeroed memory in truncate_upper
` [PATCH 4/7] ecryptfs: combine the two ATTR_SIZE blocks in ecryptfs_setattr
` [PATCH 5/7] ecryptfs: sanitize struct iattr handling in truncate_upper
` [PATCH 6/7] ecryptfs: merge ecryptfs_inode_newsize_ok into truncate_upper
` [PATCH 7/7] ecryptfs: call notify_change from truncate_upper
[PATCH v1 0/6] exfat: unify FAT chain walking helpers
2026-03-31 15:27 UTC (8+ messages)
` [PATCH v1 1/6] exfat: fix incorrect directory checksum after rename to shorter name
` [PATCH v1 2/6] exfat: introduce exfat_fat_walk helper
` [PATCH v1 3/6] exfat: use exfat_fat_walk helper to simplify fat entry walking
` [PATCH v1 4/6] exfat: remove NULL cache pointer case in exfat_ent_get
` [PATCH v1 5/6] exfat: introduce exfat_chain_advance helper
` [PATCH v1 6/6] exfat: use "
` [syzbot ci] Re: exfat: unify FAT chain walking helpers
[PATCH] splice: prevent deadlock when splicing a file to itself
2026-03-31 15:24 UTC (8+ messages)
[PATCH v3 00/15] mm, kvm: allow uffd support in guest_memfd
2026-03-31 15:24 UTC (24+ messages)
` [PATCH v3 01/15] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH v3 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v3 03/15] userfaultfd: introduce mfill_establish_pmd() helper
` [PATCH v3 04/15] userfaultfd: introduce mfill_get_vma() and mfill_put_vma()
` [PATCH v3 05/15] userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()
` [PATCH v3 06/15] userfaultfd: move vma_can_userfault out of line
` [PATCH v3 07/15] userfaultfd: introduce vm_uffd_ops
` [PATCH v3 08/15] shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUE
` [PATCH v3 09/15] userfaultfd: introduce vm_uffd_ops->alloc_folio()
` [PATCH v3 10/15] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops
` [PATCH v3 11/15] userfaultfd: mfill_atomic(): remove retry logic
` [PATCH v3 12/15] mm: generalize handling of userfaults in __do_fault()
` [PATCH v3 13/15] KVM: guest_memfd: implement userfaultfd operations
` [PATCH v3 14/15] KVM: selftests: test userfaultfd minor for guest_memfd
` [PATCH v3 15/15] KVM: selftests: test userfaultfd missing "
[RFC PATCH] Limit directory child dentry retention
2026-03-31 15:11 UTC (6+ messages)
` [RFC PATCH] vfs: limit "
[PATCH 0/3] selftests: openat2: migrate to kselftests harness
2026-03-31 15:10 UTC (6+ messages)
` [PATCH 1/3] selftests: openat2: move helpers to header
` [PATCH 2/3] selftests: openat2: switch from custom ARRAY_LEN to ARRAY_SIZE
` [PATCH 3/3] selftests: openat2: migrate to kselftest harness
[PATCH] fs: add back TODO concerning printed info to dump_inode() and expand it
2026-03-31 15:07 UTC
[PATCH RFC] dcache: permit dynamic_dname()s up to NAME_MAX
2026-03-31 14:46 UTC
[PATCH v4 12/13] ext4: move pagecache_isize_extended() out of active handle
2026-03-31 13:42 UTC (2+ messages)
[PATCH V10 00/10] famfs: port into fuse
2026-03-31 12:39 UTC (11+ messages)
` [PATCH V10 01/10] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
` [PATCH V10 02/10] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [PATCH V10 03/10] famfs_fuse: Plumb the GET_FMAP message/response
` [PATCH V10 04/10] famfs_fuse: Create files with famfs fmaps
` [PATCH V10 05/10] famfs_fuse: GET_DAXDEV message and daxdev_table
` [PATCH V10 06/10] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
` [PATCH V10 07/10] famfs_fuse: Add holder_operations for dax notify_failure()
` [PATCH V10 08/10] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
` [PATCH V10 09/10] famfs_fuse: Add famfs fmap metadata documentation
` [PATCH V10 10/10] famfs_fuse: Add documentation
[GIT PULL] udf fix for 7.0-rc7
2026-03-31 11:49 UTC
[PATCH v3 0/7] assorted ->i_count changes + extension of lockless handling
2026-03-31 11:37 UTC (6+ messages)
` [PATCH v3 5/7] fs: handle hypothetical filesystems which use I_DONTCACHE and drop the lock in ->drop_inode
[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
2026-03-31 10:40 UTC (7+ messages)
` [PATCH 15/42] fat: Sync and invalidate metadata buffers from fat_evict_inode()
[PATCH v2] xfs: return default quota limits for IDs without a dquot
2026-03-31 10:39 UTC (5+ messages)
` [PATCH v3] "
[PATCH v5 0/6] initramfs: test and improve cpio hex header validation
2026-03-31 10:12 UTC (8+ messages)
` [PATCH v5 1/6] initramfs_test: add fill_cpio() inject_ox parameter
` [PATCH v5 2/6] initramfs_test: test header fields with 0x hex prefix
` [PATCH v5 3/6] initramfs: Sort headers alphabetically
` [PATCH v5 4/6] initramfs: Refactor to use hex2bin() instead of custom approach
` [PATCH v5 5/6] vsprintf: Revert "add simple_strntoul"
` [PATCH v5 6/6] kstrtox: Drop extern keyword in the simple_strtox() declarations
[PATCH] cachefiles: fix incorrect dentry refcount in cachefiles_cull()
2026-03-31 9:52 UTC (2+ messages)
[PATCH] fs: hide file and bfile caches behind runtime const machinery
2026-03-31 9:44 UTC (2+ messages)
[PATCH] fs: write a better comment in step_into() concerning .mnt assignment
2026-03-31 9:43 UTC (2+ messages)
[PATCH 0/5] exfat: convert to iomap
2026-03-31 6:58 UTC (21+ messages)
` [PATCH 1/5] exfat: add iomap support
` [PATCH 2/5] exfat: add iomap direct I/O support
` [PATCH 3/5] exfat: add iomap buffered "
` [PATCH 5/5] exfat: add support for SEEK_HOLE and SEEK_DATA in llseek
[PATCH v1 8/9] fuse: add zero-copy over io-uring
2026-03-31 3:35 UTC (4+ messages)
[PATCH v3 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-03-31 2:13 UTC (4+ messages)
` [PATCH v3 1/2] lsm: add backing_file LSM hooks
[PATCH v2 00/25] libfuse: Add support for synchronous init
2026-03-31 1:17 UTC (37+ messages)
` [PATCH v2 04/25] Add a new daemonize API
` [PATCH v2 09/25] Use asprintf() for fuse_mnt_build_{source,type}
` [PATCH v2 11/25] Move 'struct mount_flags' to util.h
` [PATCH v2 12/25] conftest.py: Add more valgrind filter patterns
` [PATCH v2 13/25] Add support for the new linux mount API
` [PATCH v2 14/25] fuse mount: Support synchronous FUSE_INIT (privileged daemon)
` [PATCH v2 16/25] Move more generic mount code to mount_util.{c,h}
` [PATCH v2 17/25] Split the fusermount do_mount function
` [PATCH v2 18/25] fusermout: Remove the large read check
` [PATCH v2 20/25] Make fusermount work bidirectional for sync init
` [PATCH v2 22/25] Add support for sync-init of unprivileged daemons
` [PATCH v2 23/25] Move fuse_mnt_build_{source,type} to mount_util.c
` [PATCH v2 24/25] Add mount and daemonization README documents
` [PATCH v2 25/25] Add a background debug option to passthrough hp
[PATCH v5] hfs: update sanity check of the root record
2026-03-31 1:12 UTC (3+ messages)
[PATCH] smb: client: add support for O_TMPFILE
2026-03-31 1:08 UTC
[PATCH v1 0/9] fuse: add io-uring buffer rings and zero-copy
2026-03-30 23:19 UTC (4+ messages)
` [PATCH v1 7/9] fuse: add io-uring kernel-managed buffer ring
[PATCHSET v3] libfuse: run fuse servers as a contained service
2026-03-30 21:47 UTC (14+ messages)
` [PATCH 02/17] mount_service: add systemd/inetd socket service mounting helper
` [PATCH 03/17] mount_service: create high level fuse helpers
` [PATCH 04/17] mount_service: use the new mount api for the mount service
[PATCH V10 0/8] dax: prepare for famfs
2026-03-30 21:21 UTC (2+ messages)
[PATCH v2 0/2] Bypass usercopy hardening for kernel-only iterators
2026-03-30 21:11 UTC (4+ messages)
` [PATCH v2 1/2] iov: Bypass usercopy hardening for copy_to_iter()
` [PATCH v2 2/2] iov: Bypass usercopy hardening for copy_from_iter()
[PATCH 0/7] lsm: Replace security_sb_mount with granular mount hooks
2026-03-30 20:04 UTC (15+ messages)
` [PATCH 6/7] tomoyo: Convert from sb_mount to "
[PATCH v1 0/10] ceph: add manual client reset and selftests
2026-03-30 19:29 UTC (10+ messages)
` [PATCH 03/10] ceph: add client reset state and request gating
` [PATCH 04/10] ceph: add manual reset debugfs control and trace plumbing
` [PATCH 05/10] ceph: implement reconnect-based manual reset worker
` [PATCH 07/10] ceph: add reset state machine, drain phase, and status reporting
[RFC PATCH] fdinfo: Option for public fdinfo
2026-03-30 18:49 UTC (7+ messages)
[PATCH v5] hfs: Validate CNIDs in hfs_read_inode
2026-03-30 18:17 UTC (3+ messages)
[PATCH] docs: proc: remove description of prof_cpu_mask
2026-03-30 17:03 UTC (2+ messages)
[PATCH v3 0/8] io_uring: add kernel-managed buffer rings
2026-03-30 16:36 UTC (3+ messages)
[PATCH v1 05/10] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
2026-03-30 16:19 UTC (6+ messages)
[PATCH v2 00/15] mm, kvm: allow uffd support in guest_memfd
2026-03-30 15:21 UTC (5+ messages)
` [PATCH v2 03/15] userfaultfd: introduce mfill_get_pmd() helper
[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
2026-03-30 15:07 UTC (4+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support
[PATCH v4] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
2026-03-30 14:24 UTC (2+ messages)
[RFC PATCH v2 0/3] vfs: transitive upgrade restrictions for fds
2026-03-30 14:17 UTC (4+ messages)
` [RFC PATCH v2 1/3] vfs: add support for empty path to openat2(2)
[PATCH v2 3/4] elf: align ET_DYN base to max folio size for PTE coalescing
2026-03-30 14:00 UTC (4+ messages)
[PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-03-30 13:57 UTC (4+ messages)
[PATCH 6.6.y] xattr: switch to CLASS(fd)
2026-03-30 12:33 UTC
[PATCH v4 0/4] assorted ->i_count changes + extension of lockless handling
2026-03-30 12:26 UTC (5+ messages)
` [PATCH v4 1/4] fs: add icount_read_once() and stop open-coding ->i_count loads
` [PATCH v4 2/4] fs: relocate and tidy up ihold()
` [PATCH v4 3/4] fs: handle potential filesystems which use I_DONTCACHE and drop the lock in ->drop_inode
` [PATCH v4 4/4] fs: allow lockless ->i_count bumps as long as it does not transition 0->1
[PATCH v3] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
2026-03-30 11:57 UTC (7+ messages)
[PATCH RFC 0/1] fix for large folio split race in page cache
2026-03-30 11:02 UTC (9+ messages)
` [PATCH RFC 1/1] mm/filemap: handle large folio split race in page cache lookups
[PATCH] netfs: add missing folio_end_private_2() to netfs_pgpriv2_copy_folio()
2026-03-30 10:55 UTC
[PATCH v4 0/6] initramfs: test and improve cpio hex header validation
2026-03-30 10:39 UTC (5+ messages)
` [PATCH v4 4/6] initramfs: Refactor to use hex2bin() instead of custom approach
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