Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4e6a8d9b224f886362ea6e8f6046b541437c944f
/
fs
/
f2fs
/
super.c
4e6a8d9
f2fs: relax async discard commands more
by Jaegeuk Kim
· 8 years ago
ec91538
f2fs: get io size bit from mount option
by Jaegeuk Kim
· 8 years ago
0a595eb
f2fs: support IO alignment for DATA and NODE writes
by Jaegeuk Kim
· 8 years ago
f99e864
block: Rename blk_queue_zone_size and bdev_zone_size
by Damien Le Moal
· 8 years ago
09cb646
Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 8 years ago
5eba8c5
f2fs: fix to access nullified flush_cmd_control pointer
by Jaegeuk Kim
· 8 years ago
2040fce8
f2fs: detect wrong layout
by Jaegeuk Kim
· 8 years ago
204706c
Revert "f2fs: use percpu_counter for # of dirty pages in inode"
by Jaegeuk Kim
· 8 years ago
b08b12d
f2fs: fix incorrect free inode count in ->statfs
by Chao Yu
· 8 years ago
3c62be1
f2fs: support multiple devices
by Jaegeuk Kim
· 8 years ago
b4b9d34
f2fs: remove checkpoint in f2fs_freeze
by Jaegeuk Kim
· 8 years ago
178053e
f2fs: Cache zoned block devices zone type
by Damien Le Moal
· 8 years ago
3adc57e
f2fs: Do not allow adaptive mode for host-managed zoned block devices
by Damien Le Moal
· 8 years ago
96ba2de
f2fs: Always enable discard for zoned blocks devices
by Damien Le Moal
· 8 years ago
0ab0299
f2fs: Suppress discard warning message for zoned block devices
by Damien Le Moal
· 8 years ago
d1b959c
f2fs: Check zoned block feature for host-managed zoned block devices
by Damien Le Moal
· 8 years ago
0bfd7a0
f2fs: Use generic zoned block device terminology
by Damien Le Moal
· 8 years ago
487df61
f2fs: Add missing break in switch-case
by Damien Le Moal
· 8 years ago
0992280
f2fs: avoid infinite loop in the EIO case on recover_orphan_inodes
by Jaegeuk Kim
· 8 years ago
35782b2
f2fs: remove percpu_count due to performance regression
by Jaegeuk Kim
· 8 years ago
7c45729
f2fs: keep dirty inodes selectively for checkpoint
by Jaegeuk Kim
· 8 years ago
2dd1565
f2fs: fix to release discard entries during checkpoint
by Chao Yu
· 8 years ago
70fd761
block,fs: use REQ_* flags directly
by Christoph Hellwig
· 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
· 9 years ago
69e9e42
f2fs: set flush_merge by default
by Jaegeuk Kim
· 9 years ago
6d94c74
f2fs: add lazytime mount option
by Jaegeuk Kim
· 9 years ago
26de9b1
f2fs: avoid unnecessary updating inode during fsync
by Jaegeuk Kim
· 9 years ago
0f18b46
f2fs: flush inode metadata when checkpoint is doing
by Jaegeuk Kim
· 9 years ago
fc9581c
f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync
by Jaegeuk Kim
· 9 years ago
9194232
f2fs: use inode pointer for {set, clear}_inode_flag
by Jaegeuk Kim
· 9 years ago
84c60b1
drop redundant ->owner initializations
by Al Viro
· 8 years ago
b8bef79
f2fs: make exit_f2fs_fs more clear
by Tiezhu Yang
· 9 years ago
513c5f3
f2fs: use percpu_counter for total_valid_inode_count
by Jaegeuk Kim
· 9 years ago
41382ec
f2fs: use percpu_counter for alloc_valid_block_count
by Jaegeuk Kim
· 9 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
· 9 years ago
0879689
f2fs: add fault injection to sysfs
by Sheng Yong
· 9 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
f2353d7b
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
· 10 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
Next »