public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-30 10:37:12 to 2024-08-01 13:48:08 UTC [more...]

[PATCH] pidfd: prevent creation of pidfds for kthreads
 2024-08-01 13:48 UTC  (5+ messages)

[PATCH] Documentation: clean up warnings for multigrain timestamp docs
 2024-08-01 13:43 UTC  (3+ messages)

[PATCH] libfs: fix infinite directory reads for offset dir
 2024-08-01 13:38 UTC  (12+ messages)

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-01 12:07 UTC  (41+ messages)
` [PATCH v10 01/40] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v10 02/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v10 03/40] mman: Add map_shadow_stack() flags
` [PATCH v10 04/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v10 05/40] arm64/gcs: Document the ABI "
` [PATCH v10 06/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v10 07/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v10 08/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v10 09/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v10 10/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v10 11/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 14/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v10 15/40] arm64/idreg: Add overrride for GCS
` [PATCH v10 16/40] arm64/hwcap: Add hwcap "
` [PATCH v10 17/40] arm64/traps: Handle GCS exceptions
` [PATCH v10 18/40] arm64/mm: Handle GCS data aborts
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v10 21/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v10 25/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v10 27/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v10 28/40] kselftest: Provide shadow stack enable helpers for arm64
` [PATCH v10 29/40] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v10 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v10 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v10 32/40] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v10 33/40] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v10 34/40] kselftest/arm64: Add very basic GCS test program
` [PATCH v10 35/40] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v10 36/40] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v10 37/40] kselftest/arm64: Add GCS signal tests
` [PATCH v10 38/40] kselftest/arm64: Add a GCS stress test
` [PATCH v10 39/40] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v10 40/40] KVM: selftests: arm64: Add GCS registers to get-reg-list

[syzbot] [squashfs?] KMSAN: uninit-value in pick_link
 2024-08-01 12:42 UTC  (9+ messages)
` [PATCH] filemap: Init the newly allocated folio memory to 0 for the filemap
    `  "

[PATCH] kernel/fs: last check for exec credentials on NOEXEC mount
 2024-08-01 12:07 UTC 

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-08-01 11:01 UTC  (5+ messages)
` [PATCH v4 13/29] arm64: convert protection key into vm_flags and pgprot values

[PATCH 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
 2024-08-01  9:19 UTC  (11+ messages)
` [PATCH 1/6] iomap: correct the range of a partial dirty clear
` [PATCH 2/6] iomap: support invalidating partial folios
` [PATCH 3/6] iomap: advance the ifs allocation if we have more than one blocks per folio
` [PATCH 4/6] iomap: correct the dirty length in page mkwrite
` [PATCH 5/6] iomap: drop unnecessary state_lock when setting ifs uptodate bits
` [PATCH 6/6] iomap: drop unnecessary state_lock when changing ifs dirty bits

[PATCH v3] exfat: check disk status during buffer write
 2024-08-01  5:54 UTC  (2+ messages)

[PATCH RFC v3 0/2] fhandle: expose u64 mount id to name_to_handle_at(2)
 2024-08-01  3:52 UTC  (3+ messages)
` [PATCH RFC v3 1/2] uapi: explain how per-syscall AT_* flags should be allocated
` [PATCH RFC v3 2/2] fhandle: expose u64 mount id to name_to_handle_at(2)

[RFC PATCH] binfmt_elf: Dump smaller VMAs first in ELF cores
 2024-08-01  2:52 UTC  (2+ messages)

[PATCH v2 0/2] fuse: add timeout option for requests
 2024-08-01  2:47 UTC  (7+ messages)

[PATCH v4 bpf-next 0/3] bpf: introduce new VFS based BPF kfuncs
 2024-08-01  1:16 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/3] "
` [PATCH v4 bpf-next 2/3] selftests/bpf: add negative tests for "
` [PATCH v4 bpf-next 3/3] selftests/bpf: add positive "

[PATCH] fuse: fs-verity: aoid out-of-range comparison
 2024-08-01  1:09 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 06/14] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:40 UTC 

[PATCH AUTOSEL 5.4 12/22] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:38 UTC 

[PATCH AUTOSEL 5.10 27/38] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:35 UTC 

[PATCH AUTOSEL 5.15 34/47] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:31 UTC 

[PATCH AUTOSEL 6.1 44/61] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:26 UTC 

[PATCH AUTOSEL 6.6 61/83] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:18 UTC 

[PATCH AUTOSEL 6.10 090/121] ELF: fix kernel.randomize_va_space double read
 2024-08-01  0:00 UTC 

fuse: slow cp performance with writeback cache enabled
 2024-07-31 21:35 UTC  (3+ messages)

[PATCHSET][RFC] struct fd and memory safety
 2024-07-31 21:11 UTC  (10+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
  ` [PATCH 03/39] struct fd: representation change
  ` [PATCH 08/39] experimental: convert fs/overlayfs/file.c to CLASS(...)

[PATCH 00/24] netfs: Read/write improvements
 2024-07-31 19:07 UTC  (5+ messages)
` [PATCH 18/24] netfs: Speed up buffered reading
` (subset) [PATCH 00/24] netfs: Read/write improvements

[PATCH] vfs: Fix potential circular locking through setxattr() and removexattr()
 2024-07-31 18:55 UTC  (8+ messages)

Testing if two open descriptors refer to the same inode
 2024-07-31 18:07 UTC  (11+ messages)

[PATCH v3] exfat: check disk status during buffer write
 2024-07-31 15:54 UTC  (3+ messages)

[PATCH printk v3 00/19] add threaded printing + the rest
 2024-07-31 15:07 UTC  (3+ messages)
` [PATCH printk v3 15/19] proc: Add nbcon support for /proc/consoles

[PATCH v1] mm/hugetlb: remove hugetlb_follow_page_mask() leftover
 2024-07-31 15:04 UTC  (2+ messages)

[PATCH v2 bpf-next 0/2] Add bpf_get_dentry_xattr
 2024-07-31 14:49 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Add kfunc bpf_get_dentry_xattr() to read xattr from dentry
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr

[PATCH] netfs: clean up after renaming FSCACHE_DEBUG config
 2024-07-31 14:40 UTC  (2+ messages)

[PATCH v4] proc: add config & param to block forcing mem writes
 2024-07-31 14:39 UTC  (6+ messages)

[syzbot] [usb?] INFO: rcu detected stall in __run_timer_base
 2024-07-31 14:08 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 7bf888fa26e8
 2024-07-31 12:39 UTC 

[PATCH] fs/netfs/fscache_io: remove the obsolete "using_pgpriv2" flag
 2024-07-31 11:37 UTC  (7+ messages)
` [PATCH] netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"

Are jump labels broken on 6.11-rc1?
 2024-07-31 10:55 UTC  (8+ messages)

[PATCH v5 0/3] man2: Document RWF_ATOMIC
 2024-07-31 10:20 UTC  (2+ messages)

[RFC] why do we have lookup_fdget_rcu() and friends?
 2024-07-31  6:58 UTC  (2+ messages)

[PATCH] mm/filemap: In page fault retry path skip filemap_map_pages() if no read-ahead pages
 2024-07-31  6:51 UTC 

[PATCH 0/8] Support foreign mount namespace with statmount/listmount
 2024-07-31  5:51 UTC  (4+ messages)
` [PATCH 7/8] fs: add an ioctl to get the mnt ns id from nsfs

[PATCH v3] exfat: check disk status during buffer write
 2024-07-31  2:31 UTC 

posix_fallocate behavior in glibc
 2024-07-31  2:32 UTC  (14+ messages)

[PATCH resend v4 00/11] Improve the copy of task comm
 2024-07-31  2:14 UTC  (3+ messages)

Forcing vmscan to drop more (related) pages?
 2024-07-30 21:18 UTC  (3+ messages)

[PATCH v1] mount: handle OOM on mnt_warn_timestamp_expiry
 2024-07-30 20:45 UTC  (6+ messages)

[PATCH 6.10 765/809] netfs: Fix writeback that needs to go to both server and cache
 2024-07-30 15:50 UTC 

[PATCH 00/10] fanotify: add pre-content hooks
 2024-07-30 16:51 UTC  (7+ messages)
` [PATCH 10/10] fsnotify: generate pre-content permission event on page fault

[PATCH v2] fs/netfs/fscache_io: remove the obsolete "using_pgpriv2" flag
 2024-07-30 16:31 UTC  (3+ messages)

[PATCH] fs/ceph/addr: pass using_pgpriv2=false to fscache_write_to_cache()
 2024-07-30 15:41 UTC  (3+ messages)

[PATCH 00/23] Convert write_begin / write_end to take a folio
 2024-07-30 14:23 UTC  (6+ messages)

[PATCH] fs/aio: Fix __percpu annotation of *cpu pointer in struct kioctx
 2024-07-30 14:10 UTC  (3+ messages)

[PATCH] filelock: fix name of file_lease slab cache
 2024-07-30 13:47 UTC  (2+ messages)

[PATCH] quotaio_xfs: Fix memory leak
 2024-07-30 12:50 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 7/7] vfs: Fix potential circular locking through setxattr() and removexattr()
 2024-07-30 12:45 UTC 

[PATCH AUTOSEL 6.10 7/7] vfs: Fix potential circular locking through setxattr() and removexattr()
 2024-07-30 12:45 UTC 

[syzbot] [f2fs?] WARNING in rcu_sync_dtor
 2024-07-30 12:38 UTC  (5+ messages)


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