linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-04 14:44:57 to 2024-06-07 02:00:02 UTC [more...]

[PATCHES][RFC] rework of struct fd handling
 2024-06-07  1:59 UTC  (20+ messages)
` [PATCH 01/19] powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap()
  ` [PATCH 02/19] lirc: rc_dev_get_from_fd(): fix file leak
  ` [PATCH 03/19] introduce fd_file(), convert all accessors to it
  ` [PATCH 04/19] struct fd: representation change
  ` [PATCH 05/19] add struct fd constructors, get rid of __to_fd()
  ` [PATCH 06/19] net/socket.c: switch to CLASS(fd)
  ` [PATCH 07/19] introduce struct fderr, convert overlayfs uses to that
  ` [PATCH 08/19] fdget_raw() users: switch to CLASS(fd_raw, ...)
  ` [PATCH 09/19] css_set_fork(): "
  ` [PATCH 10/19] introduce "fd_pos" class
  ` [PATCH 11/19] switch simple users of fdget() to CLASS(fd, ...)
  ` [PATCH 12/19] bpf: switch "
  ` [PATCH 13/19] convert vmsplice() "
  ` [PATCH 14/19] finit_module(): convert "
  ` [PATCH 15/19] timerfd: switch "
  ` [PATCH 16/19] do_mq_notify(): "
  ` [PATCH 17/19] simplify xfs_find_handle() a bit
  ` [PATCH 18/19] convert kernel/events/core.c
  ` [PATCH 19/19] deal with the last remaing boolean uses of fd_file()

[PATCH 0/5] sys_ringbuffer
 2024-06-07  1:49 UTC  (2+ messages)

[RFC PATCH 0/5] Avoid MAP_FIXED gap exposure
 2024-06-07  0:14 UTC  (5+ messages)
` [RFC PATCH 1/5] mm/mmap: Correctly position vma_iterator in __split_vma()
` [RFC PATCH 2/5] mm/mmap: Split do_vmi_align_munmap() into a gather and complete operation

[PATCH v2 2/4] fs: add FS_IOC_FSSETXATTRAT and FS_IOC_FSGETXATTRAT
 2024-06-06 22:54 UTC  (13+ messages)

[PATCH 1/2][RFC] amdgpu: fix a race in kfd_mem_export_dmabuf()
 2024-06-06 21:57 UTC  (9+ messages)
      ` [PATCH v2 "
` [PATCH 2/2][RFC] amdkfd CRIU fixes

[PATCH v18 0/7] Case insensitive cleanup for ext4/f2fs
 2024-06-06 21:50 UTC  (9+ messages)
` [PATCH v18 1/7] ext4: Simplify the handling of cached casefolded names
` [PATCH v18 2/7] f2fs: "
` [PATCH v18 3/7] libfs: Introduce case-insensitive string comparison helper
` [PATCH v18 4/7] ext4: Reuse generic_ci_match for ci comparisons
` [PATCH v18 5/7] f2fs: "
` [PATCH v18 6/7] ext4: Move CONFIG_UNICODE defguards into the code flow
` [PATCH v18 7/7] f2fs: "

[RFC PATCH] vfs: add rcu-based find_inode variants for iget ops
 2024-06-06 18:45 UTC  (3+ messages)

[PATCH v3 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-06 18:32 UTC  (28+ messages)
` [PATCH v3 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
` [PATCH v3 2/9] fs/procfs: extract logic for getting VMA name constituents
` [PATCH v3 3/9] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
` [PATCH v3 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API
` [PATCH v3 5/9] fs/procfs: add build ID fetching to "
` [PATCH v3 6/9] docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
` [PATCH v3 7/9] tools: sync uapi/linux/fs.h header into tools subdir
` [PATCH v3 8/9] selftests/bpf: make use of PROCMAP_QUERY ioctl if available
` [PATCH v3 9/9] selftests/bpf: add simple benchmark tool for /proc/<pid>/maps APIs

[PATCH][RFC] fs: add levels to inode write access
 2024-06-06 17:49 UTC  (7+ messages)
` [PATCH] fs: don't block i_writecount during exec

[PATCH v5 1/2] proc: pass file instead of inode to proc_mem_open
 2024-06-06 17:45 UTC  (3+ messages)
` [PATCH v5 2/2] proc: restrict /proc/pid/mem

[PATCH] Improving readability of copy_tree
 2024-06-06 17:39 UTC  (8+ messages)
` [PATCH v2] Employ `copy mount tree from src to dst` concept in copy_tree
` [PATCH v3] Improve readability of copy_tree
` [PATCH v4] "

[PATCH v5] fs: Improve eventpoll logging to stop indicting timerfd
 2024-06-06 17:28 UTC 

[PATCH v20 02/12] Add infrastructure for copy offload in block and request layer
 2024-06-06 16:44 UTC  (12+ messages)

[PATCH v3 00/21] block atomic writes for XFS
 2024-06-06 16:22 UTC  (8+ messages)
` [PATCH v3 07/21] fs: xfs: align args->minlen for forced allocation alignment
` [PATCH RFC v3 11/21] xfs: Unmap blocks according to forcealign

Is is reasonable to support quota in fuse?
 2024-06-06 16:10 UTC  (11+ messages)

[PATCH 6.6 439/744] splice: remove permission hook from iter_file_splice_write()
 2024-06-06 14:41 UTC  (2+ messages)
  ` [PATCH 6.6 438/744] ovl: add helper ovl_file_modified()

[PATCH 6.9 276/374] netfs: Fix setting of BDP_ASYNC from iocb flags
 2024-06-06 14:04 UTC  (2+ messages)
` [PATCH 6.9 278/374] cifs: Set zero_point in the copy_file_range() and remap_file_range()

[syzbot] [fuse?] WARNING in fuse_request_end
 2024-06-06 11:57 UTC  (4+ messages)

[PATCH v7 0/9] block atomic writes
 2024-06-06  6:38 UTC  (15+ messages)
` [PATCH v7 2/9] fs: Initial atomic write support
` [PATCH v7 4/9] block: Add core "

[PATCH v20 03/12] block: add copy offload support
 2024-06-06  5:56 UTC 

[PATCH] iomap: keep on increasing i_size in iomap_write_end()
 2024-06-06  5:45 UTC  (3+ messages)

[jlayton:mgtime] [fs] 0dd26047b0: unixbench.throughput -1.5% regression
 2024-06-06  5:16 UTC 

[PATCH v3] writeback: factor out balance_wb_limits to remove repeated code
 2024-06-06  3:35 UTC 

[PATCH v2 0/8] Add helper functions to remove repeated code and improve readability of cgroup writeback
 2024-06-06  3:24 UTC  (6+ messages)
` [PATCH v2 8/8] writeback: factor out balance_wb_limits to remove repeated code

[PATCH v13] mm: report per-page metadata information
 2024-06-05 22:27 UTC 

[GIT PULL] bcachefs fixes for 6.10-rc3
 2024-06-05 18:32 UTC  (2+ messages)

[PATCH RFC] fs_parse: add uid & gid option parsing helpers
 2024-06-05 16:30 UTC  (3+ messages)

[PATCH v3] fs/splice: don't block splice_direct_to_actor() after data was read
 2024-06-05 16:18 UTC  (6+ messages)

[PATCH 0/3] whack user_path_at_empty, cleanup getname_flags
 2024-06-05 15:49 UTC  (10+ messages)
` [PATCH 1/3] vfs: stop using user_path_at_empty in do_readlinkat
` [PATCH 2/3] vfs: retire user_path_at_empty and drop empty arg from getname_flags
` [PATCH 3/3] vfs: shave a branch in getname_flags

[HELP] FUSE writeback performance bottleneck
 2024-06-05 15:35 UTC  (14+ messages)

[PATCH] debugfs: ignore auto and noauto options if given
 2024-06-05 15:33 UTC  (10+ messages)

[PATCHv2 0/2] iomap: Optimize read_folio
 2024-06-05 15:29 UTC  (5+ messages)
` [PATCHv2 1/2] iomap: Fix iomap_adjust_read_range for plen calculation
  ` (subset) "
` [PATCHv2 2/2] iomap: Optimize iomap_read_folio
  ` (subset) "

[HACK PATCH] fs: dodge atomic in putname if ref == 1
 2024-06-05 15:23 UTC  (3+ messages)

[RFC] misuse of descriptor tables in HID-BPF
 2024-06-05 14:30 UTC  (4+ messages)

why does proc_fd_getattr() bother with S_ISDIR(inode->i_mode)?
 2024-06-05 14:26 UTC  (4+ messages)

[RFC] possible way to deal with dup2() vs. allocated but still not opened descriptors
 2024-06-05 14:23 UTC  (3+ messages)

[PATCH v5 0/2] Clean up usage of rt_task()
 2024-06-05 14:07 UTC  (13+ messages)
` [PATCH v5 1/2] sched/rt: "
` [PATCH v5 2/2] sched/rt, dl: Convert functions to return bool

[PATCH] fuse: cleanup request queuing towards virtiofs
 2024-06-05 11:04 UTC  (4+ messages)

[RFC] ML infrastructure in Linux kernel
 2024-06-05 11:02 UTC 

[PATCH v17 0/7] Case insensitive cleanup for ext4/f2fs
 2024-06-05 10:48 UTC  (6+ messages)
` [PATCH v17 3/7] libfs: Introduce case-insensitive string comparison helper
` [PATCH v17 4/7] ext4: Reuse generic_ci_match for ci comparisons

[RFC] Documentation: Add initial iomap document
 2024-06-05  4:07 UTC  (3+ messages)

[PATCH printk v2 00/18] add threaded printing + the rest
 2024-06-05  9:32 UTC  (4+ messages)

[PATCH] isofs: add missing MODULE_DESCRIPTION()
 2024-06-05  8:35 UTC  (2+ messages)

[PATCH v20 01/12] block: Introduce queue limits and sysfs for copy-offload support
 2024-06-05  8:17 UTC  (3+ messages)

[PATCH v20 00/12] Implement copy offload support
 2024-06-05  8:14 UTC  (4+ messages)

[RFC] fstests: add mmap page boundary tests
 2024-06-05  4:40 UTC  (4+ messages)

[PATCH] selftests: proc: remove unreached code and fix build warning
 2024-06-05  3:25 UTC  (3+ messages)

[PATCH 0/6] kernel: Avoid memcpy of task comm
 2024-06-05  2:48 UTC  (4+ messages)
` [PATCH 1/6] fs/exec: Drop task_lock() inside __get_task_comm()

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-06-04 23:45 UTC  (10+ messages)
` [PATCH RFC v2 15/19] export __wake_on_current_cpu

[RFC PATCH v4 0/8] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-06-04 23:38 UTC  (6+ messages)
` [RFC PATCH v4 1/8] iomap: zeroing needs to be pagecache aware

[PATCH] zonefs: move super block reading from page to folio
 2024-06-04 22:30 UTC  (7+ messages)

[PATCH v4] fs: Improve eventpoll logging to stop indicting timerfd
 2024-06-04 22:13 UTC  (2+ messages)

[PATCH v2] Fix issue in mark_buffer_dirty_inode
 2024-06-04 19:10 UTC  (2+ messages)

[PATCH 0/8] Some pstore improvements
 2024-06-04 19:05 UTC  (4+ messages)
` [PATCH 7/8] efi: pstore: Follow convention for the efi-pstore backend name

virtio-fs tests between host(x86) and dpu(arm64)
 2024-06-04 18:09 UTC  (7+ messages)
` Addressing architectural differences between FUSE driver and fs - "

[syzbot] [f2fs?] INFO: task hung in f2fs_balance_fs
 2024-06-04 15:40 UTC  (3+ messages)

[PATCH v4 0/2] Clean up usage of rt_task()
 2024-06-04 15:27 UTC  (4+ messages)
` [PATCH v4 2/2] sched/rt, dl: Convert functions to return bool

[syzbot] [f2fs?] kernel BUG in f2fs_evict_inode (2)
 2024-06-04 15:10 UTC  (3+ messages)

[syzbot] [exfat?] INFO: task hung in do_new_mount (2)
 2024-06-04 14:57 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;
as well as URLs for NNTP newsgroup(s).