summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-04-17f2fs: remove folio_detach_private() in .invalidate_folio and .release_folioChao Yu
2023-04-17f2fs: remove bulk remove_proc_entry() and unnecessary kobject_del()Yangtao Li
2023-04-13f2fs: support iopoll methodWu Bo
2023-04-13f2fs: fix to check return value of inc_valid_block_count()Chao Yu
2023-04-13f2fs: fix to check return value of f2fs_do_truncate_blocks()Chao Yu
2023-04-13f2fs: fix passing relative address when discard zonesDaeho Jeong
2023-04-12f2fs: fix potential corruption when moving a directoryJaegeuk Kim
2023-04-12f2fs: add radix_tree_preload_end in error caseYohan Joung
2023-04-12f2fs: fix to recover quota data correctlyChao Yu
2023-04-12f2fs: fix to check readonly condition correctlyChao Yu
2023-04-12f2fs: fix to keep consistent i_gc_rwsem lock orderChao Yu
2023-04-10f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu
2023-04-10f2fs: fix to avoid use-after-free for cached IPU bioChao Yu
2023-04-10f2fs: remove unneeded in-memory i_crtime copyChao Yu
2023-04-10f2fs: use f2fs_hw_is_readonly() instead of bdev_read_only()Chao Yu
2023-04-10f2fs: use common implementation of file typeWeizhao Ouyang
2023-04-10f2fs: merge lz4hc_compress_pages() to lz4_compress_pages()Yangtao Li
2023-04-10f2fs: convert to use sysfs_emitYangtao Li
2023-04-10f2fs: set default compress option only when sb_has_compressionYangtao Li
2023-04-10f2fs: Fix system crash due to lack of free space in LFSYonggil Song
2023-04-10f2fs: remove struct victim_selection default_v_opsYangtao Li
2023-04-04f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_blockJaegeuk Kim
2023-04-04f2fs: fix iostat lock protectionQilin Tan
2023-04-04f2fs: fix align check for npo2Yohan Joung
2023-04-04f2fs: add compression feature check for all compress mount optYangtao Li
2023-04-04f2fs: convert is_extension_exist() to return bool typeYangtao Li
2023-03-29f2fs: fix scheduling while atomic in decompression pathJaegeuk Kim
2023-03-29f2fs: preserve direct write semantics when buffering is forcedHans Holmberg
2023-03-29f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...Yangtao Li
2023-03-29f2fs: remove else in f2fs_write_cache_pages()Yangtao Li
2023-03-29f2fs: apply zone capacity to all zone typeJaegeuk Kim
2023-03-29f2fs: fix to handle filemap_fdatawrite() error in f2fs_ioc_decompress_file/f2...Yangtao Li
2023-03-29f2fs: convert to MAX_SBI_FLAG instead of 32 in stat_show()Yangtao Li
2023-03-29f2fs: Fix discard bug on zoned block devices with 2MiB zone sizeYonggil Song
2023-03-29f2fs: remove entire rb_entry sharingJaegeuk Kim
2023-03-29f2fs: factor out discard_cmd usage from general rb_tree useJaegeuk Kim
2023-03-29f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim
2023-03-29f2fs: fix uninitialized skipped_gc_rwsemYonggil Song
2023-03-29f2fs: handle dqget error in f2fs_transfer_project_quota()Yangtao Li
2023-03-29f2fs: convert to use bitmap APIYangtao Li
2023-03-29f2fs: export compress_percent and compress_watermark entriesYangtao Li
2023-03-29f2fs: make f2fs_sync_inode_meta() staticLi Zetao
2023-03-26Merge tag 'smb3-client-fixes-6.3-rc3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-03-25Merge tag 'xfs-6.3-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-03-25Merge tag 'xfs-6.3-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-03-24Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds
2023-03-24Merge tag '6.3-rc3-ksmbd-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-03-24xfs: fix mismerged tracepointsDarrick J. Wong
2023-03-24smb3: fix unusable share after force unmount failureSteve French
2023-03-24cifs: fix dentry lookups in directory handle cachePaulo Alcantara