Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2024-08-06 03:49:03 to 2024-08-07 10:27:04 UTC [more...]

[PATCHSET][RFC] struct fd and memory safety
 2024-08-07 10:27 UTC  (32+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
  ` [PATCH 02/39] introduce fd_file(), convert all accessors to it
  ` [PATCH 03/39] struct fd: representation change
  ` [PATCH 04/39] add struct fd constructors, get rid of __to_fd()
  ` [PATCH 05/39] regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()
  ` [PATCH 06/39] net/socket.c: switch to CLASS(fd)
  ` [PATCH 08/39] experimental: convert fs/overlayfs/file.c to CLASS(...)
  ` [PATCH 09/39] timerfd: switch to CLASS(fd, ...)
  ` [PATCH 10/39] get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)
  ` [PATCH 11/39] switch netlink_getsockbyfilp() to taking descriptor
  ` [PATCH 13/39] do_mq_notify(): switch to CLASS(fd, ...)
  ` [PATCH 16/39] convert __bpf_prog_get() "
  ` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper
  ` [PATCH 35/39] convert bpf_token_create()

[PATCH 0/3] binfmt_elf: Honor PT_LOAD alignment for static PIE
 2024-08-07 10:22 UTC  (5+ messages)
` [PATCH 1/3] selftests/exec: Build both static and non-static load_address tests

[PATCH][RFC] fs: add levels to inode write access
 2024-08-07  9:59 UTC  (8+ messages)
` [PATCH] fs: don't block i_writecount during exec

[PATCH v1 00/11] mm: replace follow_page() by folio_walk
 2024-08-07  9:57 UTC  (19+ messages)
` [PATCH v1 02/11] mm/pagewalk: introduce folio_walk_start() + folio_walk_end()
` [PATCH v1 07/11] mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walk
` [PATCH v1 08/11] s390/uv: convert gmap_destroy_page() "
` [PATCH v1 09/11] s390/mm/fault: convert do_secure_storage_access() "

[PATCH] vfs: avoid spurious dentry ref/unref cycle on open
 2024-08-07  9:50 UTC  (19+ messages)

[PATCH] Fix spelling and gramatical errors
 2024-08-07  9:37 UTC  (3+ messages)

[linux-next:master] [fs] cdc4ad36a8: kernel_BUG_at_include/linux/page-flags.h
 2024-08-07  9:35 UTC  (4+ messages)

[PATCH v4 bpf-next 0/3] Add bpf_get_dentry_xattr
 2024-08-07  9:33 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/3] bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.c
` [PATCH v4 bpf-next 2/3] bpf: Add kfunc bpf_get_dentry_xattr() to read xattr from dentry
` [PATCH v4 bpf-next 3/3] selftests/bpf: Add tests for bpf_get_dentry_xattr

[PATCH] vfs: dodge smp_mb in break_lease and break_deleg in the common case
 2024-08-07  9:22 UTC  (3+ messages)

[PATCH v8 0/8] File abstractions needed by Rust Binder
 2024-08-07  8:50 UTC  (6+ messages)
` [PATCH v8 3/8] rust: file: add Rust abstraction for `struct file`

[PATCH v4 0/7] Make core VMA operations internal and testable
 2024-08-07  8:07 UTC  (4+ messages)
` [PATCH v4 1/7] userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c

[jlayton:openfast2] [fs] 49d6daad7b: Oops:general_protection_fault,probably_for_non-canonical_address#:#[##]SMP_KASAN
 2024-08-07  6:55 UTC 

[PATCH v1 1/2] exfat: drop ->i_size_ondisk
 2024-08-07  5:45 UTC 

[PATCH v1 0/2] exfat: direct IO refine and code cleanup
 2024-08-07  5:45 UTC 

[PATCH v1 2/2] exfat: do not fallback to buffered write
 2024-08-07  5:45 UTC 

[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
 2024-08-07  5:21 UTC  (4+ messages)

[PATCH v2 1/2] lib/htree: Add locking interface to new Hash Tree
 2024-08-07  3:48 UTC  (10+ messages)

[PATCH] fs: Add a new flag RWF_IOWAIT for preadv2(2)
 2024-08-07  3:01 UTC  (12+ messages)

[PATCH v3 00/14] forcealign for xfs
 2024-08-07  0:34 UTC  (28+ messages)
` [PATCH v3 01/14] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v3 03/14] xfs: simplify extent allocation alignment
` [PATCH v3 04/14] xfs: make EOF allocation simpler
` [PATCH v3 07/14] xfs: Introduce FORCEALIGN inode flag
` [PATCH v3 08/14] xfs: Update xfs_inode_alloc_unitsize() for forcealign
` [PATCH v3 09/14] xfs: Update xfs_setattr_size() "
` [PATCH v3 10/14] xfs: Do not free EOF blocks "
` [PATCH v3 11/14] xfs: Only free full extents "
` [PATCH v3 12/14] xfs: Unmap blocks according to forcealign
` [PATCH v3 14/14] xfs: Enable file data forcealign feature

[PATCH 08/10] tools/include: Sync filesystem headers with the kernel sources
 2024-08-06 22:50 UTC 

[PATCH v13] mm: report per-page metadata information
 2024-08-06 22:32 UTC  (7+ messages)

[PATCH v3 bpf-next 0/3] Add bpf_get_dentry_xattr
 2024-08-06 22:22 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/3] bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.c
` [PATCH v3 bpf-next 2/3] bpf: Add kfunc bpf_get_dentry_xattr() to read xattr from dentry
` [PATCH v3 bpf-next 3/3] selftests/bpf: Add tests for bpf_get_dentry_xattr

Are jump labels broken on 6.11-rc1?
 2024-08-06 22:01 UTC  (11+ messages)

[PATCH v2] fs: try an opportunistic lookup for O_CREAT opens too
 2024-08-06 20:47 UTC  (11+ messages)

bcachefs mount issue
 2024-08-06 20:27 UTC  (6+ messages)

[PATCH v2 0/2] fuse: add timeout option for requests
 2024-08-06 20:08 UTC  (26+ messages)
` [PATCH v2 1/2] fuse: add optional kernel-enforced timeout "

[GIT PULL] sysctl changes for v6.11-rc1
 2024-08-06 19:24 UTC  (4+ messages)

[PATCH v2 00/13] forcealign for xfs
 2024-08-06 18:58 UTC  (3+ messages)
` [PATCH v2 04/13] xfs: make EOF allocation simpler

[PATCH v5 0/9] Improve the copy of task comm
 2024-08-06 17:28 UTC 

[PATCH v2 bpf-next 0/2] Add bpf_get_dentry_xattr
 2024-08-06 17:16 UTC  (3+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr

[PATCH RFC 0/6] proc: restrict overmounting of ephemeral entities
 2024-08-06 17:06 UTC  (8+ messages)
` [PATCH RFC 1/6] proc: proc_readfd() -> proc_fd_iterate_shared()
` [PATCH RFC 2/6] proc: proc_readfdinfo() -> proc_fdinfo_iterate_shared()
` [PATCH RFC 3/6] proc: add proc_splice_unmountable()
` [PATCH RFC 4/6] proc: block mounting on top of /proc/<pid>/map_files/*
` [PATCH RFC 5/6] proc: block mounting on top of /proc/<pid>/fd/*
` [PATCH RFC 6/6] proc: block mounting on top of /proc/<pid>/fdinfo/*

[PATCH] fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE
 2024-08-06 17:01 UTC  (15+ messages)

[PATCH v2] vfs: avoid spurious dentry ref/unref cycle on open
 2024-08-06 16:32 UTC 

[PATCH v4 bpf-next 0/3] bpf: introduce new VFS based BPF kfuncs
 2024-08-06 16:07 UTC  (4+ messages)
` [PATCH v4 bpf-next 1/3] "

[PATCH 1/2] netfs: Revert "netfs: Switch debug logging to pr_debug()"
 2024-08-06 15:35 UTC  (2+ messages)

[PATCH v2] fuse: Allow page aligned writes
 2024-08-06 15:33 UTC  (3+ messages)

[PATCH v2 00/10] ext4: simplify the counting and management of delalloc reserved blocks
 2024-08-06 15:23 UTC  (7+ messages)
` [PATCH v2 01/10] ext4: factor out ext4_map_create_blocks() to allocate new blocks
` [PATCH v2 02/10] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set
` [PATCH v2 03/10] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-08-06 15:00 UTC  (17+ messages)
` [PATCH v4 04/29] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v4 15/29] arm64: handle PKEY/POE faults
` [PATCH v4 18/29] arm64: add POE signal support

[PATCH v5 3/3] fs/file.c: add fast path in find_next_fd()
 2024-08-06 13:48 UTC  (2+ messages)

[PATCH v5 1/3] fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd()
 2024-08-06 13:44 UTC  (2+ messages)

[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
 2024-08-06 13:43 UTC  (6+ messages)

[PATCH net] eventpoll: Annotate data-race of busy_poll_usecs
 2024-08-06 12:33 UTC 

[PATCH RFC 0/4] fs: try an opportunistic lookup for O_CREAT opens too
 2024-08-06 11:36 UTC  (10+ messages)
` [PATCH RFC 3/4] lockref: rework CMPXCHG_LOOP to handle contention better

[PATCH] ext4: don't set SB_RDONLY after filesystem errors
 2024-08-06 10:50 UTC  (2+ messages)

[PATCH] fs/namespace.c: Fix typo in comment
 2024-08-06 10:48 UTC  (2+ messages)

[PATCH] kernel/fs: last check for exec credentials on NOEXEC mount
 2024-08-06  7:06 UTC  (3+ messages)
` [PATCH] exec: drop a racy path_noexec check

[PATCH V7] squashfs: Add symlink size check in squash_read_inode
 2024-08-06  6:58 UTC  (5+ messages)

[PATCH v3 0/2] binfmt_elf, coredump: Log the reason of the failed core dumps
 2024-08-06  4:33 UTC  (2+ messages)

[PATCH v5 0/9] Improve the copy of task comm
 2024-08-06  3:50 UTC  (5+ messages)

[PATCH] vfs: Don't evict inode under the inode lru traversing context
 2024-08-06  3:48 UTC  (3+ messages)


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