Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
36b877af7992893b6d1ddbe96971cab5ab9e50eb
/
fs
/
f2fs
36b877a
f2fs: Keep alloc_valid_block_count in sync
by Daniel Rosenberg
· 6 years ago
20ee438
f2fs: issue small discard by LBA order
by Chao Yu
· 6 years ago
522d171
f2fs: stop issuing discard immediately if there is queued IO
by Chao Yu
· 6 years ago
4c6b56c
f2fs: clean up with IS_INODE()
by Chao Yu
· 6 years ago
2482c43
f2fs: detect bug_on in f2fs_wait_discard_bios
by Chao Yu
· 6 years ago
cb15d1e
f2fs: fix defined but not used build warnings
by Randy Dunlap
· 6 years ago
a39e5365
f2fs: enable real-time discard by default
by Chao Yu
· 6 years ago
82902c0
f2fs: fix to detect looped node chain correctly
by Chao Yu
· 6 years ago
c9b6078
f2fs: fix to do sanity check with block address in main area
by Chao Yu
· 6 years ago
10d255c
f2fs: fix to skip GC if type in SSA and SIT is inconsistent
by Chao Yu
· 7 years ago
4b270a8
f2fs: try grabbing node page lock aggressively in sync scenario
by Chao Yu
· 7 years ago
dc13280
f2fs: show the fsync_mode=nobarrier mount option
by Sahitya Tummala
· 7 years ago
68c43a2
f2fs: check the right return value of memory alloc function
by Yunlei He
· 7 years ago
b138547
f2fs: Replace strncpy with memcpy
by Guenter Roeck
· 7 years ago
2d3a585
f2fs: avoid the global name 'fault_name'
by Gao Xiang
· 7 years ago
4dbe38d
f2fs: fix to do sanity check with reserved blkaddr of inline inode
by Chao Yu
· 7 years ago
e34438c
f2fs: fix to do sanity check with node footer and iblocks
by Chao Yu
· 7 years ago
e15d54d
f2fs: Allocate and stat mem used by free nid bitmap more accurately
by Yunlei He
· 7 years ago
9dc956b
f2fs: fix to do sanity check with user_block_count
by Chao Yu
· 7 years ago
76d56d4
f2fs: fix to do sanity check with extra_attr feature
by Chao Yu
· 7 years ago
01f9cf6
f2fs: fix to correct return value of f2fs_trim_fs
by Chao Yu
· 7 years ago
c77ec61
f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize
by Chao Yu
· 7 years ago
42bf546
f2fs: fix to do sanity check with secs_per_zone
by Chao Yu
· 7 years ago
67fce70
f2fs: disable f2fs_check_rb_tree_consistence
by Chao Yu
· 7 years ago
e1da787
f2fs: introduce and spread verify_blkaddr
by Chao Yu
· 7 years ago
24b81df
f2fs: use timespec64 for inode timestamps
by Arnd Bergmann
· 7 years ago
6aead16
f2fs: fix to wait on page writeback before updating page
by Chao Yu
· 7 years ago
e2e5941
f2fs: assign REQ_RAHEAD to bio for ->readpages
by Jaegeuk Kim
· 7 years ago
2a63531
f2fs: fix a hungtask problem caused by congestion_wait
by Yunlei He
· 7 years ago
2a96d8a
f2fs: Fix uninitialized return in f2fs_ioc_shutdown()
by Dan Carpenter
· 7 years ago
5a61549
f2fs: don't issue discard commands in online discard is on
by Jaegeuk Kim
· 7 years ago
e237401
f2fs: fix to propagate return value of scan_nat_page()
by Chao Yu
· 7 years ago
54c55c4
f2fs: support in-memory inode checksum when checking consistency
by Weichao Guo
· 7 years ago
4e42383
f2fs: fix error path of fill_super
by Chao Yu
· 7 years ago
4cac90d
f2fs: relocate readdir_ra configure initialization
by Chao Yu
· 7 years ago
0aa7e0f
f2fs: move s_res{u,g}id initialization to default_options()
by Chao Yu
· 7 years ago
76a45e3
f2fs: don't acquire orphan ino during recovery
by Chao Yu
· 7 years ago
a1933c0
f2fs: avoid potential deadlock in f2fs_sbi_store
by Jaegeuk Kim
· 6 years ago
83a3bfd
f2fs: indicate shutdown f2fs to allow unmount successfully
by Jaegeuk Kim
· 7 years ago
af697c0
f2fs: keep meta pages in cp_error state
by Jaegeuk Kim
· 6 years ago
1cb50f8
f2fs: do checkpoint in kill_sb
by Jaegeuk Kim
· 6 years ago
8a56dd9
f2fs: allow wrong configured dio to buffered write
by Jaegeuk Kim
· 7 years ago
7f2ecdd
f2fs: flush journal nat entries for nat_bits during unmount
by Jaegeuk Kim
· 7 years ago
7a93251
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 7 years ago
15eefe2
Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64
by Arnd Bergmann
· 7 years ago
9d2a789
treewide: Use array_size in f2fs_kvzalloc()
by Kees Cook
· 7 years ago
026f050
treewide: Use array_size() in f2fs_kzalloc()
by Kees Cook
· 7 years ago
c860659
treewide: Use array_size() in f2fs_kmalloc()
by Kees Cook
· 7 years ago
d54d35c
Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 7 years ago
95582b0
vfs: change inode times to use struct timespec64
by Deepa Dinamani
· 7 years ago
fd59ccc
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
by Linus Torvalds
· 7 years ago
dfa7428
f2fs: fix to clear FI_VOLATILE_FILE correctly
by Chao Yu
· 7 years ago
c29fd0c
f2fs: let sync node IO interrupt async one
by Chao Yu
· 7 years ago
aae764e
f2fs: don't change wbc->sync_mode
by Chao Yu
· 7 years ago
a1f72ac2
f2fs: fix to update mtime correctly
by Chao Yu
· 7 years ago
cf626b0
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
1061fd4
fs: f2fs: insert space around that ':' and ', '
by youngjun yoo
· 7 years ago
f11e98b
fs: f2fs: add missing blank lines after declarations
by youngjun yoo
· 7 years ago
193bea1
fs: f2fs: changed variable type of offset "unsigned" to "loff_t"
by youngjun yoo
· 7 years ago
4d57b86
f2fs: clean up symbol namespace
by Chao Yu
· 7 years ago
2e79d95
f2fs: make set_de_type() static
by Chao Yu
· 7 years ago
fc99fe2
f2fs: make __f2fs_write_data_pages() static
by Chao Yu
· 7 years ago
9fd6260
f2fs: fix to avoid accessing cross the boundary
by Chao Yu
· 7 years ago
fe16efe
f2fs: fix to let caller retry allocating block address
by Chao Yu
· 7 years ago
4071e67
disable loading f2fs module on PAGE_SIZE > 4KB
by Anatoly Pugachev
· 7 years ago
14a2855
f2fs: fix error path of move_data_page
by Chao Yu
· 7 years ago
1174abf
f2fs: don't drop dentry pages after fs shutdown
by Chao Yu
· 7 years ago
250dbf5
f2fs: fix to avoid race during access gc_thread pointer
by Chao Yu
· 7 years ago
aec2f72
f2fs: clean up with clear_radix_tree_dirty_tag
by Chao Yu
· 7 years ago
64c74a7
f2fs: fix to don't trigger writeback during recovery
by Chao Yu
· 7 years ago
35a9a76
f2fs: clear discard_wake earlier
by Sheng Yong
· 7 years ago
f9d1dce
f2fs: let discard thread wait a little longer if dev is busy
by Yunlei He
· 7 years ago
2ef79ec
f2fs: avoid stucking GC due to atomic write
by Chao Yu
· 7 years ago
5b0e953
f2fs: introduce sbi->gc_mode to determine the policy
by Jaegeuk Kim
· 7 years ago
107a805
f2fs: keep migration IO order in LFS mode
by Chao Yu
· 7 years ago
e5e5732
f2fs: fix to wait page writeback during revoking atomic write
by Chao Yu
· 7 years ago
60b2b4e
f2fs: Fix deadlock in shutdown ioctl
by Sahitya Tummala
· 7 years ago
f8de433
f2fs: detect synchronous writeback more earlier
by Chao Yu
· 7 years ago
7b525dd
f2fs: clean up with is_valid_blkaddr()
by Chao Yu
· 7 years ago
5ad2544
f2fs: fix to initialize min_mtime with ULLONG_MAX
by Chao Yu
· 7 years ago
e7a4feb
f2fs: fix to let checkpoint guarantee atomic page persistence
by Chao Yu
· 7 years ago
1c41e680
f2fs: fix to initialize i_current_depth according to inode type
by Chao Yu
· 7 years ago
299254d
Revert "f2fs: add ovp valid_blocks check for bg gc victim to fg_gc"
by Chao Yu
· 7 years ago
868de61
f2fs: don't drop any page on f2fs_cp_error() case
by Jaegeuk Kim
· 7 years ago
4580038
f2fs: fix spelling mistake: "extenstion" -> "extension"
by Colin Ian King
· 7 years ago
0cfe75c
f2fs: enhance sanity_check_raw_super() to avoid potential overflows
by Jaegeuk Kim
· 7 years ago
b4c3ca8
f2fs: treat volatile file's data as hot one
by Chao Yu
· 7 years ago
af8ff65
f2fs: introduce release_discard_addr() for cleanup
by Chao Yu
· 7 years ago
a9af3fd
f2fs: fix potential overflow
by Chao Yu
· 7 years ago
b2532c6
f2fs: rename dio_rwsem to i_gc_rwsem
by Chao Yu
· 7 years ago
b82f6e3
f2fs: move mnt_want_write_file after range check
by Yunlei He
· 7 years ago
cba41be
f2fs: fix missing clear FI_NO_PREALLOC in some error case
by Yunlei He
· 7 years ago
ade990f
f2fs: enforce fsync_mode=strict for renamed directory
by Jaegeuk Kim
· 7 years ago
8a29c12
f2fs: sanity check for total valid node blocks
by Jaegeuk Kim
· 7 years ago
b2ca374
f2fs: sanity check on sit entry
by Jaegeuk Kim
· 7 years ago
5d64600
f2fs: avoid bug_on on corrupted inode
by Jaegeuk Kim
· 7 years ago
a4f843b
f2fs: give message and set need_fsck given broken node id
by Jaegeuk Kim
· 7 years ago
cf52b27
f2fs: clean up commit_inmem_pages()
by Chao Yu
· 7 years ago
eff15c2
f2fs: do not check F2FS_INLINE_DOTS in recover
by Sheng Yong
· 7 years ago
a515d12
f2fs: remove duplicated dquot_initialize and fix error handling
by Sheng Yong
· 7 years ago
Next »