Age | Commit message (Expand) | Author | Files | Lines |
2016-01-08 | f2fs: avoid unnecessary f2fs_balance_fs calls | Jaegeuk Kim | 6 | -29/+30 |
2016-01-08 | f2fs: check the page status filled from disk | Jaegeuk Kim | 1 | -6/+5 |
2016-01-08 | f2fs: introduce __get_node_page to reuse common code | Chao Yu | 1 | -53/+35 |
2016-01-08 | f2fs: check node id earily when readaheading node page | Chao Yu | 1 | -3/+8 |
2016-01-07 | f2fs: read isize while holding i_mutex in fiemap | Fan Li | 1 | -1/+3 |
2016-01-07 | Revert "f2fs: check the node block address of newly allocated nid" | Jaegeuk Kim | 1 | -9/+0 |
2016-01-07 | f2fs: cover more area with nat_tree_lock | Jaegeuk Kim | 1 | -17/+12 |
2016-01-04 | f2fs: introduce max_file_blocks in sbi | Chao Yu | 3 | -5/+6 |
2016-01-01 | f2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted symlink | Chao Yu | 1 | -0/+2 |
2016-01-01 | f2fs: introduce zombie list for fast shrinking extent trees | Jaegeuk Kim | 2 | -29/+23 |
2016-01-01 | f2fs: monitor zombie_tree count | Jaegeuk Kim | 2 | -3/+4 |
2016-01-01 | f2fs: use IPU for fdatasync | Jaegeuk Kim | 1 | -1/+1 |
2016-01-01 | f2fs: write pending bios when cp_error is set | Jaegeuk Kim | 3 | -3/+3 |
2015-12-31 | f2fs: remove f2fs_bug_on in terms of max_depth | Jaegeuk Kim | 1 | -2/+8 |
2015-12-30 | f2fs: fix f2fs_ioc_abort_volatile_write | Jaegeuk Kim | 1 | -3/+8 |
2015-12-30 | f2fs: fix to skip recovering dot dentries in a readonly fs | Chao Yu | 1 | -0/+7 |
2015-12-30 | f2fs: load largest extent all the time | Jaegeuk Kim | 3 | -7/+16 |
2015-12-30 | f2fs: use i_size_read to get i_size | Jaegeuk Kim | 1 | -3/+4 |
2015-12-30 | f2fs: early check broken symlink length in the encrypted case | Jaegeuk Kim | 1 | -2/+8 |
2015-12-30 | f2fs: clean up f2fs_ioc_write_checkpoint | Chao Yu | 1 | -9/+1 |
2015-12-30 | f2fs: add a max block check for get_data_block_bmap | Yunlei He | 3 | -1/+6 |
2015-12-30 | f2fs: fix bugs and simplify codes of f2fs_fiemap | Fan Li | 1 | -53/+27 |
2015-12-30 | f2fs: let user being aware of IO error | Chao Yu | 6 | -23/+32 |
2015-12-30 | f2fs: add missing f2fs_balance_fs in __recover_dot_dentries | Chao Yu | 1 | -0/+2 |
2015-12-30 | f2fs: declare static function | Jaegeuk Kim | 1 | -1/+1 |
2015-12-30 | f2fs: avoid f2fs_lock_op in f2fs_write_begin | Jaegeuk Kim | 1 | -8/+34 |
2015-12-30 | f2fs: return early when trying to read null nid | Jaegeuk Kim | 1 | -0/+4 |
2015-12-30 | f2fs: introduce prepare_write_begin to clean up | Jaegeuk Kim | 1 | -38/+54 |
2015-12-30 | f2fs: don't convert inline inode when inline_data option is disable | Chao Yu | 2 | -4/+1 |
2015-12-30 | f2fs: report error of do_checkpoint | Chao Yu | 6 | -18/+30 |
2015-12-30 | f2fs: call f2fs_balance_fs only when node was changed | Jaegeuk Kim | 3 | -21/+35 |
2015-12-30 | f2fs: reduce covered region of sbi->cp_rwsem in f2fs_map_blocks | Chao Yu | 1 | -2/+7 |
2015-12-30 | f2fs: record node block allocation in dnode_of_data | Jaegeuk Kim | 3 | -0/+7 |
2015-12-30 | f2fs: avoid unnecessary f2fs_gc for dir operations | Jaegeuk Kim | 1 | -16/+18 |
2015-12-30 | f2fs: check inline_data flag at converting time | Jaegeuk Kim | 3 | -40/+29 |
2015-12-30 | f2fs: speed up shrinking extent tree entries | Jaegeuk Kim | 3 | -1/+16 |
2015-12-22 | f2fs: use atomic variable for total_extent_tree | Jaegeuk Kim | 5 | -9/+12 |
2015-12-17 | f2fs: add a tracepoint for sync_dirty_inodes | Chao Yu | 2 | -0/+46 |
2015-12-17 | f2fs: optimize the flow of f2fs_map_blocks | Fan Li | 1 | -33/+36 |
2015-12-17 | f2fs: support data flush in background | Chao Yu | 1 | -1/+4 |
2015-12-17 | f2fs: stat dirty regular/symlink inodes | Chao Yu | 3 | -12/+14 |
2015-12-16 | f2fs: introduce new option for controlling data flush | Chao Yu | 3 | -0/+10 |
2015-12-16 | f2fs: record dirty status of regular/symlink inode | Chao Yu | 6 | -49/+58 |
2015-12-16 | f2fs: introduce __f2fs_commit_super | Chao Yu | 1 | -17/+13 |
2015-12-16 | f2fs: relocate tracepoint of write_checkpoint | Jaegeuk Kim | 1 | -1/+1 |
2015-12-16 | f2fs: don't grab super block buffer header all the time | Chao Yu | 3 | -53/+38 |
2015-12-16 | f2fs: backup raw_super in sbi | Yunlei He | 1 | -4/+15 |
2015-12-16 | f2fs: fix to reset variable correctlly | Fan Li | 1 | -7/+2 |
2015-12-16 | f2fs: introduce __remove_dirty_inode | Chao Yu | 1 | -9/+15 |
2015-12-16 | f2fs: introduce dirty list node in inode info | Chao Yu | 4 | -46/+20 |