Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-19 23:07:55 to 2023-05-22 11:16:57 UTC [more...]

[PATCH v11 0/9] Implement copy offload support
 2023-05-22 10:41 UTC  (5+ messages)
    ` [PATCH v11 1/9] block: Introduce queue limits for copy-offload support
    ` [PATCH v11 2/9] block: Add copy offload support infrastructure
    ` [PATCH v11 3/9] block: add emulation for copy
    ` [PATCH v11 4/9] fs, block: copy_file_range for def_blk_ops for direct block device

[PATCH v4 0/9] fs: implement multigrain timestamps
 2023-05-22 10:53 UTC  (8+ messages)
` [PATCH v4 8/9] ext4: convert to "
` [PATCH v4 9/9] btrfs: "

[syzbot] [hfs?] KMSAN: uninit-value in hfsplus_listxattr
 2023-05-22 10:56 UTC  (2+ messages)

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-05-22 10:50 UTC  (6+ messages)
      ` uuid ioctl - was: "

[PATCH RESEND v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-05-22 10:24 UTC  (5+ messages)
` [PATCH RESEND v15 2/5] fs/proc/task_mmu: "

[PATCH v2 00/12] arch: Make virt_to_pfn into a static inline
 2023-05-22 10:11 UTC  (14+ messages)
` [PATCH v2 01/12] fs/proc/kcore.c: Pass a pointer to virt_addr_valid()
` [PATCH v2 02/12] m68k: Pass a pointer to virt_to_pfn() virt_to_page()
` [PATCH v2 03/12] ARC: init: Pass a pointer to virt_to_pfn() in init
` [PATCH v2 04/12] riscv: mm: init: Pass a pointer to virt_to_page()
` [PATCH v2 05/12] cifs: "
` [PATCH v2 06/12] cifs: Pass a pointer to virt_to_page() in cifsglob
` [PATCH v2 07/12] netfs: Pass a pointer to virt_to_page()
` [PATCH v2 08/12] arm64: vdso: Pass (void *) "
` [PATCH v2 09/12] asm-generic/page.h: Make pfn accessors static inlines
` [PATCH v2 10/12] ARM: mm: Make virt_to_pfn() a static inline
` [PATCH v2 11/12] arm64: memory: "
` [PATCH v2 12/12] m68k/mm: Make pfn accessors static inlines

[GIT PULL] ksmbd server fixes
 2023-05-22  8:04 UTC  (2+ messages)

[PATCH v21 00/30] splice: Kill ITER_PIPE
 2023-05-22  7:55 UTC  (69+ messages)
` [PATCH v21 01/30] splice: Fix filemap of a blockdev
` [PATCH v21 02/30] splice: Make filemap_splice_read() check s_maxbytes
` [PATCH v21 03/30] splice: Rename direct_splice_read() to copy_splice_read()
` [PATCH v21 04/30] splice: Clean up copy_splice_read() a bit
` [PATCH v21 05/30] splice: Make do_splice_to() generic and export it
` [PATCH v21 06/30] splice: Check for zero count in vfs_splice_read()
` [PATCH v21 07/30] splice: Make splice from an O_DIRECT fd use copy_splice_read()
` [PATCH v21 08/30] splice: Make splice from a DAX file "
` [PATCH v21 09/30] shmem: Implement splice-read
` [PATCH v21 10/30] overlayfs: "
` [PATCH v21 11/30] coda: "
` [PATCH v21 12/30] tty, proc, kernfs, random: Use copy_splice_read()
` [PATCH v21 13/30] net: Make sock_splice_read() use copy_splice_read() by default
` [PATCH v21 14/30] 9p: Add splice_read stub
` [PATCH v21 15/30] afs: Provide a splice-read stub
` [PATCH v21 16/30] ceph: "
` [PATCH v21 17/30] ecryptfs: "
` [PATCH v21 18/30] ext4: "
` [PATCH v21 19/30] f2fs: "
` [PATCH v21 20/30] nfs: "
` [PATCH v21 21/30] ntfs3: "
` [PATCH v21 22/30] ocfs2: "
` [PATCH v21 23/30] orangefs: "
` [PATCH v21 24/30] xfs: "
` [PATCH v21 25/30] zonefs: "
` [PATCH v21 26/30] splice: Convert trace/seq to use copy_splice_read()
` [PATCH v21 27/30] cifs: Use filemap_splice_read()
` [PATCH v21 28/30] splice: Use filemap_splice_read() instead of generic_file_splice_read()
` [PATCH v21 29/30] splice: Remove generic_file_splice_read()
` [PATCH v21 30/30] iov_iter: Kill ITER_PIPE

[Syzkaller & bisect] There is BUG: unable to handle kernel NULL pointer dereference in xfs_extent_free_diff_items in v6.4-rc3
 2023-05-22  6:39 UTC  (2+ messages)

[PATCH 0/2] sysctl: Remove register_sysctl_table from sources
 2023-05-22  6:34 UTC  (4+ messages)

[syzbot] [btrfs?] WARNING in btrfs_split_ordered_extent
 2023-05-22  6:26 UTC 

[RFCv5 5/5] iomap: Add per-block dirty state tracking to improve performance
 2023-05-22  4:48 UTC  (3+ messages)

[RFCv5 4/5] iomap: Allocate iop in ->write_begin() early
 2023-05-22  4:05 UTC  (2+ messages)

[PATCH v4 0/4] NFSD: add support for NFSv4 write delegation
 2023-05-22  3:56 UTC  (14+ messages)
` [PATCH v4 1/4] locks: allow support for "
` [PATCH v4 2/4] NFSD: enable "
` [PATCH v4 3/4] NFSD: handle GETATTR conflict with "
` [PATCH v4 4/4] NFSD: add trace point to track when write delegation is granted

cleanup the filemap / direct I/O interaction
 2023-05-22  2:22 UTC  (29+ messages)
` [PATCH 01/13] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 02/13] filemap: update ki_pos in generic_perform_write
` [PATCH 03/13] filemap: assign current->backing_dev_info "
` [PATCH 04/13] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/13] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/13] filemap: add a kiocb_invalidate_post_write helper
` [PATCH 07/13] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/13] iomap: assign current->backing_dev_info "
` [PATCH 09/13] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 10/13] fs: factor out a direct_write_fallback helper
` [PATCH 11/13] fuse: update ki_pos in fuse_perform_write
` [PATCH 12/13] fuse: drop redundant arguments to fuse_perform_write
` [PATCH 13/13] fuse: use direct_write_fallback

[PATCH v20 03/32] splice: Make direct_read_splice() limit to eof where appropriate
 2023-05-22  1:53 UTC  (17+ messages)
  ` [PATCH v20 00/32] splice, block: Use page pinning and kill ITER_PIPE
    ` [PATCH v20 13/32] ceph: Provide a splice-read stub
    ` [PATCH v20 29/32] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic

[PATCH] mm: pagemap: restrict pagewalk to the requested range
 2023-05-21 23:55 UTC  (2+ messages)

[PATCH 07/32] mm: Bring back vmalloc_exec
 2023-05-21 22:04 UTC  (12+ messages)

[ANNOUNCE] util-linux v2.39
 2023-05-21 21:48 UTC  (6+ messages)

[PATCH v1 0/5] Landlock support for UML
 2023-05-21 21:13 UTC  (3+ messages)
` [PATCH v1 1/5] hostfs: Fix ephemeral inodes

[PATCH] radix-tree: move declarations to header
 2023-05-21 18:45 UTC  (3+ messages)
` [PATCH] radix tree test suite: Fix building radix tree test suite

[PATCH] Documentation: add initial iomap kdoc
 2023-05-21 16:43 UTC  (5+ messages)

[syzbot] [nilfs?] general protection fault in folio_create_empty_buffers
 2023-05-21 11:45 UTC 

[PATCH 0/3] Create large folios in iomap buffered write path
 2023-05-21 11:40 UTC  (17+ messages)
` [PATCH 1/3] filemap: Allow __filemap_get_folio to allocate large folios
` [PATCH 2/3] iomap: Create large folios in the buffered write path
` [PATCH 3/3] iomap: Copy larger chunks from userspace

[PATCH v4 2/9] fs: add infrastructure for multigrain inode i_m/ctime
 2023-05-21  8:32 UTC  (5+ messages)

[syzbot] [fs?] INFO: task hung in synchronize_rcu (4)
 2023-05-21  5:04 UTC  (4+ messages)

[syzbot] [reiserfs?] KMSAN: uninit-value in reiserfs_security_init
 2023-05-20 19:47 UTC  (3+ messages)
` [PATCH] reiserfs: Initialize sec->length in reiserfs_security_init()

[PATCH v2] fsverity: use shash API instead of ahash API
 2023-05-20 17:41 UTC  (3+ messages)

[syzbot] [f2fs?] general protection fault in __drop_extent_tree
 2023-05-20 16:55 UTC  (2+ messages)

Creating large folios in iomap buffered write path
 2023-05-20 16:35 UTC  (4+ messages)

[syzbot] [btrfs?] WARNING in btrfs_relocate_block_group
 2023-05-20 14:55 UTC 

[PATCH v2 bpf-next 0/3] Add O_PATH-based BPF_OBJ_PIN and BPF_OBJ_GET support
 2023-05-20 13:39 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/3] bpf: support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands

[RFC v5 1/2] epoll: Implement eventpoll_replace_file()
 2023-05-20 13:03 UTC  (2+ messages)

[PATCH v13 00/10] fuse: Add support for passthrough read/write
 2023-05-20 10:28 UTC  (5+ messages)
` [PATCH v13 02/10] fuse: Definitions and ioctl for passthrough

[PATCH v4 0/2] memcontrol: support cgroup level OOM protection
 2023-05-20  9:52 UTC  (2+ messages)

[PATCH] init: remove unused names parameter in split_fs_names()
 2023-05-20  7:34 UTC  (2+ messages)

[syzbot] [fs?] [usb?] INFO: rcu detected stall in vfs_readlink
 2023-05-20  3:18 UTC 

[PATCH] cachefiles: Allow the cache to be non-root
 2023-05-20  2:07 UTC  (2+ messages)
` [Linux-cachefs] "

[PATCH] fs: remove the special !CONFIG_BLOCK def_blk_fops
 2023-05-20  1:49 UTC  (2+ messages)

[RFCv2 0/5] ext4: misc left over folio changes
 2023-05-20  1:06 UTC  (3+ messages)
` [PATCH 6/5] ext4: Call fsverity_verify_folio()

[PATCH v7 0/5] Introduce provisioning primitives
 2023-05-19 23:07 UTC  (4+ messages)

[PATCH v20 13/32] ceph: Provide a splice-read stub
 2023-05-19  8:40 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 read-only IMAP folder(s) and NNTP newsgroup(s).