Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
06e1bc05cad8d06860b52c79d4669483c7e39a4f
/
fs
/
f2fs
/
super.c
06e1bc0
f2fs: truncate data blocks for orphan inode
by Jaegeuk Kim
· 10 years ago
498c5e9
f2fs: add default mount options to remount
by Yunlei He
· 10 years ago
57e5055
f2fs crypto: add f2fs encryption facilities
by Jaegeuk Kim
· 10 years ago
05ca363
f2fs: add sbi and page pointer in f2fs_io_info
by Jaegeuk Kim
· 10 years ago
26d815ad
f2fs: introduce f2fs_commit_super
by Jaegeuk Kim
· 10 years ago
5463e7c
Revert "f2fs: enhance multi-threads performance"
by Jaegeuk Kim
· 10 years ago
9df47ba
f2fs: change 0 to false for bool type
by Taehee Yoo
· 10 years ago
7534279
f2fs: enable inline data by default
by Wanpeng Li
· 10 years ago
78373b7
f2fs: enhance multi-threads performance
by Jaegeuk Kim
· 10 years ago
2adc350
f2fs: set SBI_NEED_FSCK when encountering exception in recovery
by Chao Yu
· 10 years ago
fdf6c8b
f2fs: fix extent cache memory leak
by Wanpeng Li
· 10 years ago
1dcc336
f2fs: enable rb-tree extent cache
by Chao Yu
· 10 years ago
8967215
f2fs: add a mount option for 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
bba681c
f2fs: introduce a batched trim
by Jaegeuk Kim
· 10 years ago
081d78c
f2fs: should fail mount when trying to recover data on read-only dev
by Jaegeuk Kim
· 10 years ago
119ee91
f2fs: split UMOUNT and FASTBOOT flags
by Jaegeuk Kim
· 10 years ago
2d834bf
f2fs: support norecovery mount option
by Jaegeuk Kim
· 10 years ago
dabc4a5
f2fs: fix not to drop mount options when retrying fill_super
by Jaegeuk Kim
· 10 years ago
caf0047
f2fs: merge flags in struct f2fs_sb_info
by Chao Yu
· 10 years ago
85dc2f2
f2fs: do checkpoint when umount flag is not set
by Jaegeuk Kim
· 10 years ago
30a5537
f2fs: trigger correct checkpoint during umount
by Jaegeuk Kim
· 10 years ago
351f4fb
f2fs: add f2fs_destroy_trace_ios to free radix tree
by Jaegeuk Kim
· 10 years ago
c050865
f2fs: add spin_lock to cover radix operations in IO tracer
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
db9f7c1
f2fs: activate f2fs_trace_ios
by Jaegeuk Kim
· 10 years ago
aba291b
f2fs: remove unneeded check code with option in f2fs_remount
by Chao Yu
· 10 years ago
6c02993
f2fs: avoid unable to restart gc thread in remount
by Chao Yu
· 10 years ago
d5053a34
f2fs: introduce -o fastboot for reducing booting time only
by Jaegeuk Kim
· 10 years ago
1730663
f2fs: set raw_super default to NULL to avoid compile warning
by Gu Zheng
· 10 years ago
5efd3c6
f2fs: add a new mount option for inline dir
by Chao Yu
· 10 years ago
34ba94b
f2fs: do not make dirty any inmemory pages
by Jaegeuk Kim
· 10 years ago
88b88a6
f2fs: support atomic writes
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
26666c8
f2fs: fix to clean previous mount option when remount_fs
by Chao Yu
· 10 years ago
55cf9cb
f2fs: support large sector size
by Chao Yu
· 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
b0c44f0
f2fs: need fsck.f2fs if the recovery was failed
by Jaegeuk Kim
· 10 years ago
2ae4c67
f2fs: retain inconsistency information to initiate fsck.f2fs
by Jaegeuk Kim
· 10 years ago
922cedb
f2fs: simplify by using a literal
by Dan Carpenter
· 10 years ago
c200b1a
f2fs: fix incorrect calculation with total/free inode num
by Chao Yu
· 10 years ago
cf779ca
f2fs: handle EIO not to break fs consistency
by Jaegeuk Kim
· 10 years ago
8501017
f2fs: check s_dirty under cp_mutex
by Jaegeuk Kim
· 10 years ago
1e968fd
f2fs: introduce f2fs_cp_error for readability
by Jaegeuk Kim
· 10 years ago
ed2e621
f2fs: give a chance to mount again when encountering errors
by Jaegeuk Kim
· 10 years ago
6f12ac2
f2fs: trigger release_dirty_inode in f2fs_put_super
by Jaegeuk Kim
· 10 years ago
97c3c5c
f2fs: don't skip checkpoint if there is no dirty node pages
by Jaegeuk Kim
· 10 years ago
e1c4204
f2fs: fix typo
by arter97
· 10 years ago
b3582c6
f2fs: reduce competition among node page writes
by Chao Yu
· 10 years ago
6451e04
f2fs: add infra for ino management
by Jaegeuk Kim
· 10 years ago
0f7b2ab
f2fs: add nobarrier mount option
by Jaegeuk Kim
· 10 years ago
9d84795
f2fs: fix to put root inode in error path of fill_super
by Chao Yu
· 10 years ago
6b2920a
f2fs: use inner macro and function to clean up codes
by Chao Yu
· 10 years ago
d6b7d4b
f2fs: check lower bound nid value in check_nid_range
by Chao Yu
· 10 years ago
2163d19
f2fs: introduce help function {create,destroy}_flush_cmd_control
by Gu Zheng
· 11 years ago
a688b9d9e
f2fs: introduce struct flush_cmd_control to wrap the flush_merge fields
by Gu Zheng
· 11 years ago
876dc59
f2fs: add the flush_merge handle in the remount flow
by Gu Zheng
· 11 years ago
b270ad6
f2fs: enable flush_merge only in f2fs is not read-only
by Gu Zheng
· 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
6b4afdd
f2fs: introduce f2fs_issue_flush to avoid redundant flush issue
by Jaegeuk Kim
· 11 years ago
df0f8dc
f2fs: avoid unnecessary bio submit when wait page writeback
by Chao Yu
· 11 years ago
d928bfb
f2fs: introduce fi->i_sem to protect fi's info
by Jaegeuk Kim
· 11 years ago
cdfc41c
f2fs: throttle the memory footprint with a sysfs entry
by Jaegeuk Kim
· 11 years ago
04c0938
f2fs: fix incorrect parsing with option string
by Chao Yu
· 11 years ago
90aa6dc
f2fs: print type for each segment in segment_info's show
by Chao Yu
· 11 years ago
02b9984
fs: push sync_filesystem() down to the file system's remount_fs()
by Theodore Ts'o
· 11 years ago
910bb12
f2fs: check upper bound of ino value in f2fs_nfs_get_inode
by Chao Yu
· 11 years ago
46c0436
f2fs: format segment_info's show for better legibility
by Gu Zheng
· 11 years ago
e8512d2
f2fs: remove the unused ctor argument of f2fs_kmem_cache_create()
by Gu Zheng
· 11 years ago
ab9fa66
f2fs: add an sysfs entry to control the directory level
by Jaegeuk Kim
· 11 years ago
6437d1b
f2fs: fix to do build_stat prior to the recovery procedure
by Jaegeuk Kim
· 11 years ago
6c311ec
f2fs: clean checkpatch warnings
by Chris Fries
· 11 years ago
b1c57c1
f2fs: add a sysfs entry to control max_victim_search
by Jaegeuk Kim
· 11 years ago
216fbd6
f2fs: introduce sysfs entry to control in-place-update policy
by Jaegeuk Kim
· 11 years ago
5dcd8a7
f2fs: missing kmem_cache_destroy for discard_entry
by Changman Lee
· 11 years ago
458e619
f2fs: refactor bio->rw handling
by Jaegeuk Kim
· 11 years ago
6bacf52
f2fs: add unlikely() macro for compiler more aggressively
by Jaegeuk Kim
· 11 years ago
a0acdfe
f2fs: use inner macro GFP_F2FS_ZERO for simplification
by Chao Yu
· 11 years ago
8f99a94
f2fs: convert recover_orphan_inodes to void
by Chao Yu
· 11 years ago
8274de7
f2fs: add a new mount option: inline_data
by Huajun Li
· 11 years ago
924b720
f2fs: add a new function to support for merging contiguous read
by Chao Yu
· 11 years ago
1ff7bd3
f2fs: introduce a bio array for per-page write bios
by Jaegeuk Kim
· 11 years ago
971767c
f2fs: use sbi->write_mutex for write bios
by Jaegeuk Kim
· 11 years ago
7ac8c3b
f2fs: add a sysfs entry to control max_discards
by Jaegeuk Kim
· 11 years ago
7fd9e54
f2fs: add a slab cache entry for small discards
by Jaegeuk Kim
· 11 years ago
1d15bd2
f2fs: fix memory leak after kobject init failed in fill_super
by Chao Yu
· 11 years ago
fb51b5e
f2fs: cleanup waiting routine for writeback pages in cp
by Changman Lee
· 11 years ago
ea91e9b
f2fs: add reclaiming control by sysfs
by Jaegeuk Kim
· 11 years ago
aabe513
f2fs: use bool for booleans
by Haicheng Li
· 11 years ago
9076a75
f2fs: introduce function read_raw_super_block()
by Gu Zheng
· 11 years ago
b1838f8
f2fs: fix the starvation problem on cp_rwsem
by Jaegeuk Kim
· 11 years ago
5887d29
f2fs: avoid unnecessary checkpoints
by Jaegeuk Kim
· 11 years ago
4058c51
f2fs: handle remount options correctly
by Kelly Anderson
· 11 years ago
e479556
f2fs: use rw_sem instead of fs_lock(locks mutex)
by Gu Zheng
· 11 years ago
de93653
f2fs: reserve the xattr space dynamically
by Jaegeuk Kim
· 11 years ago
444c580
f2fs: add flags for inline xattrs
by Jaegeuk Kim
· 11 years ago
6e6b978
f2fs: fix error return code in init_f2fs_fs()
by Wei Yongjun
· 11 years ago
9890ff3
f2fs: fix memory leak when init f2fs filesystem fail
by Zhao Hongjiang
· 11 years ago
Next »