Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
05030f5cc6e997084865e23e2f67815b5e2ac552
/
fs
/
f2fs
« Previous
0278c72
f2fs: fix to use inline space only if inline_xattr is enable
by Chao Yu
· 6 years ago
b0c8a0d
f2fs: fix to retrieve inline xattr space
by Chao Yu
· 6 years ago
c59fc38
f2fs: fix error path of recovery
by Chao Yu
· 6 years ago
41b30c6
f2fs: fix to avoid deadloop in foreground GC
by Chao Yu
· 6 years ago
2f8c9e1
f2fs: data: fix warning Using plain integer as NULL pointer
by Hariprasad Kelam
· 6 years ago
0850481
f2fs: add tracepoint for f2fs_file_write_iter()
by Chao Yu
· 6 years ago
5c72763
f2fs: add comment for conditional compilation statement
by Chao Yu
· 6 years ago
6bcd5ab
f2fs: fix potential recursive call when enabling data_flush
by Chao Yu
· 6 years ago
8c8f6a3
f2fs: improve discard handling with multi-device volumes
by Damien Le Moal
· 6 years ago
4c0b368
f2fs: Reduce zoned block device memory usage
by Damien Le Moal
· 6 years ago
6789451
f2fs: Fix use of number of devices
by Damien Le Moal
· 6 years ago
9370915
Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into android-4.9
by Jaegeuk Kim
· 6 years ago
d1a623e
f2fs: fix to do sanity check with current segment number
by Chao Yu
· 6 years ago
3ce5fa3
fscrypt: remove filesystem specific build config option
by Chandan Rajendra
· 6 years ago
b62c458
f2fs: use IS_ENCRYPTED() to check encryption status
by Chandan Rajendra
· 6 years ago
af17a24
f2fs: do not use mutex lock in atomic context
by Sahitya Tummala
· 6 years ago
a9929df
Merge upstream-f2fs-stable-linux-4.9.y into android-4.9
by Jaegeuk Kim
· 6 years ago
67f94d7
f2fs: set pin_file under CAP_SYS_ADMIN
by Jaegeuk Kim
· 6 years ago
8b160a3
f2fs: fix to avoid deadlock in f2fs_read_inline_dir()
by Chao Yu
· 6 years ago
7950bd6
f2fs: fix to adapt small inline xattr space in __find_inline_xattr()
by Chao Yu
· 6 years ago
a9e0ca8
f2fs: fix to do sanity check with inode.i_inline_xattr_size
by Chao Yu
· 6 years ago
e6bd023
f2fs: give some messages for inline_xattr_size
by Jaegeuk Kim
· 6 years ago
b50924a
f2fs: don't trigger read IO for beyond EOF page
by Chao Yu
· 6 years ago
c4e0760
f2fs: fix to add refcount once page is tagged PG_private
by Chao Yu
· 6 years ago
67e68931
f2fs: remove wrong comment in f2fs_invalidate_page()
by Chao Yu
· 6 years ago
8079273
f2fs: fix to use kvfree instead of kzfree
by Chao Yu
· 6 years ago
f229bd7
f2fs: trace f2fs_ioc_shutdown
by Chao Yu
· 6 years ago
820e65b
f2fs: fix to avoid deadlock of atomic file operations
by Chao Yu
· 6 years ago
bfe62ef
f2fs: fix to dirty inode for i_mode recovery
by Chao Yu
· 6 years ago
14d9376
f2fs: give random value to i_generation
by Jaegeuk Kim
· 6 years ago
e343020
f2fs: no need to take page lock in readdir
by Gao Xiang
· 6 years ago
9a50f0d
f2fs: fix to update iostat correctly in IPU path
by Chao Yu
· 6 years ago
b4b3453
f2fs: fix encrypted page memory leak
by Chao Yu
· 6 years ago
c8f04dc
f2fs: make fault injection covering __submit_flush_wait()
by Chao Yu
· 6 years ago
c168435
f2fs: fix to retry fill_super only if recovery failed
by Chao Yu
· 6 years ago
07894d2
f2fs: silence VM_WARN_ON_ONCE in mempool_alloc
by Gao Xiang
· 6 years ago
af8e889
f2fs: fix wrong #endif
by Jaegeuk Kim
· 6 years ago
a455882
f2fs: don't clear CP_QUOTA_NEED_FSCK_FLAG
by Jaegeuk Kim
· 6 years ago
7c270bb
f2fs: don't allow negative ->write_io_size_bits
by Chao Yu
· 6 years ago
4d8013e
f2fs: fix to check inline_xattr_size boundary correctly
by Chao Yu
· 6 years ago
711e899
Revert "f2fs: fix to avoid deadlock of atomic file operations"
by Jaegeuk Kim
· 6 years ago
23d6d8e
Revert "f2fs: fix to check inline_xattr_size boundary correctly"
by Jaegeuk Kim
· 6 years ago
564651f
f2fs: fix sbi->extent_list corruption issue
by Sahitya Tummala
· 6 years ago
5415d1a
f2fs: fix wrong return value of f2fs_acl_create
by Tiezhu Yang
· 6 years ago
6b4eec8
f2fs: move dir data flush to write checkpoint process
by Yunlei He
· 6 years ago
902a0ce
Merge android-4.9.152 (fd37e28) into msm-4.9
by jianzhou
· 6 years ago
b62aeea
Merge android-4.9.149 (ed0b11d) into msm-4.9
by jianzhou
· 6 years ago
b152e2d
f2fs: do not use mutex lock in atomic context
by Sahitya Tummala
· 6 years ago
c6f7823
f2fs: fix potential data inconsistence of checkpoint
by Chao Yu
· 6 years ago
38af6b8
f2fs: fix to avoid deadlock of atomic file operations
by Chao Yu
· 6 years ago
b7c5e78
f2fs: fix to check inline_xattr_size boundary correctly
by Chao Yu
· 6 years ago
9f15347
f2fs: jump to label 'free_node_inode' when failing from d_make_root()
by Chengguang Xu
· 6 years ago
5e5bd73
f2fs: fix to data block override node segment by mistake
by zhengliang
· 6 years ago
b0a0057
f2fs: use xattr_prefix to wrap up
by Gao Xiang
· 6 years ago
eeec9e7
f2fs: sync filesystem after roll-forward recovery
by Jaegeuk Kim
· 6 years ago
9043102
f2fs: flush quota blocks after turnning it off
by Jaegeuk Kim
· 6 years ago
ba6adf5
f2fs: avoid null pointer exception in dcc_info
by Jaegeuk Kim
· 6 years ago
85c3c61
f2fs: don't wake up too frequently, if there is lots of IOs
by Jaegeuk Kim
· 6 years ago
4eefccf
f2fs: try to keep CP_TRIMMED_FLAG after successful umount
by Jaegeuk Kim
· 6 years ago
f2cb919
f2fs: add quick mode of checkpoint=disable for QA
by Jaegeuk Kim
· 6 years ago
b842f2d
f2fs: run discard jobs when put_super
by Jaegeuk Kim
· 6 years ago
6dda464
f2fs: fix to set sbi dirty correctly
by Chao Yu
· 6 years ago
13adc6f
f2fs: UBSAN: set boolean value iostat_enable correctly
by Sheng Yong
· 6 years ago
12b3662
f2fs: add brackets for macros
by Sheng Yong
· 6 years ago
7d72038
f2fs: check if file namelen exceeds max value
by Sheng Yong
· 6 years ago
d4a81f8
f2fs: fix to trigger fsck if dirent.name_len is zero
by Chao Yu
· 6 years ago
2da68d9
f2fs: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
3dd5f43
f2fs: export FS_NOCOW_FL flag to user
by Jaegeuk Kim
· 6 years ago
0088706
f2fs: check inject_rate validity during configuring
by Chao Yu
· 6 years ago
c476cbd
f2fs: remove set but not used variable 'err'
by YueHaibing
· 6 years ago
6d4ae78
f2fs: change error code to -ENOMEM from -EINVAL
by Chengguang Xu
· 6 years ago
dff93bb
f2fs: read page index before freeing
by Pan Bian
· 6 years ago
fe6b4e4
Revert "f2fs: do not recover from previous remained wrong dnodes"
by Chao Yu
· 8 years ago
1460347
ANDROID: f2fs: Complement "android_fs" tracepoint of read path
by Peng Zhou
· 6 years ago
9e6c14f
Merge upstream-f2fs-stable-linux-4.9.y into android-4.9
by Jaegeuk Kim
· 6 years ago
ed0b11d
Merge 4.9.149 into android-4.9
by Greg Kroah-Hartman
· 6 years ago
362e8cb
f2fs: fix validation of the block count in sanity_check_raw_super
by Martin Blumenstingl
· 6 years ago
ec19f64
f2fs: don't access node/meta inode mapping after iput
by Jaegeuk Kim
· 6 years ago
ddd7bcb
f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
by Jaegeuk Kim
· 6 years ago
f41ab60
Merge android-4.9.145 (6328e64) into msm-4.9
by jianzhou
· 6 years ago
ad0784f
f2fs: sanity check of xattr entry size
by Jaegeuk Kim
· 6 years ago
bc6771e
f2fs: fix use-after-free issue when accessing sbi->stat_info
by Sahitya Tummala
· 6 years ago
d9b3df5
f2fs: check PageWriteback flag for ordered case
by Chao Yu
· 6 years ago
273e71c
f2fs: fix validation of the block count in sanity_check_raw_super
by Martin Blumenstingl
· 6 years ago
ae3bc06
f2fs: fix missing unlock(sbi->gc_mutex)
by Jaegeuk Kim
· 6 years ago
fbb223f
f2fs: clean up structure extent_node
by Chao Yu
· 6 years ago
489f2dc
f2fs: fix block address for __check_sit_bitmap
by Qiuyang Sun
· 6 years ago
be83ade
f2fs: fix sbi->extent_list corruption issue
by Sahitya Tummala
· 6 years ago
717ed96
f2fs: clean up checkpoint flow
by Chao Yu
· 6 years ago
1f85e0c
f2fs: flush stale issued discard candidates
by Jaegeuk Kim
· 6 years ago
2d145882
f2fs: correct wrong spelling, issing_*
by Jaegeuk Kim
· 6 years ago
9248dba
f2fs: use kvmalloc, if kmalloc is failed
by Jaegeuk Kim
· 6 years ago
7df51a1
f2fs: remove redundant comment of unused wio_mutex
by Yunlong Song
· 6 years ago
a8c3e53
f2fs: fix to reorder set_page_dirty and wait_on_page_writeback
by Chao Yu
· 6 years ago
ad32a8a
f2fs: clear PG_writeback if IPU failed
by Sheng Yong
· 6 years ago
a58cf53
f2fs: add an ioctl() to explicitly trigger fsck later
by Jaegeuk Kim
· 6 years ago
cf1cf04
f2fs: avoid frequent costly fsck triggers
by Jaegeuk Kim
· 6 years ago
e3faef1
f2fs: fix m_may_create to make OPU DIO write correctly
by Jia Zhu
· 6 years ago
35304bb
f2fs: fix to update new block address correctly for OPU
by Jia Zhu
· 6 years ago
968fb76
f2fs: adjust trace print in f2fs_get_victim() to cover all paths
by Sahitya Tummala
· 6 years ago
Next »