index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
namei.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-22
f2fs: Use a folio in f2fs_encrypted_get_link()
Matthew Wilcox (Oracle)
1
-6
/
+6
2025-05-28
f2fs: fix to correct check conditions in f2fs_cross_rename
Zhiguo Niu
1
-1
/
+1
2025-05-28
f2fs: use d_inode(dentry) cleanup dentry->d_inode
Zhiguo Niu
1
-4
/
+4
2025-04-28
f2fs: Pass a folio to f2fs_set_link()
Matthew Wilcox (Oracle)
1
-6
/
+6
2025-04-28
f2fs: Pass a folio to f2fs_delete_entry()
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-04-28
f2fs: Pass a folio to f2fs_parent_dir()
Matthew Wilcox (Oracle)
1
-17
/
+17
2025-04-28
f2fs: Pass a folio to f2fs_find_entry()
Matthew Wilcox (Oracle)
1
-35
/
+35
2025-04-28
f2fs: Pass a folio to __f2fs_find_entry()
Matthew Wilcox (Oracle)
1
-5
/
+5
2025-04-14
f2fs: prevent kernel warning due to negative i_nlink from corrupted image
Jaegeuk Kim
1
-0
/
+9
2025-03-27
Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
1
-0
/
+8
2025-02-28
f2fs: add check for deleted inode
Leo Stone
1
-0
/
+8
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-7
/
+7
2025-01-21
f2fs: avoid trying to get invalid block address
Jaegeuk Kim
1
-0
/
+1
2024-09-11
f2fs: get rid of online repaire on corrupted directory
Chao Yu
1
-68
/
+0
2024-07-23
Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
1
-9
/
+11
2024-07-10
f2fs: clean up F2FS_I()
Chao Yu
1
-9
/
+11
2024-06-07
f2fs: Move CONFIG_UNICODE defguards into the code flow
Gabriel Krisman Bertazi
1
-6
/
+4
2024-03-18
Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
1
-15
/
+21
2024-02-27
f2fs: Configure dentry operations at dentry-creation time
Gabriel Krisman Bertazi
1
-1
/
+0
2024-02-27
f2fs: fix to create selinux label during whiteout initialization
Chao Yu
1
-8
/
+17
2024-02-05
f2fs: remove unnecessary f2fs_put_page in f2fs_rename
Jaegeuk Kim
1
-7
/
+4
2024-01-11
Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
1
-9
/
+14
2023-11-28
f2fs: introduce tracepoint for f2fs_rename()
Chao Yu
1
-5
/
+11
2023-11-28
f2fs: fix to avoid dirent corruption
Chao Yu
1
-1
/
+1
2023-11-25
f2fs: Avoid reading renamed directory if parent does not change
Jan Kara
1
-7
/
+8
2023-11-17
f2fs: clean up w/ dotdot_name
Chao Yu
1
-3
/
+2
2023-10-18
f2fs: convert to new timestamp accessors
Jeff Layton
1
-2
/
+2
2023-07-24
f2fs: convert to ctime accessor functions
Jeff Layton
1
-6
/
+6
2023-07-05
Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
1
-9
/
+23
2023-06-26
f2fs: compress tmp files given extension
Jaegeuk Kim
1
-7
/
+21
2023-06-12
f2fs: fix args passed to trace_f2fs_lookup_end
Wu Bo
1
-2
/
+2
2023-06-02
Revert "f2fs: fix potential corruption when moving a directory"
Jan Kara
1
-15
/
+1
2023-04-12
f2fs: fix potential corruption when moving a directory
Jaegeuk Kim
1
-1
/
+15
2023-04-04
f2fs: convert is_extension_exist() to return bool type
Yangtao Li
1
-6
/
+6
2023-02-27
Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
1
-4
/
+1
2023-02-07
f2fs: fix typos in comments
Jinyoung CHOI
1
-1
/
+1
2023-01-31
f2fs: remove unneeded f2fs_cp_error() in f2fs_create_whiteout()
Chao Yu
1
-3
/
+0
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-22
/
+16
2023-01-19
fs: port ->tmpfile() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-18
f2fs: project ids aren't idmapped
Christian Brauner
1
-1
/
+1
2022-12-14
Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
1
-199
/
+192
2022-12-12
f2fs: allocate the extent_cache by default
Jaegeuk Kim
1
-2
/
+2
2022-11-28
f2fs: move set_file_temperature into f2fs_new_inode
Sheng Yong
1
-33
/
+29
2022-11-28
f2fs: fix to enable compress for newly created file if extension matches
Sheng Yong
1
-166
/
+163
[next]