Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH 2/2] Revert "splice: Do splice read from a buffered file without using ITER_PIPE", (continued)
- [PATCH] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs,
Axel Rasmussen
- [PATCH v14 00/17] iov_iter: Improve page extraction (pin or just list),
David Howells
- [PATCH v14 02/17] splice: Add a func to do a splice from a buffered file without ITER_PIPE, David Howells
- [PATCH v14 04/17] shmem: Implement splice-read, David Howells
- [PATCH v14 05/17] overlayfs: Implement splice-read, David Howells
- [PATCH v14 01/17] mm: Pass info, not iter, into filemap_get_pages(), David Howells
- [PATCH v14 03/17] splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPE, David Howells
- [PATCH v14 06/17] coda: Implement splice-read, David Howells
- [PATCH v14 07/17] tty, proc, kernfs, random: Use direct_splice_read(), David Howells
- [PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE, David Howells
- [PATCH v14 13/17] block: Fix bio_flagged() so that gcc can better optimise it, David Howells
- [PATCH v14 14/17] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic, David Howells
- [PATCH v14 12/17] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing, David Howells
- [PATCH v14 17/17] block: convert bio_map_user_iov to use iov_iter_extract_pages, David Howells
- [PATCH v14 16/17] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages, David Howells
- [PATCH v14 11/17] iov_iter: Add a function to extract a page list from an iterator, David Howells
- [PATCH v14 10/17] iov_iter: Define flags to qualify page extraction., David Howells
- [PATCH v14 15/17] block: Add BIO_PAGE_PINNED and associated infrastructure, David Howells
- [PATCH v14 09/17] iov_iter: Kill ITER_PIPE, David Howells
- Re: [PATCH v14 00/17] iov_iter: Improve page extraction (pin or just list), David Howells
- Re: [PATCH v14 00/17] iov_iter: Improve page extraction (pin or just list), David Howells
- [PATCH v3 0/2] docs: actualize file_system_type and super_operations descriptions,
Alexander Mikhalitsyn
- [PATCH v3 0/5] iov_iter: Adjust styling/location of new splice functions,
David Howells
- [PATCH v3 1/5] splice: Rename new splice functions, David Howells
- [PATCH v3 3/5] splice: Use init_sync_kiocb() in filemap_splice_read(), David Howells
- [PATCH v3 2/5] splice: Provide pipe_head_buf() helper, David Howells
- [PATCH v3 4/5] splice: Move filemap_read_splice() to mm/filemap.c, David Howells
- [PATCH v3 5/5] shmem, overlayfs, coda, tty, proc, kernfs, random: Fix splice-read, David Howells
- Re: [PATCH v3 5/5] shmem, overlayfs, coda, tty, proc, kernfs, random: Fix splice-read, Greg Kroah-Hartman
- Re: [PATCH v3 5/5] shmem, overlayfs, coda, tty, proc, kernfs, random: Fix splice-read, Miklos Szeredi
- Re: [PATCH v3 0/5] iov_iter: Adjust styling/location of new splice functions, David Hildenbrand
- [PATCH 0/3] xfs, iomap: fix writeback failure handling,
Dave Chinner
- [PATCH] selftests/mount_setattr: fix to make run_tests failure, Shuah Khan
- [PATCH] selftests/mount_setattr: fix redefine struct mount_attr build error,
Shuah Khan
- regression in next-20230213: "splice: Do splice read from a buffered file without using ITER_PIPE",
Daniel Golle
- [PATCH v2 0/4] iov_iter: Adjust styling/location of new splice functions,
David Howells
- [PATCH 0/4] iov_iter: Adjust styling/location of new splice functions,
David Howells
- [PATCH v1 RFC Zisslpcfi 07/20] elf: ELF header parsing in GNU property for cfi state, Deepak Gupta
- [PATCH 5.10 0/2] Backport two overlayfs fixed to 5.10.y,
Amir Goldstein
- [BUG REPORT] Coredump allocates and maps, unallocated sectors of shared memory regions, in a program, during program termination, Abhi Das (abhida)
- [ANNOUNCE] xfs-linux: for-next updated to dd07bb8b6baf, Darrick J. Wong
- [LSF/MM/BPF TOPIC] fuse passthrough solutions and status,
Miklos Szeredi
- [PATCH 0/4] io_uring: add IORING_OP_READ[WRITE]_SPLICE_BUF,
Ming Lei
- [PATCH] sysctl: fix proc_dobool() usability,
Ondrej Mosnacek
- Re: [PATCH 03/14] Move COMPAT_ATM_ADDPARTY to net/atm/svc.c,
Thomas Huth
- Re: [PATCH 06/14] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c, Thomas Huth
- [PATCH] zonefs: make kobj_type structure constant,
Thomas Weißschuh
- copy on write for splice() from file to pipe?,
Stefan Metzmacher
- [PATCH RFC 0/5] Writeback handling of pinned pages,
Jan Kara
- [PATCH v13 00/12] iov_iter: Improve page extraction (pin or just list),
David Howells
- [PATCH v13 07/12] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing, David Howells
- [PATCH v13 03/12] splice: Do splice read from a buffered file without using ITER_PIPE, David Howells
- [PATCH v13 10/12] block: Add BIO_PAGE_PINNED and associated infrastructure, David Howells
- [PATCH v13 01/12] splice: Fix O_DIRECT file read splice to avoid reversion of ITER_PIPE, David Howells
- [PATCH v13 02/12] mm: Pass info, not iter, into filemap_get_pages() and unstatic it, David Howells
- [PATCH v13 09/12] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic, David Howells
- [PATCH v13 06/12] iov_iter: Add a function to extract a page list from an iterator, David Howells
- [PATCH v13 08/12] block: Fix bio_flagged() so that gcc can better optimise it, David Howells
- [PATCH v13 04/12] iov_iter: Kill ITER_PIPE, David Howells
- [PATCH v13 05/12] iov_iter: Define flags to qualify page extraction., David Howells
- [PATCH v13 11/12] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages, David Howells
- [PATCH v13 12/12] block: convert bio_map_user_iov to use iov_iter_extract_pages, David Howells
- Re: [PATCH v13 00/12] iov_iter: Improve page extraction (pin or just list), Jens Axboe
- Re: [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN,
John Stultz
- [PATCH 0/2] Remove lock_page_killable(),
Matthew Wilcox (Oracle)
- [PATCH 0/3] Prevent ->map_pages from sleeping,
Matthew Wilcox (Oracle)
- Backup/restore of fscrypt files and directories,
Sebastien Buisson
- [PATCH 0/5] Add the test_dummy_encryption key on-demand,
Eric Biggers
- [PATCH] [PATCH V2] mm/filemap: fix page end in filemap_get_read_batch,
coolqyj
- [syzbot] general protection fault in iomap_dio_bio_iter, syzbot
- [PATCH v12 00/10] iov_iter: Improve page extraction (pin or just list),
David Howells
- [PATCH v12 01/10] vfs, iomap: Fix generic_file_splice_read() to avoid reversion of ITER_PIPE, David Howells
- [PATCH v12 03/10] iov_iter: Define flags to qualify page extraction., David Howells
- [PATCH v12 02/10] iov_iter: Kill ITER_PIPE, David Howells
- [PATCH v12 05/10] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing, David Howells
- [PATCH v12 04/10] iov_iter: Add a function to extract a page list from an iterator, David Howells
- [PATCH v12 06/10] block: Fix bio_flagged() so that gcc can better optimise it, David Howells
- [PATCH v12 10/10] block: convert bio_map_user_iov to use iov_iter_extract_pages, David Howells
- [PATCH v12 07/10] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic, David Howells
- [PATCH v12 09/10] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages, David Howells
- [PATCH v12 08/10] block: Add BIO_PAGE_PINNED and associated infrastructure, David Howells
- Re: [PATCH v12 00/10] iov_iter: Improve page extraction (pin or just list), Jens Axboe
- Re: [PATCH v12 00/10] iov_iter: Improve page extraction (pin or just list), David Howells
- [PATCH] Fix warning messages during documentation compilation, Ivan Orlov
- [PATCH 0/2] iomap, splice: Fix DIO/splice_read race memory corruptor and kill off ITER_PIPE,
David Howells
- [PATCH] fs: remove obsolete comments on member ordering of random layout struct,
Dawei Li
- [PATCH v4 00/14] Introduce Copy-On-Write to Page Table,
Chih-En Lin
- [PATCH v4 01/14] mm: Allow user to control COW PTE via prctl, Chih-En Lin
- [PATCH v4 02/14] mm: Add Copy-On-Write PTE to fork(), Chih-En Lin
- [PATCH v4 03/14] mm: Add break COW PTE fault and helper functions, Chih-En Lin
- [PATCH v4 04/14] mm/rmap: Break COW PTE in rmap walking, Chih-En Lin
- [PATCH v4 05/14] mm/khugepaged: Break COW PTE before scanning pte, Chih-En Lin
- [PATCH v4 06/14] mm/ksm: Break COW PTE before modify shared PTE, Chih-En Lin
- [PATCH v4 07/14] mm/madvise: Handle COW-ed PTE with madvise(), Chih-En Lin
- [PATCH v4 08/14] mm/gup: Trigger break COW PTE before calling follow_pfn_pte(), Chih-En Lin
- [PATCH v4 09/14] mm/mprotect: Break COW PTE before changing protection, Chih-En Lin
- [PATCH v4 10/14] mm/userfaultfd: Support COW PTE, Chih-En Lin
- [PATCH v4 11/14] mm/migrate_device: Support COW PTE, Chih-En Lin
- [PATCH v4 12/14] fs/proc: Support COW PTE with clear_refs_write, Chih-En Lin
- [PATCH v4 13/14] events/uprobes: Break COW PTE before replacing page, Chih-En Lin
- [PATCH v4 14/14] mm: fork: Enable COW PTE to fork system call, Chih-En Lin
- Re: [PATCH v4 00/14] Introduce Copy-On-Write to Page Table, Pasha Tatashin
- [RFC PATCH] vfs: Delay root FS switch after UMH completion, Michal Koutný
- [LSF/MM/BPF TOPIC] sframe: An orc like stack unwinder for the kernel to get a user space stacktrace, Steven Rostedt
- [PATCH v15 11/26] ima: Define mac_admin_ns_capable() as a wrapper for ns_capable(), Stefan Berger
- [LSF/MM/BPF TOPIC]: File system data placement for zoned block devices,
Hans Holmberg
- [PATCH] fs-writeback: remove unnecessary ‘false’ values from wakeup_bdi,
Li zeming
- Re: [syzbot] [ntfs3?] BUG: unable to handle kernel NULL pointer dereference in ni_find_attr,
syzbot
- [ANNOUNCE] xfs-linux: for-next updated to c85007e2e394, Darrick J. Wong
- [LSF/MM/BFP ATTEND][LSF/MM/BFP TOPIC] fuse uring communication,
Bernd Schubert
- [RESEND PATCH v9 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind,
Shiyang Ruan
- Re: git regression failures with v6.2-rc NFS client,
Hugh Dickins
- [PATCH v7 0/3] fanotify: Allow user space to pass back additional audit info,
Richard Guy Briggs
- [PATCH v2 0/7] Support negative dentries on case-insensitive ext4 and f2fs,
Gabriel Krisman Bertazi
- [PATCH 00/11] smb3: Use iov_iters down to the network transport and fix DIO page pinning,
David Howells
- [PATCH 01/11] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator, David Howells
- [PATCH 02/11] netfs: Add a function to extract an iterator into a scatterlist, David Howells
- [PATCH 04/11] cifs: Add a function to build an RDMA SGE list from an iterator, David Howells
- [PATCH 03/11] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE, David Howells
- [PATCH 09/11] cifs: Build the RDMA SGE list directly from an iterator, David Howells
- [PATCH 06/11] cifs: Add some helper functions, David Howells
- [PATCH 05/11] cifs: Add a function to Hash the contents of an iterator, David Howells
- [PATCH 08/11] cifs: Change the I/O paths to use an iterator rather than a page list, David Howells
- [PATCH 10/11] cifs: Remove unused code, David Howells
- [PATCH 11/11] cifs: DIO to/from KVEC-type iterators should now work, David Howells
- [PATCH 07/11] cifs: Add a function to read into an iter from a socket, David Howells
- <Possible follow-ups>
- [PATCH 00/11] smb3: Use iov_iters down to the network transport and fix DIO page pinning, David Howells
- [PATCH 01/11] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator, David Howells
- [PATCH 03/11] cifs: Add a function to build an RDMA SGE list from an iterator, David Howells
- [PATCH 04/11] cifs: Add a function to Hash the contents of an iterator, David Howells
- [PATCH 02/11] netfs: Add a function to extract an iterator into a scatterlist, David Howells
- [PATCH 05/11] cifs: Add some helper functions, David Howells
- [PATCH 09/11] cifs: Remove unused code, David Howells
- [PATCH 07/11] cifs: Change the I/O paths to use an iterator rather than a page list, David Howells
- [PATCH 08/11] cifs: Build the RDMA SGE list directly from an iterator, David Howells
- [PATCH 06/11] cifs: Add a function to read into an iter from a socket, David Howells
- [PATCH 10/11] cifs: DIO to/from KVEC-type iterators should now work, David Howells
- [PATCH 11/11] cifs: Fix problem with encrypted RDMA data read, David Howells
- Re: [PATCH 11/11] cifs: Fix problem with encrypted RDMA data read, David Howells
- add bvec initialization helpers v2,
Christoph Hellwig
- [PATCH 02/23] block: add a bvec_set_folio helper, Christoph Hellwig
- [PATCH 01/23] block: factor out a bvec_set_page helper, Christoph Hellwig
- [PATCH 03/23] block: add a bvec_set_virt helper, Christoph Hellwig
- [PATCH 04/23] sd: factor out a sd_set_special_bvec helper, Christoph Hellwig
- [PATCH 06/23] nvmet: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec, Christoph Hellwig
- [PATCH 05/23] target: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec, Christoph Hellwig
- [PATCH 22/23] vringh: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 17/23] splice: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 10/23] zram: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 16/23] orangefs: use bvec_set_{page,folio} to initialize bvecs, Christoph Hellwig
- [PATCH 18/23] io_uring: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 15/23] nfs: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 12/23] ceph: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 23/23] libceph: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 14/23] coredump: use bvec_set_page to initialize a bvec, Christoph Hellwig
- [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec, Christoph Hellwig
- [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec, Christoph Hellwig
- [PATCH 13/23] cifs: use bvec_set_page to initialize bvecs, Christoph Hellwig
- [PATCH 19/23] swap: use bvec_set_page to initialize bvecs, Christoph Hellwig
- Re: add bvec initialization helpers v2, Jens Axboe
- Re: make alloc_anon_inode more useful, Jingbo Xu
- [syzbot] [ntfs3?] [btrfs?] BUG: unable to handle kernel paging request in clear_user_rep_good,
syzbot
- [PATCH v3 0/9] erofs: support page cache sharing between EROFS images in fscache mode,
Jingbo Xu
- [PATCH v2] fsdax: dax_unshare_iter() should return a valid length, Shiyang Ruan
- [PATCH] f2fs: fix cgroup writeback accounting with fs-layer encryption,
Eric Biggers
- [PATCH] ext4: fix cgroup writeback accounting with fs-layer encryption,
Eric Biggers
- [RFC PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim,
Yosry Ahmed
- [PATCH 0/5] Fix a minor POSIX conformance problem,
Matthew Wilcox (Oracle)
- [PATCH] fsdax: dax_unshare_iter() should return a valid length,
Shiyang Ruan
- [PATCH v10 0/6] Implement IOCTL to get and/or the clear info about PTEs,
Muhammad Usama Anjum
[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]