linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-22 13:54:04 to 2023-05-23 21:53:06 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 21:52 UTC  (11+ messages)

[PATCH v21 0/6] block: Use page pinning
 2023-05-23 21:38 UTC  (18+ 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 "
` Extending page pinning into fs/direct-io.c

[PATCH v2 0/6] io_uring: add getdents support, take 2
 2023-05-23 21:13 UTC  (7+ messages)
` [PATCH v2 1/6] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH v2 6/6] RFC: io_uring getdents: test returning an EOF flag in CQE

[PATCH v22 00/31] splice: Kill ITER_PIPE
 2023-05-23 20:43 UTC  (21+ messages)
` [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 RESEND v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-05-23 19:43 UTC  (7+ messages)
` [PATCH RESEND v15 2/5] fs/proc/task_mmu: "

[PATCH v4 bpf-next 0/4] Add O_PATH-based BPF_OBJ_PIN and BPF_OBJ_GET support
 2023-05-23 19:43 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/4] bpf: Validate BPF object in BPF_OBJ_PIN before calling LSM
` [PATCH v4 bpf-next 2/4] libbpf: start v1.3 development cycle
` [PATCH v4 bpf-next 3/4] bpf: support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
` [PATCH v4 bpf-next 4/4] selftests/bpf: add path_fd-based BPF_OBJ_PIN and BPF_OBJ_GET tests

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-05-23 19:38 UTC  (9+ messages)

[RFC PATCH 0/3] Rework locking when rendering mountinfo cgroup paths
 2023-05-23 19:12 UTC  (11+ messages)
` [RFC PATCH 2/3] cgroup: Rely on namespace_sem in current_cgns_cgroup_from_root explicitly
` [RFC PATCH 3/3] cgroup: Do not take css_set_lock in cgroup_show_path

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-05-23 18:59 UTC  (5+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
 2023-05-23 17:59 UTC  (3+ messages)

patches to move ksmbd and cifs under new subdirectory
 2023-05-23 17:34 UTC  (5+ messages)

[PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
 2023-05-23 17:27 UTC  (11+ messages)

fd == 0 means AT_FDCWD BPF_OBJ_GET commands
 2023-05-23 17:25 UTC  (10+ messages)

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-23 16:49 UTC  (14+ messages)
` [PATCH 06/32] sched: Add task_struct->faults_disabled_mapping
        ` [Cluster-devel] "
` [PATCH 20/32] vfs: factor out inode hash head calculation
  ` (subset) "
` [PATCH 21/32] hlist-bl: add hlist_bl_fake()
  ` (subset) "
` [PATCH 22/32] vfs: inode cache conversion to hash-bl
  ` (subset) "

[PATCH] fs: use UB-safe check for signed addition overflow in remap_verify_area
 2023-05-23 16:26 UTC 

[PATCH v2] cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum size
 2023-05-23 16:30 UTC  (2+ messages)

[PATCH v3 bpf-next 0/4] Add O_PATH-based BPF_OBJ_PIN and BPF_OBJ_GET support
 2023-05-23 16:21 UTC  (10+ 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

cleanup the filemap / direct I/O interaction
 2023-05-23 16:03 UTC  (15+ messages)
` [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 10/13] fs: factor out a direct_write_fallback helper

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

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

[PATCH v21 00/30] splice: Kill ITER_PIPE
 2023-05-23 14:27 UTC  (3+ messages)
` [PATCH v21 26/30] splice: Convert trace/seq to use copy_splice_read()

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-05-23 14:19 UTC  (4+ messages)
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*

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

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

[RFC v6 1/2] epoll: Implement eventpoll_replace_file()
 2023-05-23 13:31 UTC  (4+ messages)
` [RFC v6 2/2] seccomp: replace existing file in the epoll interface by a new file injected by the syscall supervisor

[PATCH 0/6] gfs2/buffer folio changes
 2023-05-23 13:37 UTC  (4+ messages)
` [PATCH 5/6] gfs2: Support ludicrously large folios in gfs2_trans_add_databufs()

[PATCH v4 0/8] sysctl: Completely remove register_sysctl_table from sources
 2023-05-23 12:57 UTC  (11+ messages)
    ` [PATCH v4 1/8] parport: Move magic number "15" to a define
    ` [PATCH v4 2/8] parport: Remove register_sysctl_table from parport_proc_register
    ` [PATCH v4 3/8] parport: Remove register_sysctl_table from parport_device_proc_register
    ` [PATCH v4 4/8] parport: Remove register_sysctl_table from parport_default_proc_register
    ` [PATCH v4 5/8] parport: Removed sysctl related defines
    ` [PATCH v4 6/8] sysctl: stop exporting register_sysctl_table
    ` [PATCH v4 7/8] sysctl: Refactor base paths registrations
    ` [PATCH v4 8/8] sysctl: Remove register_sysctl_table

[PATCH v4 0/9] fs: implement multigrain timestamps
 2023-05-23 12:46 UTC  (12+ messages)
` [PATCH v4 1/9] fs: pass the request_mask to generic_fillattr
` [PATCH v4 2/9] fs: add infrastructure for multigrain inode i_m/ctime

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

[syzbot] [block?] [reiserfs?] KASAN: user-memory-access Write in zram_slot_lock
 2023-05-23  9:34 UTC  (2+ messages)

[syzbot] [reiserfs?] KASAN: use-after-free Read in leaf_copy_items_entirely
 2023-05-23  8:21 UTC 

[PATCH v11 0/9] Implement copy offload support
 2023-05-23  7:15 UTC  (4+ messages)
  ` [PATCH v11 1/9] block: Introduce queue limits for copy-offload support

[RFC v5 1/2] epoll: Implement eventpoll_replace_file()
 2023-05-23  6:55 UTC  (3+ messages)

[PATCH] cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum size
 2023-05-23  6:45 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)

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

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

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)

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

[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 00/32] splice, block: Use page pinning and kill ITER_PIPE
 2023-05-22 18:38 UTC  (6+ messages)
` [PATCH v20 23/32] splice: Convert trace/seq to use direct_splice_read()

[PATCH v4 0/4] NFSD: add support for NFSv4 write delegation
 2023-05-22 17:10 UTC  (7+ 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)


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