summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-12-13f2fs: Fix spelling mistake in label: free_bio_enrty_cache -> free_bio_entry_c...Colin Ian King1-2/+2
2022-12-13f2fs: add block_age-based extent cacheJaegeuk Kim11-7/+329
2022-12-13f2fs: allocate the extent_cache by defaultJaegeuk Kim4-24/+27
2022-12-13f2fs: refactor extent_cache to support for read and moreJaegeuk Kim10-281/+434
2022-12-13f2fs: remove unnecessary __init_extent_treeJaegeuk Kim1-16/+5
2022-12-13f2fs: move internal functions into extent_cache.cJaegeuk Kim2-76/+81
2022-12-13f2fs: specify extent cache for read explicitlyJaegeuk Kim7-18/+18
2022-12-13f2fs: introduce f2fs_is_readonly() for readabilityYangtao Li2-3/+7
2022-12-13f2fs: remove F2FS_SET_FEATURE() and F2FS_CLEAR_FEATURE() macroYangtao Li1-5/+1
2022-12-12writeback: remove obsolete macro EXPIRE_DIRTY_ATIMEMiaohe Lin1-2/+0
2022-12-12writeback: Add asserts for adding freed inode to listsJan Kara1-1/+14
2022-12-12cifs: fix oops during encryptionPaulo Alcantara4-79/+140
2022-12-12cifs: print warning when conflicting soft vs. hard mount options specifiedSteve French1-3/+8
2022-12-12cifs: fix missing display of three mount optionsSteve French1-1/+7
2022-12-12cifs: fix various whitespace errors in headersSteve French2-30/+22
2022-12-12cifs: minor cleanup of some headersSteve French3-5/+8
2022-12-12ceph: try to check caps immediately after async creating finishesXiubo Li3-0/+13
2022-12-12ceph: remove useless session parameter for check_caps()Xiubo Li6-31/+22
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-3/+18
2022-12-12Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds10-26/+52
2022-12-12Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-36/+45
2022-12-12Merge tag 'pstore-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-29/+160
2022-12-12nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni1-1/+3
2022-12-12hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg3-2/+8
2022-12-12hfs: Fix OOB Write in hfs_asc2macZhangPeng1-1/+1
2022-12-12hfs: fix OOB Read in __hfs_brec_findZhangPeng1-0/+2
2022-12-12ocfs2: always read both high and low parts of dinode link countAlexey Asemov1-2/+1
2022-12-12mm: do not show fs mm pc for VM_LOCKONFAULT pagesJason A. Donenfeld1-0/+1
2022-12-12omfs: remove ->writepageChristoph Hellwig1-6/+1
2022-12-12jfs: remove ->writepageChristoph Hellwig1-6/+1
2022-12-12hpfs: remove ->writepageChristoph Hellwig1-7/+2
2022-12-12hfsplus: remove ->writepageChristoph Hellwig1-1/+1
2022-12-12hfs: remove ->writepageChristoph Hellwig1-1/+1
2022-12-12fat: remove ->writepageChristoph Hellwig1-7/+2
2022-12-12extfat: remove ->writepageChristoph Hellwig1-7/+2
2022-12-12xfs: remove restrictions for fsdax and reflinkShiyang Ruan2-8/+0
2022-12-12fsdax,xfs: port unshare to fsdaxShiyang Ruan2-2/+58
2022-12-12xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan1-2/+2
2022-12-12fsdax: dedupe: iter two files at the same timeShiyang Ruan1-8/+8
2022-12-12fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan2-13/+8
2022-12-12fsdax: zero the edges if source is HOLE or UNWRITTENShiyang Ruan1-30/+49
2022-12-12fsdax: invalidate pages when CoWShiyang Ruan1-4/+13
2022-12-12fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan1-16/+22
2022-12-12fuse: convert fuse_try_move_page() to use foliosVishal Moola (Oracle)1-27/+28
2022-12-12filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)1-1/+1
2022-12-12exfat: remove i_size_write() from __exfat_truncate()Yuezhang Mo3-7/+5
2022-12-12exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo3-4/+4
2022-12-12exfat: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo3-15/+10
2022-12-12exfat: remove unneeded codes from __exfat_rename()Yuezhang Mo1-8/+1
2022-12-12exfat: remove call ilog2() from exfat_readdir()Yuezhang Mo2-7/+12