index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dir.c
Age
Commit message (
Expand
)
Author
2025-06-10
fuse: no need for special dentry_operations for root dentry
Al Viro
2025-06-02
Merge tag 'fuse-update-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-05-30
Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2025-05-29
fuse: support large folios for symlinks
Joanne Koong
2025-05-15
fs: Pass a folio to page_put_link()
Matthew Wilcox (Oracle)
2025-05-12
fuse: fix race between concurrent setattrs from multiple nodes
Guang Yuan Wu
2025-05-05
saner calling conventions for ->d_automount()
Al Viro
2025-04-15
fuse: add more control over cache invalidation behaviour
Luis Henriques
2025-04-02
Merge tag 'fuse-update-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-31
fuse: Increase FUSE_NAME_MAX to PATH_MAX
Bernd Schubert
2025-03-31
fuse: optmize missing FUSE_LINK support
Miklos Szeredi
2025-03-31
fuse: Return EPERM rather than ENOSYS from link()
Matt Johnston
2025-03-24
Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-03-17
fuse: fix dax truncate/punch_hole fault path
Alistair Popple
2025-03-05
fuse: return correct dentry for ->mkdir
NeilBrown
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
2025-02-20
fuse: don't truncate cached, mutated symlink
Miklos Szeredi
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-01-29
Merge tag 'fuse-update-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-01-27
fuse_dentry_revalidate(): use stable parent inode and name passed by caller
Al Viro
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
2025-01-24
fuse: make args->in_args[0] to be always the header
Bernd Schubert
2025-01-21
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-01-04
fuse: respect FOPEN_KEEP_CACHE on opendir
Amir Goldstein
2024-12-04
lsm: lsm_context in security_dentry_init_security
Casey Schaufler
2024-11-18
fuse: check attributes staleness on fuse_iget()
Zhang Tianci
2024-11-05
fuse: remove pages for requests and exclusively use folios
Joanne Koong
2024-11-05
fuse: convert readlink to use folios
Joanne Koong
2024-09-23
fs/fuse: convert to use invalid_mnt_idmap
Alexander Mikhalitsyn
2024-09-23
fs/fuse: introduce and use fuse_simple_idmap_request() helper
Alexander Mikhalitsyn
2024-09-04
fuse: warn if fuse_access is called when idmapped mounts are allowed
Alexander Mikhalitsyn
2024-09-04
fuse: support idmapped ->rename op
Alexander Mikhalitsyn
2024-09-04
fuse: support idmapped ->setattr op
Alexander Mikhalitsyn
2024-09-04
fuse: support idmapped ->permission inode op
Alexander Mikhalitsyn
2024-09-04
fuse: support idmapped getattr inode op
Alexander Mikhalitsyn
2024-09-04
fuse: support idmap for mkdir/mknod/symlink/create/tmpfile
Alexander Mikhalitsyn
2024-09-04
fuse: support idmapped FUSE_EXT_GROUPS
Alexander Mikhalitsyn
2024-09-04
fuse: add an idmap argument to fuse_simple_request
Alexander Mikhalitsyn
2024-08-28
fuse: fix memory leak in fuse_create_open
yangyun
2024-04-15
fuse: fix leaked ENOSYS error on first statx call
Danny Lin
2024-03-06
fuse: fix typo for fuse_permission comment
Alexander Mikhalitsyn
2024-03-05
fuse: fix root lookup with nonzero generation
Miklos Szeredi
2024-03-05
fuse: replace remaining make_bad_inode() with fuse_make_bad()
Miklos Szeredi
2024-03-05
fuse: prepare for opening file in passthrough mode
Amir Goldstein
2024-02-23
fuse: prepare for failing open response
Amir Goldstein
2024-02-23
fuse: break up fuse_open_common()
Amir Goldstein
2024-02-23
fuse: allocate ff->release_args only if release is needed
Amir Goldstein
2023-10-18
fuse: convert to new timestamp accessors
Jeff Layton
2023-09-05
Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
[next]