Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4451e088cf01184379da1b212913fdde6e9943c5
/
fs
/
f2fs
/
super.c
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
41dfde1
f2fs: clean up the needless end 'return' of void function
by Gu Zheng
· 11 years ago
c2d715d
f2fs: fix a build failure due to missing the kobject header
by Jaegeuk Kim
· 11 years ago
d2dc095
f2fs: add sysfs entries to select the gc policy
by Namjae Jeon
· 11 years ago
b59d0ba
f2fs: add sysfs support for controlling the gc_thread
by Namjae Jeon
· 11 years ago
5e176d5
f2fs: add proc entry to monitor current usage of segments
by Jaegeuk Kim
· 11 years ago
696c018
f2fs: add remount_fs callback support
by Namjae Jeon
· 11 years ago
b378387
f2fs: avoid freqeunt write_inode calls
by Jaegeuk Kim
· 11 years ago
5fb0837
f2fs: set sb->s_fs_info before calling parse_options()
by Gu Zheng
· 11 years ago
77888c1
f2fs: add f2fs_readonly()
by Jaegeuk Kim
· 11 years ago
942d33d
Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 12 years ago
bde582b
f2fs: continue to mount after failing recovery
by Chris Fries
· 12 years ago
531ad7d
f2fs: avoid deadlock during evict after f2fs_gc
by Jaegeuk Kim
· 12 years ago
5d434fc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
b743ba7
f2fs: remove useless #include <linux/proc_fs.h> as we're now using sysfs as debug entry.
by Haicheng Li
· 12 years ago
a2a4a7e
f2fs: add tracepoints for sync & inode operations
by Namjae Jeon
· 12 years ago
66348b7
f2fs: fix error return code in f2fs_fill_super()
by Wei Yongjun
· 12 years ago
3993683
f2fs: introduce a new global lock scheme
by Jaegeuk Kim
· 12 years ago
b747375
f2fs: avoid race for summary information
by Jaegeuk Kim
· 12 years ago
5ec4e49
f2fs: change GC bitmaps to apply the section granularity
by Jaegeuk Kim
· 12 years ago
6ead114
f2fs: fix the recovery flow to handle errors correctly
by Jaegeuk Kim
· 12 years ago
111d249
f2fs: fix typo in comments
by Masanari Iida
· 12 years ago
c0d39e6
f2fs: fix return values from validate superblock
by Namjae Jeon
· 12 years ago
d3ee456
f2fs: notify when discard is not supported
by Namjae Jeon
· 12 years ago
434720f
f2fs: Fix typo in comments
by Masanari Iida
· 12 years ago
5a20d33
f2fs: align f2fs maximum name length to linux based filesystem
by Jaegeuk Kim
· 12 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
4372752
f2fs: clarify and enhance the f2fs_gc flow
by Jaegeuk Kim
· 12 years ago
14d7e9d
f2fs: when check superblock failed, try to check another superblock
by majianpeng
· 12 years ago
5c9b469
f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_size
by majianpeng
· 12 years ago
d6212a5
f2fs: add un/freeze_fs into super_operations
by Changman Lee
· 12 years ago
aa43507
f2fs: fix disable_ext_identify option spelling
by Alejandro Martinez Ruiz
· 12 years ago
577e349
f2fs: prevent checkpoint once any IO failure is detected
by Jaegeuk Kim
· 12 years ago
6e6093a
f2fs: add __init to functions in init_f2fs_fs
by Namjae Jeon
· 12 years ago
4589d25
f2fs: fix the debugfs entry creation path
by Namjae Jeon
· 12 years ago
ff9234a
f2fs: remove redundant call to set_blocksize in f2fs_fill_super
by Namjae Jeon
· 12 years ago
7d82db8
f2fs: add f2fs_balance_fs in several interfaces
by Jaegeuk Kim
· 12 years ago
a07ef78
f2fs: introduce f2fs_msg to ease adding information prints
by Namjae Jeon
· 12 years ago
64c576f
f2fs: remove unneeded variable from f2fs_sync_fs
by Namjae Jeon
· 12 years ago
12a6714
f2fs: return a default value for non-void function
by Jaegeuk Kim
· 12 years ago
30f0c75
f2fs: should recover orphan and fsync data
by Jaegeuk Kim
· 12 years ago
1362b5e
f2fs: fix wrong calculation on f_files in statfs
by Jaegeuk Kim
· 12 years ago
154a086
f2fs: remove unneeded memset from init_once
by Namjae Jeon
· 12 years ago
72ce609
f2fs: show error in case of invalid mount arguments
by Namjae Jeon
· 12 years ago
0a8165d
f2fs: adjust kernel coding style
by Jaegeuk Kim
· 12 years ago
25ca923
f2fs: fix endian conversion bugs reported by sparse
by Jaegeuk Kim
· 12 years ago
aff063e
f2fs: add super block operations
by Jaegeuk Kim
· 12 years ago