summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)Author
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28f2fs: Convert to bdev_open_by_dev/path()Jan Kara
2023-10-18f2fs: convert to new timestamp accessorsJeff Layton
2023-10-04f2fs: dynamically allocate the f2fs-shrinkerQi Zheng
2023-09-25fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers
2023-09-25fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodesEric Biggers
2023-09-24fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers
2023-09-24fscrypt: make it clearer that key_prefix is deprecatedEric Biggers
2023-09-02Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-23f2fs: compress: fix to assign compress_level for lz4 correctlyChao Yu
2023-08-14f2fs: fix to account cp stats correctlyChao Yu
2023-08-14f2fs: fix to account gc stats correctlyChao Yu
2023-08-14f2fs: Only lfs mode is allowed with zoned block device featureChunhai Guo
2023-08-14f2fs: don't reopen the main block device in f2fs_scan_devicesChristoph Hellwig
2023-08-11fs: use the super_block as holder when mounting file systemsChristoph Hellwig
2023-07-24f2fs: convert to ctime accessor functionsJeff Layton
2023-07-05Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-06-26f2fs: cleanup MIN_INLINE_XATTR_SIZESheng Yong
2023-06-26f2fs: add helper to check compression levelSheng Yong
2023-06-26f2fs: assign default compression levelJaegeuk Kim
2023-06-26f2fs: introduce F2FS_QUOTA_DEFAULT_FL for cleanupChao Yu
2023-06-12f2fs: avoid dead loop in f2fs_issue_checkpoint()Chao Yu
2023-06-12f2fs: fix to drop all dirty meta/node pages during umount()Chao Yu
2023-06-12f2fs: flush error flags in workqueueChao Yu
2023-06-12f2fs: don't reset unchangable mount option in f2fs_remount()Chao Yu
2023-06-12f2fs: fix to set noatime and immutable flag for quota fileChao Yu
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12fs: remove sb->s_modeChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-05-08f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu
2023-04-24f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim
2023-04-12f2fs: fix to recover quota data correctlyChao Yu
2023-04-12f2fs: fix to check readonly condition correctlyChao Yu
2023-04-10f2fs: use f2fs_hw_is_readonly() instead of bdev_read_only()Chao Yu
2023-04-10f2fs: set default compress option only when sb_has_compressionYangtao Li
2023-04-04f2fs: add compression feature check for all compress mount optYangtao Li
2023-03-29f2fs: fix scheduling while atomic in decompression pathJaegeuk Kim
2023-03-29f2fs: convert to use bitmap APIYangtao Li
2023-02-27Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-14f2fs: synchronize atomic write abortsDaeho Jeong
2023-02-07f2fs: stop calling fscrypt_add_test_dummy_key()Eric Biggers
2023-02-07f2fs: fix to set ipu policyYangtao Li
2023-02-05f2fs: fix f2fs_show_options to show nogc_merge mount optionYangtao Li
2023-01-31f2fs: return true if all cmd were issued or no cmd need to be issued for f2fs...Yangtao Li
2023-01-31f2fs: fix to show discard_unit mount optYangtao Li
2023-01-11f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li