linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-14 22:15:19 to 2023-03-16 18:45:40 UTC [more...]

[RFC PATCH 00/28] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-03-16 18:44 UTC  (40+ messages)
` [RFC PATCH 01/28] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [RFC PATCH 02/28] Add a special allocator for staging netfs protocol to MSG_SPLICE_PAGES
` [RFC PATCH 03/28] tcp: Support MSG_SPLICE_PAGES
` [RFC PATCH 04/28] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [RFC PATCH 05/28] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [RFC PATCH 06/28] espintcp: Inline do_tcp_sendpages()
` [RFC PATCH 07/28] tls: "
` [RFC PATCH 08/28] siw: "
` [RFC PATCH 09/28] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [RFC PATCH 10/28] ip, udp: Support MSG_SPLICE_PAGES
` [RFC PATCH 11/28] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [RFC PATCH 12/28] af_unix: Support MSG_SPLICE_PAGES
` [RFC PATCH 13/28] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [RFC PATCH 14/28] crypto: af_alg: Support MSG_SPLICE_PAGES
` [RFC PATCH 15/28] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [RFC PATCH 16/28] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [RFC PATCH 17/28] Remove file->f_op->sendpage
` [RFC PATCH 18/28] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [RFC PATCH 19/28] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [RFC PATCH 20/28] iscsi: "
` [RFC PATCH 21/28] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
` [RFC PATCH 22/28] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
` [RFC PATCH 23/28] algif: Remove hash_sendpage*()
` [RFC PATCH 24/28] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [RFC PATCH 25/28] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [RFC PATCH 26/28] dlm: "
` [RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [RFC PATCH 28/28] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)

[PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
 2023-03-16 18:05 UTC  (11+ messages)
` [PATCH v11 2/7] userfaultfd: Define dummy uffd_wp_range()
` [PATCH v11 4/7] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs

[PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
 2023-03-16 17:50 UTC  (12+ messages)
` [PATCHv3 bpf-next 1/9] mm: "
` [PATCHv3 bpf-next 2/9] perf: Use file object build id in perf_event_mmap_event
` [PATCHv3 bpf-next 3/9] bpf: Use file object build id in stackmap
` [PATCHv3 bpf-next 4/9] bpf: Switch BUILD_ID_SIZE_MAX to enum
` [PATCHv3 bpf-next 5/9] selftests/bpf: Add read_buildid function
` [PATCHv3 bpf-next 6/9] selftests/bpf: Add err.h header
` [PATCHv3 bpf-next 7/9] selftests/bpf: Replace extract_build_id with read_build_id
` [PATCHv3 bpf-next 8/9] selftests/bpf: Add iter_task_vma_buildid test
` [PATCHv3 bpf-next 9/9] selftests/bpf: Add file_build_id test

[LSF/MM/BPF TOPIC] Cloud storage optimizations
 2023-03-16 15:41 UTC  (9+ messages)

LSF/MM/BPF 2023 IOMAP conversion status update
 2023-03-16 15:41 UTC  (3+ messages)
` [RFCv1][WIP] ext2: Move direct-io to use iomap

[RFC PATCH 0/3] convert page_endio to folio_endio
 2023-03-16 15:24 UTC  (15+ messages)
    ` [RFC PATCH 1/3] filemap: "
    ` [RFC PATCH 2/3] mpage: use bio_for_each_folio_all in mpage_end_io()
    ` [RFC PATCH 3/3] orangefs: use folio in orangefs_readahead()

[syzbot] [ext4?] WARNING: bad unlock balance in ext4_rename
 2023-03-16 13:55 UTC  (3+ messages)

[PATCH RESEND] fs_context: drop the unused lsm_flags member
 2023-03-16 13:46 UTC  (2+ messages)

[PATCH v19 00/15] splice, block: Use page pinning and kill ITER_PIPE
 2023-03-16 13:14 UTC  (24+ messages)
` [PATCH v19 01/15] splice: Clean up direct_splice_read() a bit
` [PATCH v19 02/15] splice: Make do_splice_to() generic and export it
` [PATCH v19 03/15] shmem: Implement splice-read
` [PATCH v19 04/15] overlayfs: "
` [PATCH v19 05/15] coda: "
` [PATCH v19 06/15] tty, proc, kernfs, random: Use direct_splice_read()
` [PATCH v19 07/15] splice: Do splice read from a file without using ITER_PIPE
` [PATCH v19 08/15] cifs: Use generic_file_splice_read()
` [PATCH v19 09/15] iov_iter: Kill ITER_PIPE
` [PATCH v19 10/15] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v19 11/15] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v19 12/15] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v19 13/15] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v19 14/15] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v19 15/15] block: convert bio_map_user_iov "

[RFC PATCH v2] hostfs: handle idmapped mounts
 2023-03-16 10:37 UTC  (6+ messages)

[git pull] vfs.git sysv pile
 2023-03-16 10:30 UTC  (6+ messages)

Rubber Molded
 2023-03-16  8:40 UTC 

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-03-16  8:18 UTC  (3+ messages)

[PATCH v1 3/4] xfs: add XFS_IOC_SETFSUUID ioctl
 2023-03-16  8:09 UTC  (3+ messages)

[PATCHSET for-next 0/2] Flag file systems as supporting parallel dio writes
 2023-03-16  4:29 UTC  (3+ messages)

[RFC PATCH 00/10] Additional selftests for restrictedmem
 2023-03-16  0:31 UTC  (11+ messages)
` [RFC PATCH 01/10] KVM: selftests: Test error message fixes for memfd_restricted selftests
` [RFC PATCH 02/10] KVM: selftests: Test that ftruncate to non-page-aligned size on a restrictedmem fd should fail
` [RFC PATCH 03/10] KVM: selftests: Test that VM private memory should not be readable from host
` [RFC PATCH 04/10] KVM: selftests: Exercise restrictedmem allocation and truncation code after KVM invalidation code has been unbound
` [RFC PATCH 05/10] KVM: selftests: Generalize private_mem_conversions_test for parallel execution
` [RFC PATCH 06/10] KVM: selftests: Default private_mem_conversions_test to use 1 memslot for test data
` [RFC PATCH 07/10] KVM: selftests: Add vm_userspace_mem_region_add_with_restrictedmem
` [RFC PATCH 08/10] KVM: selftests: Default private_mem_conversions_test to use 1 restrictedmem file for test data
` [RFC PATCH 09/10] KVM: selftests: Add tests around sharing a restrictedmem fd
` [RFC PATCH 10/10] KVM: selftests: Test KVM exit behavior for private memory/access

[PATCH v7 03/11] proc: Use lsmids instead of lsm names for attrs
 2023-03-15 22:46 UTC 

[PATCH v8 0/3] ksmbd patches included vfs changes
 2023-03-15 22:34 UTC  (4+ messages)
` [PATCH v8 1/3] ksmbd: remove internal.h include
` [PATCH v8 2/3] fs: introduce lock_rename_child() helper
` [PATCH v8 3/3] ksmbd: fix racy issue from using ->d_parent and ->d_name

[PATCH 0/4] pcpctr: fix percpu_counter_sum vs cpu offline race
 2023-03-15 21:21 UTC  (9+ messages)
` [PATCH 1/4] cpumask: introduce for_each_cpu_or
` [PATCH 2/4] pcpcntrs: fix dying cpu summation race
` [PATCH 3/4] fork: remove use of percpu_counter_sum_all
` [PATCH 4/4] pcpcntr: remove percpu_counter_sum_all()

[PATCH] fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY
 2023-03-15 20:01 UTC  (2+ messages)

[PATCH 00/31] Convert most of ext4 to folios
 2023-03-15 17:57 UTC  (36+ messages)
` [PATCH 02/31] fscrypt: Add some folio helper functions
` [PATCH 06/31] ext4: Turn mpage_process_page() into mpage_process_folio()
` [PATCH 07/31] ext4: Convert mpage_submit_page() to mpage_submit_folio()
` [PATCH 08/31] ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()
` [PATCH 09/31] ext4: Convert ext4_readpage_inline() to take a folio
` [PATCH 10/31] ext4: Convert ext4_convert_inline_data_to_extent() to use "
` [PATCH 11/31] ext4: Convert ext4_try_to_write_inline_data() "
` [PATCH 14/31] ext4: Convert ext4_read_inline_page() to ext4_read_inline_folio()
` [PATCH 15/31] ext4: Convert ext4_write_inline_data_end() to use a folio
` [PATCH 16/31] ext4: Convert ext4_write_begin() "
` [PATCH 17/31] ext4: Convert ext4_write_end() "
` [PATCH 18/31] ext4: Use a folio in ext4_journalled_write_end()
` [PATCH 19/31] ext4: Convert ext4_journalled_zero_new_buffers() to use a folio
` [PATCH 21/31] ext4: Convert __ext4_journalled_writepage() to take "
` [PATCH 22/31] ext4: Convert ext4_page_nomap_can_writeout() "

[syzbot] [ext4?] WARNING in kvfree (2)
 2023-03-15 17:57 UTC 

[PATCH v17 02/14] splice: Make do_splice_to() generic and export it
 2023-03-15 16:34 UTC  (4+ messages)
` [PATCH v17 00/14] splice, block: Use page pinning and kill ITER_PIPE
    ` [RFC PATCH] splice: Convert longs and some ints into ssize_t

[PATCHSET v2 for-next 0/3] Add FMODE_NOWAIT support to pipes
 2023-03-15 15:16 UTC  (7+ messages)
` [PATCH 2/3] pipe: enable handling of IOCB_NOWAIT

[PATCH 25/31] ext4: Convert ext4_block_write_begin() to take a folio
 2023-03-15 14:57 UTC  (4+ messages)

[PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
 2023-03-15 14:50 UTC  (25+ messages)
` [PATCH 3/7] mm, page_flags: remove PG_slob_free
` [PATCH 4/7] mm, pagemap: remove SLOB and SLQB from comments and documentation
` [PATCH 5/7] mm/slab: remove CONFIG_SLOB code from slab common code
` [PATCH 6/7] mm/slob: remove slob.c
` [PATCH 7/7] mm/slab: document kfree() as allowed for kmem_cache_alloc() objects

[linus:master] [mpage] 7d28631786: fio.write_iops 27.8% improvement
 2023-03-15 13:10 UTC  (3+ messages)

[PATCH 5.15 142/145] fs: hold writers when changing mounts idmapping
 2023-03-15 12:13 UTC 

[PATCH v1 1/1] fs/namespace: fnic: Switch to use %ptTd
 2023-03-15  8:05 UTC  (2+ messages)

[LSF TOPIC] online repair of filesystems: what next?
 2023-03-15  3:45 UTC  (2+ messages)

[syzbot] [f2fs?] INFO: task hung in f2fs_balance_fs
 2023-03-15  3:28 UTC 

[PATCH] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
 2023-03-15  2:43 UTC  (23+ messages)
          ` [PATCH] [REGRESSION] "

[PATCH v18 00/15] splice, block: Use page pinning and kill ITER_PIPE
 2023-03-14 23:39 UTC  (5+ messages)
` [PATCH v18 03/15] shmem: Implement splice-read
` [PATCH v18 08/15] cifs: Use generic_file_splice_read()

[PATCH 05/31] ext4: Convert ext4_writepage() to use a folio
 2023-03-14 22:26 UTC  (3+ messages)

[PATCH v5 0/4] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
 2023-03-14 22:12 UTC  (5+ messages)
` [PATCH v5 1/4] mm: userfaultfd: rename functions for clarity + consistency
` [PATCH v5 2/4] mm: userfaultfd: don't pass around both mm and vma
` [PATCH v5 3/4] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
` [PATCH v5 4/4] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs


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