public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-01 06:51:19 to 2024-11-04 17:03:53 UTC [more...]

lots of fstests cases fail on overlay with util-linux 2.40.2 (new mount APIs)
 2024-11-04 17:03 UTC  (7+ messages)

[PATCH] fix: general protection fault in iter_file_splice_write
 2024-11-04 16:54 UTC  (3+ messages)

[PATCH v2] kernel: add pid_max to pid_namespace
 2024-11-04 16:35 UTC  (2+ messages)

[PATCH v7 00/10] Read/Write with meta/integrity
 2024-11-04 14:06 UTC  (11+ messages)
  ` [PATCH v7 01/10] block: define set of integrity flags to be inherited by cloned bip
  ` [PATCH v7 02/10] block: copy back bounce buffer to user-space correctly in case of split
  ` [PATCH v7 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
  ` [PATCH v7 04/10] fs, iov_iter: define meta io descriptor
  ` [PATCH v7 05/10] fs: introduce IOCB_HAS_METADATA for metadata
  ` [PATCH v7 06/10] io_uring/rw: add support to send metadata along with read/write
  ` [PATCH v7 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
  ` [PATCH v7 08/10] nvme: add support for passing on the application tag
  ` [PATCH v7 09/10] scsi: add support for user-meta interface
  ` [PATCH v7 10/10] block: add support to pass user meta buffer

[PATCH] dax: Allow block size > PAGE_SIZE
 2024-11-04 15:31 UTC  (3+ messages)

[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
 2024-11-04 14:39 UTC  (15+ messages)
` [PATCH 05/10] guestmemfs: add file mmap callback

[PATCH v2 0/9] initramfs: kunit tests and cleanups
 2024-11-04 14:14 UTC  (10+ messages)
` [PATCH v2 1/9] init: add initramfs_internal.h
` [PATCH v2 2/9] initramfs_test: kunit tests for initramfs unpacking
` [PATCH v2 3/9] vsprintf: add simple_strntoul
` [PATCH v2 4/9] initramfs: avoid memcpy for hex header fields
` [PATCH v2 5/9] initramfs: remove extra symlink path buffer
` [PATCH v2 6/9] initramfs: merge header_buf and name_buf
` [PATCH v2 7/9] initramfs: reuse name_len for dir mtime tracking
` [PATCH v2 8/9] initramfs: fix hardlink hash leak without TRAILER
` [PATCH v2 9/9] initramfs: avoid static buffer for error message

[PATCH 0/6] Fixes and cleanups to xarray
 2024-11-04 13:34 UTC  (8+ messages)
` [PATCH 3/6] Xarray: move forward index correctly in xas_pause()
` [PATCH 4/6] Xarray: skip unneeded xas_store() and xas_clear_mark() in __xa_alloc()
` [PATCH 5/6] Xarray: remove repeat check in xas_squash_marks()
` [PATCH 6/6] Xarray: use xa_mark_t in xas_squash_marks() to keep code consistent

[PATCH RFC v4 00/15] fuse: fuse-over-io-uring
 2024-11-04  8:24 UTC  (5+ messages)
` [PATCH RFC v4 12/15] io_uring/cmd: let cmds to know about dying task

[PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree
 2024-11-04  8:09 UTC  (15+ messages)

[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-11-04  6:21 UTC  (2+ messages)

[syzbot] [fuse?] general protection fault in fuse_do_readpage
 2024-11-04  1:56 UTC  (3+ messages)

[PATCH 5/6] iomap: Lift blocksize restriction on atomic writes
 2024-11-04  1:52 UTC  (11+ messages)

[PATCH next] exec: Fix a NULL vs IS_ERR() test in bprm_add_fixup_comm()
 2024-11-03 22:52 UTC  (3+ messages)

[syzbot] [exfat?] possible deadlock in __generic_file_fsync (2)
 2024-11-03 19:56 UTC 

[RFC][PATCHES] xattr stuff and interactions with io_uring
 2024-11-03 18:32 UTC  (20+ messages)
` [RFC][PATCHES v2] "
  ` [PATCH v2 01/13] teach filename_lookup() to treat NULL filename as ""
    ` [PATCH v2 02/13] getname_maybe_null() - the third variant of pathname copy-in
    ` [PATCH v2 03/13] io_uring: IORING_OP_F[GS]ETXATTR is fine with REQ_F_FIXED_FILE
    ` [PATCH v2 04/13] io_[gs]etxattr_prep(): just use getname()
    ` [PATCH v2 05/13] xattr: switch to CLASS(fd)
    ` [PATCH v2 06/13] fs: rename struct xattr_ctx to kernel_xattr_ctx
    ` [PATCH v2 07/13] new helper: import_xattr_name()
    ` [PATCH v2 08/13] replace do_setxattr() with saner helpers
    ` [PATCH v2 09/13] replace do_getxattr() "
    ` [PATCH v2 10/13] new helpers: file_listxattr(), filename_listxattr()
    ` [PATCH v2 11/13] new helpers: file_removexattr(), filename_removexattr()
    ` [PATCH v2 12/13] fs/xattr: add *at family syscalls
    ` [PATCH v2 13/13] xattr: remove redundant check on variable err

[PATCHSET][RFC] struct fd and memory safety
 2024-11-03  6:31 UTC  (32+ messages)
` [PATCHSET v3] "
  ` [PATCH v3 01/28] net/socket.c: switch to CLASS(fd)
    ` [PATCH v3 02/28] regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()
    ` [PATCH v3 03/28] timerfd: switch to CLASS(fd)
    ` [PATCH v3 04/28] get rid of perf_fget_light(), convert kernel/events/core.c "
    ` [PATCH v3 05/28] switch netlink_getsockbyfilp() to taking descriptor
    ` [PATCH v3 06/28] do_mq_notify(): saner skb freeing on failures
    ` [PATCH v3 07/28] do_mq_notify(): switch to CLASS(fd)
    ` [PATCH v3 08/28] simplify xfs_find_handle() a bit
    ` [PATCH v3 09/28] convert vmsplice() to CLASS(fd)
    ` [PATCH v3 10/28] fdget_raw() users: switch to CLASS(fd_raw)
    ` [PATCH v3 11/28] introduce "fd_pos" class, convert fdget_pos() users to it
    ` [PATCH v3 12/28] o2hb_region_dev_store(): avoid goto around fdget()/fdput()
    ` [PATCH v3 13/28] privcmd_ioeventfd_assign(): don't open-code eventfd_ctx_fdget()
    ` [PATCH v3 14/28] fdget(), trivial conversions
    ` [PATCH v3 15/28] fdget(), more "
    ` [PATCH v3 16/28] convert do_preadv()/do_pwritev()
    ` [PATCH v3 17/28] convert cachestat(2)
    ` [PATCH v3 18/28] switch spufs_calls_{get,put}() to CLASS() use
    ` [PATCH v3 19/28] convert spu_run(2)
    ` [PATCH v3 20/28] convert media_request_get_by_fd()
    ` [PATCH v3 21/28] convert cifs_ioctl_copychunk()
    ` [PATCH v3 22/28] convert vfs_dedupe_file_range()
    ` [PATCH v3 23/28] convert do_select()
    ` [PATCH v3 24/28] do_pollfd(): convert to CLASS(fd)
    ` [PATCH v3 25/28] assorted variants of irqfd setup: "
    ` [PATCH v3 26/28] memcg_write_event_control(): switch "
    ` [PATCH v3 27/28] css_set_fork(): switch to CLASS(fd_raw, ...)
    ` [PATCH v3 28/28] deal with the last remaing boolean uses of fd_file()

[PATCH net-next v5 0/7] Suspend IRQs during application busy periods
 2024-11-03  5:24 UTC  (3+ messages)
` [PATCH net-next v5 4/7] eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set
` [PATCH net-next v5 5/7] eventpoll: Control irq suspension for prefer_busy_poll

[GIT PULL] xfs: fixes for 6.12-rc6
 2024-11-03  2:26 UTC  (2+ messages)

[PATCH net-next v4 0/7] Suspend IRQs during application busy periods
 2024-11-02 23:35 UTC  (5+ messages)
` [PATCH net-next v4 4/7] eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set
` [PATCH net-next v4 5/7] eventpoll: Control irq suspension for prefer_busy_poll

[syzbot] [ext4?] possible deadlock in ext4_xattr_inode_iget (3)
 2024-11-02 22:58 UTC  (2+ messages)

[PATCH] exec: move warning of null argv to be next to the relevant code
 2024-11-02 20:20 UTC  (4+ messages)

[PATCH 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2024-11-02 19:58 UTC  (4+ messages)

[PATCH] fs: binfmt: Fix a typo
 2024-11-02 19:57 UTC  (3+ messages)

[RFC v2 00/13] LKMM *generic* atomics in Rust
 2024-11-02  7:35 UTC  (7+ messages)
` [RFC v2 11/13] rust: sync: Add memory barriers
  ` [RFC v2.1 "

[PATCH] proc: Add a way to make proc files writable
 2024-11-02  6:41 UTC  (4+ messages)

[PATCH RFC v1 0/2] Support for limiting the number of managed interrupts on every node per allocation
 2024-11-01 23:37 UTC  (6+ messages)
` [PATCH RFC v1 1/2] genirq/affinity: add support for limiting managed interrupts

[PATCH RFC/RFT v2 0/2] Converge common flows for cpu assisted shadow stack
 2024-11-01 22:39 UTC  (7+ messages)
` [PATCH RFC/RFT v2 1/2] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH RFC/RFT v2 2/2] kernel: converge common shadow stack flow agnostic to arch

[PATCH] fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag
 2024-11-01 21:30 UTC  (2+ messages)

[POC, RFC] scheme for transferring group_list between processes
 2024-11-01 20:26 UTC 

[PATCH bpf-next v2 3/4] bpf/crib: Add struct file related CRIB kfuncs
 2024-11-01 20:28 UTC  (2+ messages)

[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-11-01 18:12 UTC  (4+ messages)
` [PATCH v7 bpf-next 01/10] lib/buildid: harden "

[PATCH v4 0/4] ext4: Add atomic writes support for DIO
 2024-11-01 17:23 UTC  (13+ messages)
` [PATCH v4 1/4] ext4: Add statx support for atomic writes
` [PATCH v4 2/4] ext4: Check for atomic writes support in write iter
` [PATCH v4 3/4] ext4: Support setting FMODE_CAN_ATOMIC_WRITE
` [PATCH v4 4/4] ext4: Do not fallback to buffered-io for DIO atomic write

[PATCH v6 00/10] Read/Write with metadata/integrity
 2024-11-01 17:54 UTC  (5+ messages)
  ` [PATCH v6 06/10] io_uring/rw: add support to send metadata along with read/write

[GIT PULL] vfs iomap fixes
 2024-11-01 17:48 UTC  (2+ messages)

[GIT PULL] vfs fixes
 2024-11-01 17:48 UTC  (2+ messages)

[GIT PULL] bcachefs fixes for 6.12-rc6
 2024-11-01 17:48 UTC  (2+ messages)

[PATCH] fanotify.7,fanotify_mark.2: update documentation of fanotify w.r.t fsid
 2024-11-01 17:39 UTC  (4+ messages)

[PATCH v2 0/3] tmpfs: Casefold fixes
 2024-11-01 16:42 UTC  (4+ messages)
` [PATCH v2 1/3] libfs: Fix kernel-doc warning in generic_ci_validate_strict_name
` [PATCH v2 2/3] tmpfs: Fix type for sysfs' casefold attribute
` [PATCH v2 3/3] tmpfs: Initialize sysfs during tmpfs init

[PATCH 0/3] tmpfs: Casefold fixes
 2024-11-01 16:23 UTC  (6+ messages)
` [PATCH 2/3] tmpfs: Fix type for sysfs' casefold attribute
` [PATCH 3/3] tmpfs: Initialize sysfs during tmpfs init

[PATCH] netfs: fix kernel BUG in iov_iter_revert()
 2024-11-01 16:15 UTC 

[PATCHv10 9/9] scsi: set permanent stream count in block limits
 2024-11-01 14:49 UTC  (14+ messages)

[PATCH 0/4] pidfs: implement file handle support
 2024-11-01 13:54 UTC  (5+ messages)
` [PATCH 1/4] pseudofs: add support for export_ops
` [PATCH 2/4] pidfs: implement file handle export support
` [PATCH 3/4] pid: introduce find_get_pid_ns
` [PATCH 4/4] pidfs: implement fh_to_dentry

[PATCH] kernel: add pid_max to pid_namespace
 2024-11-01 13:23 UTC  (3+ messages)

generic_permission() optimization
 2024-11-01 13:15 UTC  (8+ messages)

[syzbot] [xfs?] KASAN: slab-use-after-free Read in xfs_inode_item_push
 2024-11-01  9:50 UTC  (3+ messages)

[PATCH 0/7] fs/ntfs3: Bugfix and minor refactoring
 2024-11-01  8:17 UTC  (8+ messages)
` [PATCH 1/7] fs/ntfs3: Fix warning in ni_fiemap
` [PATCH 2/7] fs/ntfs3: Fix case when unmarked clusters intersect with zone
` [PATCH 3/7] fs/ntfs3: Equivalent transition from page to folio
` [PATCH 4/7] fs/ntfs3: Add more checks in mi_enum_attr (part 2)
` [PATCH 5/7] fs/ntfs3: Add check in ntfs_extend_initialized_size
` [PATCH 6/7] fs/ntfs3: Switch to folio to release resources
` [PATCH 7/7] fs/ntfs3: Accumulated refactoring changes

[PATCH] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
 2024-11-01  7:17 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox