Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
802ec461670773b433b678b27145050262df5994
/
fs
/
f2fs
74c8164
mpage: mpage_readpages() should submit IO as read-ahead
by Jens Axboe
· 6 years ago
dbae2c5
block: Define and use STAT_READ and STAT_WRITE
by Michael Callahan
· 6 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
c22aecd
f2fs: fix to detect failure of dquot_initialize
by Chao Yu
· 7 years ago
d618477
f2fs: stop issue discard if something wrong with f2fs
by Yunlei He
· 7 years ago
b169c3c
f2fs: fix return value in f2fs_ioc_commit_atomic_write
by Chao Yu
· 7 years ago
054afda
f2fs: allocate hot_data for atomic write more strictly
by Yunlei He
· 7 years ago
d0891e8
f2fs: check if inmem_pages list is empty correctly
by Sheng Yong
· 7 years ago
27319ba
f2fs: fix race in between GC and atomic open
by Chao Yu
· 7 years ago
ea4d479
fs: f2fs: Adding new return type vm_fault_t
by Souptick Joarder
· 7 years ago
d696494
f2fs: change le32 to le16 of f2fs_inode->i_extra_size
by Zhikang Zhang
· 7 years ago
56b07e7
f2fs: check cur_valid_map_mir & raw_sit block count when flush sit entries
by Zhikang Zhang
· 7 years ago
3d165dc
f2fs: correct return value of f2fs_trim_fs
by Chao Yu
· 7 years ago
7648115
f2fs: fix to show missing bits in FS_IOC_GETFLAGS
by Chao Yu
· 7 years ago
c807a7c
f2fs: remove unneeded F2FS_PROJINHERIT_FL
by Chao Yu
· 7 years ago
81114ba
f2fs: don't use GFP_ZERO for page caches
by Chao Yu
· 7 years ago
241b493
f2fs: issue all big range discards in umount process
by Yunlei He
· 7 years ago
47cca3d
f2fs: remove redundant block plug
by Chao Yu
· 7 years ago
8045249
f2fs: remove unmatched zero_user_segment when convert inline dentry
by Yunlong Song
· 7 years ago
59c8440
f2fs: introduce private inode status mapping
by Chao Yu
· 7 years ago
e555da9
f2fs: run fstrim asynchronously if runtime discard is on
by Jaegeuk Kim
· 7 years ago
cba6084
f2fs: turn down IO priority of discard from background
by Chao Yu
· 7 years ago
377224c
f2fs: don't split checkpoint in fstrim
by Chao Yu
· 7 years ago
8bb4f25
f2fs: issue discard commands proactively in high fs utilization
by Jaegeuk Kim
· 7 years ago
d629081
f2fs: add fsync_mode=nobarrier for non-atomic files
by Jaegeuk Kim
· 7 years ago
9a99718
f2fs: let fstrim issue discard commands in lower priority
by Jaegeuk Kim
· 7 years ago
e12ee68
fscrypt: make fscrypt_operations.max_namelen an integer
by Eric Biggers
· 7 years ago
3f3942a
proc: introduce proc_create_single{,_data}
by Christoph Hellwig
· 7 years ago
1e2e547
do d_instantiate/unlock_new_inode combinations safely
by Al Viro
· 7 years ago
5b19d28
f2fs: avoid fsync() failure caused by EAGAIN in writepage()
by Jaegeuk Kim
· 7 years ago
17c5003
f2fs: clear PageError on writepage
by Jaegeuk Kim
· 7 years ago
a90a0884
f2fs: check cap_resource only for data blocks
by Jaegeuk Kim
· 7 years ago
b87078a
Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"
by Jaegeuk Kim
· 7 years ago
ab3835a
f2fs: call unlock_new_inode() before d_instantiate()
by Eric Biggers
· 7 years ago
6dbb179
f2fs: refactor read path to allow multiple postprocessing steps
by Eric Biggers
· 7 years ago
0cb8dae
fscrypt: allow synchronous bio decryption
by Eric Biggers
· 7 years ago
b93b016
page cache: use xa_lock
by Matthew Wilcox
· 7 years ago
f6bb2a2
xarray: add the xa_lock to the radix_tree_root
by Matthew Wilcox
· 7 years ago
214c246
f2fs: remain written times to update inode during fsync
by Jaegeuk Kim
· 7 years ago
c79d152
f2fs: make assignment of t->dentry_bitmap more readable
by Yunlong Song
· 7 years ago
dc7a10d
f2fs: truncate preallocated blocks in error case
by Jaegeuk Kim
· 7 years ago
235831d
f2fs: fix a wrong condition in f2fs_skip_inode_update
by Junling Zheng
· 7 years ago
53fedcc
f2fs: reserve bits for fs-verity
by Eric Biggers
· 7 years ago
d21b0f2
f2fs: Add a segment type check in inplace write
by Yunlei He
· 7 years ago
Next »