Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
206d6c5dfc5764fd6849b0ca276424ad2f624740
/
fs
/
f2fs
/
inode.c
0b81d07
fs crypto: move per-file encryption from f2fs tree to fs/crypto
by Jaegeuk Kim
· 9 years ago
29b96b5
f2fs: split drop_inmem_pages from commit_inmem_pages
by Chao Yu
· 9 years ago
fec1d65
f2fs: use wait_for_stable_page to avoid contention
by Jaegeuk Kim
· 9 years ago
2049d4f
f2fs: avoid multiple node page writes due to inline_data
by Jaegeuk Kim
· 9 years ago
f9a03ae
Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 9 years ago
2c4db1a
f2fs: clean up f2fs_balance_fs
by Jaegeuk Kim
· 9 years ago
12719ae
f2fs: avoid unnecessary f2fs_balance_fs calls
by Jaegeuk Kim
· 9 years ago
ed3d125
f2fs: load largest extent all the time
by Jaegeuk Kim
· 9 years ago
c227f91
f2fs: record dirty status of regular/symlink inode
by Chao Yu
· 9 years ago
a49324f
f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entry
by Chao Yu
· 9 years ago
21fc61c
don't put symlink bodies in pagecache into highmem
by Al Viro
· 9 years ago
c5cd29d
f2fs: no need to lock for update_inode_page all the time
by Jaegeuk Kim
· 9 years ago
13ec729
f2fs: fix to release inode correctly
by Chao Yu
· 9 years ago
6a67885
f2fs: atomically set inode->i_flags
by Zhang Zhen
· 9 years ago
e4e7627
f2fs: fix inline data/dentry stat number leak
by Chao Yu
· 9 years ago
55f57d2
f2fs: fix double lock in handle_failed_inode
by Chao Yu
· 9 years ago
d5e8f6c
f2fs: stat inline xattr inode number
by Chao Yu
· 9 years ago
3e72f72
f2fs: use extent_cache by default
by Jaegeuk Kim
· 9 years ago
c9b63bd
f2fs: avoid to use failed inode immediately
by Jaegeuk Kim
· 9 years ago
26bf3dc
f2fs crypto: use per-inode tfm structure
by Jaegeuk Kim
· 9 years ago
cbaf042
f2fs crypto: add symlink encryption
by Jaegeuk Kim
· 10 years ago
fcc85a4
f2fs crypto: activate encryption support for fs APIs
by Jaegeuk Kim
· 10 years ago
adad81e
f2fs: fix sparse warnings
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
3c6c2be
f2fs: avoid punch_hole overhead when releasing volatile data
by Jaegeuk Kim
· 10 years ago
1dcc336
f2fs: enable rb-tree extent cache
by Chao Yu
· 10 years ago
0c872e2
f2fs: move ext_lock out of struct extent_info
by Chao Yu
· 10 years ago
9e5ba77
f2fs: get rid of kzalloc in __recover_inline_status
by Chao Yu
· 10 years ago
1e84371
f2fs: change atomic and volatile write policies
by Jaegeuk Kim
· 10 years ago
9d1015d
f2fs: count inline_xx in do_read_inode
by Jaegeuk Kim
· 10 years ago
b3d208f
f2fs: revisit inline_data to avoid data races and potential bugs
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
a78186e
f2fs: use highmem for directory 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
a7ffdbe
f2fs: expand counting dirty pages in the inode page cache
by Jaegeuk Kim
· 10 years ago
9850cf4
f2fs: need fsck.f2fs when f2fs_bug_on is triggered
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
002a41c
f2fs: invalidate xattr node page when evict inode
by Chao Yu
· 10 years ago
fff04f9
f2fs: add info of appended or updated data writes
by Jaegeuk Kim
· 10 years ago
dbf20cb
f2fs: avoid use invalid mapping of node_inode when evict meta inode
by Chao Yu
· 10 years ago
d6b7d4b
f2fs: check lower bound nid value in check_nid_range
by Chao Yu
· 10 years ago
8198899
f2fs: deactivate inode page if the inode is evicted
by Jaegeuk Kim
· 11 years ago
8abfb36
f2fs: atomically set inode->i_flags in f2fs_set_inode_flags()
by Zhang Zhen
· 11 years ago
3021112
Merge tag 'for-f2fs-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
f8b2c1f
f2fs: introduce get_dirty_dents for readability
by Jaegeuk Kim
· 11 years ago
3843154
f2fs: introduce large directory support
by Jaegeuk Kim
· 11 years ago
744602c
f2fs: update_inode_page should be done all the time
by Jaegeuk Kim
· 11 years ago
6c311ec
f2fs: clean checkpatch warnings
by Chris Fries
· 11 years ago
5514f0a
f2fs: remove the needless parameter of f2fs_wait_on_page_writeback
by Yuan Zhong
· 11 years ago
0dbdc2a
f2fs: add the number of inline_data files to status info
by Jaegeuk Kim
· 11 years ago
58bfaf4
f2fs: introduce F2FS_INODE macro to get f2fs_inode
by Jaegeuk Kim
· 11 years ago
5d56b67
f2fs: add an option to avoid unnecessary BUG_ONs
by Jaegeuk Kim
· 11 years ago
3d1e380
f2fs: fix to store and retrieve i_rdev correctly
by Jaegeuk Kim
· 11 years ago
e479556
f2fs: use rw_sem instead of fs_lock(locks mutex)
by Gu Zheng
· 11 years ago
444c580
f2fs: add flags for inline xattrs
by Jaegeuk Kim
· 11 years ago
92c4342
f2fs: avoid writing inode redundantly when creating a file
by Jin Xu
· 11 years ago
a569469
f2fs: fix a deadlock in fsync
by Jin Xu
· 11 years ago
4559071
f2fs: introduce help function F2FS_NODE()
by Gu Zheng
· 11 years ago
b378387
f2fs: avoid freqeunt write_inode calls
by Jaegeuk Kim
· 11 years ago
b638f0c
f2fs: fix wrong condition check
by Jaegeuk Kim
· 11 years ago
6f85b35
f2fs: avoid RECLAIM_FS-ON-W: deadlock
by Jaegeuk Kim
· 11 years ago
a2a4a7e
f2fs: add tracepoints for sync & inode operations
by Namjae Jeon
· 12 years ago
3993683
f2fs: introduce a new global lock scheme
by Jaegeuk Kim
· 12 years ago
0ff153a
f2fs: do not skip writing file meta during fsync
by Jaegeuk Kim
· 12 years ago
064e082
f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inode
by Namjae Jeon
· 12 years ago
d4686d56
f2fs: avoid balanc_fs during evict_inode
by Jaegeuk Kim
· 12 years ago
d6212a5
f2fs: add un/freeze_fs into super_operations
by Changman Lee
· 12 years ago
7d79e75
f2fs: save device node number into f2fs_inode
by Changman Lee
· 12 years ago
7d82db8
f2fs: add f2fs_balance_fs in several interfaces
by Jaegeuk Kim
· 12 years ago
398b1ac
f2fs: fix handling errors got by f2fs_write_inode
by Jaegeuk Kim
· 12 years ago
6666e6a
f2fs: fix tracking parent inode number
by Jaegeuk Kim
· 12 years ago
0a8165d
f2fs: adjust kernel coding style
by Jaegeuk Kim
· 12 years ago
19f99ce
f2fs: add core inode operations
by Jaegeuk Kim
· 12 years ago