linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-28 18:42:26 to 2023-03-29 20:29:24 UTC [more...]

[PATCH] cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL
 2023-03-29 20:29 UTC  (2+ messages)

[PATCHSET v6 0/11] Turn single segment imports into ITER_UBUF
 2023-03-29 20:01 UTC  (22+ messages)
` [PATCH 01/11] block: ensure bio_alloc_map_data() deals with ITER_UBUF correctly
` [PATCH 02/11] iov_iter: add iter_iovec() helper
` [PATCH 03/11] iov_iter: add iter_iov_addr() and iter_iov_len() helpers
` [PATCH 04/11] iov_iter: remove iov_iter_iovec()
` [PATCH 05/11] iov_iter: set nr_segs = 1 for ITER_UBUF
` [PATCH 06/11] iov_iter: overlay struct iovec and ubuf/len
` [PATCH 07/11] IB/hfi1: check for user backed iterator, not specific iterator type
` [PATCH 08/11] IB/qib: "
` [PATCH 09/11] ALSA: pcm: "
` [PATCH 10/11] iov_iter: convert import_single_range() to ITER_UBUF
` [PATCH 11/11] iov_iter: import single vector iovecs as ITER_UBUF

[RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-03-29 19:58 UTC  (55+ messages)
` [RFC PATCH v2 01/48] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC
` [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 04/48] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [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 09/48] tcp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [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 14/48] siw: "
` [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
` [RFC PATCH v2 48/48] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)

[PATCH] fs: consolidate dt_type() helper definitions
 2023-03-29 19:59 UTC  (3+ messages)
` [PATCH] "

[PATCH] userfaultfd: don't fail on unrecognized features
 2023-03-29 19:41 UTC  (10+ messages)

[PATCH 0/5] remove page_endio()
 2023-03-29 19:10 UTC  (5+ messages)
  ` [PATCH 2/5] orangefs: use folios in orangefs_readahead

[PATCH v8 0/9] Implement copy offload support
 2023-03-29 18:36 UTC  (25+ 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 00/19] bio: check return values of bio_add_page
 2023-03-29 17:48 UTC  (21+ messages)
` [PATCH 01/19] swap: use __bio_add_page to add page to bio
` [PATCH 02/19] drbd: "
` [PATCH 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH 04/19] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH 05/19] md: use __bio_add_page to add single page
` [PATCH 06/19] md: raid5-log: "
` [PATCH 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH 08/19] btrfs: repair: use __bio_add_page for adding single page
` [PATCH 09/19] btrfs: raid56: use __bio_add_page to add "
` [PATCH 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH 11/19] gfs: use __bio_add_page for adding "
` [PATCH 12/19] zonefs: "
` [PATCH 13/19] zram: "
` [PATCH 14/19] floppy: "
` [PATCH 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH 18/19] dm-crypt: check if adding pages to clone "
` [PATCH 19/19] block: mark bio_add_page as __must_check

[PATCH v2 0/7] Split a folio to any lower order folios
 2023-03-29 16:11 UTC  (12+ 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  (8+ 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 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  (7+ messages)
` [PATCH printk v1 00/18] serial: 8250: implement non-BKL console
  ` locking API: was: "

[PATCH 0/3] pidfd: add pidfd_prepare()
 2023-03-29  6:43 UTC  (2+ messages)

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

[PATCHSET v4 0/8] Turn single segment imports into ITER_UBUF
 2023-03-28 22:06 UTC  (22+ messages)
` [PATCH 2/8] iov_iter: add iovec_nr_user_vecs() 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

[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 V4 4/5] cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
 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).