Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
4b60b11b984e849216f507327b831d77b412254d
/
fs
/
f2fs
7534a90
f2fs: fix race condition on setting FI_NO_EXTENT flag
by Zhang Qilong
· 2 years, 4 months ago
e12d8b1
f2fs: fix a redundant call to f2fs_balance_fs if an error occurs
by Colin Ian King
· 3 years, 11 months ago
60ca07c
f2fs: fix out-of-repair __setattr_copy()
by Chao Yu
· 4 years, 1 month ago
865d320
f2fs: fix to check segment boundary during SIT page readahead
by Chao Yu
· 4 years, 4 months ago
8f5ddf7
f2fs: add trace exit in exception path
by Zhang Qilong
· 4 years, 4 months ago
3326d00
fscrypto: move ioctl processing more fully into common code
by Eric Biggers
· 8 years ago
a5edcea
fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
by Eric Biggers
· 6 years ago
7745e3c
f2fs: check if file namelen exceeds max value
by Sheng Yong
· 6 years ago
f46a09b
f2fs: check memory boundary by insane namelen
by Jaegeuk Kim
· 6 years ago
8531936
f2fs: fix potential overflow
by Chao Yu
· 5 years ago
02fe0b2
f2fs: fix to spread clear_cold_data()
by Chao Yu
· 6 years ago
1a8c430
f2fs: return correct errno in f2fs_gc
by Jaegeuk Kim
· 6 years ago
1bbb59c
f2fs: fix to recover inode's uid/gid during POR
by Chao Yu
· 6 years ago
bb3af01
f2fs: fix memory leak of percpu counter in fill_super()
by Chao Yu
· 6 years ago
f3537bd
f2fs: fix to do sanity check on segment bitmap of LFS curseg
by Chao Yu
· 6 years ago
06c417b
Revert "f2fs: avoid out-of-range memory access"
by Chao Yu
· 5 years ago
002d268
f2fs: check all the data segments against all node ones
by Surbhi Palande
· 5 years ago
dd1fc2c
f2fs: avoid out-of-range memory access
by Ocean Chen
· 6 years ago
dff15a2
f2fs: fix to do sanity check on valid block count of segment
by Chao Yu
· 6 years ago
2b65316
f2fs: fix to clear dirty inode in error path of f2fs_iget()
by Chao Yu
· 6 years ago
3cdbcbe
f2fs: fix to avoid panic in do_recover_data()
by Chao Yu
· 6 years ago
d1a623e
f2fs: fix to do sanity check with current segment number
by Chao Yu
· 6 years ago
af17a24
f2fs: do not use mutex lock in atomic context
by Sahitya Tummala
· 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
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
362e8cb
f2fs: fix validation of the block count in sanity_check_raw_super
by Martin Blumenstingl
· 6 years ago
91fe514
f2fs: fix to do sanity check with cp_pack_start_sum
by Chao Yu
· 6 years ago
2c605dd
f2fs: free meta pages if sanity check for ckpt is failed
by Jaegeuk Kim
· 8 years ago
b10a6ac
f2fs: fix to do sanity check with block address in main area v2
by Chao Yu
· 7 years ago
e33c1e2
f2fs: fix missing up_read
by Jaegeuk Kim
· 6 years ago
aafb371
f2fs: fix to do sanity check with block address in main area
by Chao Yu
· 6 years ago
1c87980
f2fs: fix to do sanity check with node footer and iblocks
by Chao Yu
· 7 years ago
fd8c7d3
f2fs: Add sanity_check_inode() function
by Ben Hutchings
· 6 years ago
06e606a
f2fs: fix to do sanity check with user_block_count
by Chao Yu
· 7 years ago
a3dccfa
f2fs: fix to do sanity check with secs_per_zone
by Chao Yu
· 7 years ago
d451188
f2fs: introduce and spread verify_blkaddr
by Chao Yu
· 7 years ago
6012d18
f2fs: clean up with is_valid_blkaddr()
by Chao Yu
· 7 years ago
65e1055
f2fs: enhance sanity_check_raw_super() to avoid potential overflow
by Jaegeuk Kim
· 7 years ago
6e182e9
f2fs: sanity check on sit entry
by Jaegeuk Kim
· 7 years ago
89d78cf
f2fs: check blkaddr more accuratly before issue a bio
by Yunlei He
· 7 years ago
3fd9620
f2fs: return error during fill_super
by Jaegeuk Kim
· 7 years ago
240ceff
f2fs: detect wrong layout
by Jaegeuk Kim
· 8 years ago
cb9b1d4
f2fs: fix race condition in between free nid allocator/initializer
by Chao Yu
· 8 years ago
3b19f96
f2fs: fix a panic caused by NULL flush_cmd_control
by Yunlei He
· 8 years ago
adb298b
f2fs: fix multiple f2fs_add_link() having same name for inline dentry
by Sheng Yong
· 8 years ago
a87e1bd
f2fs: fix invalid memory access
by Chao Yu
· 6 years ago
a5ab2d3
f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize
by Chao Yu
· 7 years ago
363bb03
f2fs: Fix uninitialized return in f2fs_ioc_shutdown()
by Dan Carpenter
· 7 years ago
7e0782c
f2fs: fix to do sanity check with reserved blkaddr of inline inode
by Chao Yu
· 7 years ago
d15c7c8
f2fs: fix to skip GC if type in SSA and SIT is inconsistent
by Chao Yu
· 7 years ago
ddeaf5a
f2fs: try grabbing node page lock aggressively in sync scenario
by Chao Yu
· 7 years ago
4af5560
f2fs: do not set free of current section
by Yunlong Song
· 7 years ago
9e222d7
f2fs: fix race in between GC and atomic open
by Chao Yu
· 7 years ago
bce7f72
f2fs: Fix deadlock in shutdown ioctl
by Sahitya Tummala
· 7 years ago
570f12a
f2fs: fix to wait page writeback during revoking atomic write
by Chao Yu
· 7 years ago
b7ea2b8
f2fs: fix to don't trigger writeback during recovery
by Chao Yu
· 7 years ago
4e6b7aa
f2fs: fix error path of move_data_page
by Chao Yu
· 7 years ago
c9ab0ce
disable loading f2fs module on PAGE_SIZE > 4KB
by Anatoly Pugachev
· 7 years ago
d3ab3aa8a
f2fs: fix to check extent cache in f2fs_drop_extent_tree
by Chao Yu
· 7 years ago
2d2d3f1
do d_instantiate/unlock_new_inode combinations safely
by Al Viro
· 7 years ago
b8bf4b8
f2fs: fix a dead loop in f2fs_fiemap()
by Wei Fang
· 8 years ago
68c2353
f2fs: relax node version check for victim data in gc
by Jaegeuk Kim
· 8 years ago
4a97b2d
f2fs: fix a bug caused by NULL extent tree
by Yunlei He
· 8 years ago
d612bee
fscrypt: use ENOKEY when file cannot be created w/o key
by Eric Biggers
· 8 years ago
e9afe7c
f2fs: do not wait for writeback in write_begin
by Jaegeuk Kim
· 8 years ago
e5226e9
f2fs: do SSR for data when there is enough free space
by Yunlong Song
· 8 years ago
ec86c1c
f2fs: don't allow encrypted operations without keys
by Jaegeuk Kim
· 8 years ago
cc9618c
f2fs: check hot_data for roll-forward recovery
by Jaegeuk Kim
· 7 years ago
0f90297
f2fs: let fill_super handle roll-forward errors
by Jaegeuk Kim
· 7 years ago
0f442c5
f2fs: sanity check checkpoint segno and blkoff
by Jin Qian
· 8 years ago
f97f9e9
f2fs: Don't clear SGID when inheriting ACLs
by Jaegeuk Kim
· 8 years ago
19e117a
f2fs: sanity check size of nat and sit cache
by Jin Qian
· 8 years ago
b355b89
crypto: Work around deallocated stack frame reference gcc bug on sparc.
by David Miller
· 8 years ago
af9bd52
fscrypt: avoid collisions when presenting long encrypted filenames
by Eric Biggers
· 8 years ago
8daed21
f2fs: check entire encrypted bigname when finding a dentry
by Jaegeuk Kim
· 8 years ago
9386295
f2fs: sanity check segment count
by Jin Qian
· 8 years ago
8c53efc3
f2fs: avoid to issue redundant discard commands
by Jaegeuk Kim
· 8 years ago
4992ba2
f2fs: add ovp valid_blocks check for bg gc victim to fg_gc
by Hou Pengyang
· 8 years ago
d00d1b7
f2fs: fix multiple f2fs_add_link() calls having same name
by Jaegeuk Kim
· 8 years ago
ec160ad
f2fs: fix a problem of using memory after free
by Yunlei He
· 8 years ago
a299abd
f2fs: hide a maybe-uninitialized warning
by Arnd Bergmann
· 8 years ago
725ba1a
f2fs: remove percpu_count due to performance regression
by Jaegeuk Kim
· 8 years ago
01e15b3
f2fs: fix to determine start_cp_addr by sbi->cur_cp_pack
by Jaegeuk Kim
· 8 years ago
027611e
f2fs: fix overflow due to condition check order
by Jaegeuk Kim
· 8 years ago
1134ef1
f2fs: set ->owner for debugfs status file's file_operations
by Nicolai Stange
· 8 years ago
a43e1c4
Revert "f2fs: use percpu_counter for # of dirty pages in inode"
by Jaegeuk Kim
· 8 years ago
1a1891d
Merge tag 'for-f2fs-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 8 years ago
de0dcc4
f2fs: fix wrong sum_page pointer in f2fs_gc
by Jaegeuk Kim
· 8 years ago
5114a97
fs: use mapping_set_error instead of opencoded set_bit
by Michal Hocko
· 8 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
3873691
Merge remote-tracking branch 'ovl/rename2' into for-linus
by Al Viro
· 8 years ago
97d2116
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
abb5a14
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
e55f1d1
Merge remote-tracking branch 'jk/vfs' into work.misc
by Al Viro
· 8 years ago
fd50eca
vfs: Remove {get,set,remove}xattr inode operations
by Andreas Gruenbacher
· 8 years ago
2eee010
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
4c1fad6
Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 8 years ago
Next »