summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-05pidfs: use private inode slab cacheChristian Brauner
2025-03-05pidfs: move setting flags into pidfs_alloc_file()Christian Brauner
2025-03-05pidfs: switch to copy_struct_to_user()Christian Brauner
2025-03-05fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folioMatthew Wilcox (Oracle)
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown
2025-03-05nfs: change mkdir inode_operation to return alternate dentry if needed.NeilBrown
2025-03-05fuse: return correct dentry for ->mkdirNeilBrown
2025-03-05ceph: Fix error handling in fill_readdir_cache()Matthew Wilcox (Oracle)
2025-03-04fs/pipe: Read pipe->{head,tail} atomically outside pipe->mutexLinus Torvalds
2025-03-04f2fs: Add f2fs_find_data_folio()Matthew Wilcox (Oracle)
2025-03-04f2fs: Convert gc_data_segment() to use a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Convert truncate_partial_data_page() to use a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Convert move_data_page() to use a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Add f2fs_get_lock_data_folio()Matthew Wilcox (Oracle)
2025-03-04f2fs: Add f2fs_get_read_data_folio()Matthew Wilcox (Oracle)
2025-03-04f2fs: Hoist the page_folio() call to the start of f2fs_merge_page_bio()Matthew Wilcox (Oracle)
2025-03-04f2fs: Use a folio throughout __get_meta_page()Matthew Wilcox (Oracle)
2025-03-04f2fs: Use a folio throughout f2fs_truncate_inode_blocks()Matthew Wilcox (Oracle)
2025-03-04f2fs: Add f2fs_get_node_folio()Matthew Wilcox (Oracle)
2025-03-04f2fs: Convert f2fs_in_warm_node_list() to take a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Mark some functions as taking a const page pointerMatthew Wilcox (Oracle)
2025-03-04f2fs: Convert f2fs_write_end_io() to use a folio_iterMatthew Wilcox (Oracle)
2025-03-04f2fs: Use a folio in do_write_page()Matthew Wilcox (Oracle)
2025-03-04f2fs: Use a folio in __get_node_page()Matthew Wilcox (Oracle)
2025-03-04f2fs: Add f2fs_grab_cache_folio()Matthew Wilcox (Oracle)
2025-03-04f2fs: Return a folio from last_fsync_dnode()Matthew Wilcox (Oracle)
2025-03-04f2fs: Convert last_fsync_dnode() to use a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Convert f2fs_fsync_node_pages() to use a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Pass a folio to flush_dirty_inode()Matthew Wilcox (Oracle)
2025-03-04f2fs: Convert f2fs_sync_node_pages() to use a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Convert f2fs_flush_inline_data() to use a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Add f2fs_folio_put()Matthew Wilcox (Oracle)
2025-03-04f2fs: Add f2fs_folio_wait_writeback()Matthew Wilcox (Oracle)
2025-03-04pipe: cache 2 pages instead of 1Mateusz Guzik
2025-03-04pipe: drop an always true check in anon_pipe_write()Mateusz Guzik
2025-03-04mount: handle mount propagation for detached mount treesChristian Brauner
2025-03-04fs: namespace: fix uninitialized variable useArnd Bergmann
2025-03-04fs: allow creating detached mounts from fsmount() file descriptorsChristian Brauner
2025-03-04fs: mount detached mounts onto detached mountsChristian Brauner
2025-03-04fs: support getname_maybe_null() in move_mount()Christian Brauner
2025-03-04fs: create detached mounts from detached mountsChristian Brauner
2025-03-04fs: add may_copy_tree()Christian Brauner
2025-03-04fs: add fastpath for dissolve_on_fput()Christian Brauner
2025-03-04fs: add assert for move_mount()Christian Brauner
2025-03-04fs: add mnt_ns_empty() helperChristian Brauner
2025-03-04fs: record sequence number of origin mount namespaceChristian Brauner
2025-03-04f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks()Chao Yu
2025-03-04f2fs: fix to call f2fs_recover_quota_end() correctlyChao Yu
2025-03-04f2fs: fix potential deadloop in prepare_compress_overwrite()Chao Yu
2025-03-03Merge tag 'affs-6.14-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds