linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-30 10:45:06 to 2023-04-02 23:37:23 UTC [more...]

[PATCHSET v6b 0/11] Turn single segment imports into ITER_UBUF
 2023-04-02 23:37 UTC  (18+ 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] IB/hfi1: check for user backed iterator, not specific iterator type
` [PATCH 04/11] IB/qib: "
` [PATCH 05/11] ALSA: pcm: "
` [PATCH 06/11] iov_iter: add iter_iov_addr() and iter_iov_len() helpers
` [PATCH 07/11] iov_iter: remove iov_iter_iovec()
` [PATCH 08/11] iov_iter: set nr_segs = 1 for ITER_UBUF
` [PATCH 09/11] iov_iter: overlay struct iovec and ubuf/len
` [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] fs/9p: Add new options to Documentation
 2023-04-02 18:43 UTC  (6+ messages)

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

[RFC PATCH v2 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-03-31 23:56 UTC  (2+ messages)

[RFC PATCH v3 0/2] Providing mount in memfd_restricted() syscall
 2023-03-31 23:50 UTC  (3+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
` [RFC PATCH v3 2/2] selftests: restrictedmem: Check hugepage-ness of shmem file backing restrictedmem fd

[PATCH v3 0/3] Ignore non-LRU-based reclaim in memcg reclaim
 2023-03-31 22:11 UTC  (8+ messages)
` [PATCH v3 1/3] mm: vmscan: move set_task_reclaim_state() after cgroup_reclaim()
` [PATCH v3 2/3] mm: vmscan: refactor updating reclaimed pages in reclaim_state
` [PATCH v3 3/3] mm: vmscan: ignore non-LRU-based reclaim in memcg reclaim

[syzbot] [xfs?] WARNING in xfs_bmap_extents_to_btree
 2023-03-31 20:46 UTC  (7+ messages)

[PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
 2023-03-31 20:27 UTC  (11+ messages)
` [PATCHv3 bpf-next 5/9] selftests/bpf: Add read_buildid function

[PATCH v2 00/19] bio: check return values of bio_add_page
 2023-03-31 18:13 UTC  (30+ messages)
` [PATCH v2 01/19] swap: use __bio_add_page to add page to bio
` [PATCH v2 02/19] drbd: "
` [PATCH v2 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v2 04/19] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v2 05/19] md: use __bio_add_page to add single page
` [PATCH v2 06/19] md: raid5-log: "
` [PATCH v2 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v2 08/19] btrfs: repair: use __bio_add_page for adding single page
` [PATCH v2 09/19] btrfs: raid56: use __bio_add_page to add "
` [PATCH v2 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v2 11/19] gfs: use __bio_add_page for adding "
` [PATCH v2 12/19] zonefs: "
` [PATCH v2 13/19] zram: "
` [PATCH v2 14/19] floppy: "
` [PATCH v2 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v2 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v2 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH v2 18/19] dm-crypt: check if adding pages to clone "
` [PATCH v2 19/19] block: mark bio_add_page as __must_check

FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-03-31 15:56 UTC  (4+ messages)
  `  "

RE(4): FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-03-31 15:53 UTC  (3+ messages)
  `  "

[PATCH 0/7] Support negative dentries on case-insensitive directories
 2023-03-31 15:31 UTC  (4+ messages)
` [PATCH 3/7] libfs: Validate negative dentries in "
    ` [f2fs-dev] "

[syzbot] Monthly ntfs report
 2023-03-31 15:00 UTC 

[RFC PATCH v2 40/48] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
 2023-03-31 13:05 UTC  (24+ messages)
` [RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
  ` [RFC PATCH v2 04/48] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
  ` [RFC PATCH v2 16/48] ip, udp: Support MSG_SPLICE_PAGES
  ` [RFC PATCH v2 37/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()

RE(2): FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-03-31 12:54 UTC  (4+ messages)
  `  "

[PATCH 00/19] bio: check return values of bio_add_page
 2023-03-31 12:20 UTC  (12+ messages)
` [PATCH 01/19] swap: use __bio_add_page to add page to bio
` [PATCH 04/19] fs: buffer: use __bio_add_page to add single "
` [PATCH 13/19] zram: use __bio_add_page for adding "
` [PATCH 18/19] dm-crypt: check if adding pages to clone bio fails

[PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage
 2023-03-31 12:28 UTC  (15+ messages)
` [PATCH v2 2/7] dm: Add support for block provisioning
` [PATCH v2 3/7] fs: Introduce FALLOC_FL_PROVISION

[LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-03-31 11:46 UTC  (3+ messages)
      `  "

FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-03-31 11:45 UTC  (5+ messages)
  ` RE(2): "
        `  "

RE(3): FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-03-31 11:31 UTC  (2+ messages)
  `  "

[PATCH 0/5] remove page_endio()
 2023-03-31 11:19 UTC  (6+ messages)
  ` [PATCH 1/5] zram: remove the call to page_endio in the bio end_io handler

[PATCH] fs: drop peer group ids under namespace lock
 2023-03-31 10:36 UTC  (2+ messages)

[PATCH] fs: consolidate duplicate dt_type helpers
 2023-03-31  9:42 UTC  (7+ messages)
` [PATCH v3] "

[syzbot] [jfs?] UBSAN: shift-out-of-bounds in dbFindCtl
 2023-03-31  8:43 UTC  (2+ messages)

[PATCH] fs: fix sysctls.c built
 2023-03-31  8:45 UTC 

[syzbot] [btrfs?] KASAN: slab-use-after-free Read in alloc_workqueue
 2023-03-31  2:32 UTC 

[PATCH] cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL
 2023-03-30 22:42 UTC  (3+ messages)

[PATCH v4] fs/buffer.c: update per-CPU bh_lru cache via RCU
 2023-03-30 19:27 UTC 

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

[GIT PULL] zonefs fixes for 6.3-rc5
 2023-03-30 16:45 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING in attr_data_get_block (2)
 2023-03-30 16:25 UTC  (2+ messages)

[PATCH v8 0/9] Implement copy offload support
 2023-03-30 15:21 UTC  (6+ messages)
  ` [PATCH v8 4/9] fs, block: copy_file_range for def_blk_ops for direct block device

[PATCH v2 0/2] zonefs: Fix data corruption and error return
 2023-03-30 11:25 UTC  (3+ messages)

[RFC PATCH v2 37/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
 2023-03-30  1:45 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).