Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ea015218f2f7ace2dad9cedd21ed95bdba2886d7
/
fs
/
f2fs
/
f2fs.h
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
1002755
f2fs: pass checkpoint reason on roll-forward recovery
by Jaegeuk Kim
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
510022a
f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries
by Jaegeuk Kim
· 10 years ago
0bdee48
f2fs: preserve extent info for extent cache
by Chao Yu
· 10 years ago
028a41e
f2fs: initialize extent tree with on-disk extent info of inode
by Chao Yu
· 10 years ago
216a620
f2fs: split set_data_blkaddr from f2fs_update_extent_cache
by Chao Yu
· 10 years ago
8ce67cb
f2fs: add some tracepoints to debug volatile and atomic writes
by Jaegeuk Kim
· 10 years ago
3c6c2be
f2fs: avoid punch_hole overhead when releasing volatile data
by Jaegeuk Kim
· 10 years ago
78373b7
f2fs: enhance multi-threads performance
by Jaegeuk Kim
· 10 years ago
0bfcfcc
f2fs: fix to truncate inline data past EOF
by Chao Yu
· 10 years ago
e123598
f2fs: add stat info for moved blocks by background gc
by Changman Lee
· 10 years ago
5514148
f2fs: introduce macro __cp_payload
by Wanpeng Li
· 10 years ago
1abff93
f2fs: support fs shutdown
by Jaegeuk Kim
· 10 years ago
62c8af6
f2fs: support fast lookup in extent cache
by Chao Yu
· 10 years ago
4bf6fd9
f2fs: show extent tree, node stat info in debugfs
by Chao Yu
· 10 years ago
8967215
f2fs: add a mount option for rb-tree extent cache
by Chao Yu
· 10 years ago
429511c
f2fs: add core functions for rb-tree extent cache
by Chao Yu
· 10 years ago
13054c5
f2fs: introduce infra macro and data structure of rb-tree extent cache
by Chao Yu
· 10 years ago
7e4dde7
f2fs: introduce universal lookup/update interface for extent cache
by Chao Yu
· 10 years ago
4d0b0bd
f2fs: simplfy a field name in struct f2fs_extent,extent_info
by Chao Yu
· 10 years ago
0c872e2
f2fs: move ext_lock out of struct extent_info
by Chao Yu
· 10 years ago
3b4d732
f2fs: introduce f2fs_update_dentry to clean up duplicated codes
by Chao Yu
· 10 years ago
1753396
f2fs: remove unused inline_dentry_addr
by Chao Yu
· 10 years ago
29e7043
f2fs: fix sparse warnings
by Jaegeuk Kim
· 10 years ago
bba681c
f2fs: introduce a batched trim
by Jaegeuk Kim
· 10 years ago
487261f
f2fs: merge {invalidate,release}page for meta/node/data pages
by Chao Yu
· 10 years ago
d24bdcb
f2fs: show the number of writeback pages in stat
by Jaegeuk Kim
· 10 years ago
119ee91
f2fs: split UMOUNT and FASTBOOT flags
by Jaegeuk Kim
· 10 years ago
caf0047
f2fs: merge flags in struct f2fs_sb_info
by Chao Yu
· 10 years ago
feeb0de
f2fs: make truncate_inline_date static
by Chao Yu
· 10 years ago
d49f3e8
f2fs: add F2FS_IOC_GETVERSION support
by Chao Yu
· 10 years ago
30a5537
f2fs: trigger correct checkpoint during umount
by Jaegeuk Kim
· 10 years ago
6f0aacb
f2fs: update memory footprint information
by Jaegeuk Kim
· 10 years ago
dd4e4b5
f2fs: add nat/sit entries into status
by Jaegeuk Kim
· 10 years ago
38aa088
f2fs: align direct_io'ed data to section
by Jaegeuk Kim
· 10 years ago
e1509cf
f2fs: clean up to remove parameter
by Jaegeuk Kim
· 10 years ago
0629207
f2fs: reuse inode_entry_slab in gc procedure for using slab more effectively
by Chao Yu
· 10 years ago
b9a2c25
f2fs: add block count by in-place-update in stat info
by Changman Lee
· 10 years ago
cf04e8e
f2fs: use f2fs_io_info to clean up messy parameters during IO path
by Jaegeuk Kim
· 10 years ago
3fa06d7
f2fs: readahead contiguous current summary blocks in checkpoint
by Chao Yu
· 10 years ago
042b781
f2fs: remove unnecessary call to invalidate inmemory pages
by Jaegeuk Kim
· 10 years ago
1e84371
f2fs: change atomic and volatile write policies
by Jaegeuk Kim
· 10 years ago
635aee1
f2fs: avoid to ra unneeded blocks in recover flow
by Chao Yu
· 10 years ago
03e14d5
f2fs: use atomic for counting inode with inline_{dir,inode} flag
by Chao Yu
· 10 years ago
8dcf2ff7
f2fs: count the number of inmemory pages
by Jaegeuk Kim
· 10 years ago
9be32d7
f2fs: do retry operations with cond_resched
by Jaegeuk Kim
· 10 years ago
8b26ef9
f2fs: use rw_semaphore for nat entry lock
by Jaegeuk Kim
· 10 years ago
9486ba442
f2fs: introduce f2fs_dentry_kunmap to clean up
by Jaegeuk Kim
· 10 years ago
6729880
f2fs: introduce struct inode_management to wrap inner fields
by Chao Yu
· 10 years ago
8c40294
f2fs: introduce the number of inode entries
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
b3d208f
f2fs: revisit inline_data to avoid data races and potential bugs
by Jaegeuk Kim
· 10 years ago
52aca07
f2fs: rename f2fs_set/clear_bit to f2fs_test_and_set/clear_bit
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
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
38594de
f2fs: reuse core function in f2fs_readdir for inline_dentry
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
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
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
34d67de
f2fs: add infra struct and helper for inline dir
by Chao Yu
· 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
44c1615
f2fs: call f2fs_unlock_op after error was handled
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
c52e1b1
f2fs: remove redundant operation during roll-forward recovery
by Jaegeuk Kim
· 10 years ago
88bd02c
f2fs: fix conditions to remain recovery information in f2fs_sync_file
by Jaegeuk Kim
· 10 years ago
4c521f49
f2fs: use meta_inode cache to improve roll-forward speed
by Jaegeuk Kim
· 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
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
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
202095a
f2fs: remove rewrite_node_page
by Jaegeuk Kim
· 10 years ago
764aa3e
f2fs: avoid double lock in truncate_blocks
by Jaegeuk Kim
· 10 years ago
b3fe0a0
f2fs: add WARN_ON in f2fs_bug_on
by Jaegeuk Kim
· 10 years ago
1e968fd
f2fs: introduce f2fs_cp_error for readability
by Jaegeuk Kim
· 10 years ago
6f12ac2
f2fs: trigger release_dirty_inode in f2fs_put_super
by Jaegeuk Kim
· 10 years ago
1c35a90
f2fs: fix to recover inline_xattr/data and blocks
by Jaegeuk Kim
· 10 years ago
0342fd3
f2fs: make clear on test condition and return types
by Jaegeuk Kim
· 10 years ago
b067ba1
f2fs: should convert inline_data during the mkwrite
by Jaegeuk Kim
· 10 years ago
e1c4204
f2fs: fix typo
by arter97
· 10 years ago
70cfed8
f2fs: avoid skipping recover_inline_xattr after recover_inline_data
by Chao Yu
· 10 years ago
b3582c6
f2fs: reduce competition among node page writes
by Chao Yu
· 10 years ago
65b85cc
f2fs: fix coding style
by Jaegeuk Kim
· 10 years ago
cf2271e
f2fs: avoid retrying wrong recovery routine when error was occurred
by Jaegeuk Kim
· 10 years ago
61e0f2d
f2fs: test before set/clear bits
by Jaegeuk Kim
· 10 years ago
ea1aa12
f2fs: enable in-place-update for fdatasync
by Jaegeuk Kim
· 10 years ago
Next »