aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim2017-04-131-1/+1
* f2fs: avoid wrong count on dirty inodesJaegeuk Kim2017-04-131-2/+2
* f2fs: inject to produce some orphan inodesJaegeuk Kim2017-04-131-0/+1
* f2fs: remove writepages lockJaegeuk Kim2017-04-131-1/+0
* f2fs: set flush_merge by defaultJaegeuk Kim2017-04-131-0/+6
* f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2017-04-131-0/+4
* f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim2017-04-131-2/+52
* f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim2017-04-131-1/+1
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2017-04-131-6/+1
* f2fs: adjust other changesJaegeuk Kim2017-04-131-4/+3
* f2fs: make exit_f2fs_fs more clearTiezhu Yang2017-04-131-5/+5
* f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim2017-04-131-3/+8
* f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim2017-04-131-2/+4
* f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim2017-04-131-1/+6
* f2fs: use percpu_counter for page countersJaegeuk Kim2017-04-131-4/+27
* f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim2017-04-131-1/+1
* f2fs: add fault injection to sysfsSheng Yong2017-04-131-5/+67
* f2fs: correct return value type of f2fs_fill_superSheng Yong2017-04-131-3/+3
* fscrypto/f2fs: allow fs-specific key prefix for fs encryptionJaegeuk Kim2017-04-131-0/+13
* f2fs: fix leak of orphan inode objectsJaegeuk Kim2017-04-131-1/+1
* f2fs: inject ENOSPC failuresJaegeuk Kim2017-04-131-0/+4
* f2fs: inject page allocation failuresJaegeuk Kim2017-04-131-0/+1
* f2fs: inject kmalloc failureJaegeuk Kim2017-04-131-0/+6
* f2fs: add mount option to select fault injection ratioJaegeuk Kim2017-04-131-0/+19
* f2fs: add proc entry to show valid block bitmapJaegeuk Kim2017-04-131-1/+31
* f2fs: introduce macros for proc entriesJaegeuk Kim2017-04-131-11/+14
* f2fs: treat as a normal umount when remounting roJaegeuk Kim2017-04-131-8/+10
* f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim2017-04-131-2/+12
* f2fs: recover superblock at RW remountsJaegeuk Kim2017-04-131-9/+27
* f2fs: give RO message when recovering superblockJaegeuk Kim2017-04-131-1/+4
* f2fs: retrieve IO write stat from the right placeShuoran Liu2017-04-131-1/+1
* f2fs: cover large section in sanity check of superJaegeuk Kim2017-04-131-37/+65
* f2fs: use cryptoapi crc32 functionsKeith Mok2017-04-131-0/+13
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2017-04-131-16/+37
* f2fs: introduce f2fs_flush_merged_bios for cleanupChao Yu2017-04-131-5/+2
* f2fs: show more info about superblock recoveryChao Yu2017-04-131-2/+4
* f2fs: move sanity checking of cp into get_valid_checkpointShawn Lin2017-04-131-9/+1
* f2fs: slightly reorganize read_raw_super_blockShawn Lin2017-04-131-37/+36
* f2fs: introduce f2fs_journal struct to wrap journal infoChao Yu2017-04-131-1/+1
* f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu2017-04-131-1/+1
* f2fs: flush bios to handle cp_error in put_superJaegeuk Kim2017-04-131-0/+7
* f2fs: introduce lifetime write IO statisticsShuoran Liu2017-04-131-2/+37
* f2fs: export dirty_nats_ratio in sysfsChao Yu2017-04-131-0/+2
* f2fs: detect idle time depending on user behaviorJaegeuk Kim2017-04-131-0/+4
* f2fs: introduce time and interval facilityJaegeuk Kim2017-04-131-4/+3
* f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim2017-04-131-2/+0
* f2fs: introduce max_file_blocks in sbiChao Yu2017-04-131-3/+4
* f2fs: add a max block check for get_data_block_bmapYunlei He2017-04-131-1/+1
* f2fs: declare static functionJaegeuk Kim2017-04-131-1/+1
* f2fs: report error of do_checkpointChao Yu2017-04-131-2/+3