Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
03f2c02d8be76d2080c174cd65d2dfcbbf783708
/
fs
/
f2fs
/
f2fs.h
03f2c02
f2fs: run discard jobs when put_super
by Jaegeuk Kim
· 6 years ago
2010987
f2fs: fix to set sbi dirty correctly
by Chao Yu
· 6 years ago
2f84bab
f2fs: add brackets for macros
by Sheng Yong
· 6 years ago
c20e57b
f2fs: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
5d53924
f2fs: export FS_NOCOW_FL flag to user
by Jaegeuk Kim
· 6 years ago
bae0ee7
f2fs: check PageWriteback flag for ordered case
by Chao Yu
· 6 years ago
c036211
f2fs: clean up structure extent_node
by Chao Yu
· 6 years ago
e4589fa
f2fs: fix sbi->extent_list corruption issue
by Sahitya Tummala
· 6 years ago
72691af
f2fs: correct wrong spelling, issing_*
by Jaegeuk Kim
· 6 years ago
5222595
f2fs: use kvmalloc, if kmalloc is failed
by Jaegeuk Kim
· 6 years ago
af56b48
f2fs: remove redundant comment of unused wio_mutex
by Yunlong Song
· 6 years ago
0cd6d9b
f2fs: add an ioctl() to explicitly trigger fsck later
by Jaegeuk Kim
· 6 years ago
a742fd4
f2fs: avoid frequent costly fsck triggers
by Jaegeuk Kim
· 6 years ago
19880e6
f2fs: make "f2fs_fault_name[]" const char *
by Alexey Dobriyan
· 6 years ago
f5d5510
f2fs: avoid build warn of fall_through
by Jaegeuk Kim
· 6 years ago
f9d6d05
f2fs: fix out-place-update DIO write
by Chao Yu
· 6 years ago
fef4129
f2fs: fix to be aware discard/preflush/dio command in is_idle()
by Chao Yu
· 6 years ago
02b16d0
f2fs: add to account direct IO
by Chao Yu
· 6 years ago
e3080b0
f2fs: support subsectional garbage collection
by Chao Yu
· 6 years ago
2c70c5e
f2fs: introduce __is_large_section() for cleanup
by Chao Yu
· 6 years ago
7beb01f
f2fs: clean up f2fs_sb_has_##feature_name
by Chao Yu
· 6 years ago
089842d
f2fs: remove codes of unused wio_mutex
by Yunlong Song
· 6 years ago
dad4f14
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 6 years ago
7813081
f2fs: fix to keep project quota consistent
by Chao Yu
· 6 years ago
af033b2
f2fs: guarantee journalled quota data by checkpoint
by Chao Yu
· 6 years ago
1e78e8b
f2fs: fix data corruption issue with hardware encryption
by Sahitya Tummala
· 6 years ago
9149a5e
f2fs: spread f2fs_set_inode_flags()
by Chao Yu
· 6 years ago
5f9abab
f2fs: account read IOs and use IO counts for is_idle
by Jaegeuk Kim
· 6 years ago
5ec2d99
f2fs: Convert to XArray
by Matthew Wilcox
· 7 years ago
b93f654
f2fs: remove request_list check in is_idle()
by Jens Axboe
· 6 years ago
850971b
f2fs: remove unused sbi->trigger_ssr_threshold
by Chao Yu
· 6 years ago
4dada3f
f2fs: use rb_*_cached friends
by Chao Yu
· 6 years ago
48018b4
f2fs: submit cached bio to avoid endless PageWriteback
by Chao Yu
· 6 years ago
4354994
f2fs: checkpoint disabling
by Daniel Rosenberg
· 6 years ago
f847c69
f2fs: allow out-place-update for direct IO in LFS mode
by Chao Yu
· 6 years ago
39a8695
f2fs: refactor ->page_mkwrite() flow
by Chao Yu
· 6 years ago
bab475c
Revert: "f2fs: check last page index in cached bio to decide submission"
by Chao Yu
· 6 years ago
d440c52
f2fs: support superblock checksum
by Junling Zheng
· 6 years ago
274bd9b
f2fs: add to account skip count of background GC
by Chao Yu
· 6 years ago
b63e7be
f2fs: add to account meta IO
by Chao Yu
· 6 years ago
edc55aa
f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO
by Jaegeuk Kim
· 6 years ago
0a4daae
f2fs: update i_size after DIO completion
by Jaegeuk Kim
· 6 years ago
a7d10cf
f2fs: add new idle interval timing for discard and gc paths
by Sahitya Tummala
· 6 years ago
6f5c2ed
f2fs: split IO error injection according to RW
by Chao Yu
· 6 years ago
7c1a000
f2fs: add SPDX license identifiers
by Chao Yu
· 6 years ago
b430f72
f2fs: avoid sleeping under spin_lock
by Zhikang Zhang
· 6 years ago
1378752
f2fs: fix to flush all dirty inodes recovered in readonly fs
by Chao Yu
· 6 years ago
0ded69f
f2fs: avoid wrong decrypted data from disk
by Jaegeuk Kim
· 6 years ago
22d7ea1
Revert "f2fs: use printk_ratelimited for f2fs_msg"
by Chao Yu
· 6 years ago
7d20c8a
f2fs: fix to avoid NULL pointer dereference on se->discard_map
by Chao Yu
· 6 years ago
fe6f0ed
Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 6 years ago
6f8d445
f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc
by Jaegeuk Kim
· 6 years ago
853137c
f2fs: fix performance issue observed with multi-thread sequential read
by Jaegeuk Kim
· 6 years ago
7fa750a
f2fs: rework fault injection handling to avoid a warning
by Arnd Bergmann
· 6 years ago
d494500
f2fs: support fault_type mount option
by Chao Yu
· 6 years ago
b83dcfe
f2fs: support discard submission error injection
by Chao Yu
· 6 years ago
35ec7d5
f2fs: split discard command in prior to block layer
by Chao Yu
· 6 years ago
2296915
f2fs: refresh recent accessed nat entry in lru list
by Chao Yu
· 6 years ago
50fa53e
f2fs: fix to avoid broken of dnode block list
by Chao Yu
· 6 years ago
6e45f2a
f2fs: use true and false for boolean values
by Gustavo A. R. Silva
· 6 years ago
82cf4f1
f2fs: fix to active page in lru list for read path
by Chao Yu
· 6 years ago
797c1cb
f2fs: restrict setting up inode.i_advise
by Chao Yu
· 6 years ago
6122003
f2fs: kill EXT_TREE_VEC_SIZE
by Chao Yu
· 6 years ago
7735730
f2fs: fix to propagate error from __get_meta_page()
by Chao Yu
· 6 years ago
36b877a
f2fs: Keep alloc_valid_block_count in sync
by Daniel Rosenberg
· 7 years ago
20ee438
f2fs: issue small discard by LBA order
by Chao Yu
· 7 years ago
c9b6078
f2fs: fix to do sanity check with block address in main area
by Chao Yu
· 6 years ago
2d3a585
f2fs: avoid the global name 'fault_name'
by Gao Xiang
· 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
e237401
f2fs: fix to propagate return value of scan_nat_page()
by Chao Yu
· 7 years ago
83a3bfd
f2fs: indicate shutdown f2fs to allow unmount successfully
by Jaegeuk Kim
· 7 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
95582b0
vfs: change inode times to use struct timespec64
by Deepa Dinamani
· 7 years ago
c29fd0c
f2fs: let sync node IO interrupt async one
by Chao Yu
· 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
fe16efe
f2fs: fix to let caller retry allocating block address
by Chao Yu
· 7 years ago
aec2f72
f2fs: clean up with clear_radix_tree_dirty_tag
by Chao Yu
· 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
7b525dd
f2fs: clean up with is_valid_blkaddr()
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
b2532c6
f2fs: rename dio_rwsem to i_gc_rwsem
by Chao Yu
· 7 years ago
a4f843b
f2fs: give message and set need_fsck given broken node id
by Jaegeuk Kim
· 7 years ago
59c8440
f2fs: introduce private inode status mapping
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
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
6dbb179
f2fs: refactor read path to allow multiple postprocessing steps
by Eric Biggers
· 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
Next »