Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8dcf2ff72120707f960d9b3b15ce6e50705b13a6
/
fs
/
f2fs
/
file.c
1266223
f2fs: release inmemory pages when the file was closed
by Jaegeuk Kim
· 10 years ago
9c01503
f2fs: cleanup redundant macro
by Changman Lee
· 10 years ago
92dffd0
f2fs: convert inline_data when i_size becomes large
by Jaegeuk Kim
· 10 years ago
764d2c8
f2fs: fix deadlock to grab 0'th data page
by Jaegeuk Kim
· 10 years ago
a344b9f
f2fs: disable roll-forward when active_logs = 2
by Jaegeuk Kim
· 10 years ago
d5053a34
f2fs: introduce -o fastboot for reducing booting time only
by Jaegeuk Kim
· 10 years ago
b3d208f
f2fs: revisit inline_data to avoid data races and potential bugs
by Jaegeuk Kim
· 10 years ago
5ab1857
f2fs: should not truncate any inline_dentry
by Jaegeuk Kim
· 10 years ago
622f28a
f2fs: enable inline dir handling
by Chao Yu
· 10 years ago
13fd8f8
f2fs: fix to call f2fs_unlock_op
by Jaegeuk Kim
· 10 years ago
9ba69cf
f2fs: avoid to allocate when inline_data was written
by Jaegeuk Kim
· 10 years ago
1ce86bf
f2fs: fix race conditon on truncation with inline_data
by Jaegeuk Kim
· 10 years ago
02a1335
f2fs: support volatile operations for transient data
by Jaegeuk Kim
· 10 years ago
88b88a6
f2fs: support atomic writes
by Jaegeuk Kim
· 10 years ago
52656e6
f2fs: clean up f2fs_ioctl functions
by Jaegeuk Kim
· 10 years ago
4b2fecc
f2fs: introduce FITRIM in f2fs_ioctl
by Jaegeuk Kim
· 10 years ago
14cecc5
f2fs: skip punching hole in special condition
by Chao Yu
· 10 years ago
09db6a2
f2fs: fix to truncate blocks past EOF in ->setattr
by Chao Yu
· 10 years ago
19c9c46
f2fs: do not skip latest inode information
by Jaegeuk Kim
· 10 years ago
88bd02c
f2fs: fix conditions to remain recovery information in f2fs_sync_file
by Jaegeuk Kim
· 10 years ago
c1ce1b0
f2fs: give an option to enable in-place-updates during fsync to users
by Jaegeuk Kim
· 10 years ago
2403c15
f2fs: remove lengthy inode->i_ino
by Jaegeuk Kim
· 10 years ago
0b4c5afde
f2fs: fix negative value for lseek offset
by Jaegeuk Kim
· 10 years ago
9850cf4
f2fs: need fsck.f2fs when f2fs_bug_on is triggered
by Jaegeuk Kim
· 10 years ago
4081363
f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB
by Jaegeuk Kim
· 10 years ago
9d1589e
f2fs: introduce need_do_checkpoint for readability
by Chao Yu
· 10 years ago
764aa3e
f2fs: avoid double lock in truncate_blocks
by Jaegeuk Kim
· 10 years ago
b067ba1
f2fs: should convert inline_data during the mkwrite
by Jaegeuk Kim
· 10 years ago
e1c4204
f2fs: fix typo
by arter97
· 10 years ago
497a093
f2fs: add f2fs_balance_fs for expand_inode_data
by Chao Yu
· 10 years ago
65b85cc
f2fs: fix coding style
by Jaegeuk Kim
· 10 years ago
ea1aa12
f2fs: enable in-place-update for fdatasync
by Jaegeuk Kim
· 10 years ago
6d99ba41
f2fs: skip unnecessary data writes during fsync
by Jaegeuk Kim
· 10 years ago
6b2920a
f2fs: use inner macro and function to clean up codes
by Chao Yu
· 10 years ago
ca0a81b
f2fs: avoid to truncate non-updated page partially
by Chao Yu
· 10 years ago
98397ff
f2fs: fix not to allocate unnecessary blocks during fallocate
by Jaegeuk Kim
· 10 years ago
ead4327
f2fs: recover fallocated data and its i_size together
by Jaegeuk Kim
· 10 years ago
16b9057
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
8d02076
->splice_write() via ->write_iter()
by Al Viro
· 11 years ago
9ab7013
f2fs: support f2fs_fiemap
by Jaegeuk Kim
· 10 years ago
6fa1df5
f2fs: recover fallocated space
by Jaegeuk Kim
· 10 years ago
8aa6f1c
f2fs: fix to truncate inline data in inode page when setattr
by Chao Yu
· 11 years ago
7f7670f
f2fs: consider fallocated space for SEEK_DATA
by Jaegeuk Kim
· 11 years ago
fe369bc
f2fs: return i_size if the hole is outside of i_size
by Jaegeuk Kim
· 11 years ago
267378d
f2fs: introduce f2fs_seek_block to support SEEK_{DATA, HOLE} in llseek
by Chao Yu
· 11 years ago
6403eb1
f2fs: introduce help macro ADDRS_PER_PAGE()
by Chao Yu
· 11 years ago
8174202
write_iter variants of {__,}generic_file_aio_write()
by Al Viro
· 11 years ago
aad4f8b
switch simple generic_file_aio_read() users to ->read_iter()
by Al Viro
· 11 years ago
26c12d9
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 11 years ago
f182036
mm: implement ->map_pages for page cache
by Kirill A. Shutemov
· 11 years ago
6b4afdd
f2fs: introduce f2fs_issue_flush to avoid redundant flush issue
by Jaegeuk Kim
· 11 years ago
479f40c
f2fs: skip unnecessary node writes during fsync
by Jaegeuk Kim
· 11 years ago
d928bfb
f2fs: introduce fi->i_sem to protect fi's info
by Jaegeuk Kim
· 11 years ago
3cb5ad1
f2fs: call f2fs_wait_on_page_writeback instead of native function
by Jaegeuk Kim
· 11 years ago
c81bf1c
f2fs: fix to write node pages with WRITE_SYNC
by Jaegeuk Kim
· 11 years ago
3375f69
f2fs: use inode mutex to keep atomicity of f2fs_falloc
by Chao Yu
· 11 years ago
bf3d846
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
a6dda0e
f2fs: use generic posix ACL infrastructure
by Christoph Hellwig
· 11 years ago
6c311ec
f2fs: clean checkpatch warnings
by Chris Fries
· 11 years ago
fb5566d
f2fs: improve write performance under frequent fsync calls
by Jaegeuk Kim
· 11 years ago
1e1bb4b
f2fs: add inline_data recovery routine
by Jaegeuk Kim
· 11 years ago
9e09fc8
f2fs: refactor f2fs_convert_inline_data
by Jaegeuk Kim
· 11 years ago
8230a0a
f2fs: convert inline_data for punch_hole
by Jaegeuk Kim
· 11 years ago
f185ff9
f2fs: don't need to get f2fs_lock_op for the inline_data test
by Jaegeuk Kim
· 11 years ago
9ffe0fb
f2fs: handle inline data operations
by Huajun Li
· 11 years ago
6bacf52
f2fs: add unlikely() macro for compiler more aggressively
by Jaegeuk Kim
· 11 years ago
a66c7b2
f2fs: remove unneeded code in punch_hole
by Chao Yu
· 11 years ago
b600965
f2fs: add a new function: f2fs_reserve_block()
by Huajun Li
· 11 years ago
cfe58f9
f2fs: avoid to wait all the node blocks during fsync
by Jaegeuk Kim
· 11 years ago
5d56b67
f2fs: add an option to avoid unnecessary BUG_ONs
by Jaegeuk Kim
· 11 years ago
e943a10
f2fs: add tracepoint for vm_page_mkwrite
by Jaegeuk Kim
· 11 years ago
e479556
f2fs: use rw_sem instead of fs_lock(locks mutex)
by Gu Zheng
· 11 years ago
de93653
f2fs: reserve the xattr space dynamically
by Jaegeuk Kim
· 11 years ago
d71b556
f2fs: introduce cur_cp_version function to reduce code size
by Jaegeuk Kim
· 11 years ago
e518ff8
f2fs: fix inconsistency between xattr node blocks and its inode
by Jaegeuk Kim
· 11 years ago
f0947e5
f2fs: fix i_name during f2fs_sync_file
by Jaegeuk Kim
· 11 years ago
4559071
f2fs: introduce help function F2FS_NODE()
by Gu Zheng
· 11 years ago
e5d2385
f2fs: recover date requested by fdatasync
by Jaegeuk Kim
· 11 years ago
354a339
f2fs: recover wrong pino after checkpoint during fsync
by Jaegeuk Kim
· 11 years ago
b378387
f2fs: avoid freqeunt write_inode calls
by Jaegeuk Kim
· 11 years ago
d7cc950
f2fs: optimise the truncate_data_blocks_range() range
by Namjae Jeon
· 11 years ago
6a3e8ef
f2fs: use the F2FS specific flags in f2fs_ioctl()
by Namjae Jeon
· 11 years ago
2d4d9fb5
f2fs: fix i_blocks translation on various types of files
by Jaegeuk Kim
· 11 years ago
b292dcab
f2fs: reuse the locked dnode page and its inode
by Jaegeuk Kim
· 11 years ago
77888c1
f2fs: add f2fs_readonly()
by Jaegeuk Kim
· 11 years ago
9851e6e
f2fs: reorganize f2fs_vm_page_mkwrite
by Namjae Jeon
· 12 years ago
64aa7ed
f2fs: change get_new_data_page to pass a locked node page
by Jaegeuk Kim
· 11 years ago
942d33d
Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 12 years ago
afcb7ca0
f2fs: check truncation of mapping after lock_page
by Jaegeuk Kim
· 12 years ago
c718379b
f2fs: give a chance to merge IOs by IO scheduler
by Jaegeuk Kim
· 12 years ago
c01e285
f2fs: add tracepoints to debug the block allocation
by Namjae Jeon
· 12 years ago
51dd624
f2fs: add tracepoints for truncate operation
by Namjae Jeon
· 12 years ago
a2a4a7e
f2fs: add tracepoints for sync & inode operations
by Namjae Jeon
· 12 years ago
bdaec33
f2fs: use mnt_want_write_file() in ioctl
by Al Viro
· 12 years ago
3993683
f2fs: introduce a new global lock scheme
by Jaegeuk Kim
· 12 years ago
1127a3d
f2fs: move f2fs_balance_fs from truncate to punch_hole
by Jason Hrycay
· 12 years ago
953a3e2
f2fs: fix to give correct parent inode number for roll forward
by Jaegeuk Kim
· 12 years ago
0ff153a
f2fs: do not skip writing file meta during fsync
by Jaegeuk Kim
· 12 years ago
ae51fb3
f2fs: fix to call WRITE_FLUSH at the end of fsync
by Jaegeuk Kim
· 12 years ago
266e97a
f2fs: introduce readahead mode of node pages
by Jaegeuk Kim
· 12 years ago
Next »