linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-02 16:03:55 to 2024-08-06 10:36:26 UTC [more...]

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

[PATCH v1 00/11] mm: replace follow_page() by folio_walk
 2024-08-06 10:24 UTC  (7+ messages)
` [PATCH v1 07/11] mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walk

Are jump labels broken on 6.11-rc1?
 2024-08-06  9:44 UTC  (9+ messages)

bcachefs mount issue
 2024-08-06  9:21 UTC  (4+ messages)

[PATCH] fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE
 2024-08-06  9:11 UTC  (18+ messages)

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

[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
 2024-08-06  8:26 UTC  (20+ messages)
` [PATCH 01/10] guestmemfs: Introduce filesystem skeleton
` [PATCH 02/10] guestmemfs: add inode store, files and dirs
` [PATCH 03/10] guestmemfs: add persistent data block allocator
` [PATCH 04/10] guestmemfs: support file truncation
` [PATCH 05/10] guestmemfs: add file mmap callback
` [PATCH 06/10] kexec/kho: Add addr flag to not initialise memory
` [PATCH 07/10] guestmemfs: Persist filesystem metadata via KHO
` [PATCH 08/10] guestmemfs: Block modifications when serialised
` [PATCH 09/10] guestmemfs: Add documentation and usage instructions
` [PATCH 10/10] MAINTAINERS: Add maintainers for guestmemfs

[PATCH v2 1/2] lib/htree: Add locking interface to new Hash Tree
 2024-08-06  7:38 UTC  (5+ messages)

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

[PATCH] filemap: Init the newly allocated folio memory to 0 for the filemap
 2024-08-06  6:58 UTC  (13+ messages)
` [PATCH V6] squashfs: Add symlink size check in squash_read_inode
  ` [PATCH V7] "

[PATCH] fs: Add a new flag RWF_IOWAIT for preadv2(2)
 2024-08-06  5:47 UTC  (4+ 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  (14+ messages)
` [PATCH v5 1/9] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v5 2/9] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v5 3/9] security: "
` [PATCH v5 4/9] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v5 5/9] mm/util: Fix possible race condition in kstrdup()
` [PATCH v5 6/9] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v5 7/9] tracing: Replace strncpy() with __get_task_comm()
` [PATCH v5 8/9] net: Replace strcpy() "
` [PATCH v5 9/9] drm: "

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

[PATCH] fs/namespace.c: Fix typo in comment
 2024-08-06  3:47 UTC 

[PATCH v2 0/2] fuse: add timeout option for requests
 2024-08-06  2:45 UTC  (23+ messages)
` [PATCH v2 1/2] fuse: add optional kernel-enforced timeout "
` [PATCH v2 2/2] fuse: add default_request_timeout and max_request_timeout sysctls

[PATCH v13] mm: report per-page metadata information
 2024-08-05 23:18 UTC  (5+ messages)

[PATCH v2] binfmt_elf: Dump smaller VMAs first in ELF cores
 2024-08-05 21:27 UTC  (10+ messages)
` [RFC PATCH] piped/ptraced coredump (was: Dump smaller VMAs first in ELF cores)

[RFC PATCH] binfmt_elf: Dump smaller VMAs first in ELF cores
 2024-08-05 20:34 UTC  (9+ messages)

[PATCH v2] fuse: Allow page aligned writes
 2024-08-05 20:32 UTC  (2+ messages)

[PATCH] ext4: don't set SB_RDONLY after filesystem errors
 2024-08-05 20:12 UTC 

[RFC PATCH v19 1/5] exec: Add a new AT_CHECK flag to execveat(2)
 2024-08-05 18:35 UTC  (12+ messages)

[PATCH 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
 2024-08-05 15:48 UTC  (9+ messages)
` [PATCH 5/6] iomap: drop unnecessary state_lock when setting ifs uptodate bits

[PATCH] fs/netfs/fscache_io: remove the obsolete "using_pgpriv2" flag
 2024-08-05 15:34 UTC  (9+ messages)
` [PATCH] netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"
          ` [PATCH] netfs: Set NETFS_RREQ_WRITE_TO_CACHE when caching is possible

[PATCH v11 00/10] enable bs > ps in XFS
 2024-08-05 13:24 UTC  (5+ messages)
` [PATCH v11 10/10] xfs: enable block size larger than page size support

[PATCH] file: remove outdated comment after close_fd()
 2024-08-05 13:21 UTC  (2+ messages)

[PATCH RFC 0/4] fs: try an opportunistic lookup for O_CREAT opens too
 2024-08-05 12:52 UTC  (15+ messages)
` [PATCH RFC 1/4] fs: remove comment about d_rcu_to_refcount
` [PATCH RFC 2/4] fs: add a kerneldoc header over lookup_fast
` [PATCH RFC 3/4] lockref: rework CMPXCHG_LOOP to handle contention better
` [PATCH RFC 4/4] fs: try an opportunistic lookup for O_CREAT opens too

[PATCH 00/10] fanotify: add pre-content hooks
 2024-08-05 12:13 UTC  (22+ messages)
` [PATCH 02/10] fsnotify: introduce pre-content permission event
` [PATCH 03/10] fsnotify: generate pre-content permission event on open
` [PATCH 05/10] fanotify: introduce FAN_PRE_MODIFY permission event
` [PATCH 06/10] fanotify: pass optional file access range in pre-content event
` [PATCH 09/10] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH 10/10] fsnotify: generate pre-content permission event on page fault

[PATCH v3] exfat: move extend valid_size into ->page_mkwrite()
 2024-08-05 10:48 UTC 

[PATCH v2 0/3] ida: Remove the ida_simple_xxx() API
 2024-08-05 10:29 UTC  (4+ messages)
` [PATCH v2 1/3] idr test suite: Remove usage of the deprecated ida_simple_xx() API
` [PATCH v2 2/3] ida: Remove the ida_simple_xxx() API
` [PATCH v2 3/3] nvmem: Update a comment related to struct nvmem_config

[PATCH v2 2/2] lib/htree: Modified Documentation/core-api/htree.rst
 2024-08-05 10:01 UTC 

[PATCH v2 0/6] sysctl: prepare sysctl core for const struct ctl_table
 2024-08-05  9:39 UTC  (7+ messages)
` [PATCH v2 1/6] sysctl: avoid spurious permanent empty tables
` [PATCH v2 2/6] bpf: Constify ctl_table argument of filter function
` [PATCH v2 3/6] sysctl: move internal interfaces to const struct ctl_table
` [PATCH v2 4/6] sysctl: allow registration of "
` [PATCH v2 5/6] sysctl: make internal ctl_tables const
` [PATCH v2 6/6] const_structs.checkpatch: add ctl_table

[sysctl:sysctl-testing] [sysctl] 9f1a3a2fce: sysctl_could_not_get_directory
 2024-08-05  7:24 UTC 

[PATCH -next] fs: mounts: Remove unused declaration mnt_cursor_del()
 2024-08-05  7:04 UTC  (2+ messages)

[PATCH 0/3] fs/file.c: optimize the critical section of
 2024-08-05  6:56 UTC  (7+ messages)
` [PATCH v5 0/3] fs/file.c: optimize the critical section of file_lock in

[BUG REPORT] potential deadlock in inode evicting under the inode lru traversing context on ext4 and ubifs
 2024-08-05  1:29 UTC  (2+ messages)

[regression] LG Gram Laptop Extra Features stopped working
 2024-08-04  7:39 UTC 

[syzbot] [jfs?] KASAN: use-after-free Read in release_metapage
 2024-08-03 19:28 UTC 

[GIT PULL] xfs: bug fixes for 6.11
 2024-08-03 16:32 UTC  (2+ messages)

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-08-02 23:03 UTC  (10+ messages)

[git pull] vfs.git fixes
 2024-08-02 16:53 UTC  (2+ messages)

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-02 16:03 UTC  (2+ messages)


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