Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2555a2d55822c9b2e1a933933dedd5d172067cea
/
fs
/
f2fs
/
f2fs.h
2555a2d
f2fs: shrink critical region in spin_lock
by Jaegeuk Kim
· 8 years ago
fe76b79
f2fs: introduce f2fs_set_page_dirty_nobuffer
by Jaegeuk Kim
· 8 years ago
ad4edb8
f2fs: produce more nids and reduce readahead nats
by Jaegeuk Kim
· 8 years ago
52763a4
f2fs: detect host-managed SMR by feature flag
by Jaegeuk Kim
· 8 years ago
67c3758
f2fs: call update_inode_page for orphan inodes
by Jaegeuk Kim
· 8 years ago
8be0fea
f2fs: find parent dentry correctly
by Sheng Yong
· 8 years ago
36abef4
f2fs: introduce mode=lfs mount option
by Jaegeuk Kim
· 8 years ago
7dfeaa3
f2fs: avoid reverse IO order for NODE and DATA
by Jaegeuk Kim
· 8 years ago
9a449e9
f2fs: remove obsolete parameter in f2fs_truncate
by Jaegeuk Kim
· 8 years ago
9f7c45c
f2fs: remove deprecated parameter
by Jaegeuk Kim
· 8 years ago
53aa6bb
f2fs: inject to produce some orphan inodes
by Jaegeuk Kim
· 8 years ago
b93f771
f2fs: remove writepages lock
by Jaegeuk Kim
· 8 years ago
0a87f66
f2fs: detect congestion of flush command issues
by Jaegeuk Kim
· 8 years ago
26de9b1
f2fs: avoid unnecessary updating inode during fsync
by Jaegeuk Kim
· 8 years ago
ee6d182
f2fs: remove syncing inode page in all the cases
by Jaegeuk Kim
· 8 years ago
0f18b46
f2fs: flush inode metadata when checkpoint is doing
by Jaegeuk Kim
· 8 years ago
205b982
f2fs: call mark_inode_dirty_sync for i_field changes
by Jaegeuk Kim
· 8 years ago
a196124
f2fs: introduce f2fs_i_links_write with mark_inode_dirty_sync
by Jaegeuk Kim
· 8 years ago
8edd03c
f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_sync
by Jaegeuk Kim
· 8 years ago
fc9581c
f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync
by Jaegeuk Kim
· 8 years ago
9194232
f2fs: use inode pointer for {set, clear}_inode_flag
by Jaegeuk Kim
· 8 years ago
38f91ca
f2fs: flush pending bios right away when error occurs
by Jaegeuk Kim
· 8 years ago
513c5f3
f2fs: use percpu_counter for total_valid_inode_count
by Jaegeuk Kim
· 8 years ago
41382ec
f2fs: use percpu_counter for alloc_valid_block_count
by Jaegeuk Kim
· 8 years ago
1beba1b
f2fs: use percpu_counter for # of dirty pages in inode
by Jaegeuk Kim
· 9 years ago
523be8a
f2fs: use percpu_counter for page counters
by Jaegeuk Kim
· 9 years ago
f573018
f2fs: use bio count instead of F2FS_WRITEBACK page count
by Jaegeuk Kim
· 8 years ago
0879689
f2fs: add fault injection to sysfs
by Sheng Yong
· 8 years ago
652be55
f2fs: show # of orphan inodes
by Jaegeuk Kim
· 9 years ago
46008c6
f2fs: support in batch multi blocks preallocation
by Chao Yu
· 9 years ago
f61cce5
f2fs: fix inode cache leak
by Chao Yu
· 9 years ago
b5a7aef
fscrypto/f2fs: allow fs-specific key prefix for fs encryption
by Jaegeuk Kim
· 9 years ago
bd933d4
f2fs: reuse get_extent_info
by Chao Yu
· 9 years ago
74ef924
f2fs: fix leak of orphan inode objects
by Jaegeuk Kim
· 9 years ago
cb78942
f2fs: inject ENOSPC failures
by Jaegeuk Kim
· 9 years ago
c41f3cc3
f2fs: inject page allocation failures
by Jaegeuk Kim
· 9 years ago
2c63fea
f2fs: inject kmalloc failure
by Jaegeuk Kim
· 9 years ago
73faec4
f2fs: add mount option to select fault injection ratio
by Jaegeuk Kim
· 9 years ago
0414b00
f2fs: introduce f2fs_kmalloc to wrap kmalloc
by Jaegeuk Kim
· 9 years ago
da011cc
f2fs: move node pages only in victim section during GC
by Chao Yu
· 9 years ago
608514d
f2fs: set fsync mark only for the last dnode
by Jaegeuk Kim
· 9 years ago
5268137
f2fs: split sync_node_pages with fsync_node_pages
by Jaegeuk Kim
· 9 years ago
675f10b
f2fs: fix to convert inline directory correctly
by Chao Yu
· 9 years ago
6781eab
f2fs: give -EINVAL for norecovery and rw mount
by Jaegeuk Kim
· 9 years ago
df728b0
f2fs: recover superblock at RW remounts
by Jaegeuk Kim
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
43b6573
f2fs: use cryptoapi crc32 functions
by Keith Mok
· 9 years ago
0b81d07
fs crypto: move per-file encryption from f2fs tree to fs/crypto
by Jaegeuk Kim
· 9 years ago
59692b7
f2fs: mutex can't be used by down_write_nest_lock()
by Yang Shi
· 9 years ago
406657d
f2fs: introduce f2fs_flush_merged_bios for cleanup
by Chao Yu
· 9 years ago
f28b343
f2fs: introduce f2fs_update_data_blkaddr for cleanup
by Chao Yu
· 9 years ago
4356e48
f2fs crypto: fix incorrect positioning for GCing encrypted data page
by Chao Yu
· 9 years ago
7a9d754
f2fs: trace old block address for CoWed page
by Chao Yu
· 9 years ago
984ec63
f2fs: move sanity checking of cp into get_valid_checkpoint
by Shawn Lin
· 9 years ago
dfc08a1
f2fs: introduce f2fs_journal struct to wrap journal info
by Chao Yu
· 9 years ago
922ec35
f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlink
by Chao Yu
· 9 years ago
28bc106
f2fs: support revoking atomic written pages
by Chao Yu
· 9 years ago
29b96b5
f2fs: split drop_inmem_pages from commit_inmem_pages
by Chao Yu
· 9 years ago
ce855a3
f2fs crypto: f2fs_page_crypto() doesn't need a encryption context
by Jaegeuk Kim
· 9 years ago
24b8491
f2fs: preallocate blocks for buffered aio writes
by Jaegeuk Kim
· 9 years ago
b439b10
f2fs: move dio preallocation into f2fs_file_write_iter
by Jaegeuk Kim
· 9 years ago
0c3a579
f2fs: introduce f2fs_submit_merged_bio_cond
by Chao Yu
· 9 years ago
da85985
f2fs: speed up handling holes in fiemap
by Chao Yu
· 9 years ago
3cf4574
f2fs: introduce get_next_page_offset to speed up SEEK_DATA
by Chao Yu
· 9 years ago
81ca735
f2fs: remove unneeded pointer conversion
by Chao Yu
· 9 years ago
8f1dbbb
f2fs: introduce lifetime write IO statistics
by Shuoran Liu
· 9 years ago
201ef5e
f2fs: improve shrink performance of extent nodes
by Hou Pengyang
· 9 years ago
fec1d65
f2fs: use wait_for_stable_page to avoid contention
by Jaegeuk Kim
· 9 years ago
2304cb0
f2fs: export dirty_nats_ratio in sysfs
by Chao Yu
· 9 years ago
0fd785e
f2fs: relocate is_merged_page
by Chao Yu
· 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
42190d2
f2fs: monitor the number of background checkpoint
by Jaegeuk Kim
· 9 years ago
d0239e1
f2fs: detect idle time depending on user behavior
by Jaegeuk Kim
· 9 years ago
6beceb5
f2fs: introduce time and interval facility
by Jaegeuk Kim
· 9 years ago
68e3538
f2fs: use atomic type for node count in extent tree
by Chao Yu
· 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
e0afc4d
f2fs: introduce max_file_blocks in sbi
by Chao Yu
· 9 years ago
137d09f
f2fs: introduce zombie list for fast shrinking extent trees
by Jaegeuk Kim
· 9 years ago
c00ba55
f2fs: monitor zombie_tree count
by Jaegeuk Kim
· 9 years ago
ed3d125
f2fs: load largest extent all the time
by Jaegeuk Kim
· 9 years ago
179448b
f2fs: add a max block check for get_data_block_bmap
by Yunlei He
· 9 years ago
6d5a149
f2fs: let user being aware of IO error
by Chao Yu
· 9 years ago
c34f42e
f2fs: report error of do_checkpoint
by Chao Yu
· 9 years ago
93bae09
f2fs: record node block allocation in dnode_of_data
by Jaegeuk Kim
· 9 years ago
74fd8d9
f2fs: speed up shrinking extent tree entries
by Jaegeuk Kim
· 9 years ago
7441cce
f2fs: use atomic variable for total_extent_tree
by Jaegeuk Kim
· 9 years ago
33fbd51
f2fs: stat dirty regular/symlink inodes
by Chao Yu
· 9 years ago
343f40f
f2fs: introduce new option for controlling data flush
by Chao Yu
· 9 years ago
c227f91
f2fs: record dirty status of regular/symlink inode
by Chao Yu
· 9 years ago
e8240f6
f2fs: don't grab super block buffer header all the time
by Chao Yu
· 9 years ago
2710fd7
f2fs: introduce dirty list node in inode info
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
886f56f
f2fs: it's umode_t, not mode_t...
by Al Viro
· 9 years ago
3519e3f
f2fs: use sbi->blocks_per_seg to avoid unnecessary calculation
by Chao Yu
· 9 years ago
9006f2c
f2fs: kill f2fs_drop_largest_extent
by Chao Yu
· 9 years ago
04ef4b6
f2fs: fix to enable missing ioctl interfaces in ->compat_ioctl
by Chao Yu
· 9 years ago
d323d00
f2fs: support file defragment
by Chao Yu
· 9 years ago
787c7b8c
f2fs: report error of f2fs_create_root_stats
by Chao Yu
· 9 years ago
67f8cf3c
f2fs: support fiemap for inline_data
by Jaegeuk Kim
· 9 years ago
Next »