Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
7a932516f55cdf430c7cce78df2010ff7db6b874
/
fs
/
f2fs
/
namei.c
7a93251
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 7 years ago
15eefe2
Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64
by Arnd Bergmann
· 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
95582b0
vfs: change inode times to use struct timespec64
by Deepa Dinamani
· 7 years ago
4d57b86
f2fs: clean up symbol namespace
by Chao Yu
· 7 years ago
1c41e680
f2fs: fix to initialize i_current_depth according to inode type
by Chao Yu
· 7 years ago
ade990f
f2fs: enforce fsync_mode=strict for renamed directory
by Jaegeuk Kim
· 7 years ago
59c8440
f2fs: introduce private inode status mapping
by Chao Yu
· 7 years ago
1e2e547
do d_instantiate/unlock_new_inode combinations safely
by Al Viro
· 7 years ago
ab3835a
f2fs: call unlock_new_inode() before d_instantiate()
by Eric Biggers
· 7 years ago
ff62af2
f2fs: introduce a new mount option test_dummy_encryption
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
b6a06cb
f2fs: support hot file extension
by Chao Yu
· 7 years ago
846ae67
f2fs: expose extension_list sysfs entry
by Chao Yu
· 7 years ago
bdbc90f
f2fs: don't put dentry page in pagecache into highmem
by Yunlong Song
· 7 years ago
3462ac5
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
by Linus Torvalds
· 7 years ago
1c1d35d
f2fs: support inode creation time
by Chao Yu
· 7 years ago
9ac1e2d
f2fs: prevent newly created inode from being dirtied incorrectly
by Daeho Jeong
· 7 years ago
f2329cb
f2fs: switch to fscrypt_get_symlink()
by Eric Biggers
· 7 years ago
393c038
f2fs: switch to fscrypt ->symlink() helper functions
by Eric Biggers
· 7 years ago
0a007b97
f2fs: recover directory operations by fsync
by Jaegeuk Kim
· 7 years ago
acbf054
f2fs: inject fault to kzalloc
by Chao Yu
· 7 years ago
55899d7
f2fs: switch to fscrypt_prepare_lookup()
by Eric Biggers
· 7 years ago
2e45b07
f2fs: switch to fscrypt_prepare_rename()
by Eric Biggers
· 7 years ago
b05157e
f2fs: switch to fscrypt_prepare_link()
by Eric Biggers
· 7 years ago
6afc662
f2fs: support flexible inline xattr size
by Chao Yu
· 7 years ago
d8d1389
f2fs: add missing quota_initialize
by Jaegeuk Kim
· 7 years ago
1f227a3
f2fs: stop all the operations by cp_error flag
by Jaegeuk Kim
· 7 years ago
0c5e36d
f2fs: trace f2fs_lookup
by Chao Yu
· 7 years ago
11f5020
f2fs: update i_flags correctly
by Chao Yu
· 7 years ago
5c57132
f2fs: support project quota
by Chao Yu
· 7 years ago
a6d3a47
f2fs: record quota during dot{,dot} recovery
by Chao Yu
· 7 years ago
7a2af76
f2fs: enhance on-disk inode structure scalability
by Chao Yu
· 7 years ago
0abd675
f2fs: support plain user/group quota
by Chao Yu
· 7 years ago
b855bf0
f2fs: do not set LOST_PINO for renamed dir
by Sheng Yong
· 8 years ago
70ef8f0
Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 8 years ago
faac7fd
f2fs: sync f2fs_lookup() with ext4_lookup()
by Eric Biggers
· 8 years ago
9bb02c3
f2fs: fix fs corruption due to zero inode page
by Jaegeuk Kim
· 8 years ago
d03ba4c
f2fs: cleanup the disk level filename updating
by Kinglong Mee
· 8 years ago
e2f0e96
f2fs: fix the fault of checking F2FS_LINK_MAX for rename inode
by Kinglong Mee
· 8 years ago
25c4e6c
Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 8 years ago
363fa4e
f2fs: don't allow encrypted operations without keys
by Jaegeuk Kim
· 8 years ago
07fe8d4
f2fs: remove unneeded condition
by Dan Carpenter
· 8 years ago
54475f5
fscrypt: use ENOKEY when file cannot be created w/o key
by Eric Biggers
· 8 years ago
231753e
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 8 years ago
dfeef68
vfs: remove ".readlink = generic_readlink" assignments
by Miklos Szeredi
· 8 years ago
7c45729
f2fs: keep dirty inodes selectively for checkpoint
by Jaegeuk Kim
· 8 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
3873691
Merge remote-tracking branch 'ovl/rename2' into for-linus
by Al Viro
· 8 years ago
97d2116
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
fd50eca
vfs: Remove {get,set,remove}xattr inode operations
by Andreas Gruenbacher
· 8 years ago
2eee010
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
ef68bf1
f2fs: do not unnecessarily null-terminate encrypted symlink data
by Eric Biggers
· 8 years ago
078cd82
fs: Replace CURRENT_TIME with current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
2773bf0
fs: rename "rename2" i_op to "rename"
by Miklos Szeredi
· 8 years ago
ef1eb3a
fscrypto: make filename crypto functions return 0 on success
by Eric Biggers
· 8 years ago
7732c26
f2fs: fix to detect temporary name of multimedia file
by Chao Yu
· 8 years ago
91246c2
f2fs: fix to report error number of f2fs_find_entry
by Chao Yu
· 8 years ago
b56ab83
f2fs: avoid mark_inode_dirty
by Jaegeuk Kim
· 8 years ago
67c3758
f2fs: call update_inode_page for orphan inodes
by Jaegeuk Kim
· 9 years ago
3e19886
f2fs: report error for f2fs_parent_dir
by Jaegeuk Kim
· 9 years ago
eb4246d
f2fs: return error of f2fs_lookup
by Jaegeuk Kim
· 9 years ago
42d9640
f2fs: propagate error given by f2fs_find_entry
by Jaegeuk Kim
· 9 years ago
ee6d182
f2fs: remove syncing inode page in all the cases
by Jaegeuk Kim
· 9 years ago
205b982
f2fs: call mark_inode_dirty_sync for i_field changes
by Jaegeuk Kim
· 9 years ago
a196124
f2fs: introduce f2fs_i_links_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
84695ff
Merge getxattr prototype change into work.lookups
by Al Viro
· 9 years ago
fc64005
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
by Al Viro
· 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
c90e09f
f2fs crypto: fix corrupted symlink in encrypted case
by Jaegeuk Kim
· 9 years ago
d726732
f2fs: fix to avoid unneeded unlock_new_inode
by Chao Yu
· 9 years ago
8074bb5
f2fs crypto: sync ext4_lookup and ext4_file_open
by Jaegeuk Kim
· 9 years ago
0b81d07
fs crypto: move per-file encryption from f2fs tree to fs/crypto
by Jaegeuk Kim
· 10 years ago
8c2b143
f2fs: recovery missing dot dentries in root directory
by Liu Xue
· 9 years ago
993a049
f2fs: fix to delete old dirent in converted inline directory in ->rename
by Chao Yu
· 9 years ago
9def1e9
f2fs: detect error of update_dent_inode in ->rename
by Chao Yu
· 9 years ago
922ec35
f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlink
by Chao Yu
· 9 years ago
f9a03ae
Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 9 years ago
2c4db1a
f2fs: clean up f2fs_balance_fs
by Jaegeuk Kim
· 9 years ago
3a9e643
f2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted symlink
by Chao Yu
· 9 years ago
4e0d836
f2fs: fix to skip recovering dot dentries in a readonly fs
by Chao Yu
· 9 years ago
8dc0d6a
f2fs: early check broken symlink length in the encrypted case
by Jaegeuk Kim
· 9 years ago
d538417
f2fs: add missing f2fs_balance_fs in __recover_dot_dentries
by Chao Yu
· 9 years ago
fba48a8
f2fs: don't convert inline inode when inline_data option is disable
by Chao Yu
· 9 years ago
00623e6
f2fs: avoid unnecessary f2fs_gc for dir operations
by Jaegeuk Kim
· 9 years ago
fceef39
switch ->get_link() to delayed_call, kill ->put_link()
by Al Viro
· 9 years ago
6b25539
replace ->follow_link() with new method that could stay in RCU mode
by Al Viro
· 9 years ago
21fc61c
don't put symlink bodies in pagecache into highmem
by Al Viro
· 9 years ago
a8415e4
fs/f2fs/namei.c: remove unnecessary new_valid_dev() check
by Yaowei Bai
· 9 years ago
a6be014
f2fs: fix error path of ->symlink
by Chao Yu
· 9 years ago
569cf18
f2fs crypto: allocate buffer for decrypting filename
by Jaegeuk Kim
· 9 years ago
a21c20f
f2fs: go out for insert_inode_locked failure
by Jaegeuk Kim
· 9 years ago
d5e8f6c
f2fs: stat inline xattr inode number
by Chao Yu
· 9 years ago
741a7be
f2fs: restrict multimedia filename
by Chao Yu
· 9 years ago
3e72f72
f2fs: use extent_cache by default
by Jaegeuk Kim
· 10 years ago
c9b63bd
f2fs: avoid to use failed inode immediately
by Jaegeuk Kim
· 10 years ago
cfcc0ad
Merge tag 'for-f2fs-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 10 years ago
Next »