messages from 2024-08-08 19:28:32 to 2024-08-12 11:38:00 UTC [more...]
[PATCH 0/2] mm: Add readahead support for IOCB_NOWAIT
2024-08-12 11:37 UTC (4+ messages)
` [PATCH 1/2] mm: Add memalloc_nowait_{save,restore}
` [PATCH 2/2] mm: allow read-ahead with IOCB_NOWAIT set
[PATCHES] fs/file.c stuff
2024-08-12 9:35 UTC (18+ messages)
` [PATCH 01/11] get rid of ...lookup...fdget_rcu() family
` [PATCH 02/11] remove pointless includes of <linux/fdtable.h>
` [PATCH 03/11] close_files(): don't bother with xchg()
` [PATCH] close_files(): reimplement based on do_close_on_exec()
` [PATCH 04/11] proc_fd_getattr(): don't bother with S_ISDIR() check
` [PATCH 05/11] move close_range(2) into fs/file.c, fold __close_range() into it
` [PATCH 06/11] sane_fdtable_size(): don't bother looking at descriptors we are not going to copy
` [PATCH 07/11] fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd()
` [PATCH 08/11] fs/file.c: conditionally clear full_fds
` [PATCH 09/11] fs/file.c: add fast path in find_next_fd()
` [PATCH 10/11] alloc_fdtable(): change calling conventions
` [PATCH 11/11] dup_fd(): "
[PATCH] unicode: get rid of obsolete 'utf8data.h'
2024-08-12 8:52 UTC (2+ messages)
[brauner-vfs:vfs.misc] [fs] 10c62724d2: aim7.jobs-per-min 117.1% improvement
2024-08-12 8:25 UTC
[PATCH v6 0/9] Improve the copy of task comm
2024-08-12 8:05 UTC (11+ messages)
` [PATCH v6 1/9] Get rid of __get_task_comm()
` [PATCH v6 2/9] auditsc: Replace memcpy() with strscpy()
` [PATCH v6 3/9] security: Replace memcpy() with get_task_comm()
` [PATCH v6 4/9] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v6 5/9] mm/util: Fix possible race condition in kstrdup()
` [PATCH v6 6/9] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v6 7/9] tracing: Replace strncpy() with strscpy()
` [PATCH v6 8/9] net: Replace strcpy() "
` [PATCH v6 9/9] drm: "
[PATCHES] [drm] file descriptor fixes
2024-08-12 6:59 UTC (5+ messages)
` [PATCH 1/4] new helper: drm_gem_prime_handle_to_dmabuf()
` [PATCH 2/4] amdgpu: fix a race in kfd_mem_export_dmabuf()
` [PATCH 3/4] amdkfd CRIU fixes
` [PATCH 4/4] amdgpu: get rid of bogus includes of fdtable.h
[PATCH] unicode: constify utf8 data table
2024-08-12 6:45 UTC (2+ messages)
conver XFS perag lookup to xarrays
2024-08-12 6:31 UTC (4+ messages)
` [PATCH 1/3] xarray: add xa_set
` [PATCH 2/3] xfs: convert perag lookup to xarray
` [PATCH 3/3] xfs: use kfree_rcu_mightsleep to free the perag structures
[PATCH 00/16] Prepare to remove PG_error
2024-08-12 4:36 UTC (5+ messages)
` [PATCH 12/16] romfs: Convert romfs_read_folio() to use a folio
[PATCH] binfmt_elf_fdpic: fix /proc/<pid>/auxv
2024-08-12 2:26 UTC (2+ messages)
[git pull] fix bitmap corruption on close_range(), take 2
2024-08-12 2:59 UTC
[PATCH 0/3] fs/file.c: optimize the critical section of
2024-08-12 2:40 UTC (9+ messages)
` [PATCH v5 0/3] fs/file.c: optimize the critical section of file_lock in
[PATCH v3 0/2] fuse: add timeout option for requests
2024-08-12 2:33 UTC (10+ 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 v4] exfat: check disk status during buffer write
2024-08-12 1:40 UTC (3+ messages)
[PATCH V2] Squashfs: sanity check symbolic link size
2024-08-11 23:28 UTC
[syzbot] [fs?] general protection fault in iter_file_splice_write
2024-08-11 22:43 UTC (2+ messages)
f_modown and LSM inconsistency (was [PATCH v2 1/4] Landlock: Add signal control)
2024-08-11 22:04 UTC (4+ messages)
[PATCH v2] fs: try an opportunistic lookup for O_CREAT opens too
2024-08-11 21:52 UTC (12+ 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 (8+ messages)
` [PATCH v2 06/10] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
[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 (33+ messages)
` [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 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] 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] 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)
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 (2+ 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 (4+ messages)
[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 (11+ messages)
` [PATCH v4 bpf-next 01/10] lib/buildid: harden "
` [PATCH v4 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API
[PATCH] netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"
2024-08-08 21:31 UTC (8+ 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 v3] "
[GIT PULL] bcachefs fixes for 6.11-rc3
2024-08-08 20:59 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).