index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
dir.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-18
ovl: use I_MUTEX_PARENT when locking parent in ovl_create_temp()
NeilBrown
1
-1
/
+1
2025-07-25
ovl: properly print correct variable
Antonio Quartulli
1
-2
/
+3
2025-07-18
ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()
NeilBrown
1
-13
/
+14
2025-07-18
ovl: change ovl_create_real() to receive dentry parent
NeilBrown
1
-3
/
+4
2025-07-18
ovl: narrow locking in ovl_whiteout()
NeilBrown
1
-20
/
+24
2025-07-18
ovl: change ovl_cleanup_and_whiteout() to take rename lock as needed
NeilBrown
1
-11
/
+9
2025-07-18
ovl: narrow locking on ovl_remove_and_whiteout()
NeilBrown
1
-13
/
+10
2025-07-18
ovl: narrow locking in ovl_rename()
NeilBrown
1
-4
/
+7
2025-07-18
ovl: simplify gotos in ovl_rename()
NeilBrown
1
-27
/
+27
2025-07-18
ovl: narrow locking in ovl_create_over_whiteout()
NeilBrown
1
-7
/
+6
2025-07-18
ovl: narrow locking in ovl_clear_empty()
NeilBrown
1
-4
/
+3
2025-07-18
ovl: narrow locking in ovl_create_upper()
NeilBrown
1
-7
/
+5
2025-07-18
ovl: Call ovl_create_temp() without lock held.
NeilBrown
1
-26
/
+28
2025-07-18
ovl: simplify an error path in ovl_copy_up_workdir()
NeilBrown
1
-0
/
+15
2025-06-16
VFS: change old_dir and new_dir in struct renamedata to dentrys
NeilBrown
1
-8
/
+8
2025-03-05
VFS: Change vfs_mkdir() to return the dentry.
NeilBrown
1
-33
/
+4
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+5
2024-12-02
tree-wide: s/revert_creds_light()/revert_creds()/g
Christian Brauner
1
-1
/
+1
2024-12-02
tree-wide: s/override_creds_light()/override_creds()/g
Christian Brauner
1
-1
/
+1
2024-11-15
ovl: allocate a container struct ovl_file for ovl private context
Amir Goldstein
1
-3
/
+11
2024-11-15
ovl: Optimize override/revert creds
Vinicius Costa Gomes
1
-1
/
+9
2024-11-14
ovl: pass an explicit reference of creators creds to callers
Amir Goldstein
1
-12
/
+22
2024-11-11
ovl: use wrapper ovl_revert_creds()
Vinicius Costa Gomes
1
-5
/
+5
2024-05-28
ovl: fix copy-up in tmpfile
Miklos Szeredi
1
-4
/
+4
2024-05-02
ovl: remove upper umask handling from ovl_create_upper()
Miklos Szeredi
1
-3
/
+0
2024-05-02
ovl: implement tmpfile
Miklos Szeredi
1
-19
/
+130
2023-11-25
rename(): avoid a deadlock in the case of parents having no common ancestor
Al Viro
1
-0
/
+4
2023-10-31
ovl: Add an alternative type of whiteout
Alexander Larsson
1
-2
/
+2
2023-10-31
ovl: reorder ovl_want_write() after ovl_inode_lock()
Amir Goldstein
1
-34
/
+26
2023-06-19
ovl: store enum redirect_mode in config instead of a string
Amir Goldstein
1
-1
/
+1
2023-06-19
ovl: negate the ofs->share_whiteout boolean
Amir Goldstein
1
-2
/
+2
2023-06-19
ovl: move ovl_entry into ovl_inode
Amir Goldstein
1
-1
/
+1
2023-06-19
ovl: update of dentry revalidate flags after copy up
Amir Goldstein
1
-2
/
+1
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2022-12-12
Merge tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-16
/
+30
2022-12-08
ovl: Use ovl mounter's fsuid and fsgid in ovl_link()
Zhang Tianci
1
-16
/
+30
2022-10-20
ovl: use posix acl api
Christian Brauner
1
-18
/
+2
2022-10-20
ovl: implement set acl method
Christian Brauner
1
-0
/
+1
2022-10-20
ovl: implement get acl method
Christian Brauner
1
-1
/
+2
2022-10-20
fs: rename current get acl method
Christian Brauner
1
-1
/
+1
2022-04-28
ovl: use ovl_copy_{real,upper}attr() wrappers
Christian Brauner
1
-6
/
+4
2022-04-28
ovl: use ovl_path_getxattr() wrapper
Christian Brauner
1
-1
/
+1
2022-04-28
ovl: use ovl_lookup_upper() wrapper
Christian Brauner
1
-16
/
+15
2022-04-28
ovl: use ovl_do_notify_change() wrapper
Christian Brauner
1
-1
/
+1
2022-04-28
ovl: pass ofs to setattr operations
Christian Brauner
1
-1
/
+1
[next]