linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-26 23:53:06 to 2024-07-30 05:15:04 UTC [more...]

[PATCHSET][RFC] struct fd and memory safety
 2024-07-30  5:16 UTC  (20+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
  ` [PATCH 02/39] introduce fd_file(), convert all accessors to it
  ` [PATCH 03/39] struct fd: representation change
  ` [PATCH 04/39] add struct fd constructors, get rid of __to_fd()
  ` [PATCH 05/39] regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()
  ` [PATCH 06/39] net/socket.c: switch to CLASS(fd)
  ` [PATCH 07/39] introduce struct fderr, convert overlayfs uses to that
  ` [PATCH 08/39] experimental: convert fs/overlayfs/file.c to CLASS(...)
  ` [PATCH 09/39] timerfd: switch to CLASS(fd, ...)
  ` [PATCH 10/39] get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)
  ` [PATCH 11/39] switch netlink_getsockbyfilp() to taking descriptor
  ` [PATCH 12/39] do_mq_notify(): saner skb freeing on failures
  ` [PATCH 13/39] do_mq_notify(): switch to CLASS(fd, ...)
  ` [PATCH 14/39] simplify xfs_find_handle() a bit
  ` [PATCH 15/39] convert vmsplice() to CLASS(fd, ...)
  ` [PATCH 16/39] convert __bpf_prog_get() "
  ` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper
  ` [PATCH 18/39] bpf maps: switch to CLASS(fd, ...)
  ` [PATCH 19/39] fdget_raw() users: switch to CLASS(fd_raw, ...)

Testing if two open descriptors refer to the same inode
 2024-07-30  4:19 UTC  (22+ messages)

Are jump labels broken on 6.11-rc1?
 2024-07-30  3:38 UTC 

Why do very few filesystems have umount helpers
 2024-07-30  2:54 UTC  (10+ messages)

exfat: slow write performance
 2024-07-30  2:32 UTC  (2+ messages)

[PATCH v2 0/2] fuse: add timeout option for requests
 2024-07-30  0:23 UTC  (3+ 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

posix_fallocate behavior in glibc
 2024-07-29 23:53 UTC  (11+ messages)

[PATCH] filelock: fix name of file_lease slab cache
 2024-07-29 22:48 UTC 

[PATCH] quotaio_xfs: Fix memory leak
 2024-07-29 22:18 UTC 

[viro-vfs:work.fd 28/39] include/linux/cleanup.h:111:21: error: function declaration isn't a prototype
 2024-07-29 20:45 UTC  (2+ messages)

[PATCH 0/5] sysctl: prepare sysctl core for const struct ctl_table
 2024-07-29 20:43 UTC  (6+ messages)
` [PATCH 1/5] bpf: Constify ctl_table argument of filter function
` [PATCH 2/5] sysctl: move internal interfaces to const struct ctl_table
` [PATCH 3/5] sysctl: allow registration of "
` [PATCH 4/5] sysctl: make internal ctl_tables const
` [PATCH 5/5] const_structs.checkpatch: add ctl_table

[PATCH 00/10] fanotify: add pre-content hooks
 2024-07-29 18:57 UTC  (5+ messages)
` [PATCH 10/10] fsnotify: generate pre-content permission event on page fault

[PATCH v6] fs: Improve eventpoll logging to stop indicting timerfd
 2024-07-29 18:35 UTC  (4+ messages)

[PATCH] fs/procfs: remove build ID-related code duplication in PROCMAP_QUERY
 2024-07-29 17:40 UTC 

[PATCH v3 00/21] block atomic writes for XFS
 2024-07-29 17:02 UTC  (6+ messages)
` [PATCH v3 14/21] iomap: Sub-extent zeroing

[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-07-29 16:52 UTC  (4+ messages)
` [PATCH v6 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API

[GIT PULL] sysctl constification changes for v6.11-rc1
 2024-07-29 16:42 UTC  (3+ messages)

[PATCH v11 00/10] enable bs > ps in XFS
 2024-07-29 16:41 UTC  (4+ messages)
` [PATCH v11 10/10] xfs: enable block size larger than page size support

[PATCH 00/24] netfs: Read/write improvements
 2024-07-29 16:19 UTC  (25+ messages)
` [PATCH 01/24] fs/netfs/fscache_cookie: add missing "n_accesses" check
` [PATCH 02/24] cachefiles: Fix non-taking of sb_writers around set/removexattr
` [PATCH 03/24] netfs: Adjust labels in /proc/fs/netfs/stats
` [PATCH 04/24] netfs: Record contention stats for writeback lock
` [PATCH 05/24] netfs: Reduce number of conditional branches in netfs_perform_write()
` [PATCH 06/24] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
` [PATCH 07/24] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
` [PATCH 08/24] netfs: Reserve netfs_sreq_source 0 as unset/unknown
` [PATCH 09/24] netfs: Remove NETFS_COPY_TO_CACHE
` [PATCH 10/24] netfs: Set the request work function upon allocation
` [PATCH 11/24] netfs: Use bh-disabling spinlocks for rreq->lock
` [PATCH 12/24] mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios
` [PATCH 13/24] cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEs
` [PATCH 14/24] netfs: Use new folio_queue data type and iterator instead of xarray iter
` [PATCH 15/24] netfs: Provide an iterator-reset function
` [PATCH 16/24] netfs: Simplify the writeback code
` [PATCH 17/24] afs: Make read subreqs async
` [PATCH 18/24] netfs: Speed up buffered reading
` [PATCH 19/24] netfs: Remove fs/netfs/io.c
` [PATCH 20/24] cachefiles, netfs: Fix write to partial block at EOF
` [PATCH 21/24] netfs: Cancel dirty folios that have no storage destination
` [PATCH 22/24] cifs: Use iterate_and_advance*() routines directly for hashing
` [PATCH 23/24] cifs: Switch crypto buffer to use a folio_queue rather than an xarray
` [PATCH 24/24] cifs: Don't support ITER_XARRAY

[PATCH] fs/netfs/fscache_io: remove the obsolete "using_pgpriv2" flag
 2024-07-29 15:51 UTC  (5+ messages)

[PATCH] vfs: Fix potential circular locking through setxattr() and removexattr()
 2024-07-29 15:28 UTC  (5+ messages)

posix_fallocate behavior in glibc
 2024-07-29 15:11 UTC  (3+ messages)

[viro-vfs:work.fd 28/39] arch/powerpc/platforms/cell/spu_syscalls.c:59:1: error: a function declaration without a prototype is deprecated in all versions of C
 2024-07-29 15:06 UTC 

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-07-29 14:41 UTC  (11+ messages)
` [PATCH v4 18/29] arm64: add POE signal support

[syzbot] [f2fs?] WARNING in rcu_sync_dtor
 2024-07-29 13:58 UTC  (4+ messages)

[PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr
 2024-07-29 13:46 UTC  (2+ messages)

[Patch] Fixed-fs-file_table_c-Missing-blank-line-warnings-an.patch
 2024-07-29 12:18 UTC  (5+ messages)
` [PATCH] Fixed: fs: file_table_c: Missing blank line warnings and struct declaration improved

[PATCH AUTOSEL 6.10 02/16] fs: remove accidental overflow during wraparound check
 2024-07-29 11:54 UTC  (2+ messages)

[PATCH v4 0/7] Make core VMA operations internal and testable
 2024-07-29 11:50 UTC  (8+ messages)
` [PATCH v4 1/7] userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
` [PATCH v4 2/7] mm: move vma_modify() and helpers to internal header
` [PATCH v4 3/7] mm: move vma_shrink(), vma_expand() "
` [PATCH v4 4/7] mm: move internal core VMA manipulation functions to own file
` [PATCH v4 5/7] MAINTAINERS: Add entry for new VMA files
` [PATCH v4 6/7] tools: separate out shared radix-tree components
` [PATCH v4 7/7] tools: add skeleton code for userland testing of VMA logic

[PATCH resend v4 00/11] Improve the copy of task comm
 2024-07-29 11:45 UTC  (14+ messages)
` [PATCH v4 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v4 02/11] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v4 03/11] security: "
` [PATCH v4 04/11] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v4 05/11] mm/util: Fix possible race condition in kstrdup()
` [PATCH v4 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v4 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v4 08/11] tsacct: "
` [PATCH v4 09/11] tracing: "
` [PATCH v4 10/11] net: Replace strcpy() "
` [PATCH v4 11/11] drm: "

[PATCH v1 0/3] mm: split PTE/PMD PT table Kconfig cleanups+clarifications
 2024-07-29 11:33 UTC  (7+ messages)
` [PATCH v1 1/3] mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig options
` [PATCH v1 2/3] mm/hugetlb: enforce that PMD PT sharing has split PMD PT locks

[PATCH v3 bpf-next 0/3] introduce new VFS based BPF kfuncs
 2024-07-29 11:11 UTC  (15+ messages)
` [PATCH v3 bpf-next 1/3] bpf: "
` [PATCH v3 bpf-next 2/3] selftests/bpf: add negative tests for "

[PATCH] fs: don't flush in-flight wb switches for superblocks without cgroup writeback
 2024-07-29 11:10 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] fs/netfs/fscache_io: remove the obsolete "using_pgpriv2" flag
 2024-07-29  9:28 UTC 

[PATCH] fs/writeback: fix kernel-doc warnings
 2024-07-29  9:18 UTC  (3+ messages)

[PATCH] fs/ceph/addr: pass using_pgpriv2=false to fscache_write_to_cache()
 2024-07-29  9:06 UTC 

[PATCH] netfs: Fault in smaller chunks for non-large folio mappings
 2024-07-29  7:27 UTC  (2+ messages)

[PATCH] fuse: check aborted connection before adding requests to pending list for resending
 2024-07-29  2:20 UTC  (2+ messages)

[PATCH v3 0/7] Make core VMA operations internal and testable
 2024-07-28 20:15 UTC  (3+ messages)
` [PATCH v3 6/7] tools: separate out shared radix-tree components

[GIT PULL] trivial unicode patches for 6.11
 2024-07-28 18:46 UTC  (2+ messages)

[PATCH v3] hfsplus: Initialize subfolders value in hfsplus_init_once
 2024-07-28 17:29 UTC 

[PATCH AUTOSEL 6.10 33/34] ext4: sanity check for NULL pointer after ext4_force_shutdown
 2024-07-28 15:40 UTC 

[PATCH AUTOSEL 4.19 1/3] fs: remove accidental overflow during wraparound check
 2024-07-28  0:49 UTC 

[PATCH AUTOSEL 5.4 1/3] fs: remove accidental overflow during wraparound check
 2024-07-28  0:49 UTC 

[PATCH AUTOSEL 5.10 1/6] fs: remove accidental overflow during wraparound check
 2024-07-28  0:48 UTC 

[PATCH AUTOSEL 5.15 1/6] fs: remove accidental overflow during wraparound check
 2024-07-28  0:48 UTC 

[PATCH AUTOSEL 6.1 1/8] fs: remove accidental overflow during wraparound check
 2024-07-28  0:48 UTC 

[PATCH AUTOSEL 6.6 1/9] fs: remove accidental overflow during wraparound check
 2024-07-28  0:48 UTC 

[GIT PULL] vfs fixes
 2024-07-27 22:37 UTC  (2+ messages)

[PATCH v2] hfsplus: Initialize directory subfolders in hfsplus_mknod
 2024-07-27 14:52 UTC  (2+ messages)

[PATCH 2/2] fuse: add support for no forget requests
 2024-07-27 10:08 UTC  (2+ messages)

[PATCH 1/2] fuse: replace fuse_queue_forget with fuse_force_forget if error
 2024-07-27 10:05 UTC  (2+ messages)

hfsplus: Initialize directory subfolders in hfsplus_mknod
 2024-07-27  5:47 UTC  (2+ messages)

hfsplus: Initialize directory subfolders in hfsplus_mknod
 2024-07-27  5:13 UTC  (3+ messages)

hfsplus: Initialize directory subfolders in hfsplus_mknod
 2024-07-27  5:05 UTC 


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