Linux Filesystem Development
[Prev Page][Next Page]
- [RESEND RFC PATCH v1 17/20] selftests/vm: add KSM prctl merge test, (continued)
- [RESEND RFC PATCH v1 17/20] selftests/vm: add KSM prctl merge test, Stefan Roesch
- [RESEND RFC PATCH v1 08/20] mm: split off pages_volatile function, Stefan Roesch
- [RESEND RFC PATCH v1 11/20] mm: calculate ksm process profit metric, Stefan Roesch
- [RESEND RFC PATCH v1 16/20] tools: add new prctl flags to prctl in tools dir, Stefan Roesch
- [RESEND RFC PATCH v1 12/20] mm: add ksm_merge_type() function, Stefan Roesch
- [RESEND RFC PATCH v1 01/20] mm: add new flag to enable ksm per process, Stefan Roesch
- [RESEND RFC PATCH v1 03/20] mm: add flag to __ksm_exit call, Stefan Roesch
- [RESEND RFC PATCH v1 09/20] mm: expose general_profit metric, Stefan Roesch
- [RESEND RFC PATCH v1 18/20] selftests/vm: add KSM get merge type test, Stefan Roesch
- [RESEND RFC PATCH v1 07/20] mm: add tracepoints to ksm, Stefan Roesch
- [RESEND RFC PATCH v1 06/20] mm: add new prctl option to get and set ksm for a process, Stefan Roesch
- [RESEND RFC PATCH v1 14/20] mm: expose ksm merge type in ksm_stat, Stefan Roesch
- [RESEND RFC PATCH v1 02/20] mm: add flag to __ksm_enter, Stefan Roesch
- Re: [RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support, David Hildenbrand
- [PATCH v8 00/10] iov_iter: Improve page extraction (pin or just list),
David Howells
- [PATCH v8 01/10] iov_iter: Define flags to qualify page extraction., David Howells
- [PATCH v8 05/10] block: Fix bio_flagged() so that gcc can better optimise it, David Howells
- [PATCH v8 04/10] iomap: don't get an reference on ZERO_PAGE for direct I/O block zeroing, David Howells
- [PATCH v8 03/10] mm: Provide a helper to drop a pin/ref on a page, David Howells
- [PATCH v8 02/10] iov_iter: Add a function to extract a page list from an iterator, David Howells
- [PATCH v8 09/10] block: convert bio_map_user_iov to use iov_iter_extract_pages, David Howells
- [PATCH v8 07/10] block: Switch to pinning pages., David Howells
- [PATCH v8 06/10] block: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning, David Howells
- [PATCH v8 08/10] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages, David Howells
- [PATCH v8 10/10] mm: Renumber FOLL_PIN and FOLL_GET down, David Howells
- Re: [PATCH v8 00/10] iov_iter: Improve page extraction (pin or just list), John Hubbard
- Re: [PATCH v8 00/10] iov_iter: Improve page extraction (pin or just list), David Hildenbrand
- Re: [PATCH v8 00/10] iov_iter: Improve page extraction (pin or just list), David Howells
- Re: [RESEND RFC PATCH v1 07/20] mm: add tracepoints to ksm, Steven Rostedt
- [PATCH v5 0/3] Checkpoint Support for Syscall User Dispatch,
Gregory Price
- Re: [GIT PULL] gfs2 writepage fix,
Linus Torvalds
- [PATCH v4 0/3] Checkpoint Support for Syscall User Dispatch,
Gregory Price
- return an ERR_PTR from __filemap_get_folio v2,
Christoph Hellwig
- consolidate btrfs checksumming, repair and bio splitting v4,
Christoph Hellwig
- [PATCH 01/34] block: export bio_split_rw, Christoph Hellwig
- [PATCH 02/34] btrfs: better document struct btrfs_bio, Christoph Hellwig
- [PATCH 05/34] btrfs: simplify btrfs_lookup_bio_sums, Christoph Hellwig
- [PATCH 07/34] btrfs: save the bio iter for checksum validation in common code, Christoph Hellwig
- [PATCH 08/34] btrfs: pre-load data checksum for reads in btrfs_submit_bio, Christoph Hellwig
- [PATCH 06/34] btrfs: slightly refactor btrfs_submit_bio, Christoph Hellwig
- [PATCH 03/34] btrfs: add a btrfs_inode pointer to struct btrfs_bio, Christoph Hellwig
- [PATCH 04/34] btrfs: remove the direct I/O read checksum lookup optimization, Christoph Hellwig
- [PATCH 09/34] btrfs: add a btrfs_data_csum_ok helper, Christoph Hellwig
- [PATCH 10/34] btrfs: handle checksum validation and repair at the storage layer, Christoph Hellwig
- [PATCH 11/34] btrfs: remove btrfs_bio_free_csum, Christoph Hellwig
- [PATCH 12/34] btrfs: remove btrfs_bio_for_each_sector, Christoph Hellwig
- [PATCH 13/34] btrfs: remove now unused checksumming helpers, Christoph Hellwig
- [PATCH 14/34] btrfs: remove the device field in struct btrfs_bio, Christoph Hellwig
- [PATCH 16/34] btrfs: rename the iter field in struct btrfs_bio, Christoph Hellwig
- [PATCH 15/34] btrfs: remove the io_failure_record infrastructure, Christoph Hellwig
- [PATCH 17/34] btrfs: remove the is_metadata flag in struct btrfs_bio, Christoph Hellwig
- [PATCH 18/34] btrfs: remove the submit_bio_start helpers, Christoph Hellwig
- [PATCH 19/34] btrfs: simplify the btrfs_csum_one_bio calling convention, Christoph Hellwig
- [PATCH 20/34] btrfs: handle checksum generation in the storage layer, Christoph Hellwig
- [PATCH 21/34] btrfs: handle recording of zoned writes in the storage layer, Christoph Hellwig
- [PATCH 31/34] btrfs: remove now spurious bio submission helpers, Christoph Hellwig
- [PATCH 22/34] btrfs: support cloned bios in btree_csum_one_bio, Christoph Hellwig
- [PATCH 29/34] btrfs: remove submit_encoded_read_bio, Christoph Hellwig
- [PATCH 23/34] btrfs: allow btrfs_submit_bio to split bios, Christoph Hellwig
- [PATCH 30/34] btrfs: remove the fs_info argument to btrfs_submit_bio, Christoph Hellwig
- [PATCH 24/34] btrfs: pass the iomap bio to btrfs_submit_bio, Christoph Hellwig
- [PATCH 26/34] btrfs: remove stripe boundary calculation for compressed I/O, Christoph Hellwig
- [PATCH 28/34] btrfs: remove struct btrfs_io_geometry, Christoph Hellwig
- [PATCH 27/34] btrfs: remove stripe boundary calculation for encoded I/O, Christoph Hellwig
- [PATCH 32/34] btrfs: calculate file system wide queue limit for zoned mode, Christoph Hellwig
- [PATCH 25/34] btrfs: remove stripe boundary calculation for buffered I/O, Christoph Hellwig
- [PATCH 34/34] iomap: remove IOMAP_F_ZONE_APPEND, Christoph Hellwig
- [PATCH 33/34] btrfs: split zone append bios in btrfs_submit_bio, Christoph Hellwig
- Re: consolidate btrfs checksumming, repair and bio splitting v4, Christoph Hellwig
- [PATCH v7 0/8] iov_iter: Improve page extraction (ref, pin or just list),
David Howells
- [PATCH v7 1/8] iov_iter: Define flags to qualify page extraction., David Howells
- [PATCH v7 3/8] mm: Provide a helper to drop a pin/ref on a page, David Howells
- [PATCH v7 4/8] block: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning, David Howells
- [PATCH v7 2/8] iov_iter: Add a function to extract a page list from an iterator, David Howells
- [PATCH v7 5/8] block: Add BIO_PAGE_PINNED, David Howells
- [PATCH v7 7/8] block: Fix bio_flagged() so that gcc can better optimise it, David Howells
- [PATCH v7 6/8] block: Make bio structs pin pages rather than ref'ing if appropriate, David Howells
- [PATCH v7 8/8] mm: Renumber FOLL_GET and FOLL_PIN down, David Howells
- Re: [PATCH v7 0/8] iov_iter: Improve page extraction (ref, pin or just list), Matthew Wilcox
- Re: [PATCH v7 0/8] iov_iter: Improve page extraction (ref, pin or just list), David Howells
- [PATCH v3 0/6] Composefs: an opportunistically sharing verified image filesystem,
Alexander Larsson
- [RFC] memcpy_from_folio(),
Matthew Wilcox
- [PATCH v3 0/3] Checkpoint Support for Syscall User Dispatch,
Gregory Price
- [PATCH] Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one",
Andreas Gruenbacher
- [bug report] iomap: write iomap validity checks,
Dan Carpenter
- [PATCH] fuse: fixes after adapting to new posix acl api,
Christian Brauner
- [PATCH] shmem: support idmapped mounts for tmpfs,
Giuseppe Scrivano
- [syzbot] [btrfs?] INFO: task hung in extent_write_cache_pages, syzbot
- [RFC PATCH RESEND 0/1] fs/namespace: defer free_mount from namespace_unlock,
Eric Chanudet
- [RFC PATCH 0/1] fs/namespace: defer free_mount from namespace_unlock,
Eric Chanudet
- [PATCH v3] fs/aio: Replace kmap{,_atomic}() with kmap_local_page(),
Fabio M. De Francesco
- [PATCH v3 0/4] fs/sysv: Replace kmap() with kmap_local_page(),
Fabio M. De Francesco
- [PATCH] iov_iter: Add a function to extract a page list from an iterator,
David Howells
- [PATCH] writeback: fix call of incorrect macro,
Maxim Korotkov
- Re: [syzbot] KASAN: slab-out-of-bounds Read in mi_find_attr,
syzbot
- [GIT PULL] zonefs fixes for 6.2-rc5,
Damien Le Moal
- [LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, an expansion plan for the storage stack test framework,
Chaitanya Kulkarni
- [PATCH v2 0/3] Checkpoint Support for Syscall User Dispatch,
Gregory Price
- [ANNOUNCE] xfs-linux: iomap-for-next updated to 471859f57d42,
Darrick J. Wong
- remove most callers of write_one_page v3,
Christoph Hellwig
- [PATCH 1/2] fs/aio: Use kmap_local() instead of kmap(),
Kent Overstreet
- [GIT PULL] AFFS fix for 6.2,
David Sterba
- [syzbot] general protection fault in s_show, syzbot
- [PATCH linux-next v4] swap_state: update shadow_nodes for anonymous page, yang.yang29
- return an ERR_PTR from __filemap_get_folio,
Christoph Hellwig
- [syzbot] [hfsplus?] kernel BUG in hfsplus_bnode_put,
syzbot
- [PATCH v6 0/3] fanotify: Allow user space to pass back additional audit info,
Richard Guy Briggs
- Locking issue with directory renames,
Jan Kara
- [PATCH] dax: use switch statement over chained ifs,
Amy Parker
- [PATCH] MAINTAINERS: update fscrypt git repo,
Eric Biggers
- [PATCH] MAINTAINERS: update fsverity git repo, list, and patchwork,
Eric Biggers
- [PATCH v6 00/34] iov_iter: Improve page extraction (ref, pin or just list),
David Howells
- [PATCH v6 01/34] vfs: Unconditionally set IOCB_WRITE in call_write_iter(), David Howells
- [PATCH v6 03/34] iov_iter: Pass I/O direction into iov_iter_get_pages*(), David Howells
- [PATCH v6 05/34] iov_iter: Change the direction macros into an enum, David Howells
- [PATCH v6 06/34] iov_iter: Use the direction in the iterator functions, David Howells
- [PATCH v6 02/34] iov_iter: Use IOCB/IOMAP_WRITE/op_is_write rather than iterator direction, David Howells
- [PATCH v6 07/34] iov_iter: Add a function to extract a page list from an iterator, David Howells
- [PATCH v6 04/34] iov_iter: Remove iov_iter_get_pages2/pages_alloc2(), David Howells
- [PATCH v6 08/34] mm: Provide a helper to drop a pin/ref on a page, David Howells
- [PATCH v6 10/34] mm, block: Make BIO_PAGE_REFFED/PINNED the same as FOLL_GET/PIN numerically, David Howells
- [PATCH v6 09/34] bio: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning, David Howells
- [PATCH v6 11/34] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate, David Howells
- [PATCH v6 12/34] bio: Fix bio_flagged() so that gcc can better optimise it, David Howells
- [PATCH v6 13/34] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator, David Howells
- [PATCH v6 14/34] netfs: Add a function to extract an iterator into a scatterlist, David Howells
- [PATCH v6 15/34] af_alg: Pin pages rather than ref'ing if appropriate, David Howells
- [PATCH v6 16/34] af_alg: [RFC] Use netfs_extract_iter_to_sg() to create scatterlists, David Howells
- [PATCH v6 19/34] fuse: Pin pages rather than ref'ing if appropriate, David Howells
- [PATCH v6 17/34] scsi: [RFC] Use netfs_extract_iter_to_sg(), David Howells
- [PATCH v6 18/34] dio: Pin pages rather than ref'ing if appropriate, David Howells
- [PATCH v6 21/34] 9p: Pin pages rather than ref'ing if appropriate, David Howells
- [PATCH v6 20/34] vfs: Make splice use iov_iter_extract_pages(), David Howells
- [PATCH v6 23/34] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE, David Howells
- [PATCH v6 22/34] nfs: Pin pages rather than ref'ing if appropriate, David Howells
- [PATCH v6 24/34] cifs: Add a function to build an RDMA SGE list from an iterator, David Howells
- [PATCH v6 25/34] cifs: Add a function to Hash the contents of an iterator, David Howells
- [PATCH v6 26/34] cifs: Add some helper functions, David Howells
- [PATCH v6 27/34] cifs: Add a function to read into an iter from a socket, David Howells
- [PATCH v6 28/34] cifs: Change the I/O paths to use an iterator rather than a page list, David Howells
- [PATCH v6 31/34] cifs: Fix problem with encrypted RDMA data read, David Howells
- [PATCH v6 30/34] cifs: Remove unused code, David Howells
- [PATCH v6 29/34] cifs: Build the RDMA SGE list directly from an iterator, David Howells
- [PATCH v6 33/34] net: [RFC][WIP] Mark each skb_frags as to how they should be cleaned up, David Howells
- [PATCH v6 34/34] net: [RFC][WIP] Make __zerocopy_sg_from_iter() correctly pin or leave pages unref'd, David Howells
- [PATCH v6 32/34] cifs: DIO to/from KVEC-type iterators should now work, David Howells
- Re: [PATCH v6 00/34] iov_iter: Improve page extraction (ref, pin or just list), Christoph Hellwig
- Re: [PATCH v6 09/34] bio: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning, David Howells
- [syzbot] KASAN: use-after-free Read in pipe_release (2), syzbot
- [PATCH v2 1/2] capability: add cap_isidentical,
Mateusz Guzik
- [PATCH] fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected,
Jann Horn
- Is there a reason why REQ_OP_READ has to be 0?,
David Howells
- [syzbot] [hfs?] INFO: task hung in hfs_mdb_commit,
syzbot
- [syzbot] KASAN: use-after-free Read in fuse_dev_poll,
syzbot
- btrfs mount failure with context option and latest mount command,
Shinichiro Kawasaki
- remove most callers of write_one_page,
Christoph Hellwig
- [PATCH v3 0/8] ext4: Convert inode preallocation list to an rbtree,
Ojaswin Mujoo
[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]