Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
74659dc64c9db0f9a57e8c171c5a6dcfa30c976d
/
fs
/
f2fs
/
super.c
2f17e34
f2fs: updates on v4.16-rc1
by Jaegeuk Kim
· 7 years ago
8dec074
fscrypt: updates on 4.15-rc4
by Jaegeuk Kim
· 7 years ago
8ae26d1
f2fs: updates on 4.15-rc1
by Jaegeuk Kim
· 7 years ago
ed0b958
UPSTREAM: f2fs: fix potential panic during fstrim
by Chao Yu
· 7 years ago
63da420
f2fs: catch up to v4.14-rc1
by Hyojun Kim
· 7 years ago
a2f0578
FROMLIST: f2fs: sanity check checkpoint segno and blkoff
by Jin Qian
· 8 years ago
9386295
f2fs: sanity check segment count
by Jin Qian
· 8 years ago
725ba1a
f2fs: remove percpu_count due to performance regression
by Jaegeuk Kim
· 8 years ago
a43e1c4
Revert "f2fs: use percpu_counter for # of dirty pages in inode"
by Jaegeuk Kim
· 8 years ago
0f34802
f2fs: support checkpoint error injection
by Chao Yu
· 8 years ago
2443b8b
f2fs: fix to recover old fault injection config in ->remount_fs
by Chao Yu
· 8 years ago
36dbd32
f2fs: do fault injection initialization in default_options
by Chao Yu
· 8 years ago
1ecc0c5
f2fs: support configuring fault injection per superblock
by Chao Yu
· 8 years ago
d32853d
f2fs: adjust display format of segment bit
by Chao Yu
· 8 years ago
bb5dada
f2fs: remove dirty inode pages in error path
by Jaegeuk Kim
· 8 years ago
d41065e
f2fs: handle errors during recover_orphan_inodes
by Jaegeuk Kim
· 8 years ago
aaec2b1
f2fs: introduce cp_lock to protect updating of ckpt_flags
by Chao Yu
· 8 years ago
a468f0e
f2fs: use crc and cp version to determine roll-forward recovery
by Jaegeuk Kim
· 8 years ago
8b038c7
f2fs: support IO error injection
by Chao Yu
· 8 years ago
97c1794
f2fs: enable inline_dentry by default and add noinline_dentry option
by Chao Yu
· 9 years ago
b873b79
Revert "f2fs: use percpu_rw_semaphore"
by Jaegeuk Kim
· 8 years ago
6784725
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
82e0a5a
f2fs: fix to avoid data update racing between GC and DIO
by Chao Yu
· 8 years ago
b56ab83
f2fs: avoid mark_inode_dirty
by Jaegeuk Kim
· 8 years ago
3e6d0b4
f2fs: fix incorrect f_bfree calculation in ->statfs
by Chao Yu
· 8 years ago
ec79541
f2fs: use percpu_rw_semaphore
by Jaegeuk Kim
· 8 years ago
64058be
f2fs: add nodiscard mount option
by Chao Yu
· 8 years ago
52763a4
f2fs: detect host-managed SMR by feature flag
by Jaegeuk Kim
· 8 years ago
67c3758
f2fs: call update_inode_page for orphan inodes
by Jaegeuk Kim
· 8 years ago
36abef4
f2fs: introduce mode=lfs mount option
by Jaegeuk Kim
· 8 years ago
7dfeaa3
f2fs: avoid reverse IO order for NODE and DATA
by Jaegeuk Kim
· 8 years ago
9a449e9
f2fs: remove obsolete parameter in f2fs_truncate
by Jaegeuk Kim
· 8 years ago
338bbfa
f2fs: avoid wrong count on dirty inodes
by Jaegeuk Kim
· 8 years ago
53aa6bb
f2fs: inject to produce some orphan inodes
by Jaegeuk Kim
· 8 years ago
b93f771
f2fs: remove writepages lock
by Jaegeuk Kim
· 8 years ago
69e9e42
f2fs: set flush_merge by default
by Jaegeuk Kim
· 8 years ago
6d94c74
f2fs: add lazytime mount option
by Jaegeuk Kim
· 8 years ago
26de9b1
f2fs: avoid unnecessary updating inode during fsync
by Jaegeuk Kim
· 8 years ago
0f18b46
f2fs: flush inode metadata when checkpoint is doing
by Jaegeuk Kim
· 8 years ago
fc9581c
f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync
by Jaegeuk Kim
· 8 years ago
9194232
f2fs: use inode pointer for {set, clear}_inode_flag
by Jaegeuk Kim
· 8 years ago
84c60b1
drop redundant ->owner initializations
by Al Viro
· 8 years ago
b8bef79
f2fs: make exit_f2fs_fs more clear
by Tiezhu Yang
· 8 years ago
513c5f3
f2fs: use percpu_counter for total_valid_inode_count
by Jaegeuk Kim
· 8 years ago
41382ec
f2fs: use percpu_counter for alloc_valid_block_count
by Jaegeuk Kim
· 8 years ago
1beba1b
f2fs: use percpu_counter for # of dirty pages in inode
by Jaegeuk Kim
· 9 years ago
523be8a
f2fs: use percpu_counter for page counters
by Jaegeuk Kim
· 9 years ago
f573018
f2fs: use bio count instead of F2FS_WRITEBACK page count
by Jaegeuk Kim
· 8 years ago
0879689
f2fs: add fault injection to sysfs
by Sheng Yong
· 8 years ago
99e3e85
f2fs: correct return value type of f2fs_fill_super
by Sheng Yong
· 9 years ago
b5a7aef
fscrypto/f2fs: allow fs-specific key prefix for fs encryption
by Jaegeuk Kim
· 9 years ago
74ef924
f2fs: fix leak of orphan inode objects
by Jaegeuk Kim
· 9 years ago
cb78942
f2fs: inject ENOSPC failures
by Jaegeuk Kim
· 9 years ago
c41f3cc3
f2fs: inject page allocation failures
by Jaegeuk Kim
· 9 years ago
2c63fea
f2fs: inject kmalloc failure
by Jaegeuk Kim
· 9 years ago
73faec4
f2fs: add mount option to select fault injection ratio
by Jaegeuk Kim
· 9 years ago
f00d6fa
f2fs: add proc entry to show valid block bitmap
by Jaegeuk Kim
· 9 years ago
b7a15f3
f2fs: introduce macros for proc entries
by Jaegeuk Kim
· 9 years ago
faa0e55
f2fs: treat as a normal umount when remounting ro
by Jaegeuk Kim
· 9 years ago
6781eab
f2fs: give -EINVAL for norecovery and rw mount
by Jaegeuk Kim
· 9 years ago
df728b0
f2fs: recover superblock at RW remounts
by Jaegeuk Kim
· 9 years ago
f2353d7
f2fs: give RO message when recovering superblock
by Jaegeuk Kim
· 9 years ago
c7e82c6
Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
b2dde6f
f2fs: retrieve IO write stat from the right place
by Shuoran Liu
· 9 years ago
fd69473
f2fs: cover large section in sanity check of super
by Jaegeuk Kim
· 9 years ago
43b6573
f2fs: use cryptoapi crc32 functions
by Keith Mok
· 9 years ago
0b81d07
fs crypto: move per-file encryption from f2fs tree to fs/crypto
by Jaegeuk Kim
· 9 years ago
406657d
f2fs: introduce f2fs_flush_merged_bios for cleanup
by Chao Yu
· 9 years ago
41214b3
f2fs: show more info about superblock recovery
by Chao Yu
· 9 years ago
984ec63
f2fs: move sanity checking of cp into get_valid_checkpoint
by Shawn Lin
· 9 years ago
2b39e90
f2fs: slightly reorganize read_raw_super_block
by Shawn Lin
· 9 years ago
dfc08a1
f2fs: introduce f2fs_journal struct to wrap journal info
by Chao Yu
· 9 years ago
29b96b5
f2fs: split drop_inmem_pages from commit_inmem_pages
by Chao Yu
· 9 years ago
17c1912
f2fs: flush bios to handle cp_error in put_super
by Jaegeuk Kim
· 9 years ago
8f1dbbb
f2fs: introduce lifetime write IO statistics
by Shuoran Liu
· 9 years ago
2304cb0
f2fs: export dirty_nats_ratio in sysfs
by Chao Yu
· 9 years ago
5d09705
kmemcg: account certain kmem allocations to memcg
by Vladimir Davydov
· 9 years ago
d0239e1
f2fs: detect idle time depending on user behavior
by Jaegeuk Kim
· 9 years ago
6beceb5
f2fs: introduce time and interval facility
by Jaegeuk Kim
· 9 years ago
12719ae
f2fs: avoid unnecessary f2fs_balance_fs calls
by Jaegeuk Kim
· 9 years ago
e0afc4d
f2fs: introduce max_file_blocks in sbi
by Chao Yu
· 9 years ago
179448b
f2fs: add a max block check for get_data_block_bmap
by Yunlei He
· 9 years ago
06d6f22
f2fs: declare static function
by Jaegeuk Kim
· 9 years ago
c34f42e
f2fs: report error of do_checkpoint
by Chao Yu
· 9 years ago
343f40f
f2fs: introduce new option for controlling data flush
by Chao Yu
· 9 years ago
c227f91
f2fs: record dirty status of regular/symlink inode
by Chao Yu
· 9 years ago
b398091
f2fs: introduce __f2fs_commit_super
by Chao Yu
· 9 years ago
e8240f6
f2fs: don't grab super block buffer header all the time
by Chao Yu
· 9 years ago
b39f0de
f2fs: backup raw_super in sbi
by Yunlei He
· 9 years ago
2710fd7
f2fs: introduce dirty list node in inode info
by Chao Yu
· 9 years ago
a49324f
f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entry
by Chao Yu
· 9 years ago
9a59b62
f2fs: do more integrity verification for superblock
by Chao Yu
· 9 years ago
5d909cd
f2fs: refactor f2fs_commit_super
by Jaegeuk Kim
· 9 years ago
29ba108
f2fs: fix memory leak of kobject in error path of fill_super
by Chao Yu
· 9 years ago
787c7b8c
f2fs: report error of f2fs_create_root_stats
by Chao Yu
· 9 years ago
ea1a29a0
f2fs: export ra_nid_pages to sysfs
by Chao Yu
· 9 years ago
60b99b4
f2fs: introduce a periodic checkpoint flow
by Jaegeuk Kim
· 9 years ago
6aefd93
f2fs: introduce background_gc=sync mount option
by Jaegeuk Kim
· 9 years ago
9cd81ce
f2fs: disallow switch extent_cache option dynamically
by Chao Yu
· 9 years ago
Next »