Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3542aed7480925eb859f7ce101982209cc19a126
/
fs
/
f2fs
/
namei.c
44c1615
f2fs: call f2fs_unlock_op after error was handled
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
b73e528
f2fs: reposition unlock_new_inode to prevent accessing invalid inode
by Chao Yu
· 10 years ago
04859db
f2fs: remove rename and use rename2
by Jaegeuk Kim
· 10 years ago
e1c4204
f2fs: fix typo
by arter97
· 10 years ago
32f9bc2
f2fs: support ->rename2()
by Chao Yu
· 10 years ago
1256010
f2fs: reduce region of f2fs_lock_op covered for better concurrency
by Chao Yu
· 10 years ago
a014e03
f2fs: clean up an unused parameter and assignment
by Jaegeuk Kim
· 10 years ago
b97a9b5
f2fs: introduce f2fs_do_tmpfile for code consistency
by Jaegeuk Kim
· 10 years ago
50732df
f2fs: support ->tmpfile()
by Chao Yu
· 10 years ago
b2c0829
f2fs: do checkpoint for the renamed inode
by Jaegeuk Kim
· 10 years ago
dd4d961
f2fs: release new entry page correctly in error path of f2fs_rename
by Chao Yu
· 10 years ago
70ff5df
f2fs: use inode_init_owner() to simplify codes
by Chao Yu
· 11 years ago
48b230a
f2fs: fix wrong statistics of inline data
by Chao Yu
· 11 years ago
d928bfb
f2fs: introduce fi->i_sem to protect fi's info
by Jaegeuk Kim
· 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
a18ff06
f2fs: call mark_inode_dirty to flush dirty pages
by Jaegeuk Kim
· 11 years ago
deead09
f2fs: avoid to set wrong pino of inode when rename dir
by Chao Yu
· 11 years ago
ccaaca2
f2fs: fix writing incorrect orphan blocks
by Jaegeuk Kim
· 11 years ago
e479556
f2fs: use rw_sem instead of fs_lock(locks mutex)
by Gu Zheng
· 11 years ago
749ebfd
f2fs: use strncasecmp() simplify the string comparison
by Gu Zheng
· 11 years ago
8cb8268
f2fs: fix omitting to update inode page
by Jaegeuk Kim
· 11 years ago
cbd56e7
f2fs: fix handling orphan inodes
by Jaegeuk Kim
· 11 years ago
1cd14ca
f2fs: update file name in the inode block during f2fs_rename
by Jaegeuk Kim
· 11 years ago
354a339
f2fs: recover wrong pino after checkpoint during fsync
by Jaegeuk Kim
· 11 years ago
2d4d9fb5
f2fs: fix i_blocks translation on various types of files
by Jaegeuk Kim
· 11 years ago
83d5d6f
f2fs: cover cp_file information with ilock
by Jaegeuk Kim
· 11 years ago
6f6fd83
f2fs: use ihold
by Jaegeuk Kim
· 11 years ago
93ff10d
f2fs: should not make_bad_inode on f2fs_link failure
by Jaegeuk Kim
· 11 years ago
0a364af
f2fs: remove unnecessary por_doing check
by Jaegeuk Kim
· 12 years ago
531ad7d
f2fs: avoid deadlock during evict after f2fs_gc
by Jaegeuk Kim
· 12 years ago
d70b4f5
f2fs: add a tracepoint on f2fs_new_inode
by Jaegeuk Kim
· 12 years ago
a2a4a7e
f2fs: add tracepoints for sync & inode operations
by Namjae Jeon
· 12 years ago
e66509f0
f2fs: make is_multimedia_file code align with its name
by Namjae Jeon
· 12 years ago
3993683
f2fs: introduce a new global lock scheme
by Jaegeuk Kim
· 12 years ago
953a3e2
f2fs: fix to give correct parent inode number for roll forward
by Jaegeuk Kim
· 12 years ago
5a20d33
f2fs: align f2fs maximum name length to linux based filesystem
by Jaegeuk Kim
· 12 years ago
9836b8b
f2fs: unify string length declarations and usage
by Leon Romanovsky
· 12 years ago
1efef83
f2fs: do f2fs_balance_fs in front of dir operations
by Jaegeuk Kim
· 12 years ago
a0d4253
f2fs: make use of GFP_F2FS_ZERO for setting gfp_mask
by Namjae Jeon
· 12 years ago
61412b6
f2fs: move error condition for mkdir at proper place
by Namjae Jeon
· 12 years ago
0a8165d
f2fs: adjust kernel coding style
by Jaegeuk Kim
· 12 years ago
57397d8
f2fs: add inode operations for special inodes
by Jaegeuk Kim
· 12 years ago