Linux Filesystem Development
[Prev Page][Next Page]
- [RFC PATCH v2 25/48] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES, (continued)
- [RFC PATCH v2 25/48] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES, David Howells
- [RFC PATCH v2 24/48] crypto: af_alg: Support MSG_SPLICE_PAGES, David Howells
- [RFC PATCH v2 12/48] espintcp: Inline do_tcp_sendpages(), David Howells
- [RFC PATCH v2 16/48] ip, udp: Support MSG_SPLICE_PAGES, David Howells
- [RFC PATCH v2 20/48] af_unix: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data, David Howells
- [RFC PATCH v2 21/48] crypto: af_alg: Pin pages rather than ref'ing if appropriate, David Howells
- [RFC PATCH v2 10/48] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES, David Howells
- [RFC PATCH v2 02/48] iov_iter: Remove last_offset member, David Howells
- [RFC PATCH v2 05/48] mm: Move the page fragment allocator from page_alloc.c into its own file, David Howells
- [RFC PATCH v2 17/48] ip, udp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data, David Howells
- [RFC PATCH v2 13/48] tls: Inline do_tcp_sendpages(), David Howells
- [RFC PATCH v2 27/48] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage(), David Howells
- [RFC PATCH v2 32/48] iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage, David Howells
- [RFC PATCH v2 31/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage, David Howells
- [RFC PATCH v2 38/48] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage, David Howells
- [RFC PATCH v2 35/48] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock(), David Howells
- [RFC PATCH v2 30/48] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit, David Howells
- [RFC PATCH v2 29/48] Remove file->f_op->sendpage, David Howells
- [RFC PATCH v2 37/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage(), David Howells
- [RFC PATCH v2 33/48] iscsi: Assume "sendpage" is okay in iscsi_tcp_segment_map(), David Howells
- [RFC PATCH v2 28/48] splice: Reimplement splice_to_socket() to pass multiple bufs to sendmsg(), David Howells
- [RFC PATCH v2 07/48] mm: Make the page_frag_cache allocator use per-cpu, David Howells
- [RFC PATCH v2 36/48] algif: Remove hash_sendpage*(), David Howells
- [RFC PATCH v2 34/48] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES), David Howells
- [RFC PATCH v2 40/48] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage, David Howells
- [RFC PATCH v2 39/48] dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage, David Howells
- [RFC PATCH v2 44/48] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES, David Howells
- [RFC PATCH v2 41/48] sunrpc: Rely on TCP sendmsg + MSG_SPLICE_PAGES to copy unspliceable data, David Howells
- [RFC PATCH v2 42/48] nvme: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage, David Howells
- [RFC PATCH v2 46/48] drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendmsg(), David Howells
- [RFC PATCH v2 45/48] ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage(), David Howells
- [RFC PATCH v2 47/48] drdb: Send an entire bio in a single sendmsg, David Howells
- [RFC PATCH v2 43/48] kcm: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage, David Howells
- [RFC PATCH v2 48/48] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES), David Howells
- [RFC PATCH v2 04/48] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag, David Howells
- [RFC PATCH v2 09/48] tcp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data, David Howells
- [RFC PATCH v2 01/48] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC, David Howells
- [RFC PATCH v2 14/48] siw: Inline do_tcp_sendpages(), David Howells
- [PATCH v8 0/9] Implement copy offload support,
Anuj Gupta
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
[PATCH] zonefs: Always invalidate last cache page on append write,
Damien Le Moal
[syzbot] [xfs?] WARNING in xfs_bmap_extents_to_btree,
syzbot
Multi-index entries, clarifying storage overhead with respect to range alignment, Chris Goldsworthy
[syzbot] [reiserfs?] KASAN: use-after-free Read in reiserfs_get_unused_objectid,
syzbot
[PATCH v2 0/7] Split a folio to any lower order folios,
Zi Yan
[PATCHSET v5 0/9] Turn single segment imports into ITER_UBUF,
Jens Axboe
- [PATCH 1/9] block: ensure bio_alloc_map_data() deals with ITER_UBUF correctly, Jens Axboe
- [PATCH 2/9] iov_iter: teach iov_iter_iovec() to deal with ITER_UBUF, Jens Axboe
- [PATCH 3/9] iov_iter: overlay struct iovec and ubuf/len, Jens Axboe
- [PATCH 4/9] iov_iter: set nr_segs = 1 for ITER_UBUF, Jens Axboe
- [PATCH 5/9] IB/hfi1: check for user backed iterator, not specific iterator type, Jens Axboe
- [PATCH 6/9] IB/qib: check for user backed iterator, not specific iterator type, Jens Axboe
- [PATCH 7/9] ALSA: pcm: check for user backed iterator, not specific iterator type, Jens Axboe
- [PATCH 9/9] iov_iter: import single vector iovecs as ITER_UBUF, Jens Axboe
- [PATCH 8/9] iov_iter: convert import_single_range() to ITER_UBUF, Jens Axboe
[syzbot] [fat?] possible deadlock in do_user_addr_fault,
syzbot
[PATCHSET v4 0/8] Turn single segment imports into ITER_UBUF,
Jens Axboe
Message de [toddwilliams207@xxxxxxxx] !, ‼
[syzbot] Monthly cluster report,
syzbot
[PATCH v2 0/5] fs: allow to mount beneath top mount,
Christian Brauner
[PATCH 5.15 042/146] keys: Do not cache key in task struct if key is requested from kernel thread, Greg Kroah-Hartman
[PATCH 6.1 059/224] keys: Do not cache key in task struct if key is requested from kernel thread, Greg Kroah-Hartman
[PATCH 6.2 067/240] keys: Do not cache key in task struct if key is requested from kernel thread, Greg Kroah-Hartman
[PATCH 0/5] remove page_endio(),
Pankaj Raghav
Message not available
Message not available
Message not available
Message not available
[PATCH v11 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind,
Shiyang Ruan
[PATCH V8 1/2] mm: compaction: move compaction sysctl to its own file,
ye.xingchen
[PATCH] fsverity: explicitly check for buffer overflow in build_merkle_tree(), Eric Biggers
[PATCH] fsverity: use WARN_ON_ONCE instead of WARN_ON,
Eric Biggers
[PATCH V7 1/2] mm: compaction: move compaction sysctl to its own file,
ye.xingchen
[PATCHSET v3 0/4] Turn single segment imports into ITER_UBUF,
Jens Axboe
memcpy_page, memcpy_to/from_page, memset_page and folio based methods, Viacheslav A.Dubeyko
[PATCH 0/3] pidfd: add pidfd_prepare(),
Christian Brauner
[PATCHSET v2 0/4] Turn single segment imports into ITER_UBUF,
Jens Axboe
[PATCH v2 0/3] Prevent ->map_pages from sleeping,
Matthew Wilcox (Oracle)
[syzbot] Monthly ntfs3 report, syzbot
Re: [f2fs-dev] [PATCH] f2fs: get out of a repeat loop when getting a locked data page,
Matthew Wilcox
[syzbot] Monthly jfs report, syzbot
[syzbot] Monthly reiserfs report, syzbot
[syzbot] Monthly nilfs report, syzbot
[syzbot] [ext4?] KASAN: slab-use-after-free Read in ext4_convert_inline_data_nolock,
syzbot
[syzbot] [nilfs?] KASAN: slab-use-after-free Read in nilfs_segctor_thread,
syzbot
[PATCH] fs/kernel_read_file: set the correct 'buf_size' after allocating 'buf', gouhao
next: x86: RIP: 0010:do_iter_read+0x241/0x340 - BUG: unable to handle page fault for address: 000000000042da60,
Naresh Kamboju
[PATCH] fs/9p: Add new options to Documentation,
Eric Van Hensbergen
[PATCH] sysv: convert pointers_lock from rw_lock to rw_sem,
Tetsuo Handa
[syzbot] [ext4?] WARNING in ext4_da_update_reserve_space (2), syzbot
[syzbot] [ntfs3?] WARNING in attr_data_get_block (2),
syzbot
[PATCH] Update relatime comments to include equality,
Stephen Kitt
[PATCH v6 0/9] ext4: Convert inode preallocation list to an rbtree,
Ojaswin Mujoo
- [PATCH v6 1/9] ext4: Stop searching if PA doesn't satisfy non-extent file, Ojaswin Mujoo
- [PATCH v6 3/9] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated(), Ojaswin Mujoo
- [PATCH v6 2/9] ext4: Refactor code related to freeing PAs, Ojaswin Mujoo
- [PATCH v6 4/9] ext4: Move overlap assert logic into a separate function, Ojaswin Mujoo
- [PATCH v6 5/9] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request(), Ojaswin Mujoo
- [PATCH v6 6/9] ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa(), Ojaswin Mujoo
- [PATCH v6 7/9] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union, Ojaswin Mujoo
- [PATCH v6 8/9] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list, Ojaswin Mujoo
- [PATCH v6 9/9] ext4: Remove the logic to trim inode PAs, Ojaswin Mujoo
- Re: [PATCH v6 0/9] ext4: Convert inode preallocation list to an rbtree, Theodore Ts'o
[PATCHSET 0/2] Turn single segment imports into ITER_UBUF,
Jens Axboe
fuse uring / wake_up on the same core,
Bernd Schubert
[PATCH v2 00/29] Convert most of ext4 to folios,
Matthew Wilcox (Oracle)
- [PATCH v2 09/29] ext4: Convert ext4_readpage_inline() to take a folio, Matthew Wilcox (Oracle)
- [PATCH v2 01/29] fs: Add FGP_WRITEBEGIN, Matthew Wilcox (Oracle)
- [PATCH v2 08/29] ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 07/29] ext4: Convert mpage_page_done() to mpage_folio_done(), Matthew Wilcox (Oracle)
- [PATCH v2 11/29] ext4: Convert ext4_try_to_write_inline_data() to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 16/29] ext4: Convert ext4_write_begin() to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 05/29] ext4: Turn mpage_process_page() into mpage_process_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 17/29] ext4: Convert ext4_write_end() to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 04/29] ext4: Convert ext4_finish_bio() to use folios, Matthew Wilcox (Oracle)
- [PATCH v2 18/29] ext4: Use a folio in ext4_journalled_write_end(), Matthew Wilcox (Oracle)
- [PATCH v2 06/29] ext4: Convert mpage_submit_page() to mpage_submit_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 20/29] ext4: Convert __ext4_block_zero_page_range() to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 12/29] ext4: Convert ext4_da_convert_inline_data_to_extent() to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 10/29] ext4: Convert ext4_convert_inline_data_to_extent() to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 21/29] ext4: Convert ext4_page_nomap_can_writeout to ext4_folio_nomap_can_writeout, Matthew Wilcox (Oracle)
- [PATCH v2 22/29] ext4: Use a folio in ext4_da_write_begin(), Matthew Wilcox (Oracle)
- [PATCH v2 19/29] ext4: Convert ext4_journalled_zero_new_buffers() to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 13/29] ext4: Convert ext4_da_write_inline_data_begin() to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 23/29] ext4: Convert ext4_mpage_readpages() to work on folios, Matthew Wilcox (Oracle)
- [PATCH v2 24/29] ext4: Convert ext4_block_write_begin() to take a folio, Matthew Wilcox (Oracle)
- [PATCH v2 15/29] ext4: Convert ext4_write_inline_data_end() to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 14/29] ext4: Convert ext4_read_inline_page() to ext4_read_inline_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 27/29] ext4: Convert mext_page_mkuptodate() to take a folio, Matthew Wilcox (Oracle)
- [PATCH v2 26/29] ext4: Use a folio iterator in __read_end_io(), Matthew Wilcox (Oracle)
- [PATCH v2 28/29] ext4: Convert pagecache_read() to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 29/29] ext4: Use a folio in ext4_read_merkle_tree_page, Matthew Wilcox (Oracle)
- [PATCH v2 03/29] ext4: Convert ext4_bio_write_page() to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 02/29] fscrypt: Add some folio helper functions, Matthew Wilcox (Oracle)
- [PATCH v2 25/29] ext4: Use a folio in ext4_page_mkwrite(), Matthew Wilcox (Oracle)
- Re: [PATCH v2 00/29] Convert most of ext4 to folios, Theodore Ts'o
[syzbot] [btrfs] Monthly Report,
syzbot
[syzbot] [ext4] Monthly Report, syzbot
Re: [syzbot] [cluster?] possible deadlock in freeze_super (2),
syzbot
[PATCH] fsdax: force clear dirty mark if CoW,
Shiyang Ruan
[PATCH] netfs: Pass a pointer to virt_to_page(), Linus Walleij
[RFC v4 1/2] file: allow callers to free the old file descriptor after dup2,
aloktiagi
[RFC PATCH] Legacy mount option "sloppy" support,
Ian Kent
[RFC v3 1/3] file: Introduce iterate_fd_locked,
aloktiagi
[syzbot] [udf?] KASAN: slab-out-of-bounds Write in udf_adinicb_writepage,
syzbot
[PATCH v1] selftests mount: Fix mount_setattr_test builds failed,
Anh Tuan Phan
[GIT PULL] zonefs fixes for 6.3-rc4,
Damien Le Moal
[PATCH v8 0/4] convert read_kcore(), vread() to use iterators,
Lorenzo Stoakes
[PATCH] fs/buffer: adjust the order of might_sleep() in __getblk_gfp(),
gouhao
[syzbot] [ext4?] possible deadlock in ext4_inline_data_truncate, syzbot
[syzbot] [nilfs?] possible deadlock in __nilfs_error (2), syzbot
[PATCH v2] fs/buffer: Remove redundant assignment to err,
Jiapeng Chong
[PATCH v7 0/4] convert read_kcore(), vread() to use iterators,
Lorenzo Stoakes
Re: [PATCH] MAINTAINERS: mark ecryptfs as orphan state,
Yangtao Li
[PATCH v3 04/10] zonefs: convert to kobject_del_and_put(),
Yangtao Li
[PATCH v3 01/10] kobject: introduce kobject_del_and_put(),
Yangtao Li
[PATCH v6] epoll: use refcount to reduce ep_mutex contention,
Paolo Abeni
Re: [syzbot] [jfs?] UBSAN: shift-out-of-bounds in dbAllocBits,
syzbot
[linus:master] [selftests/mount_setattr] d8e45bf1ae: kernel-selftests.mount_setattr.make.fail, kernel test robot
[PATCH v6 0/4] convert read_kcore(), vread() to use iterators,
Lorenzo Stoakes
[PATCH v5 0/4] convert read_kcore(), vread() to use iterators,
Lorenzo Stoakes
[RFC v2 0/5] remove page_endio(),
Pankaj Raghav
Message not available
Message not available
Message not available
Message not available
Re: [RFC v2 0/5] remove page_endio(), Matthew Wilcox
Re: [RFC v2 0/5] remove page_endio(), Mike Marshall
[PATCH] fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTEN,
Shiyang Ruan
[syzbot] [xfs?] KASAN: null-ptr-deref Write in xfs_filestream_select_ag,
syzbot
[PATCH] fsdax: dedupe should compare the min of two iters' length,
Shiyang Ruan
[PATCH] fs/buffer: Remove redundant assignment to err,
Jiapeng Chong
[PATCH] splice: report related fsnotify events,
Chung-Chiang Cheng
[ANN] Squashfs-tools 4.6 released, Phillip Lougher
[PATCH V6 1/2] mm: compaction: move compaction sysctl to its own file,
ye.xingchen
[PATCH V5 1/2] mm: compaction: move compaction sysctl to its own file,
ye.xingchen
[PATCH] fs: proc: remove unused header file, Zipeng Zhang
inotify on mmap writes,
Amol Dixit
Re: [syzbot] [reiserfs?] kernel BUG in do_journal_begin_r, syzbot
[PATCH v4 0/4] convert read_kcore(), vread() to use iterators,
Lorenzo Stoakes
[RFC PATCH v2 0/2] Providing mount in memfd_restricted() syscall,
Ackerley Tng
[syzbot] [jfs?] KASAN: invalid-free in sys_mount,
syzbot
[syzbot] [xfs?] BUG: sleeping function called from invalid context in vm_map_ram,
syzbot
[GIT PULL] keys: Miscellaneous fixes/changes,
David Howells
[syzbot] [ntfs?] possible deadlock in ntfs_sync_mft_mirror, syzbot
Re: [PATCH 1/5] brd: convert to folios,
Matthew Wilcox
[syzbot] [jfs?] kernel BUG in jfs_flush_journal, syzbot
[PATCH] fs/drop_caches: move drop_caches sysctls into its own file,
Yangtao Li
[PATCH V4 1/2] mm: compaction: move compaction sysctl to its own file,
ye.xingchen
[RFC PATCH 00/13] fuse uring communication,
Bernd Schubert
- [PATCH 10/13] fuse: Handle SQEs - register commands, Bernd Schubert
- [PATCH 08/13] fuse: Move request bits, Bernd Schubert
- [PATCH 04/13] Add a vmalloc_node_user function, Bernd Schubert
- [PATCH 09/13] fuse: Add wait stop ioctl support to the ring, Bernd Schubert
- [PATCH 13/13] fuse: Allow to queue to the ring, Bernd Schubert
- [PATCH 07/13] fuse: Add uring mmap method, Bernd Schubert
- [PATCH 03/13] fuse: Move fuse_get_dev to header file, Bernd Schubert
- [PATCH 11/13] fuse: Add support to copy from/to the ring buffer, Bernd Schubert
- [PATCH 12/13] fuse: Add uring sqe commit and fetch support, Bernd Schubert
- [PATCH 01/13] fuse: Add uring data structures and documentation, Bernd Schubert
- [PATCH 06/13] fuse: Add an interval ring stop worker/monitor, Bernd Schubert
- [PATCH 05/13] fuse: Add a uring config ioctl and ring destruction, Bernd Schubert
- [PATCH 02/13] fuse: rename to fuse_dev_end_requests and make non-static, Bernd Schubert
- Re: [RFC PATCH 00/13] fuse uring communication, Bernd Schubert
- Re: [RFC PATCH 00/13] fuse uring communication, Amir Goldstein
[PATCH 0/5] Split a folio to any lower order folios,
Zi Yan
[PATCH v3 4/4] mm: vmalloc: convert vread() to vread_iter(), Lorenzo Stoakes
[PATCH v3 0/4] convert read_kcore(), vread() to use iterators, Lorenzo Stoakes
[PATCH v3 3/4] iov_iter: add copy_page_to_iter_atomic(), Lorenzo Stoakes
[PATCH v3 2/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter(), Lorenzo Stoakes
[PATCH v3 1/4] fs/proc/kcore: avoid bounce buffer for ktext data, Lorenzo Stoakes
[PATCH] fscrypt: use WARN_ON_ONCE instead of WARN_ON, Eric Biggers
[GIT PULL] fsverity fixes for v6.3-rc4,
Eric Biggers
[syzbot] [fs?] INFO: task hung in eventpoll_release_file,
syzbot
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[NTFS 3]
[Ceph Users]
[AutoFS]
[Kernel Announce]
[Kernel Newbies]
[Kernel Development]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]