linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-29 06:43:10 to 2023-03-30 09:42:19 UTC [more...]

[RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-03-30  9:41 UTC  (59+ 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)

[syzbot] [xfs?] WARNING in xfs_bmap_extents_to_btree
 2023-03-30  8:52 UTC  (3+ messages)

[PATCH v2 0/2] zonefs: Fix data corruption and error return
 2023-03-30  8:45 UTC  (6+ messages)
` [PATCH v2 1/2] zonefs: Always invalidate last cached page on append write
` [PATCH v2 2/2] zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user space

[PATCH] fs: vboxsf: remove unused out_len variable
 2023-03-30  8:19 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-03-30  7:50 UTC 

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in get_max_inline_xattr_value_size
 2023-03-30  7:48 UTC 

[syzbot] [fs?] KASAN: null-ptr-deref Read in ida_free (3)
 2023-03-30  7:13 UTC  (4+ messages)
    ` [PATCH] fs: drop peer group ids under namespace lock

[PATCH v2] nfs: use vfs setgid helper
 2023-03-30  6:57 UTC  (3+ messages)

[PATCH] fs: consolidate dt_type() helper definitions
 2023-03-30  6:02 UTC  (4+ messages)
` [PATCH] "

[PATCH v8 0/9] Implement copy offload support
 2023-03-30  5:48 UTC  (26+ 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] fs: consolidate dt_type() helper definitions
 2023-03-30  5:44 UTC  (4+ messages)

[syzbot] [jfs?] INFO: task hung in deactivate_super (2)
 2023-03-30  1:56 UTC 

[PATCH 00/19] bio: check return values of bio_add_page
 2023-03-30  0:24 UTC  (42+ 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] zonefs: Always invalidate last cache page on append write
 2023-03-30  0:22 UTC  (9+ messages)

[PATCH AUTOSEL 6.1 12/21] fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()
 2023-03-30  0:08 UTC  (11+ messages)
    ` AUTOSEL process

LSF/MM/BPF 2023 IOMAP conversion status update
 2023-03-30  0:02 UTC  (6+ messages)
` [RFCv1][WIP] ext2: Move direct-io to use iomap

return an ERR_PTR from __filemap_get_folio v2
 2023-03-29 23:56 UTC  (3+ messages)

[PATCH 0/5] remove page_endio()
 2023-03-29 23:53 UTC  (9+ messages)
  ` [PATCH 2/5] orangefs: use folios in orangefs_readahead
  ` [PATCH 1/5] zram: remove the call to page_endio in the bio end_io handler

[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

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

[PATCH v2 4/7] mm: page_owner: add support for splitting to any order in split page_owner
 2023-03-29 16:11 UTC  (5+ messages)

[PATCH V4 4/5] cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
 2023-03-29  8:08 UTC  (4+ messages)
` [PATCH V4 0/5] Introduce daemon failover mechanism to recover from crashing
    ` [External] Re: [PATCH V4 4/5] cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode

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


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