Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7b410d9ce460f70e346d91d8cfbdd2cb054eb775
/
fs
/
f2fs
/
inline.c
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
1ecc0c5
f2fs: support configuring fault injection per superblock
by Chao Yu
· 8 years ago
078cd82
fs: Replace CURRENT_TIME with current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
6bf6b26
f2fs: set dentry bits on random location in memory
by Jaegeuk Kim
· 8 years ago
167451e
f2fs: set encryption name flag in add inline entry path
by Shuoran Liu
· 8 years ago
9421d57
f2fs: fix to do security initialization of encrypted inode with original filename
by Chao Yu
· 8 years ago
4fc29c1
Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 8 years ago
b56ab83
f2fs: avoid mark_inode_dirty
by Jaegeuk Kim
· 8 years ago
237c079
f2fs: call SetPageUptodate if needed
by Jaegeuk Kim
· 8 years ago
8be0fea
f2fs: find parent dentry correctly
by Sheng Yong
· 8 years ago
04d328d
f2fs: use bio op accessors
by Mike Christie
· 8 years ago
9f7c45c
f2fs: remove deprecated parameter
by Jaegeuk Kim
· 8 years ago
42d9640
f2fs: propagate error given by f2fs_find_entry
by Jaegeuk Kim
· 9 years ago
ee6d182
f2fs: remove syncing inode page in all the cases
by Jaegeuk Kim
· 9 years ago
205b982
f2fs: call mark_inode_dirty_sync for i_field changes
by Jaegeuk Kim
· 9 years ago
fc9581c
f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync
by Jaegeuk Kim
· 9 years ago
9194232
f2fs: use inode pointer for {set, clear}_inode_flag
by Jaegeuk Kim
· 9 years ago
8975bdf
f2fs: fix incorrect error path handling in f2fs_move_rehashed_dirents
by Chao Yu
· 9 years ago
e410384
f2fs: fix i_current_depth during inline dentry conversion
by Chao Yu
· 9 years ago
300e129
f2fs: use f2fs_grab_cache_page instead of grab_cache_page
by Jaegeuk Kim
· 9 years ago
0414b00
f2fs: introduce f2fs_kmalloc to wrap kmalloc
by Jaegeuk Kim
· 9 years ago
a4a13f5
f2fs: be aware of invalid filename length
by Chao Yu
· 9 years ago
675f10b
f2fs: fix to convert inline directory correctly
by Chao Yu
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
0b81d07
fs crypto: move per-file encryption from f2fs tree to fs/crypto
by Jaegeuk Kim
· 10 years ago
f28b343
f2fs: introduce f2fs_update_data_blkaddr for cleanup
by Chao Yu
· 9 years ago
7a9d754
f2fs: trace old block address for CoWed page
by Chao Yu
· 9 years ago
8060656
f2fs: reuse read_inline_data for f2fs_convert_inline_page
by Shawn Lin
· 9 years ago
85ead81
f2fs: delete unnecessary wait for page writeback
by Yunlei He
· 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
2c4db1a
f2fs: clean up f2fs_balance_fs
by Jaegeuk Kim
· 9 years ago
fba48a8
f2fs: don't convert inline inode when inline_data option is disable
by Chao Yu
· 9 years ago
2a34076
f2fs: call f2fs_balance_fs only when node was changed
by Jaegeuk Kim
· 9 years ago
b9d777b
f2fs: check inline_data flag at converting time
by Jaegeuk Kim
· 9 years ago
67f8cf3
f2fs: support fiemap for inline_data
by Jaegeuk Kim
· 9 years ago
545fe42
f2fs: fix error handling for calls to various functions in the function recover_inline_data
by Nicholas Krause
· 9 years ago
4ec17d6
f2fs: avoid unneeded initializing when converting inline dentry
by Chao Yu
· 9 years ago
470f00e
f2fs: fix to release inode page correctly
by Chao Yu
· 9 years ago
6282adb
f2fs: call set_page_dirty to attach i_wb for cgroup
by Jaegeuk Kim
· 9 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
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
510022a
f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries
by Jaegeuk Kim
· 10 years ago
216a620
f2fs: split set_data_blkaddr from f2fs_update_extent_cache
by Chao Yu
· 10 years ago
368a0e4
f2fs: enable fast symlink by utilizing inline data
by Wanpeng Li
· 10 years ago
83e21db
f2fs: avoid wrong f2fs_bug_on when truncating inline_data
by Jaegeuk Kim
· 10 years ago
0bfcfcc
f2fs: fix to truncate inline data past EOF
by Chao Yu
· 10 years ago
7e4dde7
f2fs: introduce universal lookup/update interface for extent cache
by Chao Yu
· 10 years ago
3b4d732
f2fs: introduce f2fs_update_dentry to clean up duplicated codes
by Chao Yu
· 10 years ago
feeb0de
f2fs: make truncate_inline_date static
by Chao Yu
· 10 years ago
e1509cf
f2fs: clean up to remove parameter
by Jaegeuk Kim
· 10 years ago
cf04e8e
f2fs: use f2fs_io_info to clean up messy parameters during IO path
by Jaegeuk Kim
· 10 years ago
95f5b0f
f2fs: fix to recover converted inline_data
by Jaegeuk Kim
· 10 years ago
158c194
f2fs: make clean the page before writing
by Jaegeuk Kim
· 10 years ago
09b8b3c
f2fs: call flush_dcache_page when the page was updated
by Jaegeuk Kim
· 10 years ago
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
57e2a2c
f2fs: reduce the number of inline_data inode before clearing it
by Jaegeuk Kim
· 10 years ago
b3d208f
f2fs: revisit inline_data to avoid data races and potential bugs
by Jaegeuk Kim
· 10 years ago
427a45c
f2fs: flush_dcache_page for inline data
by Jaegeuk Kim
· 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
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
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
c08a690
f2fs: should truncate any allocated block for inline_data write
by Jaegeuk Kim
· 10 years ago
88b88a6
f2fs: support atomic writes
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
ec4e7af
f2fs: skip if inline_data was converted already
by Jaegeuk Kim
· 10 years ago
764aa3e
f2fs: avoid double lock in truncate_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
fff04f9
f2fs: add info of appended or updated data writes
by Jaegeuk Kim
· 10 years ago
9ac1349
f2fs: avoid grab_cache_page_write_begin for data pages
by Jaegeuk Kim
· 11 years ago
54b591d
f2fs: split grab_cache_page and wait_on_page_writeback for node pages
by Jaegeuk Kim
· 11 years ago
8aa6f1c
f2fs: fix to truncate inline data in inode page when setattr
by Chao Yu
· 11 years ago
15c6e3a
f2fs: fix to unlock f2fs_lock at the omitted error case
by Jaegeuk Kim
· 11 years ago
d54c795
f2fs: fix error path when fail to read inline data
by Chao Yu
· 11 years ago
5514f0a
f2fs: remove the needless parameter of f2fs_wait_on_page_writeback
by Yuan Zhong
· 11 years ago
04a17fb
f2fs: avoid to read inline data except first page
by Chao Yu
· 11 years ago
18309aa
f2fs: avoid to left uninitialized data in page when read inline data
by Chao Yu
· 11 years ago
a886537
f2fs: handle errors correctly during f2fs_reserve_block
by Jaegeuk Kim
· 11 years ago
1e1bb4b
f2fs: add inline_data recovery routine
by Jaegeuk Kim
· 11 years ago
0dbdc2a
f2fs: add the number of inline_data files to status info
by Jaegeuk Kim
· 11 years ago
9e09fc8
f2fs: refactor f2fs_convert_inline_data
by Jaegeuk Kim
· 11 years ago
e18c65b
f2fs: key functions to handle inline data
by Huajun Li
· 11 years ago