linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-29 14:41:10 to 2024-07-31 02:33:25 UTC [more...]

[PATCH v3] exfat: check disk status during buffer write
 2024-07-31  2:31 UTC 

posix_fallocate behavior in glibc
 2024-07-31  2:32 UTC  (19+ messages)

[PATCH v3] exfat: check disk status during buffer write
 2024-07-31  2:27 UTC 

[PATCH resend v4 00/11] Improve the copy of task comm
 2024-07-31  2:14 UTC  (3+ messages)

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

[PATCHSET][RFC] struct fd and memory safety
 2024-07-31  0:43 UTC  (49+ 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, ...)
  ` [PATCH 20/39] introduce "fd_pos" class, convert fdget_pos() users to it
  ` [PATCH 21/39] o2hb_region_dev_store(): avoid goto around fdget()/fdput()
  ` [PATCH 22/39] privcmd_ioeventfd_assign(): don't open-code eventfd_ctx_fdget()
  ` [PATCH 23/39] fdget(), trivial conversions
  ` [PATCH 24/39] fdget(), more "
  ` [PATCH 25/39] convert do_preadv()/do_pwritev()
  ` [PATCH 26/39] convert cachestat(2)
  ` [PATCH 27/39] switch spufs_calls_{get,put}() to CLASS() use
  ` [PATCH 28/39] convert spu_run(2)
  ` [PATCH 29/39] convert media_request_get_by_fd()
  ` [PATCH 30/39] convert coda_parse_fd()
  ` [PATCH 31/39] convert cifs_ioctl_copychunk()
  ` [PATCH 32/39] convert vfs_dedupe_file_range()
  ` [PATCH 33/39] convert do_select()
  ` [PATCH 34/39] do_pollfd(): convert to CLASS(fd)
  ` [PATCH 35/39] convert bpf_token_create()
  ` [PATCH 36/39] assorted variants of irqfd setup: convert to CLASS(fd)
  ` [PATCH 37/39] memcg_write_event_control(): switch "
  ` [PATCH 38/39] css_set_fork(): switch to CLASS(fd_raw, ...)
  ` [PATCH 39/39] deal with the last remaing boolean uses of fd_file()

Are jump labels broken on 6.11-rc1?
 2024-07-31  0:19 UTC  (5+ messages)

[PATCH v4] proc: add config & param to block forcing mem writes
 2024-07-30 23:18 UTC  (3+ messages)

[PATCH v2 bpf-next 0/2] Add bpf_get_dentry_xattr
 2024-07-30 23:08 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Add kfunc bpf_get_dentry_xattr() to read xattr from dentry
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr

Forcing vmscan to drop more (related) pages?
 2024-07-30 21:18 UTC  (3+ messages)

[PATCH v1] mount: handle OOM on mnt_warn_timestamp_expiry
 2024-07-30 20:45 UTC  (6+ messages)

[PATCH] fs/netfs/fscache_io: remove the obsolete "using_pgpriv2" flag
 2024-07-30 20:00 UTC  (7+ messages)
` [PATCH] netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"

[PATCH 6.10 765/809] netfs: Fix writeback that needs to go to both server and cache
 2024-07-30 15:50 UTC 

[PATCH 00/10] fanotify: add pre-content hooks
 2024-07-30 16:51 UTC  (7+ messages)
` [PATCH 10/10] fsnotify: generate pre-content permission event on page fault

[PATCH 0/8] Support foreign mount namespace with statmount/listmount
 2024-07-30 16:45 UTC  (3+ messages)
` [PATCH 7/8] fs: add an ioctl to get the mnt ns id from nsfs

[PATCH v2] fs/netfs/fscache_io: remove the obsolete "using_pgpriv2" flag
 2024-07-30 16:31 UTC  (3+ messages)

[PATCH] fs/ceph/addr: pass using_pgpriv2=false to fscache_write_to_cache()
 2024-07-30 15:41 UTC  (3+ messages)

Testing if two open descriptors refer to the same inode
 2024-07-30 15:38 UTC  (16+ messages)

[PATCH] fuse: fs-verity: aoid out-of-range comparison
 2024-07-30 14:27 UTC 

[PATCH 00/23] Convert write_begin / write_end to take a folio
 2024-07-30 14:23 UTC  (6+ messages)

[PATCH] fs/aio: Fix __percpu annotation of *cpu pointer in struct kioctx
 2024-07-30 14:10 UTC  (3+ messages)

[PATCH] filelock: fix name of file_lease slab cache
 2024-07-30 13:47 UTC  (4+ messages)

[PATCH] quotaio_xfs: Fix memory leak
 2024-07-30 12:50 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 7/7] vfs: Fix potential circular locking through setxattr() and removexattr()
 2024-07-30 12:45 UTC 

[PATCH AUTOSEL 6.10 7/7] vfs: Fix potential circular locking through setxattr() and removexattr()
 2024-07-30 12:45 UTC 

[syzbot] [f2fs?] WARNING in rcu_sync_dtor
 2024-07-30 12:38 UTC  (5+ messages)

[PATCH 00/24] netfs: Read/write improvements
 2024-07-30 10:38 UTC  (27+ 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
` (subset) [PATCH 00/24] netfs: Read/write improvements

[PATCH v2] char: misc: add missing #ifdef CONFIG_PROC_FS
 2024-07-30 10:25 UTC 

[PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr
 2024-07-30  8:59 UTC  (3+ messages)

[PATCH v3 bpf-next 0/3] introduce new VFS based BPF kfuncs
 2024-07-30  7:37 UTC  (4+ messages)

[RFC PATCH 03/18] fs/dax: use ptdesc in dax_pmd_load_hole
 2024-07-30  7:27 UTC  (6+ messages)
` [RFC PATCH 09/18] mm/pgtable: fully use ptdesc in pte_alloc_one series functions
` [RFC PATCH 10/18] mm/pgtable: pass ptdesc to pte_free()
  ` [RFC PATCH 14/18] mm/pgtable: use ptdesc in pgtable_trans_huge_deposit
  ` [RFC PATCH 16/18] mm/pgtable: pass ptdesc to pmd_install
  ` [RFC PATCH 17/18] mm: convert vmf.prealloc_pte to struct ptdesc pointer

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

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

[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 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  (3+ messages)
` [PATCH v11 10/10] xfs: enable block size larger than page size support

[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


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