summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)AuthorFilesLines
9 daysf2fs: use global inline_xattr_slab instead of per-sb slab cacheChao Yu1-9/+8
9 daysf2fs: fix to propagate error from f2fs_enable_checkpoint()Chao Yu1-9/+15
9 daysf2fs: fix to avoid updating compression context during writebackChao Yu1-0/+1
9 daysf2fs: drop inode from the donation list when the last file is closedJaegeuk Kim1-0/+1
9 daysf2fs: keep POSIX_FADV_NOREUSE rangesJaegeuk Kim1-0/+1
9 daysf2fs: fix to avoid potential deadlockChao Yu1-41/+0
9 daysf2fs: use f2fs_err_ratelimited() to avoid redundant logsChao Yu1-3/+6
9 daysf2fs: fix return value of f2fs_recover_fsync_data()Chao Yu1-5/+9
9 daysf2fs: ensure node page reads complete before f2fs_put_super() finishesJan Prusakowski1-8/+9
2025-07-06f2fs: don't over-report free space or inodes in statvfsChao Yu1-12/+18
2025-06-27f2fs: fix to set atomic write status more clearChao Yu1-1/+3
2025-06-27f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu1-0/+8
2025-06-19f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu1-2/+2
2025-04-25f2fs: fix to avoid atomicity corruption of atomic fileYeongjin Gil1-0/+4
2025-01-17f2fs: fix null-ptr-deref in f2fs_submit_page_bio()Ye Bin1-6/+6
2024-12-14f2fs: fix to drop all discards after creating snapshot on lvm deviceChao Yu1-0/+12
2024-12-09f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()Chao Yu1-6/+7
2024-10-04f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich1-2/+2
2024-10-04f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()Chao Yu1-4/+6
2024-10-04f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu1-1/+1
2024-10-04f2fs: support .shutdown in f2fs_sopsChao Yu1-0/+6
2024-07-11f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu1-7/+20
2024-06-27f2fs: don't set RO when shutting down f2fsJaegeuk Kim1-2/+8
2024-06-27f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He1-2/+0
2024-06-12f2fs: deprecate io_bitsJaegeuk Kim1-87/+1
2024-06-12f2fs: kill heap-based allocationJaegeuk Kim1-8/+1
2024-06-12f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim1-4/+4
2024-06-12f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu1-3/+8
2024-03-27f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu1-5/+0
2024-03-27f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu1-2/+8
2024-03-27quota: Properly annotate i_dquot arrays with __rcuJan Kara1-1/+1
2023-11-20f2fs: fix to drop meta_inode's page cache in f2fs_put_super()Chao Yu1-1/+1
2023-11-20f2fs: compress: fix to avoid redundant compress extensionChao Yu1-0/+33
2023-09-03Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-18/+22
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+3
2023-08-23f2fs: compress: fix to assign compress_level for lz4 correctlyChao Yu1-1/+1
2023-08-14f2fs: fix to account cp stats correctlyChao Yu1-1/+7
2023-08-14f2fs: fix to account gc stats correctlyChao Yu1-0/+1
2023-08-14f2fs: Only lfs mode is allowed with zoned block device featureChunhai Guo1-5/+5
2023-08-14f2fs: don't reopen the main block device in f2fs_scan_devicesChristoph Hellwig1-12/+8
2023-08-11fs: use the super_block as holder when mounting file systemsChristoph Hellwig1-4/+3
2023-07-24f2fs: convert to ctime accessor functionsJeff Layton1-1/+1
2023-07-06Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-38/+214
2023-06-26f2fs: cleanup MIN_INLINE_XATTR_SIZESheng Yong1-1/+1
2023-06-26f2fs: add helper to check compression levelSheng Yong1-2/+2
2023-06-26f2fs: assign default compression levelJaegeuk Kim1-5/+7
2023-06-26f2fs: introduce F2FS_QUOTA_DEFAULT_FL for cleanupChao Yu1-3/+3
2023-06-12f2fs: avoid dead loop in f2fs_issue_checkpoint()Chao Yu1-2/+13
2023-06-12f2fs: fix to drop all dirty meta/node pages during umount()Chao Yu1-2/+16
2023-06-12f2fs: flush error flags in workqueueChao Yu1-3/+23