Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
7beb01f74415c56f5992922b5b902b45d365e694
/
fs
/
f2fs
/
super.c
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
af033b2
f2fs: guarantee journalled quota data by checkpoint
by Chao Yu
· 6 years ago
26b5a07
f2fs: cleanup dirty pages if recover failed
by Sheng Yong
· 6 years ago
9149a5e
f2fs: spread f2fs_set_inode_flags()
by Chao Yu
· 6 years ago
730746c
f2fs: allow to mount, if quota is failed
by Jaegeuk Kim
· 6 years ago
4354994
f2fs: checkpoint disabling
by Daniel Rosenberg
· 6 years ago
d440c52
f2fs: support superblock checksum
by Junling Zheng
· 6 years ago
095680f
f2fs: keep lazytime on remount
by Jaegeuk Kim
· 6 years ago
c6b1867
f2fs: fix remount problem of option io_bits
by Chengguang Xu
· 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
4cb037e
f2fs: surround fault_injection related option parsing using CONFIG_F2FS_FAULT_INJECTION
by Chengguang Xu
· 6 years ago
042be0f
f2fs: fix to do sanity check with current segment number
by Chao Yu
· 6 years ago
4a70e25
f2fs: fix memory leak of percpu counter in fill_super()
by Chao Yu
· 6 years ago
0b2103e8
f2fs: fix memory leak of write_io in fill_super()
by Chao Yu
· 6 years ago
1378752
f2fs: fix to flush all dirty inodes recovered in readonly fs
by Chao Yu
· 6 years ago
cda9cc5
f2fs: report error if quota off error during umount
by Yunlei He
· 7 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
853137c
f2fs: fix performance issue observed with multi-thread sequential read
by Jaegeuk Kim
· 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
bcbfbd6
f2fs: fix to do sanity check with inline flags
by Chao Yu
· 7 years ago
50fa53e
f2fs: fix to avoid broken of dnode block list
by Chao Yu
· 6 years ago
e494c2f
f2fs: fix to do sanity check with cp_pack_start_sum
by Chao Yu
· 6 years ago
4ddc1b2
f2fs: fix to restrict mount condition when without CONFIG_QUOTA
by Chao Yu
· 6 years ago
00960c2
f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabled
by Sheng Yong
· 6 years ago
76cf05d
f2fs: quota: fix incorrect comments
by Sheng Yong
· 6 years ago
955ac6e
f2fs: quota: decrease the lock granularity of statfs_project
by Sheng Yong
· 6 years ago
a39e5365
f2fs: enable real-time discard by default
by Chao Yu
· 6 years ago
dc13280
f2fs: show the fsync_mode=nobarrier mount option
by Sahitya Tummala
· 6 years ago
2d3a585
f2fs: avoid the global name 'fault_name'
by Gao Xiang
· 7 years ago
9dc956b
f2fs: fix to do sanity check with user_block_count
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
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
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
1cb50f8
f2fs: do checkpoint in kill_sb
by Jaegeuk Kim
· 6 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
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
4071e67
disable loading f2fs module on PAGE_SIZE > 4KB
by Anatoly Pugachev
· 7 years ago
107a805
f2fs: keep migration IO order in LFS mode
by Chao Yu
· 7 years ago
1c41e680
f2fs: fix to initialize i_current_depth according to inode type
by Chao Yu
· 7 years ago
0cfe75c
f2fs: enhance sanity_check_raw_super() to avoid potential overflows
by Jaegeuk Kim
· 7 years ago
b2532c6
f2fs: rename dio_rwsem to i_gc_rwsem
by Chao Yu
· 7 years ago
59c8440
f2fs: introduce private inode status mapping
by Chao Yu
· 7 years ago
d629081
f2fs: add fsync_mode=nobarrier for non-atomic files
by Jaegeuk Kim
· 7 years ago
e12ee68
fscrypt: make fscrypt_operations.max_namelen an integer
by Eric Biggers
· 7 years ago
6dbb179
f2fs: refactor read path to allow multiple postprocessing steps
by Eric Biggers
· 7 years ago
2f52052
f2fs: no need to initialize zero value for GFP_F2FS_ZERO
by Yunlong Song
· 7 years ago
02117b8
f2fs: Set GF_NOFS in read_cache_page_gfp while doing f2fs_quota_read
by Ritesh Harjani
· 7 years ago
ff62af2
f2fs: introduce a new mount option test_dummy_encryption
by Sheng Yong
· 7 years ago
b7c409d
f2fs: introduce F2FS_FEATURE_LOST_FOUND feature
by Sheng Yong
· 7 years ago
63189b7
f2fs: wrap all options with f2fs_sb_info.mount_opt
by Chao Yu
· 7 years ago
93cf93f
f2fs: introduce mount option for fsync mode
by Junling Zheng
· 7 years ago
eea5288
f2fs: fix to restore old mount option in ->remount_fs
by Chao Yu
· 7 years ago
deeedd7
f2fs: wrap sb_rdonly with f2fs_readonly
by Chao Yu
· 7 years ago
782911f
f2fs: set readdir_ra by default
by Jaegeuk Kim
· 7 years ago
84b89e5
f2fs: add auto tuning for small devices
by Jaegeuk Kim
· 7 years ago
0793962
f2fs: add mount option for segment allocation policy
by Jaegeuk Kim
· 7 years ago
846ae67
f2fs: expose extension_list sysfs entry
by Chao Yu
· 7 years ago
d0d3f1b
f2fs: introduce sb_lock to make encrypt pwsalt update exclusive
by Chao Yu
· 7 years ago
ccd31cb
f2fs: clean up f2fs_sb_has_xxx functions
by Sheng Yong
· 7 years ago
f2e703f
f2fs: support passing down write hints to block layer with F2FS policy
by Hyunchul Lee
· 7 years ago
0cdd319
f2fs: support passing down write hints given by users to block layer
by Hyunchul Lee
· 7 years ago
4d817ae
f2fs: restrict inline_xattr_size configuration
by Chao Yu
· 7 years ago
0964fc1
f2fs: fix potential corruption in area before F2FS_SUPER_OFFSET
by Sheng Yong
· 7 years ago
d7997e6
f2fs: clean up error path of fill_super
by Chao Yu
· 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
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
f66c027
f2fs: show precise # of blocks that user/root can use
by Jaegeuk Kim
· 7 years ago
6279398
f2fs: enable quota at remount from r to w
by Jaegeuk Kim
· 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
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
32190f0
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
by Linus Torvalds
· 7 years ago
d1954ab
f2fs: don't bother with inode->i_version
by Jeff Layton
· 7 years ago
ea67673
f2fs: support quota sys files
by Jaegeuk Kim
· 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
6afc662
f2fs: support flexible inline xattr size
by Chao Yu
· 7 years ago
1f227a3
f2fs: stop all the operations by cp_error flag
by Jaegeuk Kim
· 7 years ago
6e5b5d4
Revert "f2fs: return wrong error number on f2fs_quota_write"
by Jaegeuk Kim
· 7 years ago
4e46a02
f2fs: retry ENOMEM for quota_read|write
by Jaegeuk Kim
· 7 years ago
57864ae
f2fs: limit # of inmemory pages
by Jaegeuk Kim
· 7 years ago
Next »