Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ea524c7e3d3c031cf095c04bc93af42fa3d308fd
/
fs
/
f2fs
« Previous
6d20aff
f2fs: fix to call put_page at the error handling routine
by Jaegeuk Kim
· 10 years ago
92dffd0
f2fs: convert inline_data when i_size becomes large
by Jaegeuk Kim
· 10 years ago
764d2c8
f2fs: fix deadlock to grab 0'th data page
by Jaegeuk Kim
· 10 years ago
57e2a2c
f2fs: reduce the number of inline_data inode before clearing it
by Jaegeuk Kim
· 10 years ago
b7e1d80
f2fs: implement -o dirsync
by Jaegeuk Kim
· 10 years ago
510184c
f2fs: do not skip any writes under memory pressure
by Jaegeuk Kim
· 10 years ago
2f97c32
f2fs: write node pages if checkpoint is not doing
by Jaegeuk Kim
· 10 years ago
e5e7ea3
f2fs: control the memory footprint used by ino entries
by Jaegeuk Kim
· 10 years ago
8c40294
f2fs: introduce the number of inode entries
by Jaegeuk Kim
· 10 years ago
a344b9f
f2fs: disable roll-forward when active_logs = 2
by Jaegeuk Kim
· 10 years ago
d5053a34
f2fs: introduce -o fastboot for reducing booting time only
by Jaegeuk Kim
· 10 years ago
6a8f8ca
f2fs: avoid race condition in handling wait_io
by Jaegeuk Kim
· 10 years ago
adf4983
f2fs: send discard commands in larger extent
by Jaegeuk Kim
· 10 years ago
b3d208f
f2fs: revisit inline_data to avoid data races and potential bugs
by Jaegeuk Kim
· 10 years ago
1f7732f
f2fs: remove pointless bit testing in f2fs_delete_entry()
by Jan Kara
· 10 years ago
e3fb1b7
f2fs: do not discard data protected by the previous checkpoint
by Jaegeuk Kim
· 10 years ago
427a45c
f2fs: flush_dcache_page for inline data
by Jaegeuk Kim
· 10 years ago
ca4b02e
f2fs: call write_checkpoint under disabled gc
by Jaegeuk Kim
· 10 years ago
9234f31
f2fs: fix possible data corruption in f2fs_write_begin()
by Jan Kara
· 10 years ago
2cc2218
f2fs: use current_sit_addr to replace the open code
by Gu Zheng
· 10 years ago
52aca07
f2fs: rename f2fs_set/clear_bit to f2fs_test_and_set/clear_bit
by Gu Zheng
· 10 years ago
1730663
f2fs: set raw_super default to NULL to avoid compile warning
by Gu Zheng
· 10 years ago
c6ac4c0
f2fs: introduce f2fs_change_bit to simplify the change bit logic
by Gu Zheng
· 10 years ago
fa52872
f2fs: remove the redundant function cond_clear_inode_flag
by Gu Zheng
· 10 years ago
8a2d0ac
f2fs: remove the seems unneeded argument 'type' from __get_victim
by Gu Zheng
· 10 years ago
9bd27ae
f2fs: avoid returning uninitialized value to userspace from f2fs_trim_fs()
by Jan Kara
· 10 years ago
d64948a
f2fs: declare f2fs_convert_inline_dir as a static function
by Jaegeuk Kim
· 10 years ago
f1e33a0
f2fs: use kmap_atomic instead of kmap
by Jaegeuk Kim
· 10 years ago
062a3e7
f2fs: reuse make_empty_dir code for inline_dentry
by Jaegeuk Kim
· 10 years ago
7b3cd7d
f2fs: introduce f2fs_dentry_ptr structure for code clean-up
by Jaegeuk Kim
· 10 years ago
5ab1857
f2fs: should not truncate any inline_dentry
by Jaegeuk Kim
· 10 years ago
38594de
f2fs: reuse core function in f2fs_readdir for inline_dentry
by Jaegeuk Kim
· 10 years ago
e7a2bf2
f2fs: fix counting inline_data inode numbers
by Jaegeuk Kim
· 10 years ago
3289c06
f2fs: add stat info for inline_dentry inodes
by Jaegeuk Kim
· 10 years ago
bce8d11
f2fs: avoid deadlock on init_inode_metadata
by Jaegeuk Kim
· 10 years ago
59a0615
f2fs: fix to wait correct block type
by Jaegeuk Kim
· 10 years ago
4e6ebf6
f2fs: reuse find_in_block code for find_in_inline_dir
by Jaegeuk Kim
· 10 years ago
a82afa2
f2fs: reuse room_for_filename for inline dentry operation
by Jaegeuk Kim
· 10 years ago
622f28a
f2fs: enable inline dir handling
by Chao Yu
· 10 years ago
201a05b
f2fs: add key function to handle inline dir
by Chao Yu
· 10 years ago
dbeacf0
f2fs: export dir operations for inline dir
by Chao Yu
· 10 years ago
5efd3c6
f2fs: add a new mount option for inline dir
by Chao Yu
· 10 years ago
34d67de
f2fs: add infra struct and helper for inline dir
by Chao Yu
· 10 years ago
af41d3e
f2fs: avoid infinite loop at cp_error
by Jaegeuk Kim
· 10 years ago
4a257ed
f2fs: avoid build warning
by Jaegeuk Kim
· 10 years ago
13fd8f8
f2fs: fix to call f2fs_unlock_op
by Jaegeuk Kim
· 10 years ago
9ba69cf
f2fs: avoid to allocate when inline_data was written
by Jaegeuk Kim
· 10 years ago
a78186e
f2fs: use highmem for directory pages
by Jaegeuk Kim
· 10 years ago
1ce86bf
f2fs: fix race conditon on truncation with inline_data
by Jaegeuk Kim
· 10 years ago
c08a690
f2fs: should truncate any allocated block for inline_data write
by Jaegeuk Kim
· 10 years ago
cbcb287
f2fs: invalidate inmemory page
by Jaegeuk Kim
· 10 years ago
34ba94b
f2fs: do not make dirty any inmemory pages
by Jaegeuk Kim
· 10 years ago
02a1335
f2fs: support volatile operations for transient data
by Jaegeuk Kim
· 10 years ago
88b88a6
f2fs: support atomic writes
by Jaegeuk Kim
· 10 years ago
120c2cb
f2fs: remove unused return value
by Jaegeuk Kim
· 10 years ago
52656e6
f2fs: clean up f2fs_ioctl functions
by Jaegeuk Kim
· 10 years ago
8a21984
f2fs: potential shift wrapping buf in f2fs_trim_fs()
by Dan Carpenter
· 10 years ago
44c1615
f2fs: call f2fs_unlock_op after error was handled
by Jaegeuk Kim
· 10 years ago
7cd8558
f2fs: check the use of macros on block counts and addresses
by Jaegeuk Kim
· 10 years ago
309cc2b
f2fs: refactor flush_nat_entries to remove costly reorganizing ops
by Jaegeuk Kim
· 10 years ago
4b2fecc
f2fs: introduce FITRIM in f2fs_ioctl
by Jaegeuk Kim
· 10 years ago
75ab4cb
f2fs: introduce cp_control structure
by Jaegeuk Kim
· 10 years ago
95dd897
f2fs: use more free segments until SSR is activated
by Jaegeuk Kim
· 10 years ago
9b5f136
f2fs: change the ipu_policy option to enable combinations
by Jaegeuk Kim
· 10 years ago
210f41b
f2fs: fix to search whole dirty segmap when get_victim
by Chao Yu
· 10 years ago
26666c8
f2fs: fix to clean previous mount option when remount_fs
by Chao Yu
· 10 years ago
14cecc5
f2fs: skip punching hole in special condition
by Chao Yu
· 10 years ago
55cf9cb
f2fs: support large sector size
by Chao Yu
· 10 years ago
09db6a2
f2fs: fix to truncate blocks past EOF in ->setattr
by Chao Yu
· 10 years ago
976e4c5
f2fs: update i_size when __allocate_data_block
by Jaegeuk Kim
· 10 years ago
90a893c
f2fs: use MAX_BIO_BLOCKS(sbi)
by Jaegeuk Kim
· 10 years ago
c52e1b1
f2fs: remove redundant operation during roll-forward recovery
by Jaegeuk Kim
· 10 years ago
19c9c46
f2fs: do not skip latest inode information
by Jaegeuk Kim
· 10 years ago
441ac5c
f2fs: fix roll-forward missing scenarios
by Jaegeuk Kim
· 10 years ago
88bd02c
f2fs: fix conditions to remain recovery information in f2fs_sync_file
by Jaegeuk Kim
· 10 years ago
7ef35e3
f2fs: introduce a flag to represent each nat entry information
by Jaegeuk Kim
· 10 years ago
4c521f49
f2fs: use meta_inode cache to improve roll-forward speed
by Jaegeuk Kim
· 10 years ago
6097911
f2fs: fix double lock for inode page during roll-foward recovery
by Jaegeuk Kim
· 10 years ago
c6e4893
f2fs: fix a race condition in next_free_nid
by Huang Ying
· 10 years ago
7704182
f2fs: use nm_i->next_scan_nid as default for next_free_nid
by Huang Ying
· 10 years ago
c1ce1b0
f2fs: give an option to enable in-place-updates during fsync to users
by Jaegeuk Kim
· 10 years ago
a7ffdbe
f2fs: expand counting dirty pages in the inode page cache
by Jaegeuk Kim
· 10 years ago
2403c15
f2fs: remove lengthy inode->i_ino
by Jaegeuk Kim
· 10 years ago
0b4c5afde
f2fs: fix negative value for lseek offset
by Jaegeuk Kim
· 10 years ago
9a01b56
f2fs: avoid node page to be written twice in gc_node_segment
by Huang Ying
· 10 years ago
721bd4d
f2fs: use lock-less list(llist) to simplify the flush cmd management
by Gu Zheng
· 10 years ago
184a5cd
f2fs: refactor flush_sit_entries codes for reducing SIT writes
by Chao Yu
· 10 years ago
d3a14af
f2fs: remove unneeded sit_i in macro SIT_BLOCK_OFFSET/START_SEGNO
by Chao Yu
· 10 years ago
b0c44f0
f2fs: need fsck.f2fs if the recovery was failed
by Jaegeuk Kim
· 10 years ago
ec325b5
f2fs: handle bug cases by letting fsck.f2fs initiate
by Jaegeuk Kim
· 10 years ago
0579676
f2fs: add BUG cases to initiate fsck.f2fs
by Jaegeuk Kim
· 10 years ago
9850cf4
f2fs: need fsck.f2fs when f2fs_bug_on is triggered
by Jaegeuk Kim
· 10 years ago
2ae4c67
f2fs: retain inconsistency information to initiate fsck.f2fs
by Jaegeuk Kim
· 10 years ago
4081363
f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB
by Jaegeuk Kim
· 10 years ago
b73e528
f2fs: reposition unlock_new_inode to prevent accessing invalid inode
by Chao Yu
· 10 years ago
3304b56
f2fs: fix wrong casting for dentry name
by Jaegeuk Kim
· 10 years ago
922cedb
f2fs: simplify by using a literal
by Dan Carpenter
· 10 years ago
c2e6958
f2fs: truncate stale block for inline_data
by Jaegeuk Kim
· 10 years ago
b5b8220
f2fs: use macro for code readability
by Chao Yu
· 10 years ago
9d1589e
f2fs: introduce need_do_checkpoint for readability
by Chao Yu
· 10 years ago
Next »