linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-07 14:03:26 to 2023-02-10 18:20:12 UTC [more...]

copy on write for splice() from file to pipe?
 2023-02-10 18:19 UTC  (20+ messages)

[PATCH v2 0/7] task comm cleanups
 2023-02-10 18:09 UTC  (12+ messages)
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN

[PATCH v4 00/14] Introduce Copy-On-Write to Page Table
 2023-02-10 17:20 UTC  (5+ messages)

[ANNOUNCE] xfs-linux: for-next updated to dd07bb8b6baf
 2023-02-10 17:12 UTC 

[LSF/MM/BPF TOPIC] fuse passthrough solutions and status
 2023-02-10 15:52 UTC 

[PATCH v4] Remove #ifdef CONFIG_* from all userspace headers
 2023-02-10 15:10 UTC  (7+ messages)
` [PATCH v5] "
  ` [PATCH 03/14] Move COMPAT_ATM_ADDPARTY to net/atm/svc.c
  ` [PATCH 06/14] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c

[PATCH 0/4] io_uring: add IORING_OP_READ[WRITE]_SPLICE_BUF
 2023-02-10 15:32 UTC  (5+ messages)
` [PATCH 1/4] fs/splice: enhance direct pipe & splice for moving pages in kernel
` [PATCH 2/4] fs/splice: allow to ignore signal in __splice_from_pipe
` [PATCH 3/4] io_uring: add IORING_OP_READ[WRITE]_SPLICE_BUF
` [PATCH 4/4] ublk_drv: support splice based read/write zero copy

[PATCH] sysctl: fix proc_dobool() usability
 2023-02-10 14:58 UTC 

[PATCH v3 0/8] ext4: Convert inode preallocation list to an rbtree
 2023-02-10 14:37 UTC  (12+ messages)
` [PATCH v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list

Backup/restore of fscrypt files and directories
 2023-02-10 13:44 UTC  (3+ messages)

[syzbot] KMSAN: uninit-value in hfs_revalidate_dentry
 2023-02-10 12:21 UTC  (2+ messages)
` [syzbot] [hfs?] "

[LSF/MM/BFP ATTEND][LSF/MM/BFP TOPIC] fuse uring communication
 2023-02-10 11:46 UTC  (3+ messages)

[PATCH] zonefs: make kobj_type structure constant
 2023-02-10 11:37 UTC  (2+ messages)

[PATCH RFC 0/5] Writeback handling of pinned pages
 2023-02-10 11:29 UTC  (12+ messages)
` [PATCH 1/5] mm: Do not reclaim private data from pinned page
` [PATCH 2/5] ext4: Drop workaround for mm reclaiming fs private page data
` [PATCH 3/5] mm: Do not try to write pinned folio during memory cleaning writeback
` [PATCH 4/5] block: Add support for bouncing pinned pages
` [PATCH 5/5] iomap: Bounce pinned pages during writeback

[RFC PATCH v2 00/21] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-02-10 10:53 UTC  (10+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-10  0:35 UTC  (10+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
 2023-02-10  0:24 UTC  (17+ messages)
` [PATCH 07/14] xfs: document pageable kernel memory
` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
` [PATCH 05/14] xfs: document the filesystem metadata checking strategy
` [PATCH 08/14] xfs: document btree bulk loading

[PATCH 0/3] Prevent ->map_pages from sleeping
 2023-02-09 23:59 UTC  (14+ messages)
` [PATCH 1/3] xfs: Remove xfs_filemap_map_pages() wrapper
` [PATCH 2/3] afs: Split afs_pagecache_valid() out of afs_validate()
` [PATCH 3/3] mm: Hold the RCU read lock over calls to ->map_pages

[PATCH 0/2] Remove lock_page_killable()
 2023-02-09 19:43 UTC  (4+ messages)
` [PATCH 1/2] cifs: Use a folio in cifs_page_mkwrite()
` [PATCH 2/2] filemap: Remove lock_page_killable()

[RFC 0/5] mm/bpf/perf: Store build id in file object
 2023-02-09 19:38 UTC  (19+ messages)
` [PATCH RFC 1/5] mm: "
` [PATCH RFC 2/5] bpf: Use file object build id in stackmap
` [PATCH RFC 4/5] selftests/bpf: Add file_build_id test
` [PATCH RFC 5/5] selftests/bpf: Add iter_task_vma_buildid test

[PATCH v10 0/6] Implement IOCTL to get and/or the clear info about PTEs
 2023-02-09 19:26 UTC  (12+ messages)
` [PATCH v10 1/6] userfaultfd: Add UFFD WP Async support
` [PATCH v10 2/6] userfaultfd: update documentation to describe UFFD_FEATURE_WP_ASYNC
` [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs
` [PATCH v10 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL

[PATCH v13 00/12] iov_iter: Improve page extraction (pin or just list)
 2023-02-09 16:15 UTC  (16+ messages)
` [PATCH v13 01/12] splice: Fix O_DIRECT file read splice to avoid reversion of ITER_PIPE
  ` [PATCH v14 "
` [PATCH v13 02/12] mm: Pass info, not iter, into filemap_get_pages() and unstatic it
` [PATCH v13 03/12] splice: Do splice read from a buffered file without using ITER_PIPE
` [PATCH v13 04/12] iov_iter: Kill ITER_PIPE
` [PATCH v13 05/12] iov_iter: Define flags to qualify page extraction
` [PATCH v13 06/12] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v13 07/12] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v13 08/12] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v13 09/12] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v13 10/12] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v13 11/12] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v13 12/12] block: convert bio_map_user_iov "

[GIT PULL] Add trusted_for(2) (was O_MAYEXEC)
 2023-02-09 15:43 UTC  (10+ messages)

[PATCH v12 00/10] iov_iter: Improve page extraction (pin or just list)
 2023-02-09 10:50 UTC  (19+ messages)
` [PATCH v12 01/10] vfs, iomap: Fix generic_file_splice_read() to avoid reversion of ITER_PIPE
` [PATCH v12 02/10] iov_iter: Kill ITER_PIPE
` [PATCH v12 03/10] iov_iter: Define flags to qualify page extraction
` [PATCH v12 04/10] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v12 05/10] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v12 06/10] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v12 07/10] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v12 08/10] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v12 09/10] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v12 10/10] block: convert bio_map_user_iov "

[LSF/MM/BPF TOPIC]: File system data placement for zoned block devices
 2023-02-09 10:22 UTC  (9+ messages)
  ` [External] "

[PATCH v7 0/3] fanotify: Allow user space to pass back additional audit info
 2023-02-09  9:07 UTC  (10+ messages)

[RFC PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
 2023-02-08 22:28 UTC  (7+ messages)

LSF/MM/BPF 2023 IOMAP conversion status update
 2023-02-08 16:04 UTC  (3+ messages)

[PATCH 0/5] Add the test_dummy_encryption key on-demand
 2023-02-08 15:38 UTC  (7+ messages)
` [PATCH 1/5] fscrypt: add the test dummy encryption "
` [PATCH 2/5] ext4: stop calling fscrypt_add_test_dummy_key()
` [PATCH 3/5] f2fs: "
` [PATCH 4/5] fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()
` [PATCH 5/5] fscrypt: clean up fscrypt_add_test_dummy_key()

[RFC PATCH v2 00/18] fs: Remove usage of broken nls_utf8 and drop it
 2023-02-08 10:10 UTC  (5+ messages)
` [RFC PATCH v2 01/18] fat: Fix iocharset=utf8 mount option

[PATCH v4] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-02-08  6:53 UTC  (19+ messages)
        ` xen: sleeping in atomic warnings
      ` block: "

[PATCH] [PATCH V2] mm/filemap: fix page end in filemap_get_read_batch
 2023-02-08  2:28 UTC  (2+ messages)

[syzbot] general protection fault in iomap_dio_bio_iter
 2023-02-08  0:21 UTC 

[PATCH v2] proc: remove mark_inode_dirty() in .setattr()
 2023-02-07 18:17 UTC  (2+ messages)

[PATCH] fs: remove obsolete comments on member ordering of random layout struct
 2023-02-07 18:04 UTC  (2+ messages)

[PATCH] Fix warning messages during documentation compilation
 2023-02-07 16:32 UTC 

[PATCH 0/2] iomap, splice: Fix DIO/splice_read race memory corruptor and kill off ITER_PIPE
 2023-02-07 15:22 UTC  (3+ 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).