summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-031-18/+22
|\
| * f2fs: compress: fix to assign compress_level for lz4 correctlyChao Yu2023-08-231-1/+1
| * f2fs: fix to account cp stats correctlyChao Yu2023-08-141-1/+7
| * f2fs: fix to account gc stats correctlyChao Yu2023-08-141-0/+1
| * f2fs: Only lfs mode is allowed with zoned block device featureChunhai Guo2023-08-141-5/+5
| * f2fs: don't reopen the main block device in f2fs_scan_devicesChristoph Hellwig2023-08-141-12/+8
* | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-4/+3
|\ \
| * | fs: use the super_block as holder when mounting file systemsChristoph Hellwig2023-08-111-4/+3
| |/
* / f2fs: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
|/
* Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-051-38/+214
|\
| * f2fs: cleanup MIN_INLINE_XATTR_SIZESheng Yong2023-06-261-1/+1
| * f2fs: add helper to check compression levelSheng Yong2023-06-261-2/+2
| * f2fs: assign default compression levelJaegeuk Kim2023-06-261-5/+7
| * f2fs: introduce F2FS_QUOTA_DEFAULT_FL for cleanupChao Yu2023-06-261-3/+3
| * f2fs: avoid dead loop in f2fs_issue_checkpoint()Chao Yu2023-06-121-2/+13
| * f2fs: fix to drop all dirty meta/node pages during umount()Chao Yu2023-06-121-2/+16
| * f2fs: flush error flags in workqueueChao Yu2023-06-121-3/+23
| * f2fs: don't reset unchangable mount option in f2fs_remount()Chao Yu2023-06-121-12/+18
| * f2fs: fix to set noatime and immutable flag for quota fileChao Yu2023-06-121-0/+9
| * f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu2023-05-081-10/+124
* | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
* | fs: remove sb->s_modeChristoph Hellwig2023-06-121-4/+6
* | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-1/+1
* | block: introduce holder opsChristoph Hellwig2023-06-051-2/+2
|/
* f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim2023-04-241-6/+2
* f2fs: fix to recover quota data correctlyChao Yu2023-04-131-0/+57
* f2fs: fix to check readonly condition correctlyChao Yu2023-04-131-1/+1
* f2fs: use f2fs_hw_is_readonly() instead of bdev_read_only()Chao Yu2023-04-101-2/+2
* f2fs: set default compress option only when sb_has_compressionYangtao Li2023-04-101-4/+6
* f2fs: add compression feature check for all compress mount optYangtao Li2023-04-041-0/+12
* f2fs: fix scheduling while atomic in decompression pathJaegeuk Kim2023-03-301-1/+1
* f2fs: convert to use bitmap APIYangtao Li2023-03-301-8/+8
* Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-281-31/+32
|\
| * f2fs: synchronize atomic write abortsDaeho Jeong2023-02-141-2/+0
| * f2fs: fix to set ipu policyYangtao Li2023-02-071-4/+11
| * f2fs: fix f2fs_show_options to show nogc_merge mount optionYangtao Li2023-02-061-0/+2
| * f2fs: return true if all cmd were issued or no cmd need to be issued for f2fs...Yangtao Li2023-01-311-4/+3
| * f2fs: fix to show discard_unit mount optYangtao Li2023-01-311-9/+9
| * f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li2023-01-111-6/+2
| * f2fs: judge whether discard_unit is section only when have CONFIG_BLK_DEV_ZONEDYangtao Li2023-01-111-6/+5
| * f2fs: introduce IS_F2FS_IPU_* macroYangtao Li2023-01-071-2/+2
* | f2fs: stop calling fscrypt_add_test_dummy_key()Eric Biggers2023-02-081-6/+0
|/
* f2fs: don't call f2fs_issue_discard_timeout() when discard_cmd_cnt is 0 in f2...Yangtao Li2022-12-121-6/+2
* f2fs: Fix spelling mistake in label: free_bio_enrty_cache -> free_bio_entry_c...Colin Ian King2022-12-121-2/+2
* f2fs: add block_age-based extent cacheJaegeuk Kim2022-12-121-0/+14
* f2fs: specify extent cache for read explicitlyJaegeuk Kim2022-12-121-6/+6
* f2fs: introduce f2fs_is_readonly() for readabilityYangtao Li2022-12-121-3/+2
* f2fs: do some cleanup for f2fs module initYangtao Li2022-12-081-6/+2
* f2fs: define MIN_DISCARD_GRANULARITY macroYangtao Li2022-11-281-1/+2
* f2fs: change type for 'sbi->readdir_ra'Yuwei Guan2022-11-281-1/+1