Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-22 12:13:33 to 2023-05-23 15:27:29 UTC [more...]

[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] "

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

[PATCH v3 bpf-next 0/4] Add O_PATH-based BPF_OBJ_PIN and BPF_OBJ_GET support
 2023-05-23 15:00 UTC  (9+ 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 v2 0/6] io_uring: add getdents support, take 2
 2023-05-23 14:30 UTC  (3+ messages)
` [PATCH v2 6/6] RFC: io_uring getdents: test returning an EOF flag in CQE

[PATCH v21 03/30] splice: Rename direct_splice_read() to copy_splice_read()
 2023-05-23 14:27 UTC  (7+ messages)
` [PATCH v21 00/30] splice: Kill ITER_PIPE
  ` [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 00/32] bcachefs - a new COW filesystem
 2023-05-23 13:34 UTC  (16+ messages)
` [PATCH 06/32] sched: Add task_struct->faults_disabled_mapping
` [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 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 v2] cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum size
 2023-05-23 12:48 UTC 

[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 v21 0/6] block: Use page pinning
 2023-05-23 12:37 UTC  (16+ 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 "

[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

[RFC PATCH 0/3] Rework locking when rendering mountinfo cgroup paths
 2023-05-23 12:09 UTC  (10+ 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

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

[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  9:14 UTC  (9+ messages)

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

fd == 0 means AT_FDCWD BPF_OBJ_GET commands
 2023-05-23  7:49 UTC  (9+ messages)

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

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)

[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  (7+ messages)
` [PATCH 08/13] iomap: assign current->backing_dev_info in iomap_file_buffered_write
` [PATCH 10/13] fs: factor out a direct_write_fallback helper

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

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  (8+ 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  (5+ messages)

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

[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 net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-22 12:11 UTC  (13+ messages)
` [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


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