linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-21 22:04:53 to 2023-05-23 06:42:30 UTC [more...]

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

[PATCH v21 0/6] block: Use page pinning
 2023-05-23  6:39 UTC  (8+ messages)
` [PATCH v21 1/6] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v21 2/6] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v21 3/6] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v21 4/6] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v21 5/6] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v21 6/6] block: convert bio_map_user_iov "

patches to move ksmbd and cifs under new subdirectory
 2023-05-23  6:39 UTC  (4+ messages)

[PATCH v5 0/3] NFSD: add support for NFSv4 write delegation
 2023-05-23  6:02 UTC  (6+ messages)
` [PATCH v5 1/3] NFSD: enable support for "
` [PATCH v5 2/3] NFSD: handle GETATTR conflict with "
` [PATCH v5 3/3] locks: allow support for "

[RFCv5 3/5] iomap: Add iop's uptodate state handling functions
 2023-05-23  6:00 UTC  (3+ messages)

[PATCH 0/3] Create large folios in iomap buffered write path
 2023-05-23  5:59 UTC  (3+ messages)
` [PATCH 1/3] filemap: Allow __filemap_get_folio to allocate large folios

[syzbot] [reiserfs?] INFO: task hung in flush_old_commits
 2023-05-23  3:33 UTC 

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

[PATCH v2] Documentation: add initial iomap kdoc
 2023-05-23  2:11 UTC  (4+ messages)

[PATCH v7 0/5] Introduce provisioning primitives
 2023-05-23  1:22 UTC  (9+ messages)
` [PATCH v7 5/5] loop: Add support for provision requests
  ` [dm-devel] "

gfs2 write bandwidth regression on 6.4-rc3 compareto 5.15.y
 2023-05-23  0:59 UTC 

introduce bdev holder ops and a file system shutdown method v2
 2023-05-23  0:58 UTC  (4+ messages)

[RFCv5 5/5] iomap: Add per-block dirty state tracking to improve performance
 2023-05-23  0:56 UTC  (5+ messages)

[RFC v3 00/24] vfs: provide automatic kernel freeze / resume
 2023-05-23  0:33 UTC  (6+ messages)
` [RFC v3 03/24] fs: distinguish between user initiated freeze and kernel initiated freeze

[PATCH v3 bpf-next 0/4] Add O_PATH-based BPF_OBJ_PIN and BPF_OBJ_GET support
 2023-05-22 23:29 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/4] bpf: validate BPF object in BPF_OBJ_PIN before calling LSM
` [PATCH v3 bpf-next 2/4] bpf: support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
` [PATCH v3 bpf-next 3/4] libbpf: add opts-based bpf_obj_pin() API and add support for path_fd
` [PATCH v3 bpf-next 4/4] selftests/bpf: add path_fd-based BPF_OBJ_PIN and BPF_OBJ_GET tests

[PATCH 0/6] vfs: provide automatic kernel freeze / resume
 2023-05-22 23:42 UTC  (3+ messages)
` [PATCH 3/6] fs: distinguish between user initiated freeze and kernel initiated freeze

[syzbot] [fs?] KASAN: null-ptr-deref Write in get_block (2)
 2023-05-22 22:36 UTC 

[syzbot] [btrfs?] kernel BUG in btrfs_exclop_balance (2)
 2023-05-22 22:24 UTC  (3+ messages)

[PATCH 0/2] kernel/sysctl.c: remove to major base directories
 2023-05-22 21:08 UTC  (3+ messages)
` [PATCH 1/2] sysctl: remove empty dev table
` [PATCH 2/2] signal: move show_unhandled_signals sysctl to its own file

[RFC PATCH 0/3] Rework locking when rendering mountinfo cgroup paths
 2023-05-22 20:55 UTC  (7+ messages)
` [RFC PATCH 3/3] cgroup: Do not take css_set_lock in cgroup_show_path

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2023-05-22 20:07 UTC  (2+ messages)

[PATCH] vboxsf: Replace all non-returning strlcpy with strscpy
 2023-05-22 19:39 UTC  (2+ messages)

[PATCH v20 13/32] ceph: Provide a splice-read stub
 2023-05-22 18:38 UTC  (10+ messages)
` [PATCH v20 00/32] splice, block: Use page pinning and kill ITER_PIPE
  ` [PATCH v20 23/32] splice: Convert trace/seq to use direct_splice_read()

[PATCH] cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum size
 2023-05-22 18:11 UTC  (3+ messages)

[PATCH v4 0/4] NFSD: add support for NFSv4 write delegation
 2023-05-22 17:10 UTC  (9+ messages)
` [PATCH v4 3/4] NFSD: handle GETATTR conflict with "

[PATCH v13 00/10] fuse: Add support for passthrough read/write
 2023-05-22 15:20 UTC  (7+ messages)
` [PATCH v13 02/10] fuse: Definitions and ioctl for passthrough
` [PATCH v13 05/10] fuse: Handle asynchronous read and write in passthrough

[PATCH v4] fs/buffer.c: update per-CPU bh_lru cache via RCU
 2023-05-22 15:18 UTC  (2+ messages)

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

[syzbot] [block?] [reiserfs?] KASAN: user-memory-access Write in zram_slot_lock
 2023-05-22 13:47 UTC 

[syzbot] [fs?] [usb?] INFO: rcu detected stall in vfs_readlink
 2023-05-22 13:22 UTC  (3+ messages)

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-22 13:04 UTC  (7+ messages)
` [PATCH 22/32] vfs: inode cache conversion to hash-bl

[PATCH v3 0/2] memcontrol: support cgroup level OOM protection
 2023-05-22 13:03 UTC  (3+ messages)

[syzbot] [ext4?] KASAN: use-after-free Read in ext4_search_dir
 2023-05-22 12:57 UTC  (2+ messages)

[PATCH v21 03/30] splice: Rename direct_splice_read() to copy_splice_read()
 2023-05-22 12:53 UTC  (13+ messages)
` [PATCH v21 00/30] splice: Kill ITER_PIPE
  ` [PATCH v21 16/30] ceph: Provide a splice-read stub
  ` [PATCH v21 22/30] ocfs2: "

[PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-22 12:11 UTC  (17+ messages)
` [PATCH net-next v10 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v10 02/16] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v10 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v10 04/16] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v10 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v10 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v10 07/16] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v10 08/16] tls: "
` [PATCH net-next v10 09/16] siw: "
` [PATCH net-next v10 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v10 11/16] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v10 12/16] ip6, udp6: "
` [PATCH net-next v10 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v10 14/16] ip: Remove ip_append_page()
` [PATCH net-next v10 15/16] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v10 16/16] unix: Convert unix_stream_sendpage() to use MSG_SPLICE_PAGES

[PATCH v11 0/9] Implement copy offload support
 2023-05-22 11:45 UTC  (11+ 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 v11 5/9] nvme: add copy offload support
    ` [PATCH v11 6/9] nvmet: add copy command support for bdev and file ns
    ` [PATCH v11 7/9] dm: Add support for copy offload
    ` [PATCH v11 8/9] dm: Enable copy offload for dm-linear target
    ` [PATCH v11 9/9] null_blk: add support for copy offload

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

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

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

[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 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 4/5] iomap: Allocate iop in ->write_begin() early
 2023-05-22  4:05 UTC  (2+ messages)

[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  (11+ 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).