linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-28 02:53:35 to 2023-03-29 14:23:46 UTC [more...]

[RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-03-29 14:13 UTC  (44+ messages)
` [RFC PATCH v2 02/48] iov_iter: Remove last_offset member
` [RFC PATCH v2 03/48] iov_iter: Add an iterator-of-iterators
` [RFC PATCH v2 05/48] mm: Move the page fragment allocator from page_alloc.c into its own file
` [RFC PATCH v2 06/48] mm: Make the page_frag_cache allocator use multipage folios
` [RFC PATCH v2 07/48] mm: Make the page_frag_cache allocator use per-cpu
` [RFC PATCH v2 08/48] tcp: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 10/48] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [RFC PATCH v2 11/48] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [RFC PATCH v2 12/48] espintcp: Inline do_tcp_sendpages()
` [RFC PATCH v2 13/48] tls: "
` [RFC PATCH v2 15/48] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [RFC PATCH v2 16/48] ip, udp: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 17/48] ip, udp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [RFC PATCH v2 18/48] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [RFC PATCH v2 19/48] af_unix: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 20/48] af_unix: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [RFC PATCH v2 21/48] crypto: af_alg: Pin pages rather than ref'ing if appropriate
` [RFC PATCH v2 22/48] crypto: af_alg: Use netfs_extract_iter_to_sg() to create scatterlists
` [RFC PATCH v2 23/48] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [RFC PATCH v2 24/48] crypto: af_alg: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 25/48] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [RFC PATCH v2 26/48] crypto: af_alg/hash: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 27/48] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [RFC PATCH v2 28/48] splice: Reimplement splice_to_socket() to pass multiple bufs to sendmsg()
` [RFC PATCH v2 29/48] Remove file->f_op->sendpage
` [RFC PATCH v2 30/48] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [RFC PATCH v2 31/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [RFC PATCH v2 32/48] iscsi: "
` [RFC PATCH v2 33/48] iscsi: Assume "sendpage" is okay in iscsi_tcp_segment_map()
` [RFC PATCH v2 34/48] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
` [RFC PATCH v2 35/48] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
` [RFC PATCH v2 36/48] algif: Remove hash_sendpage*()
` [RFC PATCH v2 37/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [RFC PATCH v2 38/48] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [RFC PATCH v2 39/48] dlm: "
` [RFC PATCH v2 40/48] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [RFC PATCH v2 41/48] sunrpc: Rely on TCP sendmsg + MSG_SPLICE_PAGES to copy unspliceable data
` [RFC PATCH v2 42/48] nvme: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [RFC PATCH v2 43/48] kcm: "
` [RFC PATCH v2 44/48] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
` [RFC PATCH v2 45/48] ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [RFC PATCH v2 46/48] drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendmsg()
` [RFC PATCH v2 47/48] drdb: Send an entire bio in a single sendmsg

[PATCH v8 0/9] Implement copy offload support
 2023-03-29 14:07 UTC  (19+ messages)
    ` [PATCH v8 1/9] block: Introduce queue limits for copy-offload support
    ` [PATCH v8 2/9] block: Add copy offload support infrastructure
    ` [PATCH v8 3/9] block: add emulation for copy
    ` [PATCH v8 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
    ` [PATCH v8 5/9] nvme: add copy offload support
    ` [PATCH v8 6/9] nvmet: add copy command support for bdev and file ns
    ` [PATCH v8 7/9] dm: Add support for copy offload
    ` [PATCH v8 8/9] dm: Enable copy offload for dm-linear target
    ` [PATCH v8 9/9] null_blk: add support for copy offload

[PATCH v2 0/7] Split a folio to any lower order folios
 2023-03-29 13:16 UTC  (10+ messages)
` [PATCH v2 1/7] mm/memcg: use order instead of nr in split_page_memcg()
` [PATCH v2 2/7] mm/page_owner: use order instead of nr in split_page_owner()
` [PATCH v2 3/7] mm: memcg: make memcg huge page split support any order split
` [PATCH v2 4/7] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH v2 5/7] mm: thp: split huge page to any lower order pages
` [PATCH v2 6/7] mm: truncate: split huge page cache page to a non-zero order if possible
` [PATCH v2 7/7] mm: huge_memory: enable debugfs to split huge pages to any order

[PATCH] zonefs: Always invalidate last cache page on append write
 2023-03-29 11:04 UTC  (6+ messages)

[PATCH V4 1/5] cachefiles: introduce object ondemand state
 2023-03-29  8:08 UTC  (9+ messages)
` [PATCH V4 0/5] Introduce daemon failover mechanism to recover from crashing
    ` Re: [PATCH V4 1/5] cachefiles: introduce object ondemand state
  ` [PATCH V4 2/5] cachefiles: extract ondemand info field from cachefiles_object
    `  "
  ` [PATCH V4 3/5] cachefiles: resend an open request if the read request's object is closed
  ` [PATCH V4 4/5] cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
    ` [External] "

[PATCH printk v1 00/18] threaded/atomic console support
 2023-03-29  8:03 UTC  (15+ messages)
` [PATCH printk v1 05/18] printk: Add non-BKL console basic infrastructure
  ` union: was: "
` [PATCH printk v1 00/18] serial: 8250: implement non-BKL console
  ` locking API: was: "
  ` [PATCH printk v1 00/18] POC: serial: 8250: implement nbcon console

[PATCH 0/3] pidfd: add pidfd_prepare()
 2023-03-29  6:43 UTC  (6+ messages)
` [PATCH 1/3] pid: "
` [PATCH 3/3] fanotify: use pidfd_prepare()

[PATCH v8 0/4] convert read_kcore(), vread() to use iterators
 2023-03-29  4:53 UTC  (2+ messages)

[syzbot] [xfs?] WARNING in xfs_bmap_extents_to_btree
 2023-03-29  4:08 UTC 

Multi-index entries, clarifying storage overhead with respect to range alignment
 2023-03-29  3:29 UTC 

[syzbot] [reiserfs?] KASAN: use-after-free Read in reiserfs_get_unused_objectid
 2023-03-29  1:56 UTC 

[RFC PATCH] Legacy mount option "sloppy" support
 2023-03-29  1:03 UTC  (3+ messages)

[PATCHSET v5 0/9] Turn single segment imports into ITER_UBUF
 2023-03-29  0:38 UTC  (14+ messages)
` [PATCH 1/9] block: ensure bio_alloc_map_data() deals with ITER_UBUF correctly
` [PATCH 2/9] iov_iter: teach iov_iter_iovec() to deal with ITER_UBUF
` [PATCH 3/9] iov_iter: overlay struct iovec and ubuf/len
` [PATCH 4/9] iov_iter: set nr_segs = 1 for ITER_UBUF
` [PATCH 5/9] IB/hfi1: check for user backed iterator, not specific iterator type
` [PATCH 6/9] IB/qib: "
` [PATCH 7/9] ALSA: pcm: "
` [PATCH 8/9] iov_iter: convert import_single_range() to ITER_UBUF
` [PATCH 9/9] iov_iter: import single vector iovecs as ITER_UBUF

return an ERR_PTR from __filemap_get_folio v2
 2023-03-28 23:04 UTC  (2+ messages)

[PATCH] userfaultfd: don't fail on unrecognized features
 2023-03-28 22:34 UTC  (8+ messages)

[PATCHSET v4 0/8] Turn single segment imports into ITER_UBUF
 2023-03-28 22:06 UTC  (27+ messages)
` [PATCH 1/8] iov_iter: teach iov_iter_iovec() to deal with ITER_UBUF
` [PATCH 2/8] iov_iter: add iovec_nr_user_vecs() helper
` [PATCH 3/8] snd: move mapping an iov_iter to user bufs into a helper
` [PATCH 4/8] snd: make snd_map_bufs() deal with ITER_UBUF
` [PATCH 5/8] IB/hfi1: make hfi1_write_iter() deal with ITER_UBUF iov_iter
` [PATCH 6/8] IB/qib: make qib_write_iter() "
` [PATCH 7/8] iov_iter: convert import_single_range() to ITER_UBUF
` [PATCH 8/8] iov_iter: import single vector iovecs as ITER_UBUF

[GIT PULL] fsverity fixes for v6.3-rc4
 2023-03-28 21:36 UTC  (7+ messages)

[syzbot] [fat?] possible deadlock in do_user_addr_fault
 2023-03-28 19:53 UTC 

[PATCH V8 1/2] mm: compaction: move compaction sysctl to its own file
 2023-03-28 17:46 UTC  (3+ messages)

Message de [toddwilliams207@yahoo.fr] !
 2023-03-28 17:22 UTC 

[LSF/MM/BPF TOPIC] Memory profiling using code tagging
 2023-03-28 16:55 UTC  (3+ messages)

[syzbot] Monthly cluster report
 2023-03-28 16:19 UTC 

[PATCH 0/5] remove page_endio()
 2023-03-28 16:17 UTC  (10+ messages)
    ` [PATCH 1/5] zram: remove the call to page_endio in the bio end_io handler
    ` [PATCH 2/5] orangefs: use folios in orangefs_readahead
    ` [PATCH 3/5] mpage: split bi_end_io callback for reads and writes
    ` [PATCH 4/5] mpage: use folios in bio end_io handler
    ` [PATCH 5/5] filemap: remove page_endio()

[PATCH v2 0/5] fs: allow to mount beneath top mount
 2023-03-28 16:13 UTC  (6+ messages)
` [PATCH v2 1/5] fs: add path_mounted()
` [PATCH v2 2/5] pnode: pass mountpoint directly
` [PATCH v2 3/5] fs: fix __lookup_mnt() documentation
` [PATCH v2 4/5] fs: use a for loop when locking a mount
` [PATCH v2 5/5] fs: allow to mount beneath top mount

[PATCH] fs/9p: Add new options to Documentation
 2023-03-28 15:51 UTC  (3+ messages)

[PATCH v2 0/3] Prevent ->map_pages from sleeping
 2023-03-28 15:45 UTC  (4+ messages)
` [PATCH v2 3/3] mm: Hold the RCU read lock over calls to ->map_pages

[PATCH 5.15 042/146] keys: Do not cache key in task struct if key is requested from kernel thread
 2023-03-28 14:42 UTC 

[PATCH 6.1 059/224] keys: Do not cache key in task struct if key is requested from kernel thread
 2023-03-28 14:40 UTC 

[PATCH 6.2 067/240] keys: Do not cache key in task struct if key is requested from kernel thread
 2023-03-28 14:40 UTC 

[PATCHSET v3 0/4] Turn single segment imports into ITER_UBUF
 2023-03-28 13:20 UTC  (4+ messages)
` [PATCH 3/3] iov_iter: import single vector iovecs as ITER_UBUF

[PATCH v2 0/4] convert read_kcore(), vread() to use iterators
 2023-03-28 12:40 UTC  (8+ messages)
` [PATCH v2 2/4] mm: vmalloc: use rwsem, mutex for vmap_area_lock and vmap_block->lock

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-03-28 10:41 UTC  (7+ messages)

[PATCH v11 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-03-28  9:41 UTC  (3+ messages)
` [PATCH v11 1/2] xfs: fix the calculation of length and end
` [PATCH v11 2/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind

[PATCH v2] nfs: use vfs setgid helper
 2023-03-28  8:30 UTC  (2+ messages)

[PATCH] do_open(): Fix O_DIRECTORY | O_CREAT behavior
 2023-03-28  8:12 UTC  (13+ messages)

[syzbot] [ext4?] KASAN: slab-use-after-free Read in ext4_convert_inline_data_nolock
 2023-03-28  7:53 UTC  (2+ messages)

[PATCH] fsverity: use WARN_ON_ONCE instead of WARN_ON
 2023-03-28  6:15 UTC  (2+ messages)

[PATCH V7 1/2] mm: compaction: move compaction sysctl to its own file
 2023-03-28  4:49 UTC  (2+ messages)

[PATCH] fsverity: explicitly check for buffer overflow in build_merkle_tree()
 2023-03-28  4:15 UTC 

[PATCH V4 4/5] cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
 2023-01-11  5:25 UTC 

[PATCH V4 3/5] cachefiles: resend an open request if the read request's object is closed
 2023-01-11  5:25 UTC 

[PATCH V4 2/5] cachefiles: extract ondemand info field from cachefiles_object
 2023-01-11  5:25 UTC 


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