summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-12-12f2fs: fix some format WARNING in debug.c and sysfs.cYangtao Li
2022-12-12f2fs: don't call f2fs_issue_discard_timeout() when discard_cmd_cnt is 0 in f2...Yangtao Li
2022-12-12f2fs: fix iostat parameter for discardYangtao Li
2022-12-12f2fs: Fix spelling mistake in label: free_bio_enrty_cache -> free_bio_entry_c...Colin Ian King
2022-12-12f2fs: add block_age-based extent cacheJaegeuk Kim
2022-12-12f2fs: allocate the extent_cache by defaultJaegeuk Kim
2022-12-12f2fs: refactor extent_cache to support for read and moreJaegeuk Kim
2022-12-12f2fs: remove unnecessary __init_extent_treeJaegeuk Kim
2022-12-12f2fs: move internal functions into extent_cache.cJaegeuk Kim
2022-12-12f2fs: specify extent cache for read explicitlyJaegeuk Kim
2022-12-12f2fs: introduce f2fs_is_readonly() for readabilityYangtao Li
2022-12-12f2fs: remove F2FS_SET_FEATURE() and F2FS_CLEAR_FEATURE() macroYangtao Li
2022-12-12writeback: remove obsolete macro EXPIRE_DIRTY_ATIMEfor-6.2/writeback-2022-12-12Miaohe Lin
2022-12-12writeback: Add asserts for adding freed inode to listsJan Kara
2022-12-12cifs: fix oops during encryptionPaulo Alcantara
2022-12-12cifs: print warning when conflicting soft vs. hard mount options specifiedSteve French
2022-12-12cifs: fix missing display of three mount optionsSteve French
2022-12-12cifs: fix various whitespace errors in headersSteve French
2022-12-12cifs: minor cleanup of some headersSteve French
2022-12-12ceph: try to check caps immediately after async creating finishesXiubo Li
2022-12-12ceph: remove useless session parameter for check_caps()Xiubo Li
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-12-12Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds
2022-12-12Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-12Merge tag 'pstore-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-11hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg
2022-12-11hfs: Fix OOB Write in hfs_asc2macZhangPeng
2022-12-11hfs: fix OOB Read in __hfs_brec_findZhangPeng
2022-12-11ocfs2: always read both high and low parts of dinode link countAlexey Asemov
2022-12-11mm: do not show fs mm pc for VM_LOCKONFAULT pagesJason A. Donenfeld
2022-12-11omfs: remove ->writepageChristoph Hellwig
2022-12-11jfs: remove ->writepageChristoph Hellwig
2022-12-11hpfs: remove ->writepageChristoph Hellwig
2022-12-11hfsplus: remove ->writepageChristoph Hellwig
2022-12-11hfs: remove ->writepageChristoph Hellwig
2022-12-11fat: remove ->writepageChristoph Hellwig
2022-12-11extfat: remove ->writepageChristoph Hellwig
2022-12-11xfs: remove restrictions for fsdax and reflinkShiyang Ruan
2022-12-11fsdax,xfs: port unshare to fsdaxShiyang Ruan
2022-12-11xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan
2022-12-11fsdax: dedupe: iter two files at the same timeShiyang Ruan
2022-12-11fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan
2022-12-11fsdax: zero the edges if source is HOLE or UNWRITTENShiyang Ruan
2022-12-11fsdax: invalidate pages when CoWShiyang Ruan
2022-12-11fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan
2022-12-11fuse: convert fuse_try_move_page() to use foliosVishal Moola (Oracle)
2022-12-11filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)
2022-12-12exfat: remove i_size_write() from __exfat_truncate()Yuezhang Mo
2022-12-12exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo
2022-12-12exfat: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo