linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-08 10:36:13 to 2024-08-11 21:52:38 UTC [more...]

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

[PATCH] Squashfs: sanity check symbolic link size
 2024-08-11 20:13 UTC 

[PATCH] [DRAFT RFC]: file: reclaim 24 bytes from f_owner
 2024-08-11 12:42 UTC  (5+ messages)

[RESEND PATCH v2] eventfd: introduce ratelimited wakeup for non-semaphore eventfd
 2024-08-11 10:26 UTC  (2+ messages)

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

[GIT PULL] bcachefs fixes for 6.11-rc3, more
 2024-08-10 18:09 UTC  (2+ messages)

[PATCH] sysctl: update comments to new registration APIs
 2024-08-10 17:00 UTC 

[REGRESSION] fuse: copy_file_range() fails with EIO
 2024-08-10 15:12 UTC  (8+ messages)
  ` [PATCH 1/3] fuse: remove call to SetPageError
  ` [PATCH 2/3] fuse: Use a folio instead of a page
  ` [PATCH 3/3] fuse: use folio_end_read

[viro-vfs:work.fd 3/39] fs/namei.c:2499:27: warning: comparison of distinct pointer types ('struct file *' and 'typeof (*(((struct task_struct *const)get_lowcore()->current_task)->cred)) *' (aka 'const struct cred *'))
 2024-08-10 14:28 UTC 

[viro-vfs:work.fd 3/39] fs/open.c:1654:1: error: expected declaration or statement at end of input
 2024-08-10 14:17 UTC 

[viro-vfs:work.fd 3/39] include/linux/file.h:60:34: error: expected ')' before ';' token
 2024-08-10 14:17 UTC 

[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
 2024-08-10 12:28 UTC  (8+ messages)

ext4 avoidably stalls waiting on writeback when unlinking a truncated file
 2024-08-10 10:16 UTC 

[PATCH AUTOSEL 6.10 02/16] fs: remove accidental overflow during wraparound check
 2024-08-10  9:10 UTC  (3+ messages)

[PATCH v2] vfs: only read fops once in fops_get/put
 2024-08-10  6:47 UTC 

[PATCH v2 00/10] ext4: simplify the counting and management of delalloc reserved blocks
 2024-08-10  4:01 UTC  (11+ 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()

[PATCHSET][RFC] struct fd and memory safety
 2024-08-10  3:53 UTC  (17+ 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 35/39] convert bpf_token_create()
  ` [PATCH 36/39] assorted variants of irqfd setup: convert to CLASS(fd)

[PATCH] 9p: Fix DIO read through netfs
 2024-08-10  3:36 UTC  (2+ messages)

[PATCH] fuse: fix race conditions on fi->nlookup
 2024-08-10  3:42 UTC 

[PATCH v2 00/16] fanotify: add pre-content hooks
 2024-08-09 18:38 UTC  (36+ 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 18:33 UTC  (9+ 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] fs: move FMODE_UNSIGNED_OFFSET to fop_flags
 2024-08-09 17:14 UTC  (3+ messages)

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

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

[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/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  (12+ messages)
` [PATCH 06/13] fs: Drop unnecessary underscore from _SB_I_ constants
` [PATCH 07/13] overlayfs: Make ovl_start_write() return error

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

[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  (13+ 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 06/10] lib/buildid: implement sleepable build_id_parse() API

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


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