messages from 2023-05-18 04:24:23 to 2023-05-19 09:28:52 UTC [more...]
[PATCH] Documentation: add initial iomap kdoc
2023-05-19 9:28 UTC (7+ messages)
[PATCH v20 00/32] splice, block: Use page pinning and kill ITER_PIPE
2023-05-19 9:24 UTC (46+ messages)
` [PATCH v20 01/32] splice: Fix filemap of a blockdev
` [PATCH v20 02/32] splice: Clean up direct_splice_read() a bit
` [PATCH v20 03/32] splice: Make direct_read_splice() limit to eof where appropriate
` [PATCH v20 04/32] splice: Make do_splice_to() generic and export it
` [PATCH v20 05/32] splice: Make splice from a DAX file use direct_splice_read()
` [PATCH v20 06/32] shmem: Implement splice-read
` [PATCH v20 07/32] overlayfs: "
` [PATCH v20 08/32] coda: "
` [PATCH v20 09/32] tty, proc, kernfs, random: Use direct_splice_read()
` [PATCH v20 10/32] net: Make sock_splice_read() use direct_splice_read() by default
` [PATCH v20 11/32] 9p: Add splice_read stub
` [PATCH v20 12/32] afs: Provide a splice-read stub
` [PATCH v20 13/32] ceph: "
` [PATCH v20 14/32] ecryptfs: "
` [PATCH v20 15/32] ext4: "
` [PATCH v20 16/32] f2fs: "
` [PATCH v20 17/32] nfs: "
` [PATCH v20 18/32] ntfs3: "
` [PATCH v20 19/32] ocfs2: "
` [PATCH v20 20/32] orangefs: "
` [PATCH v20 21/32] xfs: "
` [PATCH v20 22/32] zonefs: "
` [PATCH v20 23/32] splice: Convert trace/seq to use direct_splice_read()
` [PATCH v20 24/32] splice: Do splice read from a file without using ITER_PIPE
` [PATCH v20 25/32] cifs: Use generic_file_splice_read()
` [PATCH v20 26/32] iov_iter: Kill ITER_PIPE
` [PATCH v20 27/32] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v20 28/32] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v20 29/32] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v20 30/32] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v20 31/32] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v20 32/32] block: convert bio_map_user_iov "
` [PATCH] iov_iter: Add automatic-alloc for ITER_BVEC and use in direct_splice_read()
[PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
2023-05-19 8:38 UTC (11+ messages)
fd == 0 means AT_FDCWD BPF_OBJ_GET commands
2023-05-19 8:13 UTC (15+ messages)
INFO: task hung in blkdev_open bug
2023-05-19 7:21 UTC (6+ messages)
next: qemu-arm64: kernel BUG at fs/inode.c:1763!
2023-05-19 5:39 UTC (3+ messages)
[PATCH] fs: remove the special !CONFIG_BLOCK def_blk_fops
2023-05-19 5:38 UTC (2+ messages)
[PATCH v2] Documentation: add initial iomap kdoc
2023-05-19 5:04 UTC (8+ messages)
[PATCH v7 0/5] Introduce provisioning primitives
2023-05-19 4:18 UTC (9+ messages)
` [PATCH v7 1/5] block: Don't invalidate pagecache for invalid falloc modes
` [PATCH v7 2/5] block: Introduce provisioning primitives
` [PATCH v7 3/5] dm: Add block provisioning support
` [PATCH v7 4/5] dm-thin: Add REQ_OP_PROVISION support
` [PATCH v7 5/5] loop: Add support for provision requests
[syzbot] [jfs?] KASAN: use-after-free Read in release_metapage
2023-05-19 4:17 UTC
introduce bdev holder ops and a file system shutdown method v2
2023-05-19 4:11 UTC (9+ messages)
` [PATCH 10/13] block: add a mark_dead holder operation
` [PATCH 11/13] fs: add a method to shut down the file system
` [PATCH 12/13] xfs: wire up sops->shutdown
` [PATCH 13/13] xfs: wire up the ->mark_dead holder operation for log and RT devices
Creating large folios in iomap buffered write path
2023-05-19 2:55 UTC (4+ messages)
[PATCH v2 bpf-next 0/3] Add O_PATH-based BPF_OBJ_PIN and BPF_OBJ_GET support
2023-05-19 2:42 UTC (8+ messages)
` [PATCH v2 bpf-next 1/3] bpf: support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
` [PATCH v2 bpf-next 2/3] libbpf: add opts-based bpf_obj_pin() API and add support for path_fd
` [PATCH v2 bpf-next 3/3] selftests/bpf: add path_fd-based BPF_OBJ_PIN and BPF_OBJ_GET tests
[syzbot] [ntfs3?] KASAN: stack-out-of-bounds Write in ktime_get_coarse_real_ts64
2023-05-19 0:27 UTC (2+ messages)
[PATCH 0/2] sysctl: Remove register_sysctl_table from sources
2023-05-19 0:26 UTC (5+ messages)
` [PATCH 1/2] sysctl: Refactor base paths registrations
` [PATCH 2/2] sysctl: Remove register_sysctl_table
[ANNOUNCE] util-linux v2.39
2023-05-18 23:42 UTC (6+ messages)
[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
2023-05-18 20:50 UTC (5+ messages)
[PATCH v3 0/2] NFSD: add support for NFSv4 write delegation
2023-05-18 18:03 UTC (9+ messages)
` [PATCH v3 2/2] NFSD: enable support for "
[RFCv5 5/5] iomap: Add per-block dirty state tracking to improve performance
2023-05-18 16:15 UTC (5+ messages)
[PATCH v4 0/9] fs: implement multigrain timestamps
2023-05-18 15:31 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 v4 3/9] overlayfs: allow it to handle multigrain timestamps
` [PATCH v4 4/9] nfsd: ensure we use ctime_peek to grab the inode->i_ctime
` [PATCH v4 5/9] ksmbd: use ctime_peek to grab the ctime out of the inode
` [PATCH v4 6/9] tmpfs: add support for multigrain timestamps
` [PATCH v4 7/9] xfs: switch to "
` [PATCH v4 8/9] ext4: convert "
` [PATCH v4 9/9] btrfs: "
introduce bdev holder ops and a file system shutdown method
2023-05-18 13:56 UTC (14+ messages)
` [PATCH 5/9] block: introduce holder ops
[RFCv5 0/5] iomap: Add support for per-block dirty state to improve write performance
2023-05-18 13:27 UTC (11+ messages)
` [RFCv5 1/5] iomap: Rename iomap_page_create/release() to iop_alloc/free()
` [RFCv5 2/5] iomap: Refactor iop_set_range_uptodate() function
` [RFCv5 3/5] iomap: Add iop's uptodate state handling functions
` [RFCv5 4/5] iomap: Allocate iop in ->write_begin() early
` [RFCv5 5/5] iomap: Add per-block dirty state tracking to improve performance
[PATCH net-next v8 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
2023-05-18 13:09 UTC (18+ messages)
` [PATCH net-next v8 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v8 02/16] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v8 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v8 04/16] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v8 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v8 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v8 07/16] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v8 08/16] tls: "
` [PATCH net-next v8 09/16] siw: "
` [PATCH net-next v8 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v8 11/16] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v8 12/16] ip6, udp6: "
` [PATCH net-next v8 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v8 14/16] ip: Remove ip_append_page()
` [PATCH net-next v8 15/16] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v8 16/16] unix: Convert udp_sendpage() to use MSG_SPLICE_PAGES
[PATCH net-next v9 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
2023-05-18 13:07 UTC (17+ messages)
` [PATCH net-next v9 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v9 02/16] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v9 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v9 04/16] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v9 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v9 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v9 07/16] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v9 08/16] tls: "
` [PATCH net-next v9 09/16] siw: "
` [PATCH net-next v9 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v9 11/16] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v9 12/16] ip6, udp6: "
` [PATCH net-next v9 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v9 14/16] ip: Remove ip_append_page()
` [PATCH net-next v9 15/16] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v9 16/16] unix: Convert udp_sendpage() to use MSG_SPLICE_PAGES
[syzbot] [hfs?] KASAN: slab-use-after-free Read in hfsplus_read_wrapper
2023-05-18 12:49 UTC
[PATCH net-next v7 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
2023-05-18 11:34 UTC (9+ messages)
` [PATCH net-next v7 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v8 "
[PATCHSET RFC v24.6 0/4] xfs: online repair for fs summary counters with exclusive fsfreeze
2023-05-18 6:07 UTC (4+ messages)
` [PATCH 1/4] vfs: allow filesystem freeze callers to denote who froze the fs
[PATCH 0/6] vfs: provide automatic kernel freeze / resume
2023-05-18 5:32 UTC (3+ messages)
` [PATCH 1/6] fs: unify locking semantics for fs freeze / thaw
[PATCH v4 0/2] memcontrol: support cgroup level OOM protection
2023-05-18 5:12 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).