summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: make exit_f2fs_fs more clearTiezhu Yang2016-05-181-5/+5
* f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim2016-05-181-3/+8
* f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim2016-05-181-2/+5
* f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim2016-05-181-1/+6
* f2fs: use percpu_counter for page countersJaegeuk Kim2016-05-181-4/+27
* f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim2016-05-181-2/+1Star
* f2fs: add fault injection to sysfsSheng Yong2016-05-171-5/+65
* f2fs: correct return value type of f2fs_fill_superSheng Yong2016-05-171-3/+3
* fscrypto/f2fs: allow fs-specific key prefix for fs encryptionJaegeuk Kim2016-05-071-0/+13
* f2fs: fix leak of orphan inode objectsJaegeuk Kim2016-05-071-1/+1
* f2fs: inject ENOSPC failuresJaegeuk Kim2016-05-071-0/+4
* f2fs: inject page allocation failuresJaegeuk Kim2016-05-071-0/+1
* f2fs: inject kmalloc failureJaegeuk Kim2016-05-071-0/+6
* f2fs: add mount option to select fault injection ratioJaegeuk Kim2016-05-071-0/+19
* f2fs: add proc entry to show valid block bitmapJaegeuk Kim2016-05-071-1/+31
* f2fs: introduce macros for proc entriesJaegeuk Kim2016-05-071-11/+14
* f2fs: treat as a normal umount when remounting roJaegeuk Kim2016-04-151-8/+10
* f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim2016-04-151-2/+12
* f2fs: recover superblock at RW remountsJaegeuk Kim2016-04-151-9/+27
* f2fs: give RO message when recovering superblockJaegeuk Kim2016-04-151-1/+4
* Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2016-04-041-38/+66
|\
| * f2fs: retrieve IO write stat from the right placeShuoran Liu2016-03-301-1/+1
| * f2fs: cover large section in sanity check of superJaegeuk Kim2016-03-281-37/+65
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* f2fs: use cryptoapi crc32 functionsKeith Mok2016-03-181-0/+13
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2016-03-181-17/+38
* f2fs: introduce f2fs_flush_merged_bios for cleanupChao Yu2016-02-261-5/+2Star
* f2fs: show more info about superblock recoveryChao Yu2016-02-231-2/+4
* f2fs: move sanity checking of cp into get_valid_checkpointShawn Lin2016-02-231-9/+1Star
* f2fs: slightly reorganize read_raw_super_blockShawn Lin2016-02-231-37/+36Star
* f2fs: introduce f2fs_journal struct to wrap journal infoChao Yu2016-02-231-1/+1
* f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu2016-02-231-1/+1
* f2fs: flush bios to handle cp_error in put_superJaegeuk Kim2016-02-231-0/+7
* f2fs: introduce lifetime write IO statisticsShuoran Liu2016-02-231-2/+37
* f2fs: export dirty_nats_ratio in sysfsChao Yu2016-02-231-0/+2
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-2/+3
* f2fs: detect idle time depending on user behaviorJaegeuk Kim2016-01-121-0/+4
* f2fs: introduce time and interval facilityJaegeuk Kim2016-01-121-4/+3Star
* f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim2016-01-081-2/+0Star
* f2fs: introduce max_file_blocks in sbiChao Yu2016-01-041-3/+4
* f2fs: add a max block check for get_data_block_bmapYunlei He2015-12-301-1/+1
* f2fs: declare static functionJaegeuk Kim2015-12-301-1/+1
* f2fs: report error of do_checkpointChao Yu2015-12-301-2/+3
* f2fs: introduce new option for controlling data flushChao Yu2015-12-161-0/+7
* f2fs: record dirty status of regular/symlink inodeChao Yu2015-12-161-2/+4
* f2fs: introduce __f2fs_commit_superChao Yu2015-12-161-17/+13Star
* f2fs: don't grab super block buffer header all the timeChao Yu2015-12-161-46/+35Star
* f2fs: backup raw_super in sbiYunlei He2015-12-161-4/+15
* f2fs: introduce dirty list node in inode infoChao Yu2015-12-151-0/+1
* f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entryChao Yu2015-12-151-1/+1