Linux Filesystem Development
[Prev Page][Next Page]
- [PATCH v3 13/59] netfs: Add support for DIO buffering, (continued)
- [PATCH v3 13/59] netfs: Add support for DIO buffering, David Howells
- [PATCH v3 15/59] netfs: Add bounce buffering support, David Howells
- [PATCH v3 17/59] netfs: Limit subrequest by size or number of segments, David Howells
- [PATCH v3 16/59] netfs: Add func to calculate pagecount/size-limited span of an iterator, David Howells
- [PATCH v3 18/59] netfs: Export netfs_put_subrequest() and some tracepoints, David Howells
- [PATCH v3 19/59] netfs: Extend the netfs_io_*request structs to handle writes, David Howells
- [PATCH v3 20/59] netfs: Add a hook to allow tell the netfs to update its i_size, David Howells
- [PATCH v3 21/59] netfs: Make netfs_put_request() handle a NULL pointer, David Howells
- [PATCH v3 22/59] netfs: Make the refcounting of netfs_begin_read() easier to use, David Howells
- [PATCH v3 23/59] netfs: Prep to use folio->private for write grouping and streaming write, David Howells
- [PATCH v3 26/59] netfs: Make netfs_read_folio() handle streaming-write pages, David Howells
- [PATCH v3 24/59] netfs: Dispatch write requests to process a writeback slice, David Howells
- [PATCH v3 25/59] netfs: Provide func to copy data to pagecache for buffered write, David Howells
- [PATCH v3 33/59] netfs, cachefiles: Pass upper bound length to allow expansion, David Howells
- [PATCH v3 27/59] netfs: Allocate multipage folios in the writepath, David Howells
- [PATCH v3 34/59] netfs: Provide a writepages implementation, David Howells
- [PATCH v3 39/59] netfs: Support decryption on ubuffered/DIO read, David Howells
- [PATCH v3 28/59] netfs: Implement support for unbuffered/DIO read, David Howells
- [PATCH v3 37/59] netfs: Perform content encryption, David Howells
- [PATCH v3 40/59] netfs: Support encryption on Unbuffered/DIO write, David Howells
- [PATCH v3 43/59] netfs: Rearrange netfs_io_subrequest to put request pointer first, David Howells
- [PATCH v3 45/59] afs: Use the netfs write helpers, David Howells
- [PATCH v3 29/59] netfs: Implement unbuffered/DIO write support, David Howells
- [PATCH v3 44/59] netfs: Optimise away reads above the point at which there can be no data, David Howells
- [PATCH v3 46/59] 9p: Use netfslib read/write_iter, David Howells
- [PATCH v3 41/59] netfs: Provide a launder_folio implementation, David Howells
- [PATCH v3 50/59] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v3 42/59] netfs: Implement a write-through caching option, David Howells
- [PATCH v3 54/59] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c, David Howells
- [PATCH v3 38/59] netfs: Decrypt encrypted content, David Howells
- [PATCH v3 47/59] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v3 36/59] netfs: Make netfs_skip_folio_read() take account of blocksize, David Howells
- [PATCH v3 35/59] netfs: Provide minimum blocksize parameter, David Howells
- [PATCH v3 55/59] cifs: Cut over to using netfslib, David Howells
- [PATCH v3 57/59] cifs: Remove some code that's no longer used, part 2, David Howells
- [PATCH v3 30/59] netfs: Implement buffered write API, David Howells
- [PATCH v3 59/59] netfs: Eliminate PG_fscache by setting folio->private and marking dirty, David Howells
- [PATCH v3 31/59] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite(), David Howells
- [PATCH v3 32/59] netfs: Provide netfs_file_read_iter(), David Howells
- [PATCH v3 52/59] cifs: Make wait_mtu_credits take size_t args, David Howells
- [PATCH v3 53/59] cifs: Implement netfslib hooks, David Howells
- [PATCH v3 56/59] cifs: Remove some code that's no longer used, part 1, David Howells
- [PATCH v3 51/59] cifs: Use more fields from netfs_io_subrequest, David Howells
- [PATCH v3 48/59] cifs: Share server EOF pos with netfslib, David Howells
- [PATCH v3 49/59] cifs: Set zero_point in the copy_file_range() and remap_file_range(), David Howells
- [PATCH v3 58/59] cifs: Remove some code that's no longer used, part 3, David Howells
- [PATCH bpf-next 0/8] BPF token support in libbpf's BPF object,
Andrii Nakryiko
- Re: [RFC 1/3] pidfd: allow pidfd_open() on non-thread-group leaders,
Christian Brauner
- [PATCH 0/4] Prepare for fsnotify pre-content permission events,
Amir Goldstein
- [syzbot] Monthly gfs2 report (Dec 2023), syzbot
- map multiple blocks per ->map_blocks in iomap writeback,
Christoph Hellwig
- [PATCH 01/14] iomap: clear the per-folio dirty bits on all writeback failures, Christoph Hellwig
- [PATCH 02/14] iomap: treat inline data in iomap_writepage_map as an I/O error, Christoph Hellwig
- [PATCH 04/14] iomap: move the PF_MEMALLOC check to iomap_writepages, Christoph Hellwig
- [PATCH 03/14] iomap: move the io_folios field out of struct iomap_ioend, Christoph Hellwig
- [PATCH 05/14] iomap: factor out a iomap_writepage_handle_eof helper, Christoph Hellwig
- [PATCH 07/14] iomap: clean up the iomap_alloc_ioend calling convention, Christoph Hellwig
- [PATCH 06/14] iomap: move all remaining per-folio logic into iomap_writepage_map, Christoph Hellwig
- [PATCH 08/14] iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend, Christoph Hellwig
- [PATCH 09/14] iomap: don't chain bios, Christoph Hellwig
- [PATCH 10/14] iomap: only call mapping_set_error once for each failed bio, Christoph Hellwig
- [PATCH 11/14] iomap: factor out a iomap_writepage_map_block helper, Christoph Hellwig
- [PATCH 12/14] iomap: submit ioends immediately, Christoph Hellwig
- [PATCH 13/14] iomap: map multiple blocks at a time, Christoph Hellwig
- [PATCH 14/14] iomap: pass the length of the dirty region to ->map_blocks, Christoph Hellwig
- Re: map multiple blocks per ->map_blocks in iomap writeback, Christian Brauner
- Re: [PATCH] [RFC] iomap: Use FUA for pure data O_DSYNC DIO writes,
Theodore Ts'o
- [RFC PATCH 00/11] mempolicy2, mbind2, and weighted interleave,
Gregory Price
- [RFC PATCH 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface, Gregory Price
- [RFC PATCH 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse, Gregory Price
- [RFC PATCH 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving, Gregory Price
- [RFC PATCH 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies, Gregory Price
- [RFC PATCH 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use, Gregory Price
- [RFC PATCH 06/11] mm/mempolicy: allow home_node to be set by mpol_new, Gregory Price
- [RFC PATCH 07/11] mm/mempolicy: add userland mempolicy arg structure, Gregory Price
- [RFC PATCH 08/11] mm/mempolicy: add set_mempolicy2 syscall, Gregory Price
- [RFC PATCH 09/11] mm/mempolicy: add get_mempolicy2 syscall, Gregory Price
- [RFC PATCH 10/11] mm/mempolicy: add the mbind2 syscall, Gregory Price
- [RFC PATCH 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave, Gregory Price
- [PATCH RFC 3/4] dev_dax_iomap: Add dax_operations to /dev/dax struct dax_device, John Groves
- [PATCH RFC 4/4] dev_dax_iomap: Add CONFIG_DEV_DAX_IOMAP kernel build parameter, John Groves
- [PATCH RFC 2/4] dev_dax_iomap: Temporary hacks due to linkage issues, John Groves
- [PATCH RFC 1/4] dev_dax_iomap: Add add_dax_ops() func for fs-dax to provide dax holder_ops, John Groves
- [PATCH RFC 0/4] dev_dax_iomap: introduce iomap for /dev/dax, John Groves
- [PATCH] freevxfs: Convert vxfs_immed_read_folio to the new folio APIs,
Matthew Wilcox (Oracle)
- [PATCH] mm: Support order-1 folios in the page cache,
Matthew Wilcox (Oracle)
- [PATCH] gfs2: Remove use of error flag in journal reads,
Matthew Wilcox (Oracle)
- [PATCH 00/16] fs/ntfs3: Bugfix and refactoring,
Konstantin Komarovc
- [PATCH 02/16] fs/ntfs3: Modified fix directory element type detection, Konstantin Komarovc
- [PATCH 03/16] fs/ntfs3: Improve ntfs_dir_count, Konstantin Komarovc
- [PATCH 04/16] fs/ntfs3: Correct hard links updating when dealing with DOS neams, Konstantin Komarovc
- [PATCH 05/16] fs/ntfs3: Print warning while fixing hard links count, Konstantin Komarovc
- [PATCH 06/16] fs/ntfs3: Reduce stack usage, Konstantin Komarovc
- [PATCH 07/16] fs/ntfs3: Fix multithreaded stress test, Konstantin Komarovc
- [PATCH 08/16] fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name", Konstantin Komarovc
- [PATCH 09/16] fs/ntfs3: Correct use bh_read, Konstantin Komarovc
- [PATCH 10/16] fs/ntfs3: Add file_modified, Konstantin Komarovc
- [PATCH 11/16] fs/ntfs3: Drop suid and sgid bits as a part of fpunch, Konstantin Komarovc
- [PATCH 12/16] fs/ntfs3: Implement super_operations::shutdown, Konstantin Komarovc
- [PATCH 13/16] fs/ntfs3: ntfs3_forced_shutdown use int instead of bool, Konstantin Komarovc
- [PATCH 14/16] fs/ntfs3: Add and fix comments, Konstantin Komarovc
- [PATCH 01/16] fs/ntfs3: Improve alternative boot processing, Konstantin Komarovc
- [PATCH 15/16] fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame(), Konstantin Komarovc
- [PATCH 16/16] fs/ntfs3: Fix c/mtime typo, Konstantin Komarovc
- [PATCH v2 0/7] File abstractions needed by Rust Binder,
Alice Ryhl
- Issues with FIEMAP, xfstests, Samba, ksmbd and CIFS,
David Howells
- [PATCH v6 0/5] userfaultfd move option,
Suren Baghdasaryan
- [PATCH v18 00/12] Implement copy offload support,
Kanchan Joshi
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
[syzbot] Monthly hfs report (Dec 2023), syzbot
[syzbot] Monthly btrfs report (Dec 2023), syzbot
[syzbot] Monthly ntfs report (Dec 2023), syzbot
[PATCH 0/11] vfs: inode cache scalability improvements,
Dave Chinner
- [PATCH 07/11] hlist-bl: add hlist_bl_fake(), Dave Chinner
- [PATCH 06/11] vfs: factor out inode hash head calculation, Dave Chinner
- [PATCH 05/11] selinux: use dlist for isec inode list, Dave Chinner
- [PATCH 02/11] vfs: Remove unnecessary list_for_each_entry_safe() variants, Dave Chinner
- [PATCH 11/11] hlist-bl: introduced nested locking for dm-snap, Dave Chinner
- [PATCH 04/11] lib/dlock-list: Make sibling CPUs share the same linked list, Dave Chinner
- [PATCH 09/11] hash-bl: explicitly initialise hash-bl heads, Dave Chinner
- [PATCH 01/11] lib/dlock-list: Distributed and lock-protected lists, Dave Chinner
- [PATCH 10/11] list_bl: don't use bit locks for PREEMPT_RT or lockdep, Dave Chinner
- [PATCH 08/11] vfs: inode cache conversion to hash-bl, Dave Chinner
- [PATCH 03/11] vfs: Use dlock list for superblock's inode list, Dave Chinner
- Re: [PATCH 0/11] vfs: inode cache scalability improvements, Kent Overstreet
[PATCH] fs: vboxsf: fix a kernel-doc warning,
Randy Dunlap
[PATCH] ubifs: fix kernel-doc warnings,
Randy Dunlap
[PATCH] fs/hfsplus: wrapper.c: fix kernel-doc warnings,
Randy Dunlap
[PATCH] gfs2: rgrp: fix kernel-doc warnings,
Randy Dunlap
[PATCH] befs: fix datastream.c kernel-doc warnings, Randy Dunlap
[viro-vfs:carved-up-__dentry_kill 22/28] fs/dcache.c:1101:33: error: 'dentry' undeclared,
kernel test robot
[PATCH] fscrypt: move the call to fscrypt_destroy_keyring() into ->put_super(),
Eric Biggers
[PATCH v6 0/1] mm: report per-page metadata information,
Sourav Panda
[RFC] proposed libc interface and man page for listmount,
Miklos Szeredi
[PATCH v3] exfat/balloc: using hweight instead of internal logic,
John Sanpe
Re: [regressions] ntfs3: empty file on update without forced cache drop,
Linux regression tracking (Thorsten Leemhuis)
[PATCH] fs: add Jan Kara as reviewer, Christian Brauner
About the conflict between XFS inode recycle and VFS rcu-walk,
alexjlzheng
[PATCH] fs/namei: Don't update atime when some errors occur in get_link,
Hao Ge
[PATCH] fs/inode: Make relatime_need_update return bool,
Hao Ge
[PATCH v2] exfat/balloc: using hweight instead of internal logic,
John Sanpe
[PATCH] mm: filemap: Remove unnecessary ‘0’ values from ret, Li zeming
[PATCH] fs: exec: Remove unnecessary ‘NULL’ values from vma, Li kunyu
[PATCH] fs: exec: Remove unnecessary ‘NULL’ values from mm, Li kunyu
[ANNOUNCE] util-linux v2.39.3, Karel Zak
[PATCH] mm/hugetlb: have CONFIG_HUGETLB_PAGE select CONFIG_XARRAY_MULTI, Sidhartha Kumar
[PATCH] cifs: Fix non-availability of dedup breaking generic/304,
David Howells
[syzbot] Monthly reiserfs report (Dec 2023), syzbot
[syzbot] Monthly jfs report (Dec 2023), syzbot
[PATCH v2 00/18] sysctl: constify sysctl ctl_tables,
Thomas Weißschuh
- [PATCH v2 03/18] sysctl: drop sysctl_is_perm_empty_ctl_table, Thomas Weißschuh
- [PATCH v2 01/18] watchdog/core: remove sysctl handlers from public header, Thomas Weißschuh
- [PATCH v2 02/18] sysctl: delete unused define SYSCTL_PERM_EMPTY_DIR, Thomas Weißschuh
- [PATCH v2 04/18] cgroup: bpf: constify ctl_table arguments and fields, Thomas Weißschuh
- [PATCH v2 07/18] utsname: constify ctl_table arguments of utility function, Thomas Weißschuh
- [PATCH v2 10/18] sysctl: treewide: constify ctl_table_root::permissions, Thomas Weißschuh
- [PATCH v2 06/18] hugetlb: constify ctl_table arguments of utility functions, Thomas Weißschuh
- [PATCH v2 09/18] sysctl: treewide: constify ctl_table_root::set_ownership, Thomas Weißschuh
- [PATCH v2 05/18] seccomp: constify ctl_table arguments of utility functions, Thomas Weißschuh
- [PATCH v2 18/18] sysctl: constify standard sysctl tables, Thomas Weißschuh
- [PATCH v2 08/18] stackleak: don't modify ctl_table argument, Thomas Weißschuh
- [PATCH v2 13/18] sysctl: move sysctl type to ctl_table_header, Thomas Weißschuh
- [PATCH v2 11/18] sysctl: treewide: constify ctl_table_header::ctl_table_arg, Thomas Weißschuh
- [PATCH v2 16/18] const_structs.checkpatch: add ctl_table, Thomas Weißschuh
- [PATCH v2 15/18] sysctl: allow registration of const struct ctl_table, Thomas Weißschuh
- [PATCH v2 17/18] sysctl: make ctl_table sysctl_mount_point const, Thomas Weißschuh
- [PATCH v2 14/18] sysctl: move internal interfaces to const struct ctl_table, Thomas Weißschuh
- [PATCH v2 12/18] sysctl: treewide: constify the ctl_table argument of handlers, Thomas Weißschuh
- Re: [PATCH v2 00/18] sysctl: constify sysctl ctl_tables, Luis Chamberlain
- Re: [PATCH v2 00/18] sysctl: constify sysctl ctl_tables, Joel Granados
[PATCH v3 0/2] fuse: Add support for resend pending requests,
Zhao Chen
[PATCH] exfat/balloc: using hweight instead of internal logic,
John Sanpe
[PATCH 0/2 v2] Move all file-close work for nfsd into nfsd threads,
NeilBrown
Issue with 8K folio size in __filemap_get_folio(),
Viacheslav Dubeyko
Re: [syzbot] [jfs?] UBSAN: array-index-out-of-bounds in txCommit, syzbot
[syzbot] [nilfs?] WARNING in nilfs_btree_assign (2), syzbot
[syzbot] [fs?] general protection fault in pagemap_scan_hugetlb_entry,
syzbot
[PATCH 0/5] pstore: Initial use of cleanup.h,
Kees Cook
[syzbot] Monthly nilfs report (Dec 2023), syzbot
[syzbot] Monthly ntfs3 report (Dec 2023), syzbot
[PATCH] Revert "debugfs: annotate debugfs handlers vs. removal with lockdep",
Johannes Berg
[PATCH] Tried making changes,
attreyee-muk
[PATCH v4 00/46] btrfs: add fscrypt support,
Josef Bacik
- [PATCH v4 01/46] fs: move fscrypt keyring destruction to after ->put_super, Josef Bacik
- [PATCH v4 04/46] fscrypt: conditionally don't wipe mk secret until the last active user is done, Josef Bacik
- [PATCH v4 02/46] fscrypt: add per-extent encryption support, Josef Bacik
- [PATCH v4 03/46] fscrypt: add a fscrypt_inode_open helper, Josef Bacik
- [PATCH v4 05/46] blk-crypto: add a process bio callback, Josef Bacik
- [PATCH v4 06/46] fscrypt: expose fscrypt_nokey_name, Josef Bacik
- [PATCH v4 07/46] fscrypt: add documentation about extent encryption, Josef Bacik
- [PATCH v4 08/46] btrfs: add infrastructure for safe em freeing, Josef Bacik
- [PATCH v4 10/46] btrfs: disable verity on encrypted inodes, Josef Bacik
- [PATCH v4 09/46] btrfs: disable various operations on encrypted inodes, Josef Bacik
- [PATCH v4 11/46] btrfs: start using fscrypt hooks, Josef Bacik
- [PATCH v4 12/46] btrfs: add inode encryption contexts, Josef Bacik
- [PATCH v4 13/46] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag, Josef Bacik
- [PATCH v4 14/46] btrfs: adapt readdir for encrypted and nokey names, Josef Bacik
- [PATCH v4 16/46] btrfs: implement fscrypt ioctls, Josef Bacik
- [PATCH v4 15/46] btrfs: handle nokey names., Josef Bacik
- [PATCH v4 17/46] btrfs: add encryption to CONFIG_BTRFS_DEBUG, Josef Bacik
- [PATCH v4 18/46] btrfs: add get_devices hook for fscrypt, Josef Bacik
- [PATCH v4 19/46] btrfs: turn on inlinecrypt mount option for encrypt, Josef Bacik
- [PATCH v4 20/46] btrfs: set file extent encryption excplicitly, Josef Bacik
- [PATCH v4 21/46] btrfs: add fscrypt_info and encryption_type to extent_map, Josef Bacik
- [PATCH v4 22/46] btrfs: add fscrypt_info and encryption_type to ordered_extent, Josef Bacik
- [PATCH v4 23/46] btrfs: plumb through setting the fscrypt_info for ordered extents, Josef Bacik
- [PATCH v4 24/46] btrfs: plumb the fscrypt extent context through create_io_em, Josef Bacik
- [PATCH v4 26/46] btrfs: keep track of fscrypt info and orig_start for dio reads, Josef Bacik
- [PATCH v4 25/46] btrfs: populate the ordered_extent with the fscrypt context, Josef Bacik
- [PATCH v4 28/46] btrfs: explicitly track file extent length for replace and drop, Josef Bacik
- [PATCH v4 27/46] btrfs: add an optional encryption context to the end of file extents, Josef Bacik
- [PATCH v4 30/46] btrfs: pass the fscrypt_info through the replace extent infrastructure, Josef Bacik
- [PATCH v4 29/46] btrfs: pass through fscrypt_extent_info to the file extent helpers, Josef Bacik
- [PATCH v4 31/46] btrfs: implement the fscrypt extent encryption hooks, Josef Bacik
- [PATCH v4 32/46] btrfs: setup fscrypt_extent_info for new extents, Josef Bacik
- [PATCH v4 33/46] btrfs: populate ordered_extent with the orig offset, Josef Bacik
- [PATCH v4 35/46] btrfs: add a bio argument to btrfs_csum_one_bio, Josef Bacik
- [PATCH v4 36/46] btrfs: add orig_logical to btrfs_bio, Josef Bacik
- [PATCH v4 34/46] btrfs: set the bio fscrypt context when applicable, Josef Bacik
- [PATCH v4 37/46] btrfs: limit encrypted writes to 256 segments, Josef Bacik
- [PATCH v4 38/46] btrfs: implement process_bio cb for fscrypt, Josef Bacik
- [PATCH v4 40/46] btrfs: don't rewrite ret from inode_permission, Josef Bacik
- [PATCH v4 41/46] btrfs: move inode_to_path higher in backref.c, Josef Bacik
- [PATCH v4 39/46] btrfs: add test_dummy_encryption support, Josef Bacik
- [PATCH v4 42/46] btrfs: make btrfs_ref_to_path handle encrypted filenames, Josef Bacik
- [PATCH v4 43/46] btrfs: don't search back for dir inode item in INO_LOOKUP_USER, Josef Bacik
- [PATCH v4 44/46] btrfs: deal with encrypted symlinks in send, Josef Bacik
- [PATCH v4 45/46] btrfs: decrypt file names for send, Josef Bacik
- [PATCH v4 46/46] btrfs: load the inode context before sending writes, Josef Bacik
- Re: [PATCH v4 00/46] btrfs: add fscrypt support, Josef Bacik
- Re: [PATCH v4 00/46] btrfs: add fscrypt support, Eric Biggers
- Re: [PATCH v4 00/46] btrfs: add fscrypt support, Eric Biggers
[PATCH v1] mm/readahead: Do not allow order-1 folio,
Ryan Roberts
[PATCH v7 0/9] Landlock: IOCTL support,
Günther Noack
[syzbot] [btrfs?] kernel BUG in __reserve_bytes, syzbot
[PATCH] pipe: wakeup wr_wait after setting max_usage,
Christian Brauner
[PATCH 0/2] cifs: Fixes for copy_file_range() and FICLONE,
David Howells
[PATCH v7 19/23] ima: Move to LSM infrastructure,
Roberto Sassu
[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]