summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-06-06ntfs: add bounds check before accessing EA entriesHyunchul Lee
2026-06-06ntfs: validate index entries on readingHyunchul Lee
2026-06-06ntfs: centalize $INDEX_ROOT header validationHyunchul Lee
2026-06-06ntfs: validate index block header more strictlyHyunchul Lee
2026-06-06ntfs: avoid heap allocation for free-cluster readahead stateDaeMyung Kang
2026-06-06ntfs: skip extent mft records in writeback to prevent deadlockHyunchul Lee
2026-06-06ntfs: only alias volume $UpCase to default on exact matchDaeMyung Kang
2026-06-06ntfs: free volume-wide resources on fill_super failureDaeMyung Kang
2026-06-05fs/read_write: Do not export __kernel_write() to the entire worldAndy Shevchenko
2026-06-05iomap: Add IOMAP_F_ZERO_TAIL flag to trace event stringsrefs/merge-window/b827c43e648e8fb7728896c0eaeb088d89b2cde9Namjae Jeon
2026-06-05iomap: introduce iomap_fsverity_write() for writing fsverity metadataAndrey Albershteyn
2026-06-05iomap: teach iomap to read files with fsverityAndrey Albershteyn
2026-06-05iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverityAndrey Albershteyn
2026-06-05fsverity: generate and store zero-block hashAndrey Albershteyn
2026-06-05iomap: introduce IOMAP_F_ZERO_TAIL flagNamjae Jeon
2026-06-05proc: protect ptrace_may_access() with exec_update_lock (FD links)Jann Horn
2026-06-05proc: protect ptrace_may_access() with exec_update_lock (part 1)Jann Horn
2026-06-05simple_lookup(): use d_splice_alias() for ->lookup() return valueAl Viro
2026-06-05ecryptfs: use d_splice_alias() for ->lookup() return valueAl Viro
2026-06-05configfs_lookup(): switch to d_splice_alias()Al Viro
2026-06-05tracefs: use d_splice_alias() in ->lookup() instancesAl Viro
2026-06-05make cursors NORCUAl Viro
2026-06-05nfs: get rid of fake root dentriesAl Viro
2026-06-05wind ->s_roots via ->d_sib instead of ->d_hashAl Viro
2026-06-05shrink_dentry_tree(): unify the calls of shrink_dentry_list()Al Viro
2026-06-05shrinking rcu_read_lock() scope in d_alloc_parallel()Al Viro
2026-06-05d_walk(): shrink rcu_read_lock() scopeAl Viro
2026-06-05document dentry_kill()Al Viro
2026-06-05adjust calling conventions of lock_for_kill(), fold __dentry_kill() into dent...Al Viro
2026-06-05Document rcu_read_lock() use in select_collect2()Al Viro
2026-06-05Shift rcu_read_{,un}lock() inside fast_dput()Al Viro
2026-06-05simplify safety for lock_for_kill() slowpathAl Viro
2026-06-05fold lock_for_kill() and __dentry_kill() into common helperAl Viro
2026-06-05fold lock_for_kill() into shrink_kill()Al Viro
2026-06-05shrink_dentry_list(): start with removing from shrink listAl Viro
2026-06-05d_prune_aliases(): make sure to skip NORCU aliasesAl Viro
2026-06-05kill d_dispose_if_unused()Al Viro
2026-06-05make to_shrink_list() return whether it has moved dentry to listAl Viro
2026-06-05select_collect(): ignore dentries on shrink lists if they have positive refco...Al Viro
2026-06-05find_acceptable_alias(): skip NORCU aliases with zero refcountAl Viro
2026-06-05fix a race between d_find_any_alias() and final dput() of NORCU dentriesAl Viro
2026-06-05alloc_path_pseudo(): make sure we don't end up with NORCU dentries for direct...Al Viro
2026-06-05VFS: use wait_var_event for waiting in d_alloc_parallel()NeilBrown
2026-06-04ocfs2: fix out-of-bounds write in ocfs2_remove_refcount_extentIan Bridges
2026-06-04ocfs2: fix race between ocfs2_control_install_private() and ocfs2_control_rel...Joseph Qi
2026-06-04ocfs2/dlm: require a ref for locking_state debugfs openZhang Cen
2026-06-04ocfs2: reject FITRIM ranges shorter than a clusterZhang Cen
2026-06-04ocfs2: validate fast symlink target during inode readZhang Cen
2026-06-04ocfs2: add journal NULL check in ocfs2_checkpoint_inode()Joseph Qi
2026-06-04ocfs2: fix buffer head management in ocfs2_read_blocks()Dmitry Antipov