summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAge
* f2fs: guarantee journalled quota data by checkpointChao Yu2018-10-22
* f2fs: cleanup dirty pages if recover failedSheng Yong2018-10-22
* f2fs: spread f2fs_set_inode_flags()Chao Yu2018-10-22
* f2fs: allow to mount, if quota is failedJaegeuk Kim2018-10-16
* f2fs: checkpoint disablingDaniel Rosenberg2018-10-16
* f2fs: support superblock checksumJunling Zheng2018-09-30
* f2fs: keep lazytime on remountJaegeuk Kim2018-09-30
* f2fs: fix remount problem of option io_bitsChengguang Xu2018-09-25
* f2fs: add new idle interval timing for discard and gc pathsSahitya Tummala2018-09-19
* f2fs: split IO error injection according to RWChao Yu2018-09-12
* f2fs: add SPDX license identifiersChao Yu2018-09-12
* f2fs: surround fault_injection related option parsing using CONFIG_F2FS_FAULT...Chengguang Xu2018-09-12
* f2fs: fix to do sanity check with current segment numberChao Yu2018-09-11
* f2fs: fix memory leak of percpu counter in fill_super()Chao Yu2018-09-11
* f2fs: fix memory leak of write_io in fill_super()Chao Yu2018-09-11
* f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu2018-09-11
* f2fs: report error if quota off error during umountYunlei He2018-09-11
* Revert "f2fs: use printk_ratelimited for f2fs_msg"Chao Yu2018-09-05
* f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu2018-09-05
* Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-22
|\
| * f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim2018-08-21
| * f2fs: support fault_type mount optionChao Yu2018-08-13
| * f2fs: support discard submission error injectionChao Yu2018-08-13
| * f2fs: fix to do sanity check with inline flagsChao Yu2018-08-13
| * f2fs: fix to avoid broken of dnode block listChao Yu2018-08-10
| * f2fs: fix to do sanity check with cp_pack_start_sumChao Yu2018-08-10
| * f2fs: fix to restrict mount condition when without CONFIG_QUOTAChao Yu2018-08-01
| * f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabledSheng Yong2018-08-01
| * f2fs: quota: fix incorrect commentsSheng Yong2018-08-01
| * f2fs: quota: decrease the lock granularity of statfs_projectSheng Yong2018-08-01
| * f2fs: enable real-time discard by defaultChao Yu2018-08-01
| * f2fs: show the fsync_mode=nobarrier mount optionSahitya Tummala2018-07-28
| * f2fs: avoid the global name 'fault_name'Gao Xiang2018-07-28
| * f2fs: fix to do sanity check with user_block_countChao Yu2018-07-28
| * f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu2018-07-27
| * f2fs: fix to do sanity check with secs_per_zoneChao Yu2018-07-27
| * f2fs: fix error path of fill_superChao Yu2018-07-27
| * f2fs: relocate readdir_ra configure initializationChao Yu2018-07-27
| * f2fs: move s_res{u,g}id initialization to default_options()Chao Yu2018-07-27
| * f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim2018-07-27
| * f2fs: do checkpoint in kill_sbJaegeuk Kim2018-07-14
* | block: Define and use STAT_READ and STAT_WRITEMichael Callahan2018-07-18
|/
* treewide: Use array_size() in f2fs_kzalloc()Kees Cook2018-06-12
* treewide: Use array_size() in f2fs_kmalloc()Kees Cook2018-06-12
* Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-06-11
|\
| * f2fs: let sync node IO interrupt async oneChao Yu2018-06-04
| * f2fs: clean up symbol namespaceChao Yu2018-05-31
| * disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev2018-05-31
| * f2fs: keep migration IO order in LFS modeChao Yu2018-05-31
| * f2fs: fix to initialize i_current_depth according to inode typeChao Yu2018-05-31