linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-07 18:30:11 to 2024-08-09 16:20:15 UTC [more...]

[REGRESSION] fuse: copy_file_range() fails with EIO
 2024-08-09 16:03 UTC  (2+ messages)

[PATCH v2 00/10] ext4: simplify the counting and management of delalloc reserved blocks
 2024-08-09 16:20 UTC  (10+ messages)
` [PATCH v2 06/10] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
` [PATCH v2 09/10] ext4: drop ext4_es_is_delonly()

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

[PATCH] unicode: constify utf8 data table
 2024-08-09 15:38 UTC 

[PATCH] file: fix typo in take_fd() comment
 2024-08-09 15:21 UTC  (3+ messages)

[PATCH] fs: don't overwrite the nsec field if I_CTIME_QUERIED is already set
 2024-08-09 15:17 UTC  (4+ messages)

[PATCH v2] vfs: Don't evict inode under the inode lru traversing context
 2024-08-09 15:15 UTC  (2+ messages)

[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
 2024-08-09 15:13 UTC  (4+ messages)

f_modown and LSM inconsistency (was [PATCH v2 1/4] Landlock: Add signal control)
 2024-08-09 14:44 UTC  (3+ messages)

[PATCH v2] fs: try an opportunistic lookup for O_CREAT opens too
 2024-08-09 14:21 UTC  (13+ messages)

[PATCH v2 00/16] fanotify: add pre-content hooks
 2024-08-09 14:21 UTC  (34+ messages)
` [PATCH v2 01/16] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v2 02/16] fsnotify: introduce pre-content permission event
` [PATCH v2 03/16] fsnotify: generate pre-content permission event on open
` [PATCH v2 04/16] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v2 05/16] fanotify: introduce FAN_PRE_MODIFY "
` [PATCH v2 06/16] fanotify: pass optional file access range in pre-content event
` [PATCH v2 07/16] fanotify: rename a misnamed constant
` [PATCH v2 08/16] fanotify: report file range info with pre-content events
` [PATCH v2 09/16] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v2 10/16] fanotify: add a helper to check for pre content events
` [PATCH v2 11/16] fanotify: disable readahead if we have pre-content watches
` [PATCH v2 12/16] mm: don't allow huge faults for files with pre content watches
` [PATCH v2 13/16] fsnotify: generate pre-content permission event on page fault
` [PATCH v2 14/16] bcachefs: add pre-content fsnotify hook to fault
` [PATCH v2 15/16] gfs2: "
` [PATCH v2 16/16] xfs: add pre-content fsnotify hook for write faults

[PATCH v3 0/2] fuse: add timeout option for requests
 2024-08-09 14:14 UTC  (7+ messages)
` [PATCH v3 1/2] fuse: add optional kernel-enforced timeout "
` [PATCH v3 2/2] fuse: add default_request_timeout and max_request_timeout sysctls

[PATCH] 9p: Fix DIO read through netfs
 2024-08-09 13:56 UTC 

[PATCH v4] exfat: check disk status during buffer write
 2024-08-09 12:57 UTC  (2+ messages)

Debugging stuck mount
 2024-08-09 12:41 UTC  (6+ messages)

[PATCH v1 0/2] exfat: direct IO refine and code cleanup
 2024-08-09 12:22 UTC  (2+ messages)

[PATCH] fs: move FMODE_UNSIGNED_OFFSET to fop_flags
 2024-08-09 12:23 UTC  (2+ messages)

[PATCH] fs/select: Annotate struct poll_list with __counted_by()
 2024-08-09  8:33 UTC  (3+ messages)

[PATCH] vfs: only read fops once in fops_get/put
 2024-08-09  8:30 UTC  (3+ messages)

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-08-09  3:50 UTC  (2+ messages)
` [syzbot] "

[PATCH RFC 0/13] fs: generic filesystem shutdown handling
 2024-08-09  2:30 UTC  (14+ messages)
` [PATCH 06/13] fs: Drop unnecessary underscore from _SB_I_ constants
` [PATCH 07/13] overlayfs: Make ovl_start_write() return error
` [PATCH 11/13] fs: Make sb_start_write() return error on shutdown filesystem
` [PATCH 12/13] fs: Make sb_start_pagefault() "

[PATCH -next] zonefs: add support for FS_IOC_GETFSSYSFSPATH
 2024-08-09  1:36 UTC 

[PATCHSET][RFC] struct fd and memory safety
 2024-08-09  1:23 UTC  (9+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
  ` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper

[PATCH v3] lib/htree: Added get_cycles() to measure execution time
 2024-08-09  0:40 UTC 

[PATCH v6 0/9] fs: multigrain timestamp redux
 2024-08-09  0:29 UTC  (6+ messages)
` [PATCH v6 1/9] fs: add infrastructure for multigrain timestamps

[ANNOUNCE] erofs-utils: release 1.8
 2024-08-09  0:28 UTC 

[PATCH v4 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-08 22:44 UTC  (22+ messages)
` [PATCH v4 bpf-next 01/10] lib/buildid: harden "
` [PATCH v4 bpf-next 02/10] lib/buildid: add single folio-based file reader abstraction
` [PATCH v4 bpf-next 03/10] lib/buildid: take into account e_phoff when fetching program headers
` [PATCH v4 bpf-next 04/10] lib/buildid: remove single-page limit for PHDR search
` [PATCH v4 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault()
` [PATCH v4 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API
` [PATCH v4 bpf-next 07/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF
` [PATCH v4 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry
` [PATCH v4 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
` [PATCH v4 bpf-next 10/10] selftests/bpf: add build ID tests

[PATCH] netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"
 2024-08-08 21:31 UTC  (9+ messages)
` [PATCH] fs/netfs/fscache_io: remove the obsolete "using_pgpriv2" flag
          ` [RFC][PATCH] netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags
          ` [PATCH v2] "
          ` [PATCH v3] "

[GIT PULL] bcachefs fixes for 6.11-rc3
 2024-08-08 20:59 UTC  (2+ messages)

[PATCH v2] filemap: add trace events for get_pages, map_pages, and fault
 2024-08-08 16:19 UTC  (3+ messages)

[PATCH v9 0/8] File abstractions needed by Rust Binder
 2024-08-08 16:15 UTC  (9+ messages)
` [PATCH v9 1/8] rust: types: add `NotThreadSafe`
` [PATCH v9 2/8] rust: task: add `Task::current_raw`
` [PATCH v9 3/8] rust: file: add Rust abstraction for `struct file`
` [PATCH v9 4/8] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v9 5/8] rust: security: add abstraction for secctx
` [PATCH v9 6/8] rust: file: add `FileDescriptorReservation`
` [PATCH v9 7/8] rust: file: add `Kuid` wrapper
` [PATCH v9 8/8] rust: file: add abstraction for `poll_table`

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

[RFC] why do we need smp_rmb/smp_wmb pair in fd_install()/expand_fdtable()?
 2024-08-08 16:11 UTC  (7+ messages)

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

[axboe-block:rw_iter] [fs/proc] a461a4f9ee: segfault_at_ip_sp_error
 2024-08-08 14:13 UTC 

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

[PATCH] fs: Add a new flag RWF_IOWAIT for preadv2(2)
 2024-08-08 13:16 UTC  (9+ messages)

[PATCH] unicode: get rid of obsolete 'utf8data.h'
 2024-08-08  8:56 UTC 

[dhowells-fs:netfs-writeback] [netfs] 383151c58c: xfstests.generic.465.fail
 2024-08-08  8:51 UTC 

[dhowells-fs:netfs-writeback] [netfs] 6afe9feeb3: BUG:KASAN:slab-use-after-free_in_copy_from_iter
 2024-08-08  8:48 UTC 

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-08  8:18 UTC  (20+ messages)
` [PATCH v10 27/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v10 29/40] selftests/clone3: Enable arm64 shadow stack testing
` [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 v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2024-08-08  8:07 UTC  (3+ messages)
` [PATCH v5 14/40] netfs: Add iov_iters to (sub)requests to describe various buffers

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

[PATCH net] eventpoll: Annotate data-race of busy_poll_usecs
 2024-08-08  7:13 UTC  (3+ messages)

[PATCH] vfs: avoid spurious dentry ref/unref cycle on open
 2024-08-08  6:26 UTC  (13+ messages)

[syzbot] [fs?] BUG: unable to handle kernel NULL pointer dereference in do_pagemap_scan
 2024-08-08  5:20 UTC  (2+ messages)

[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
 2024-08-07 23:45 UTC  (2+ messages)

[PATCH v2] binfmt_flat: Fix corruption when not offsetting data start
 2024-08-07 23:39 UTC  (3+ messages)

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

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

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

[PATCH 00/10] fanotify: add pre-content hooks
 2024-08-07 19:04 UTC  (6+ messages)
` [PATCH 10/10] fsnotify: generate pre-content permission event on page fault

[PATCH v4 bpf-next 0/3] Add bpf_get_dentry_xattr
 2024-08-07 18:40 UTC  (6+ messages)
` [PATCH v4 bpf-next 3/3] selftests/bpf: Add tests for bpf_get_dentry_xattr


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