summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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-121-0/+57
* f2fs: fix to check readonly condition correctlyChao Yu2023-04-121-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-291-1/+1
* f2fs: convert to use bitmap APIYangtao Li2023-03-291-8/+8
* Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-271-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-051-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-061-2/+2
* | f2fs: stop calling fscrypt_add_test_dummy_key()Eric Biggers2023-02-071-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
* f2fs: cleanup for 'f2fs_tuning_parameters' functionYuwei Guan2022-11-281-5/+3
* f2fs: fix to alloc_mode changed after remount on a small volume deviceYuwei Guan2022-11-281-2/+5
* f2fs: fix to set flush_merge opt and show noflush_mergeYangtao Li2022-11-111-2/+11
* f2fs: initialize locks earlier in f2fs_fill_super()Tetsuo Handa2022-11-111-18/+20
* f2fs: fix to avoid accessing uninitialized spinlockChao Yu2022-11-111-3/+3
* f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li2022-11-011-1/+1
* f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()Chao Yu2022-11-011-1/+1
* f2fs: add barrier mount optionYangtao Li2022-11-011-0/+7
* f2fs: support fault injection for f2fs_is_valid_blkaddr()Chao Yu2022-11-011-0/+1
* Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-101-14/+82
|\
| * f2fs: support recording errors into superblockChao Yu2022-10-041-2/+47
| * f2fs: support recording stop_checkpoint reason into super_blockChao Yu2022-10-041-0/+20
| * f2fs: increase the limit for reserve_rootJaegeuk Kim2022-09-121-2/+2
| * f2fs: complete checkpoints during remountJaegeuk Kim2022-09-121-0/+6
| * f2fs: flush pending checkpoints when freezing superJaegeuk Kim2022-09-121-3/+2
| * f2fs: use memcpy_{to,from}_page() where possibleEric Biggers2022-08-291-9/+2
| * f2fs: LFS mode does not support ATGCJaegeuk Kim2022-08-291-0/+5
* | fscrypt: work on block_devices instead of request_queuesChristoph Hellwig2022-09-211-12/+12
|/
* Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2022-08-081-31/+59
|\
| * f2fs: clean up f2fs_abort_atomic_write()Chao Yu2022-08-051-2/+1