Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fb1de5a4c825a389f054cc3803e06116d2fbdc7e
/
fs
/
f2fs
/
f2fs.h
c5bda1c
f2fs: skip committing valid superblock
by Chao Yu
· 9 years ago
528e345
f2fs: hide common code in f2fs_replace_block
by Chao Yu
· 10 years ago
26bf3dc
f2fs crypto: use per-inode tfm structure
by Jaegeuk Kim
· 10 years ago
381722d
f2fs: introduce update_meta_page
by Chao Yu
· 10 years ago
cfc4d97
f2fs crypto: split f2fs_crypto_init/exit with two parts
by Jaegeuk Kim
· 10 years ago
8bacf6de
f2fs crypto: use slab caches
by Jaegeuk Kim
· 10 years ago
cbaf042
f2fs crypto: add symlink encryption
by Jaegeuk Kim
· 10 years ago
e7d5545
f2fs crypto: add filename encryption for roll-forward recovery
by Jaegeuk Kim
· 10 years ago
6e22c69
f2fs crypto: add filename encryption for f2fs_lookup
by Jaegeuk Kim
· 10 years ago
d8c6822
f2fs crypto: add filename encryption for f2fs_readdir
by Jaegeuk Kim
· 10 years ago
4375a33
f2fs crypto: add encryption support in read/write paths
by Jaegeuk Kim
· 10 years ago
fcc85a4
f2fs crypto: activate encryption support for fs APIs
by Jaegeuk Kim
· 10 years ago
6b3bd08
f2fs crypto: filename encryption facilities
by Jaegeuk Kim
· 10 years ago
0adda90
f2fs crypto: add encryption key management facilities
by Jaegeuk Kim
· 10 years ago
57e5055
f2fs crypto: add f2fs encryption facilities
by Jaegeuk Kim
· 10 years ago
f424f66
f2fs crypto: add encryption policy and password salt support
by Jaegeuk Kim
· 10 years ago
cde4de1
f2fs crypto: declare some definitions for f2fs encryption feature
by Jaegeuk Kim
· 10 years ago
7f63eb7
f2fs: report unwritten area in f2fs_fiemap
by Jaegeuk Kim
· 10 years ago
19f106b
f2fs: introduce f2fs_replace_block() for reuse
by Chao Yu
· 10 years ago
402f721
f2fs: remove unneeded f2fs_make_empty declaration
by Chao Yu
· 10 years ago
836b5a6
f2fs: issue discard with finally produced len and minlen
by Jaegeuk Kim
· 10 years ago
a66cdd9
f2fs: introduce discard_map for f2fs_trim_fs
by Jaegeuk Kim
· 10 years ago
43f3eae
f2fs: split find_data_page according to specific purposes
by Jaegeuk Kim
· 10 years ago
2dcf51a
f2fs: add need_dentry_mark
by Jaegeuk Kim
· 10 years ago
eaa693f
f2fs: introduce dot and dotdot name check
by Jaegeuk Kim
· 10 years ago
05ca363
f2fs: add sbi and page pointer in f2fs_io_info
by Jaegeuk Kim
· 10 years ago
01b960e
f2fs: add f2fs_may_inline_{data, dentry}
by Jaegeuk Kim
· 10 years ago
26d815ad
f2fs: introduce f2fs_commit_super
by Jaegeuk Kim
· 10 years ago
003a3e1
f2fs: add f2fs_map_blocks
by Jaegeuk Kim
· 10 years ago
76f105a
f2fs: add feature facility in superblock
by Jaegeuk Kim
· 10 years ago
b5492af7
f2fs: move existing definitions into f2fs.h
by Jaegeuk Kim
· 10 years ago
2aa7c51
f2fs: make has_fsynced_inode static
by Chao Yu
· 10 years ago
f0c9cad
f2fs: use is_valid_blkaddr to verify blkaddr for readability
by Chao Yu
· 10 years ago
5463e7c
Revert "f2fs: enhance multi-threads performance"
by Jaegeuk Kim
· 10 years ago
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
Next »