Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9ac1e2d88d076aa1ae9e33d44a9bbc8ae3bfa791
/
fs
/
f2fs
9ac1e2d
f2fs: prevent newly created inode from being dirtied incorrectly
by Daeho Jeong
· 7 years ago
442a9db
f2fs: support FIEMAP_FLAG_XATTR
by Chao Yu
· 7 years ago
f1b43d4
f2fs: fix to cover f2fs_inline_data_fiemap with inode_lock
by Chao Yu
· 7 years ago
7dff55d
f2fs: check node page again in write end io
by Yunlei He
· 7 years ago
25a912e
f2fs: fix to caclulate required free section correctly
by Chao Yu
· 7 years ago
f1d2564
f2fs: handle newly created page when revoking inmem pages
by Daeho Jeong
· 7 years ago
7c2e596
f2fs: add resgid and resuid to reserve root blocks
by Jaegeuk Kim
· 7 years ago
578c647
f2fs: implement cgroup writeback support
by Yufen Yu
· 7 years ago
bffa8d3
f2fs: remove unused pend_list_tag
by Chao Yu
· 7 years ago
49c60c6
f2fs: avoid high cpu usage in discard thread
by Chao Yu
· 7 years ago
94b1e10
f2fs: make local functions static
by Wei Yongjun
· 7 years ago
7e65be4
f2fs: add reserved blocks for root user
by Jaegeuk Kim
· 7 years ago
2c19050
f2fs: check segment type in __f2fs_replace_block
by Yunlong Song
· 7 years ago
1eca05a
f2fs: update inode info to inode page for new file
by Yunlei He
· 7 years ago
f66c027
f2fs: show precise # of blocks that user/root can use
by Jaegeuk Kim
· 7 years ago
7f1a45a
f2fs: clean up unneeded declaration
by Chao Yu
· 7 years ago
d6d478a1
f2fs: continue to do direct IO if we only preallocate partial blocks
by Chao Yu
· 7 years ago
6279398
f2fs: enable quota at remount from r to w
by Jaegeuk Kim
· 7 years ago
b1ca321
f2fs: skip stop_checkpoint for user data writes
by Jaegeuk Kim
· 7 years ago
d620439
f2fs: fix missing error number for xattr operation
by Jaegeuk Kim
· 7 years ago
0a007b97
f2fs: recover directory operations by fsync
by Jaegeuk Kim
· 7 years ago
c39a1b3
f2fs: return error during fill_super
by Jaegeuk Kim
· 7 years ago
211a6fa
f2fs: fix an error case of missing update inode page
by Yunlei He
· 7 years ago
4635b46
f2fs: fix potential hangtask in f2fs_trace_pid
by Chao Yu
· 7 years ago
c376fc0
f2fs: no need return value in restore summary process
by Yunlei He
· 7 years ago
fab2ade
f2fs: use unlikely for release case
by LiFan
· 7 years ago
f652e9d
f2fs: don't return value in truncate_data_blocks_range
by Chao Yu
· 7 years ago
4c2ac6a
f2fs: clean up f2fs_map_blocks
by Chao Yu
· 7 years ago
416d2db
f2fs: clean up hash codes
by Chao Yu
· 7 years ago
bae01ed
f2fs: fix error handling in fill_super
by Chao Yu
· 7 years ago
4e6aad2
f2fs: spread f2fs_k{m,z}alloc
by Chao Yu
· 7 years ago
628b3d1
f2fs: inject fault to kvmalloc
by Chao Yu
· 7 years ago
acbf054
f2fs: inject fault to kzalloc
by Chao Yu
· 7 years ago
979f492
f2fs: remove a redundant conditional expression
by LiFan
· 7 years ago
d5097be
f2fs: apply write hints to select the type of segment for direct write
by Hyunchul Lee
· 7 years ago
20bb247
f2fs: switch to fscrypt_prepare_setattr()
by Eric Biggers
· 7 years ago
55899d7
f2fs: switch to fscrypt_prepare_lookup()
by Eric Biggers
· 7 years ago
2e45b07
f2fs: switch to fscrypt_prepare_rename()
by Eric Biggers
· 7 years ago
b05157e
f2fs: switch to fscrypt_prepare_link()
by Eric Biggers
· 7 years ago
2e168c8
f2fs: switch to fscrypt_file_open()
by Eric Biggers
· 7 years ago
6671726
posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_t
by Elena Reshetova
· 7 years ago
de8b10a
f2fs: remove repeated f2fs_bug_on
by Zhikang Zhang
· 7 years ago
736c0a7
f2fs: remove an excess variable
by LiFan
· 7 years ago
2102081
f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem
by Chao Yu
· 7 years ago
e17d488
f2fs: remove unused parameter
by Sheng Yong
· 7 years ago
25006645
f2fs: still write data if preallocate only partial blocks
by Sheng Yong
· 7 years ago
f6df8f2
f2fs: introduce sysfs readdir_ra to readahead inode block in readdir
by Sheng Yong
· 7 years ago
5921aaa
f2fs: fix concurrent problem for updating free bitmap
by LiFan
· 7 years ago
2ab56a5
f2fs: remove unneeded memory footprint accounting
by Chao Yu
· 7 years ago
66e8336
f2fs: no need to read nat block if nat_block_bitmap is set
by Yunlei He
· 7 years ago
292c196a
f2fs: reserve nid resource for quota sysfile
by Chao Yu
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
a02cd42
Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 7 years ago
8667982
mm, pagevec: remove cold parameter for pagevecs
by Mel Gorman
· 7 years ago
67fd707
mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()
by Jan Kara
· 7 years ago
8faab64
f2fs: use find_get_pages_tag() for looking up single page
by Jan Kara
· 7 years ago
028a63a
f2fs: simplify page iteration loops
by Jan Kara
· 7 years ago
69c4f35
f2fs: use pagevec_lookup_range_tag()
by Jan Kara
· 7 years ago
ead710b
f2fs: deny accessing encryption policy if encryption is off
by Chao Yu
· 7 years ago
32190f0
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
by Linus Torvalds
· 7 years ago
812c605
f2fs: inject fault in inc_valid_node_count
by Chao Yu
· 7 years ago
28cfafb
f2fs: fix to clear FI_NO_PREALLOC
by Chao Yu
· 7 years ago
2c8a4a2
f2fs: expose quota information in debugfs
by Jaegeuk Kim
· 7 years ago
12f9ef3
f2fs: separate nat entry mem alloc from nat_tree_lock
by Yunlei He
· 7 years ago
0dd99ca
f2fs: validate before set/clear free nat bitmap
by LiFan
· 7 years ago
19526d7
f2fs: avoid opened loop codes in __add_ino_entry
by Chao Yu
· 7 years ago
4f0a03d3
f2fs: apply write hints to select the type of segments for buffered write
by Hyunchul Lee
· 7 years ago
2fbaa25
f2fs: introduce scan_curseg_cache for cleanup
by Chao Yu
· 7 years ago
9745657
f2fs: optimize the way of traversing free_nid_bitmap
by Fan Li
· 7 years ago
7498621
f2fs: keep scanning until enough free nids are acquired
by Fan Li
· 7 years ago
a5fd505
f2fs: trace checkpoint reason in fsync()
by Chao Yu
· 7 years ago
e8ed90a
f2fs: keep isize once block is reserved cross EOF
by Chao Yu
· 7 years ago
bb06664
f2fs: avoid race in between GC and block exchange
by Chao Yu
· 7 years ago
f6986ed
f2fs: save a multiplication for last_nid calculation
by Fan Li
· 7 years ago
2b60311
f2fs: fix summary info corruption
by Chao Yu
· 7 years ago
0537b81
f2fs: remove dead code in update_meta_page
by Chao Yu
· 7 years ago
dee668c
f2fs: remove unneeded semicolon
by Chao Yu
· 7 years ago
d1954ab
f2fs: don't bother with inode->i_version
by Jeff Layton
· 7 years ago
bf34c93
f2fs: check curseg space before foreground GC
by Chao Yu
· 7 years ago
3d26fa6
f2fs: use rw_semaphore to protect SIT cache
by Chao Yu
· 7 years ago
ea67673
f2fs: support quota sys files
by Jaegeuk Kim
· 7 years ago
234a968
f2fs: add quota_ino feature infra
by Jaegeuk Kim
· 7 years ago
37a0ab2
f2fs: optimize __update_nat_bits
by Fan Li
· 7 years ago
f15194f
f2fs: modify for accurate fggc node io stat
by Yunlei He
· 7 years ago
65f1b80
Revert "f2fs: handle dirty segments inside refresh_sit_entry"
by Yunlong Song
· 7 years ago
a0761f6
f2fs: add a function to move nid
by Fan Li
· 7 years ago
a2a12b6
f2fs: export SSR allocation threshold
by Chao Yu
· 7 years ago
0ea8051
f2fs: give correct trimmed blocks in fstrim
by Chao Yu
· 7 years ago
d62fe97
f2fs: support bio allocation error injection
by Chao Yu
· 7 years ago
01eccef
f2fs: support get_page error injection
by Chao Yu
· 7 years ago
80d4214
f2fs: support soft block reservation
by Yunlong Song
· 7 years ago
bf9c142
f2fs: handle error case when adding xattr entry
by Jaegeuk Kim
· 7 years ago
6afc662
f2fs: support flexible inline xattr size
by Chao Yu
· 7 years ago
b4b153f
f2fs: show current cp state
by Jaegeuk Kim
· 7 years ago
d8d1389
f2fs: add missing quota_initialize
by Jaegeuk Kim
· 7 years ago
8f1572f
f2fs: show # of dirty segments via sysfs
by Jaegeuk Kim
· 7 years ago
1f227a3
f2fs: stop all the operations by cp_error flag
by Jaegeuk Kim
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
dca6951
f2fs: remove several redundant assignments
by Colin Ian King
· 7 years ago
6bccfa1
f2fs: avoid using timespec
by Arnd Bergmann
· 7 years ago
Next »