aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-02-15erofs: relinquish volume with mutex heldJingbo Xu1-1/+1
2023-02-15erofs: maintain cookies of share domain in self-contained listJingbo Xu2-24/+24
2023-02-15erofs: remove unused device mapping in meta routineJingbo Xu1-13/+4
2023-02-15erofs: remove unused EROFS_GET_BLOCKS_RAW flagJingbo Xu3-15/+11
2023-02-15erofs: make kobj_type structures constantThomas Weißschuh1-3/+3
2023-02-15erofs: add per-cpu threads for decompression as an optionSandeep Dhavale2-20/+188
2023-02-15erofs: tidy up internal.hGao Xiang1-56/+28
2023-02-15erofs: get rid of z_erofs_do_map_blocks() forward declarationGao Xiang1-123/+119
2023-02-15erofs: move zdata.h into zdata.cGao Xiang2-178/+165
2023-02-15erofs: remove tagged pointer helpersGao Xiang3-128/+6
2023-02-15erofs: avoid tagged pointers to mark sync decompressionGao Xiang2-27/+17
2023-02-15erofs: get rid of erofs_inode_datablocks()Gao Xiang2-19/+5
2023-02-15erofs: simplify iloc()Gao Xiang5-35/+25
2023-02-15erofs: get rid of debug_one_dentry()Gao Xiang1-17/+0
2023-02-15erofs: remove linux/buffer_head.h dependencyGao Xiang2-15/+6
2023-02-15erofs: clean up erofs_iget()Gao Xiang2-28/+21
2023-02-14nfs4trace: fix state manager flag printingBenjamin Coddington1-20/+22
2023-02-14NFS: Remove unnecessary check in nfs_read_folio()Trond Myklebust1-7/+1
2023-02-14NFS: Improve tracing of nfs_wb_folio()Trond Myklebust2-4/+5
2023-02-14NFS: Enable tracing of nfs_invalidate_folio() and nfs_launder_folio()Trond Myklebust2-8/+42
2023-02-14NFS: fix up nfs_release_folio() to try to release the pageTrond Myklebust1-2/+7
2023-02-14NFS: Clean up O_DIRECT request allocationTrond Myklebust2-14/+13
2023-02-14NFS: Fix up nfs_vm_page_mkwrite() for foliosTrond Myklebust1-11/+10
2023-02-14NFS: Convert nfs_write_begin/end to use foliosTrond Myklebust1-34/+41
2023-02-14NFS: Remove unused function nfs_wb_page()Trond Myklebust1-5/+0
2023-02-14NFS: Convert buffered writes to use foliosTrond Myklebust5-198/+207
2023-02-14NFS: Convert the function nfs_wb_page() to use foliosTrond Myklebust1-19/+16
2023-02-14NFS: Convert buffered reads to use foliosTrond Myklebust4-50/+96
2023-02-14NFS: Add a helper nfs_wb_folio()Trond Myklebust2-1/+14
2023-02-14NFS: Convert the remaining pagelist helper functions to support foliosTrond Myklebust1-22/+50
2023-02-14NFS: Add a helper to convert a struct nfs_page into an inodeTrond Myklebust2-5/+4
2023-02-14NFS: Fix nfs_coalesce_size() to work with foliosTrond Myklebust1-9/+19
2023-02-14NFS: Support folios in nfs_generic_pgio()Trond Myklebust2-15/+60
2023-02-14NFS: Add basic functionality for tracking folios in struct nfs_pageTrond Myklebust1-2/+3
2023-02-14NFS: Fix for xfstests generic/208Trond Myklebust1-0/+3
2023-02-14f2fs: synchronize atomic write abortsDaeho Jeong4-22/+38
2023-02-14f2fs: fix wrong segment countJaegeuk Kim1-4/+5
2023-02-14f2fs: replace si->sbi w/ sbi in stat_show()Yangtao Li1-21/+23
2023-02-14f2fs: export ipu policy in debugfsYangtao Li2-0/+25
2023-02-13mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar1-1/+1
2023-02-13mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar1-1/+1
2023-02-13mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar1-19/+21
2023-02-13Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...Linus Torvalds3-3/+8
2023-02-13ubifs: make kobj_type structures constantThomas Weißschuh1-2/+2
2023-02-13f2fs: make kobj_type structures constantThomas Weißschuh1-5/+5
2023-02-13btrfs: add an api to delete a specific entry from the lru cacheFilipe Manana2-4/+14
2023-02-13btrfs: allow a generation number to be associated with lru cache entriesFilipe Manana3-9/+20
2023-02-13btrfs: send: cache information about created directoriesFilipe Manana1-1/+40
2023-02-13btrfs: adapt lru cache to allow for 64 bits keys on 32 bits systemsFilipe Manana2-15/+84
2023-02-13btrfs: send: genericize the backref cache to allow it to be reusedFilipe Manana4-57/+167