summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)Author
2016-04-15f2fs: treat as a normal umount when remounting roJaegeuk Kim
2016-04-15f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim
2016-04-15f2fs: recover superblock at RW remountsJaegeuk Kim
2016-04-15f2fs: give RO message when recovering superblockJaegeuk Kim
2016-04-04Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-30f2fs: retrieve IO write stat from the right placeShuoran Liu
2016-03-28f2fs: cover large section in sanity check of superJaegeuk Kim
2016-03-17f2fs: use cryptoapi crc32 functionsKeith Mok
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim
2016-02-26f2fs: introduce f2fs_flush_merged_bios for cleanupChao Yu
2016-02-22f2fs: show more info about superblock recoveryChao Yu
2016-02-22f2fs: move sanity checking of cp into get_valid_checkpointShawn Lin
2016-02-22f2fs: slightly reorganize read_raw_super_blockShawn Lin
2016-02-22f2fs: introduce f2fs_journal struct to wrap journal infoChao Yu
2016-02-22f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu
2016-02-22f2fs: flush bios to handle cp_error in put_superJaegeuk Kim
2016-02-22f2fs: introduce lifetime write IO statisticsShuoran Liu
2016-02-22f2fs: export dirty_nats_ratio in sysfsChao Yu
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-11f2fs: detect idle time depending on user behaviorJaegeuk Kim
2016-01-11f2fs: introduce time and interval facilityJaegeuk Kim
2016-01-08f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim
2016-01-03f2fs: introduce max_file_blocks in sbiChao Yu
2015-12-30f2fs: add a max block check for get_data_block_bmapYunlei He
2015-12-30f2fs: declare static functionJaegeuk Kim
2015-12-30f2fs: report error of do_checkpointChao Yu
2015-12-16f2fs: introduce new option for controlling data flushChao Yu
2015-12-16f2fs: record dirty status of regular/symlink inodeChao Yu
2015-12-16f2fs: introduce __f2fs_commit_superChao Yu
2015-12-16f2fs: don't grab super block buffer header all the timeChao Yu
2015-12-16f2fs: backup raw_super in sbiYunlei He
2015-12-15f2fs: introduce dirty list node in inode infoChao Yu
2015-12-15f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entryChao Yu
2015-12-14f2fs: do more integrity verification for superblockChao Yu
2015-12-09f2fs: refactor f2fs_commit_superJaegeuk Kim
2015-12-04f2fs: fix memory leak of kobject in error path of fill_superChao Yu
2015-12-04f2fs: report error of f2fs_create_root_statsChao Yu
2015-10-12f2fs: export ra_nid_pages to sysfsChao Yu
2015-10-09f2fs: introduce a periodic checkpoint flowJaegeuk Kim
2015-10-09f2fs: introduce background_gc=sync mount optionJaegeuk Kim
2015-10-09f2fs: disallow switch extent_cache option dynamicallyChao Yu
2015-09-01f2fs: upset segment_info repairYunlei He
2015-08-20f2fs: do not write any node pages related to orphan inodesJaegeuk Kim
2015-08-14f2fs: handle error of f2fs_iget correctlyChao Yu
2015-08-11f2fs: remove inmem radix treeChao Yu
2015-08-05f2fs: fix double lock in handle_failed_inodeChao Yu
2015-08-04f2fs: use extent_cache by defaultJaegeuk Kim
2015-08-04f2fs: add noextent_cache mount optionJaegeuk Kim
2015-08-04f2fs: introduce a shrinker for mounted fsJaegeuk Kim