linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-14 17:52:49 to 2024-08-16 17:19:27 UTC [more...]

[RFC] more close_range() fun
 2024-08-16 17:19 UTC  (7+ messages)

[RFC net-next 0/5] Suspend IRQs during preferred busy poll
 2024-08-16 17:01 UTC  (15+ messages)

[PATCH] inode: remove __I_DIO_WAKEUP
 2024-08-16 16:27 UTC  (4+ messages)

[PATCH 0/2] mm: Add readahead support for IOCB_NOWAIT
 2024-08-16 15:57 UTC  (22+ messages)
` [PATCH 1/2] mm: Add memalloc_nowait_{save,restore}
                    ` [PATCH] mm: document risk of PF_MEMALLOC_NORECLAIM

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-08-16 15:32 UTC  (15+ messages)
` [PATCH v4 07/29] KVM: arm64: Save/restore POE registers
` [PATCH v4 18/29] arm64: add POE signal support

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-16 14:52 UTC  (53+ messages)
` [PATCH v10 01/40] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v10 02/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v10 03/40] mman: Add map_shadow_stack() flags
` [PATCH v10 04/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v10 05/40] arm64/gcs: Document the ABI "
` [PATCH v10 06/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v10 07/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v10 08/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v10 09/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v10 10/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v10 11/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v10 14/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames

[PATCH v3 00/11] fuse: basic support for idmapped mounts
 2024-08-16 13:45 UTC  (15+ messages)
` [PATCH v3 01/11] fs/namespace: introduce SB_I_NOIDMAP flag
` [PATCH v3 02/11] fs/fuse: add FUSE_OWNER_UID_GID_EXT extension
` [PATCH v3 03/11] fs/fuse: support idmap for mkdir/mknod/symlink/create
` [PATCH v3 04/11] fs/fuse: support idmapped getattr inode op
` [PATCH v3 05/11] fs/fuse: support idmapped ->permission "
` [PATCH v3 06/11] fs/fuse: support idmapped ->setattr op
` [PATCH v3 07/11] fs/fuse: drop idmap argument from __fuse_get_acl
` [PATCH v3 08/11] fs/fuse: support idmapped ->set_acl
` [PATCH v3 09/11] fs/fuse: properly handle idmapped ->rename op
` [PATCH v3 10/11] fs/fuse: allow idmapped mounts
` [PATCH v3 11/11] fs/fuse/virtio_fs: "

HI DEAR !
 2024-08-16 13:15 UTC 

[PATCH 0/2] Finish converting jffs2 to folios
 2024-08-16 13:10 UTC  (5+ messages)
` [PATCH 1/2] jffs2: Convert jffs2_do_readpage_nolock to take a folio
` [PATCH 2/2] jffs2: Use a folio in jffs2_garbage_collect_dnode()

[PATCH fstests] generic/755: test that inode's ctime is updated on unlink
 2024-08-16 12:58 UTC  (3+ messages)

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

[PATCH] vfs: elide smp_mb in iversion handling in the common case
 2024-08-16 10:56 UTC  (2+ messages)

[syzbot] Monthly hfs report (Aug 2024)
 2024-08-16  9:48 UTC 

[syzbot] [fs?] KCSAN: data-race in pipe_poll / pipe_release (7)
 2024-08-16  9:46 UTC 

[PATCH v2] fs: try an opportunistic lookup for O_CREAT opens too
 2024-08-16  8:34 UTC  (14+ messages)

[PATCH -next] fs: Use in_group_or_capable() helper to simplify the code
 2024-08-16  6:38 UTC 

[PATCH -next] doc: correcting the idmapping mount example
 2024-08-16  6:36 UTC 

[RFC] Merge PG_private_2 and PG_mappedtodisk
 2024-08-16  3:42 UTC  (3+ messages)

[PATCH v2 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
 2024-08-16  2:19 UTC  (11+ messages)
` [PATCH v2 3/6] iomap: advance the ifs allocation if we have more than one blocks per folio
` [PATCH v2 4/6] iomap: correct the dirty length in page mkwrite

[PATCH] affs: Remove unused macros GET_END_PTR, AFFS_GET_HASHENTRY
 2024-08-15 21:35 UTC 

[RESEND PATCH v2] eventfd: introduce ratelimited wakeup for non-semaphore eventfd
 2024-08-15 14:53 UTC  (6+ messages)

[PATCH] netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"
 2024-08-15 14:04 UTC  (3+ messages)

[PATCH v1 07/11] mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walk
 2024-08-15 13:43 UTC  (4+ messages)

[PATCH v2 0/9] fuse: basic support for idmapped mounts
 2024-08-15 13:20 UTC  (5+ messages)
` [PATCH v2 9/9] fs/fuse: allow "

[PATCH v2] autofs: add per dentry expire timeout
 2024-08-15 13:10 UTC  (5+ messages)

[PATCH 00/16] Prepare to remove PG_error
 2024-08-15 12:42 UTC  (7+ messages)
` [PATCH 12/16] romfs: Convert romfs_read_folio() to use a folio

[PATCH v12 00/10] enable bs > ps in XFS
 2024-08-15  9:08 UTC  (11+ messages)
` [PATCH v12 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v12 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v12 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v12 04/10] mm: split a folio in minimum folio order chunks
` [PATCH v12 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v12 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v12 07/10] xfs: use kvmalloc for xattr buffers
` [PATCH v12 08/10] xfs: expose block size in stat
` [PATCH v12 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v12 10/10] xfs: enable block size larger than page size support

[PATCH 0/3] fs/file.c: optimize the critical section of
 2024-08-15  8:34 UTC  (7+ messages)
` [PATCH v5 0/3] fs/file.c: optimize the critical section of file_lock in
  ` [PATCH v5 1/3] fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd()

[PATCH 0/2] fs/dcache: fix cache inconsistency on case-insensitive lookups
 2024-08-15  6:02 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 8d16762047c6
 2024-08-15  3:11 UTC 

[PATCH bpf-next 0/8] BPF follow ups to struct fd refactorings
 2024-08-14 23:17 UTC  (4+ messages)
` [PATCH bpf-next 3/8] bpf: factor out fetching bpf_map from FD and adding it to used_maps list

[PATCHES] [drm] file descriptor fixes
 2024-08-14 22:15 UTC  (4+ messages)
` [PATCH 1/4] new helper: drm_gem_prime_handle_to_dmabuf()
  ` [PATCH 2/4] amdgpu: fix a race in kfd_mem_export_dmabuf()

[ANNOUNCE] xfs-linux: for-next updated to 4813305c621d
 2024-08-14 22:08 UTC  (2+ messages)

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

Enquiry
 2024-08-14 20:53 UTC 

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

[PATCH] fuse: add FOPEN_FETCH_ATTR flag for fetching attributes after open
 2024-08-14 18:06 UTC  (7+ 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).