index
:
pub/scm/linux/kernel/git/cris/linux.git
master
Cristian Marussi kernel tree
Cristian Marussi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-25
Merge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-13
/
+24
2026-08-24
fuse: zero the partial EOF page when extending a file
Jimmy Zuber
1
-0
/
+3
2026-08-18
fuse: fix invalidate lock leak on setattr writeback failure
Baokun Li
1
-5
/
+4
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+8
2026-08-17
fuse: make dentry_tree_work static
Ben Dooks
1
-1
/
+1
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-1
/
+1
2026-07-06
fuse: move "epoch" from dentry.d_time to fuse_dentry.epoch
Miklos Szeredi
1
-7
/
+16
2026-07-01
vfs: pass S_IFDIR mode to vfs_prepare_mode()
Jori Koolstra
1
-0
/
+8
2026-06-18
Merge tag 'fuse-update-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-30
/
+22
2026-06-15
fuse: Add SPDX ID lines to some files
Tim Bird
1
-3
/
+1
2026-06-15
fuse: reduce attributes invalidated on directory change
Konrad Sztyber
1
-1
/
+1
2026-06-15
fuse: drop redundant err assignment in fuse_create_open()
Li Wang
1
-1
/
+0
2026-06-15
fuse: move forget related struct and helpers
Miklos Szeredi
1
-4
/
+5
2026-06-15
fuse: do not use start_removing_noperm()
Miklos Szeredi
1
-8
/
+11
2026-06-15
Revert "fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()"
Miklos Szeredi
1
-16
/
+7
2026-06-05
kill d_dispose_if_unused()
Al Viro
1
-1
/
+1
2026-03-03
fuse: fix uninit-value in fuse_dentry_revalidate()
Luis Henriques
1
-0
/
+5
2026-03-03
fuse: drop unnecessary argument from fuse_lookup_init()
Luis Henriques
1
-5
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-09
Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+0
2026-01-16
fuse: shrink once after all buckets have been scanned
Miklos Szeredi
1
-1
/
+1
2026-01-16
fuse: clean up fuse_dentry_tree_work()
Miklos Szeredi
1
-14
/
+14
2026-01-16
fuse: add need_resched() before unlocking bucket
Miklos Szeredi
1
-3
/
+5
2026-01-16
fuse: make sure dentry is evicted if stale
Miklos Szeredi
1
-0
/
+4
2026-01-16
fuse: fix race when disposing stale dentries
Miklos Szeredi
1
-9
/
+2
2026-01-16
fuse: use private naming for fuse hash size
Jens Axboe
1
-7
/
+7
2026-01-12
fs: remove simple_nosetlease()
Jeff Layton
1
-1
/
+0
2026-01-12
fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()
NeilBrown
1
-7
/
+16
2025-12-05
Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-27
/
+221
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-11
/
+8
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...
Linus Torvalds
1
-0
/
+1
2025-11-26
fuse: Uninitialized variable in fuse_epoch_work()
Dan Carpenter
1
-3
/
+2
2025-11-14
VFS: introduce start_creating_noperm() and start_removing_noperm()
NeilBrown
1
-11
/
+8
2025-11-13
fuse: rename 'namelen' to 'namesize'
Miquel Sabaté Solà
1
-6
/
+6
2025-11-13
fuse: use strscpy instead of strcpy
Miquel Sabaté Solà
1
-1
/
+1
2025-11-12
fuse: new work queue to invalidate dentries from old epochs
Luis Henriques
1
-0
/
+21
2025-11-12
fuse: new work queue to periodically invalidate expired dentries
Luis Henriques
1
-21
/
+195
2025-11-12
filelock: push the S_ISREG check down to ->setlease handlers
Jeff Layton
1
-0
/
+1
2025-11-05
fuse: remove fc->blkbits workaround for partial writes
Joanne Koong
1
-1
/
+1
2025-10-03
Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-14
/
+7
2025-09-16
simplify fuse_atomic_open()
Al Viro
1
-14
/
+7
2025-08-26
fuse: fix fuseblk i_blkbits for iomap partial writes
Joanne Koong
1
-1
/
+1
2025-08-26
fuse: reflect cached blocksize if blocksize was changed
Joanne Koong
1
-0
/
+1
2025-06-10
fuse: no need for special dentry_operations for root dentry
Al Viro
1
-7
/
+0
2025-06-02
Merge tag 'fuse-update-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+37
2025-05-30
Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-3
/
+0
2025-05-29
fuse: support large folios for symlinks
Joanne Koong
1
-4
/
+4
2025-05-15
fs: Pass a folio to page_put_link()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-05-12
fuse: fix race between concurrent setattrs from multiple nodes
Guang Yuan Wu
1
-0
/
+11
2025-05-05
saner calling conventions for ->d_automount()
Al Viro
1
-3
/
+0
[next]