linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-17 11:54:02 to 2023-07-19 22:19:38 UTC [more...]

[PATCH v3 0/7] Support negative dentries on case-insensitive ext4 and f2fs
 2023-07-19 22:19 UTC  (3+ messages)
` [PATCH v3 1/7] fs: Expose name under lookup to d_revalidate hook
` [PATCH v3 2/7] fs: Add DCACHE_CASEFOLDED_NAME flag

Using userfaultfd with KVM's async page fault handling causes processes to hung waiting for mmap_lock to be released
 2023-07-19 21:54 UTC  (3+ messages)

small writeback fixes
 2023-07-19 21:42 UTC  (7+ messages)

[PATCH] nfsd: inherit required unset default acls from effective set
 2023-07-19 21:22 UTC  (4+ messages)

[RFC PATCH 1/4] splice: Fix corruption of spliced data after splice() returns
 2023-07-19 21:02 UTC  (9+ messages)

[syzbot] Monthly kernfs report (Jul 2023)
 2023-07-19 20:56 UTC 

[PATCH] fs: export emergency_sync
 2023-07-19 20:51 UTC  (8+ messages)

Backporting of series xfs/iomap: fix data corruption due to stale cached iomap
 2023-07-19 20:37 UTC  (9+ messages)

[GIT PULL] fuse update for 6.5
 2023-07-19 19:20 UTC  (2+ messages)

[PATCH v2 0/7] Support negative dentries on case-insensitive ext4 and f2fs
 2023-07-19 18:27 UTC  (9+ messages)
` [PATCH v2 3/7] libfs: Validate negative dentries in case-insensitive directories
    ` [f2fs-dev] "
` [PATCH v2 4/7] libfs: Support revalidation of encrypted case-insensitive dentries

[syzbot] [wireguard?] [jfs?] KASAN: slab-use-after-free Read in wg_noise_keypair_get
 2023-07-19 17:52 UTC  (5+ messages)
    ` [Jfs-discussion] "

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-19 17:47 UTC  (43+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 02/29] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v11 03/29] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v11 04/29] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v11 05/29] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 07/29] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 09/29] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v11 14/29] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v11 15/29] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v11 16/29] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v11 17/29] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v11 18/29] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v11 19/29] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 20/29] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v11 21/29] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v11 22/29] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v11 23/29] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v11 24/29] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v11 25/29] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v11 26/29] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v11 29/29] KVM: selftests: Test KVM exit behavior for private memory/access

[syzbot] [btrfs?] [netfilter?] BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! (2)
 2023-07-19 17:14 UTC  (4+ messages)

[PATCH v2 0/4] mm: convert to vma_is_initial_heap/stack()
 2023-07-19 15:25 UTC  (15+ messages)
` [PATCH v2 1/4] mm: factor out VMA stack and heap checks
` [PATCH v2 2/4] drm/amdkfd: use vma_is_initial_stack() and vma_is_initial_heap()
` [PATCH v2 3/4] selinux: "
` [PATCH v2 4/4] perf/core: "

[PATCH 00/35] arm64/gcs: Provide support for GCS at EL0
 2023-07-19 14:04 UTC  (22+ messages)
` [PATCH 01/35] prctl: arch-agnostic prctl for shadow stack
` [PATCH 02/35] prctl: Add flag for shadow stack writeability and push/pop
` [PATCH 04/35] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH 17/35] arm64/traps: Handle GCS exceptions
` [PATCH 21/35] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH 22/35] arm64/mm: Implement map_shadow_stack()
` [PATCH 26/35] arm64: Add Kconfig for Guarded Control Stack (GCS)

[syzbot] [kernfs?] possible deadlock in lookup_slow (3)
 2023-07-19 13:17 UTC 

[syzbot] [overlayfs?] possible deadlock in seq_read_iter (2)
 2023-07-19 13:17 UTC 

[PATCH][next] fs: hfsplus: make extend error rate limited
 2023-07-19 12:17 UTC 

[PATCH v5 00/14] ceph: support idmapped mounts
 2023-07-19 11:57 UTC  (18+ messages)

[syzbot] [ntfs3?] BUG: unable to handle kernel paging request in attr_data_read_resident
 2023-07-19 11:39 UTC  (2+ messages)

[PATCH v2] ext4: fix the time handling macros when ext4 is using small inodes
 2023-07-19 10:32 UTC 

[PATCH] splice, net: Fix splice_to_socket() for O_NONBLOCK socket
 2023-07-19  9:07 UTC 

[PATCH v4 0/5] io_uring getdents
 2023-07-19  8:56 UTC  (9+ messages)
` [PATCH 1/5] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 2/5] vfs_getdents/struct dir_context: add flags field
` [PATCH 3/5] io_uring: add support for getdents
` [PATCH 4/5] xfs: add NOWAIT semantics for readdir
` [PATCH RFC 5/5] disable fixed file for io_uring getdents for now

[PATCH v5 00/11] blksnap - block devices snapshots module
 2023-07-19  8:36 UTC  (18+ messages)
` [PATCH v5 02/11] block: Block Device Filtering Mechanism
` [PATCH v5 04/11] blksnap: header file of the module interface

[PATCH] fs/filesystems.c: ERROR: "(foo*)" should be "(foo *)"
 2023-07-19  6:14 UTC  (2+ messages)

[PATCH 0/2] kernfs: remove i_lock usage that isn't needed
 2023-07-19  4:23 UTC  (10+ messages)
` [PATCH 1/2] kernfs: dont take i_lock on inode attr read

[syzbot] [hfs?] kernel BUG in hfsplus_show_options
 2023-07-19  4:18 UTC  (3+ messages)

[syzbot] [kernfs?] possible deadlock in walk_component (2)
 2023-07-19  3:26 UTC 

[PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-19  1:35 UTC  (3+ messages)
` [PATCH v5 6/8] xfs: switch to "

[syzbot] [fs?] INFO: task hung in pipe_release (4)
 2023-07-18 23:07 UTC  (3+ messages)

linux-next ext4 inode size 128 corrupted
 2023-07-18 18:27 UTC  (5+ messages)

[PATCH] ext4: fix the time handling macros when ext4 is using small inodes
 2023-07-18 17:31 UTC 

[PATCH v25 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-07-18 16:27 UTC  (7+ messages)
` [PATCH v25 2/5] fs/proc/task_mmu: "

[PATCH 0/2] eventfd: simplify signal helpers
 2023-07-18 15:56 UTC  (6+ messages)

[PATCH 0/5] mm: convert to vma_is_heap/stack()
 2023-07-18 15:10 UTC  (8+ messages)
` [PATCH 1/5] mm: introduce vma_is_stack() and vma_is_heap()
` [PATCH 2/5] mm: use "
` [PATCH 4/5] selinux: "

[syzbot] [hfs?] kernel BUG in hfs_show_options
 2023-07-18 10:13 UTC 

[syzbot] [fs?] possible deadlock in inode_add_bytes
 2023-07-18  9:41 UTC 

[PATCH v2] xarray: Document necessary flag in alloc functions
 2023-07-18  7:25 UTC 

[PATCH v3 0/3] io_uring getdents
 2023-07-18  6:55 UTC  (9+ messages)
` [PATCH 3/3] io_uring: add support for getdents

[syzbot] [ext4?] INFO: task hung in sync_inodes_sb (5)
 2023-07-18  4:00 UTC 

[PATCH] exfat: check if filename entries exceeds max filename length
 2023-07-17 23:35 UTC  (3+ messages)

[PATCH v2] fs: inode: return proper error code in bmap()
 2023-07-17 23:08 UTC  (6+ messages)

[syzbot] [reiserfs?] possible deadlock in vfs_setxattr (2)
 2023-07-17 21:24 UTC  (2+ messages)

[PATCH v3 0/3] fuse: add a new fuse init flag to relax restrictions in no cache mode
 2023-07-17 21:17 UTC  (4+ messages)
` [RFC] [PATCH] fuse: DIO writes always use the same code path

[PATCH 6.4 000/800] 6.4.4-rc1 review
 2023-07-17 18:48 UTC  (2+ messages)

[PATCH 1/1] fs/ntfs3: Check fields while reading
 2023-07-17 17:40 UTC  (3+ messages)

[fstests PATCH] generic: add a test for multigrain timestamps
 2023-07-17 17:04 UTC  (3+ messages)

[GIT PULL] Create large folios in iomap buffered write path
 2023-07-17 16:23 UTC 

[ANNOUNCE] xfs-linux: vfs-for-next updated to 59ba4fdd2d1f
 2023-07-17 16:14 UTC 

[ANNOUNCE] xfs-linux: iomap-for-next updated to efa96cc99793
 2023-07-17 15:58 UTC 

[PATCH v7 2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-07-17 12:43 UTC  (3+ messages)

[PATCH V5 0/6] shmem: Add user and group quota support for tmpfs
 2023-07-17 11:52 UTC  (2+ messages)
` [PATCH 6/6] Add default quota limit mount options


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