Linux Filesystem Development
[Prev Page][Next Page]
- [PATCH v7 0/1] mm: report per-page metadata information,
Sourav Panda
- [RFC PATCH 6/7] fuse: Introduce fuse_dax_is_supported(), Mathieu Desnoyers
- [PATCH v5 00/12] Set casefold/fscrypt dentry operations through sb->s_d_op,
Gabriel Krisman Bertazi
- [PATCH v5 01/12] ovl: Reject mounting over case-insensitive directories, Gabriel Krisman Bertazi
- [PATCH v5 02/12] fscrypt: Factor out a helper to configure the lookup dentry, Gabriel Krisman Bertazi
- [PATCH v5 03/12] fscrypt: Call fscrypt_prepare_lookup_dentry on unencrypted dentries, Gabriel Krisman Bertazi
- [PATCH v5 04/12] fscrypt: Drop d_revalidate for valid dentries during lookup, Gabriel Krisman Bertazi
- [PATCH v5 05/12] fscrypt: Drop d_revalidate once the key is added, Gabriel Krisman Bertazi
- [PATCH v5 06/12] fscrypt: Ignore plaintext dentries during d_move, Gabriel Krisman Bertazi
- [PATCH v5 07/12] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops, Gabriel Krisman Bertazi
- [PATCH v5 08/12] libfs: Add helper to choose dentry operations at mount-time, Gabriel Krisman Bertazi
- [PATCH v5 09/12] ext4: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v5 10/12] f2fs: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v5 11/12] ubifs: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v5 12/12] libfs: Drop generic_set_encrypted_ci_d_ops, Gabriel Krisman Bertazi
- [PATCH v2 0/3] per-vma locks in userfaultfd,
Lokesh Gidra
- [PATCH] select: Avoid wrap-around instrumentation in do_sys_poll(),
Kees Cook
- [PATCH 1/2] ntfs3: use file_mnt_idmap helper,
Alexander Mikhalitsyn
- [RFC PATCH 0/3] 9p: Further netfslib-related changes,
David Howells
- [PATCH 0/2] netfs: Miscellaneous fixes,
David Howells
- Future of libfuse maintenance,
Nikolaus Rath
[PATCH 0/5] fs/ntfs3: Bugfix,
Konstantin Komarov
[linus:master] [vfs] 93faf426e3: stress-ng.dynlib.ops_per_sec 7.2% improvement, kernel test robot
[PATCH v3 0/5] block: remove gfp_mask for blkdev_zone_mgmt(),
Johannes Thumshirn
[PATCH rfc 0/9] mm: migrate: support poison recover from migrate folio,
Kefeng Wang
[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags,
Matthew Wilcox
[syzbot] [ext4?] [nilfs?] INFO: task hung in migrate_pages_batch,
syzbot
[PATCH AUTOSEL 6.1 13/27] 9p: Fix initialisation of netfs_inode for 9p, Sasha Levin
[PATCH AUTOSEL 6.6 15/31] 9p: Fix initialisation of netfs_inode for 9p, Sasha Levin
[PATCH AUTOSEL 6.7 18/39] 9p: Fix initialisation of netfs_inode for 9p, Sasha Levin
[RFC PATCH] mm/readahead: readahead aggressively if read drops in willneed range,
Ming Lei
[PATCH 0/3] fs/exec: remove current->in_execve flag,
Tetsuo Handa
Re: [fuse-devel] FICLONE / FICLONERANGE support,
Amir Goldstein
Identified Redundant Capability Check in File Access under /proc/sys,
孟敬姿
[viro-vfs:work.alpha 5/8] arch/alpha/kernel/io.c:655:1: error: redefinition of 'scr_memcpyw',
kernel test robot
[PATCH v2] printk: Remove redundant CONFIG_BASE_SMALL,
Yoann Congal
Re: [syzbot] [ntfs?] kernel BUG in ntfs_truncate,
syzbot
[GIT PULL] xfs: bug fixes for 6.8,
Chandan Babu R
[LSF/MM/BPF TOPIC] Memory allocation profiling, Suren Baghdasaryan
[PATCH 0/4] lockdep cmp fn conversions,
Kent Overstreet
[RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo,
Zhang Yi
- [PATCH v3 01/26] ext4: refactor ext4_da_map_blocks(), Zhang Yi
- [PATCH v3 02/26] ext4: convert to exclusive lock while inserting delalloc extents, Zhang Yi
- [PATCH v3 04/26] ext4: add a hole extent entry in cache after punch, Zhang Yi
- [PATCH v3 03/26] ext4: correct the hole length returned by ext4_map_blocks(), Zhang Yi
- [PATCH v3 05/26] ext4: make ext4_map_blocks() distinguish delalloc only extent, Zhang Yi
- [PATCH v3 06/26] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type, Zhang Yi
- [RFC PATCH v3 07/26] iomap: don't increase i_size if it's not a write operation, Zhang Yi
- [RFC PATCH v3 08/26] iomap: add pos and dirty_len into trace_iomap_writepage_map, Zhang Yi
- [RFC PATCH v3 09/26] ext4: allow inserting delalloc extents with multi-blocks, Zhang Yi
- [RFC PATCH v3 10/26] ext4: correct delalloc extent length, Zhang Yi
- [RFC PATCH v3 11/26] ext4: also mark extent as delalloc if it's been unwritten, Zhang Yi
- [RFC PATCH v3 13/26] ext4: use reserved metadata blocks when splitting extent in endio, Zhang Yi
- [RFC PATCH v3 12/26] ext4: factor out bh handles to ext4_da_get_block_prep(), Zhang Yi
- [RFC PATCH v3 14/26] ext4: factor out ext4_map_{create|query}_blocks(), Zhang Yi
- [RFC PATCH v3 15/26] ext4: introduce seq counter for extent entry, Zhang Yi
- [RFC PATCH v3 16/26] ext4: add a new iomap aops for regular file's buffered IO path, Zhang Yi
- [RFC PATCH v3 17/26] ext4: implement buffered read iomap path, Zhang Yi
- [RFC PATCH v3 18/26] ext4: implement buffered write iomap path, Zhang Yi
- [RFC PATCH v3 19/26] ext4: implement writeback iomap path, Zhang Yi
- [RFC PATCH v3 21/26] ext4: implement zero_range iomap path, Zhang Yi
- [RFC PATCH v3 20/26] ext4: implement mmap iomap path, Zhang Yi
- [RFC PATCH v3 22/26] ext4: writeback partial blocks before zero range, Zhang Yi
- [RFC PATCH v3 23/26] ext4: fall back to buffer_head path for defrag, Zhang Yi
- [RFC PATCH v3 24/26] ext4: partially enable iomap for regular file's buffered IO path, Zhang Yi
- [RFC PATCH v3 25/26] filemap: support disable large folios on active inode, Zhang Yi
- [RFC PATCH v3 26/26] ext4: enable large folio for regular file with iomap buffered IO path, Zhang Yi
- Re: [RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo, Darrick J. Wong
[PATCH v4 00/12] Set casefold/fscrypt dentry operations through sb->s_d_op,
Gabriel Krisman Bertazi
- [PATCH v4 01/12] ovl: Reject mounting over case-insensitive directories, Gabriel Krisman Bertazi
- [PATCH v4 02/12] fscrypt: Factor out a helper to configure the lookup dentry, Gabriel Krisman Bertazi
- [PATCH v4 04/12] fscrypt: Drop d_revalidate for valid dentries during lookup, Gabriel Krisman Bertazi
- [PATCH v4 03/12] fscrypt: Call fscrypt_prepare_lookup_dentry on unencrypted dentries, Gabriel Krisman Bertazi
- [PATCH v4 05/12] fscrypt: Drop d_revalidate once the key is added, Gabriel Krisman Bertazi
- [PATCH v4 07/12] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops, Gabriel Krisman Bertazi
- [PATCH v4 08/12] libfs: Add helper to choose dentry operations at mount-time, Gabriel Krisman Bertazi
- [PATCH v4 06/12] fscrypt: Ignore non-fscrypt volumes during d_move, Gabriel Krisman Bertazi
- [PATCH v4 09/12] ext4: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v4 10/12] f2fs: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v4 11/12] ubifs: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v4 12/12] libfs: Drop generic_set_encrypted_ci_d_ops, Gabriel Krisman Bertazi
[GIT PULL] bcachefs fixes for 6.8-rc2,
Kent Overstreet
[PATCH 1/5] mean and variance: Promote to lib/math,
Kent Overstreet
[PATCH 5/5] bcache: Convert to lib/time_stats, Kent Overstreet
[PATCH 4/5] time_stats: Promote to lib/, Kent Overstreet
Re: [PATCH 1/5] mean and variance: Promote to lib/math, Darrick J. Wong
[RESEND] [PATCH] eventfs: Have inodes have unique inode numbers,
Steven Rostedt
[PATCH] eventfs: Have inodes have unique inode numbers,
Steven Rostedt
[PATCH 1/3] userfaultfd: move userfaultfd_ctx struct to header file,
Lokesh Gidra
[syzbot] [ntfs?] INFO: task hung in ntfs_evict_big_inode, syzbot
[PATCH] eventfs: Give files a default of PAGE_SIZE size,
Steven Rostedt
[PATCH RESEND 0/3] Add support for tmpfs quotas,
cem
[PATCH] treewide: Change CONFIG_BASE_SMALL to bool type,
Yoann Congal
Re: [RFC v2 4/4] fs: Optimize credentials reference count for backing file ops,
Amir Goldstein
Re: [syzbot] [udf?] KASAN: use-after-free Read in crc_itu_t,
syzbot
[PATCHv4 1/1] block: introduce content activity based ioprio,
zhaoyang.huang
[PATCH] MAINTAINERS: Update sysctl tree location,
Joel Granados via B4 Relay
Re: [RFC v2 0/4] overlayfs: Optimize override/revert creds,
Amir Goldstein
[syzbot] [ext4?] general protection fault in jbd2__journal_start,
syzbot
[syzbot] [net?] [v9fs?] WARNING: refcount bug in p9_req_put (3),
syzbot
Re: [PATCHv3 1/1] block: introduce content activity based ioprio,
Zhaoyang Huang
[PATCH v2] fuse: add support for explicit export disabling,
Jingbo Xu
[PATCH net-next v3 0/3] Per epoll context busy poll support,
Joe Damato
[PATCH v3 0/4] mm/mempolicy: weighted interleave mempolicy and sysfs extension,
Gregory Price
[PATCH v2 0/5] block: remove gfp_mask for blkdev_zone_mgmt(),
Johannes Thumshirn
[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse,
Alexandru Elisei
- [PATCH RFC v3 01/35] mm: page_alloc: Add gfp_flags parameter to arch_alloc_page(), Alexandru Elisei
- [PATCH RFC v3 02/35] mm: page_alloc: Add an arch hook early in free_pages_prepare(), Alexandru Elisei
- [PATCH RFC v3 03/35] mm: page_alloc: Add an arch hook to filter MIGRATE_CMA allocations, Alexandru Elisei
- [PATCH RFC v3 04/35] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code", Alexandru Elisei
- [PATCH RFC v3 05/35] mm: cma: Don't append newline when generating CMA area name, Alexandru Elisei
- [PATCH RFC v3 06/35] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages, Alexandru Elisei
- [PATCH RFC v3 07/35] mm: cma: Add CMA_RELEASE_{SUCCESS,FAIL} events, Alexandru Elisei
- [PATCH RFC v3 08/35] mm: cma: Introduce cma_alloc_range(), Alexandru Elisei
- [PATCH RFC v3 09/35] mm: cma: Introduce cma_remove_mem(), Alexandru Elisei
- [PATCH RFC v3 10/35] mm: cma: Fast track allocating memory when the pages are free, Alexandru Elisei
- [PATCH RFC v3 11/35] mm: Allow an arch to hook into folio allocation when VMA is known, Alexandru Elisei
- [PATCH RFC v3 12/35] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore(), Alexandru Elisei
- [PATCH RFC v3 13/35] mm: memory: Introduce fault-on-access mechanism for pages, Alexandru Elisei
- [PATCH RFC v3 14/35] of: fdt: Return the region size in of_flat_dt_translate_address(), Alexandru Elisei
- [PATCH RFC v3 15/35] of: fdt: Add of_flat_read_u32(), Alexandru Elisei
- [PATCH RFC v3 16/35] KVM: arm64: Don't deny VM_PFNMAP VMAs when kvm_has_mte(), Alexandru Elisei
- [PATCH RFC v3 17/35] arm64: mte: Rework naming for tag manipulation functions, Alexandru Elisei
- [PATCH RFC v3 18/35] arm64: mte: Rename __GFP_ZEROTAGS to __GFP_TAGGED, Alexandru Elisei
- [PATCH RFC v3 19/35] arm64: mte: Discover tag storage memory, Alexandru Elisei
- [PATCH RFC v3 20/35] arm64: mte: Add tag storage memory to CMA, Alexandru Elisei
- [PATCH RFC v3 21/35] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled, Alexandru Elisei
- [PATCH RFC v3 22/35] arm64: mte: Enable tag storage if CMA areas have been activated, Alexandru Elisei
- [PATCH RFC v3 23/35] arm64: mte: Try to reserve tag storage in arch_alloc_page(), Alexandru Elisei
- [PATCH RFC v3 24/35] arm64: mte: Perform CMOs for tag blocks, Alexandru Elisei
- [PATCH RFC v3 25/35] arm64: mte: Reserve tag block for the zero page, Alexandru Elisei
- [PATCH RFC v3 26/35] arm64: mte: Use fault-on-access to reserve missing tag storage, Alexandru Elisei
- [PATCH RFC v3 27/35] arm64: mte: Handle tag storage pages mapped in an MTE VMA, Alexandru Elisei
- [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage, Alexandru Elisei
- [PATCH RFC v3 29/35] arm64: mte: copypage: Handle tag restoring when missing tag storage, Alexandru Elisei
- [PATCH RFC v3 30/35] arm64: mte: ptrace: Handle pages with missing tag storage, Alexandru Elisei
- [PATCH RFC v3 31/35] khugepaged: arm64: Don't collapse MTE enabled VMAs, Alexandru Elisei
- [PATCH RFC v3 32/35] KVM: arm64: mte: Reserve tag storage for virtual machines with MTE, Alexandru Elisei
- [PATCH RFC v3 33/35] KVM: arm64: mte: Introduce VM_MTE_KVM VMA flag, Alexandru Elisei
- [PATCH RFC v3 34/35] arm64: mte: Enable dynamic tag storage management, Alexandru Elisei
- [PATCH RFC v3 35/35] HACK! arm64: dts: Add fake tag storage to fvp-base-revc.dts, Alexandru Elisei
- Re: [PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse, Steven Rostedt
[linux-next:master] BUILD REGRESSION 01af33cc9894b4489fb68fa35c40e9fe85df63dc, kernel test robot
[PATCH 0/3] Add support for tmpfs quotas,
cem
[LSF/MM TOPIC] Making pseudo file systems inodes/dentries more like normal file systems,
Steven Rostedt
Roadmap for netfslib and local caching (cachefiles),
David Howells
[PATCH 5.10/5.15 v2 0/1 RFC] mm/truncate: fix WARNING in ext4_set_page_dirty(),
Roman Smirnov
[GIT PULL] overlayfs fixes for 6.8-rc2,
Amir Goldstein
[PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs,
Jeff Layton
- [PATCH v2 01/41] filelock: rename some fields in tracepoints, Jeff Layton
- [PATCH v2 02/41] filelock: rename fl_pid variable in lock_get_status, Jeff Layton
- [PATCH v2 05/41] nfsd: rename fl_type and fl_flags variables in nfsd4_lock, Jeff Layton
- [PATCH v2 07/41] 9p: rename fl_type variable in v9fs_file_do_lock, Jeff Layton
- [PATCH v2 09/41] filelock: drop the IS_* macros, Jeff Layton
- [PATCH v2 10/41] filelock: split common fields into struct file_lock_core, Jeff Layton
- [PATCH v2 11/41] filelock: add coccinelle scripts to move fields to struct file_lock_core, Jeff Layton
- [PATCH v2 12/41] filelock: have fs/locks.c deal with file_lock_core directly, Jeff Layton
- [PATCH v2 13/41] filelock: convert some internal functions to use file_lock_core instead, Jeff Layton
- [PATCH v2 14/41] filelock: convert more internal functions to use file_lock_core, Jeff Layton
- [PATCH v2 15/41] filelock: make posix_same_owner take file_lock_core pointers, Jeff Layton
- [PATCH v2 16/41] filelock: convert posix_owner_key to take file_lock_core arg, Jeff Layton
- [PATCH v2 17/41] filelock: make locks_{insert,delete}_global_locks take file_lock_core arg, Jeff Layton
- [PATCH v2 18/41] filelock: convert locks_{insert,delete}_global_blocked, Jeff Layton
- [PATCH v2 19/41] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core, Jeff Layton
- [PATCH v2 20/41] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core, Jeff Layton
- [PATCH v2 21/41] filelock: convert fl_blocker to file_lock_core, Jeff Layton
- [PATCH v2 06/41] lockd: rename fl_flags and fl_type variables in nlmclnt_lock, Jeff Layton
- [PATCH v2 08/41] afs: rename fl_type variable in afs_next_locker, Jeff Layton
- [PATCH v2 23/41] filelock: reorganize locks_delete_block and __locks_insert_block, Jeff Layton
- [PATCH v2 26/41] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx, Jeff Layton
- [PATCH v2 28/41] filelock: convert seqfile handling to use file_lock_core, Jeff Layton
- [PATCH v2 29/41] 9p: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 31/41] ceph: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 33/41] gfs2: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 34/41] lockd: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 36/41] nfsd: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 35/41] nfs: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 38/41] smb/client: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 39/41] smb/server: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 40/41] filelock: remove temporary compatability macros, Jeff Layton
- [PATCH v2 41/41] filelock: split leases out of struct file_lock, Jeff Layton
- [PATCH v2 32/41] dlm: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 03/41] dlm: rename fl_flags variable in dlm_posix_unlock, Jeff Layton
- [PATCH v2 27/41] filelock: convert locks_translate_pid to take file_lock_core, Jeff Layton
- [PATCH v2 04/41] nfs: rename fl_flags variable in nfs4_proc_unlck, Jeff Layton
- [PATCH v2 30/41] afs: adapt to breakup of struct file_lock, Jeff Layton
- [PATCH v2 22/41] filelock: clean up locks_delete_block internals, Jeff Layton
- [PATCH v2 24/41] filelock: make assign_type helper take a file_lock_core pointer, Jeff Layton
- [PATCH v2 25/41] filelock: convert locks_wake_up_blocks to take a file_lock_core pointer, Jeff Layton
- [PATCH v2 37/41] ocfs2: adapt to breakup of struct file_lock, Jeff Layton
- Re: [PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs, Chuck Lever
[PATCH net] tcp: add sanity checks to rx zerocopy,
Eric Dumazet
[GIT PULL] netfs fixes,
Christian Brauner
Convert write_cache_pages() to an iterator v5,
Christoph Hellwig
[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]