index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-12
fuse: fix memory leak in fuse_create_open
yangyun
1
-1
/
+1
2024-09-12
fuse: use unsigned type for getxattr/listxattr size truncation
Jann Horn
1
-2
/
+2
2024-09-12
fuse: update stats for pages in dropped aux writeback list
Joanne Koong
1
-1
/
+7
2024-08-29
virtiofs: forbid newlines in tags
Stefan Hajnoczi
1
-0
/
+10
2024-08-29
fuse: fix UAF in rcu pathwalks
Al Viro
3
-6
/
+13
2024-08-29
fuse: Initialize beyond-EOF page contents before setting uptodate
Jann Horn
1
-2
/
+4
2024-08-03
fuse: verify {g,u}id mount options correctly
Eric Sandeen
1
-4
/
+20
2024-04-27
fuse: fix leaked ENOSYS error on first statx call
Danny Lin
1
-0
/
+1
2024-04-03
fuse: don't unhash root
Miklos Szeredi
2
-3
/
+5
2024-04-03
fuse: fix root lookup with nonzero generation
Miklos Szeredi
1
-0
/
+4
2024-04-03
fuse: replace remaining make_bad_inode() with fuse_make_bad()
Miklos Szeredi
1
-1
/
+1
2024-04-03
fuse: fix VM_MAYSHARE and direct_io_allow_mmap
Bernd Schubert
1
-2
/
+6
2023-12-20
fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()
Hangyu Hua
1
-0
/
+1
2023-12-20
fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAP
Amir Goldstein
1
-0
/
+2
2023-12-20
fuse: share lookup state between submount and its parent
Krister Johansen
2
-3
/
+87
2023-12-20
fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAP
Tyler Fanelli
3
-8
/
+8
2023-09-05
Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-105
/
+237
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-11
/
+9
2023-08-29
fuse: conditionally fill kstat in fuse_do_statx()
Bernd Schubert
1
-5
/
+8
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
3
-14
/
+14
2023-08-24
mm: remove enum page_entry_size
Matthew Wilcox (Oracle)
1
-11
/
+9
2023-08-21
fuse: invalidate dentry on EEXIST creates or ENOENT deletes
Jiachen Zhang
1
-4
/
+7
2023-08-21
fuse: cache btime
Miklos Szeredi
4
-8
/
+40
2023-08-21
fuse: implement statx
Miklos Szeredi
3
-7
/
+107
2023-08-16
fuse: add ATTR_TIMEOUT macro
Miklos Szeredi
3
-21
/
+14
2023-08-16
fuse: handle empty request_mask in statx
Miklos Szeredi
1
-1
/
+6
2023-08-16
fuse: write back dirty pages before direct write in direct_io_relax mode
Hao Xu
1
-0
/
+7
2023-08-16
fuse: add a new fuse init flag to relax restrictions in no cache mode
Hao Xu
3
-3
/
+11
2023-08-16
fuse: invalidate page cache pages before direct write
Hao Xu
1
-1
/
+11
2023-08-16
fuse: nlookup missing decrement in fuse_direntplus_link
ruanmeisi
1
-1
/
+9
2023-08-14
Revert "fuse: in fuse_flush only wait if someone wants the return code"
Miklos Szeredi
1
-63
/
+26
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-1
/
+1
2023-07-24
fuse: convert to ctime accessor functions
Jeff Layton
3
-13
/
+13
2023-07-19
Merge tag 'fuse-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-13
/
+20
2023-07-01
Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-35
/
+10
2023-06-26
dax: enable dax fault handler to report VM_FAULT_HWPOISON
Jane Chu
1
-1
/
+2
2023-06-21
fuse: ioctl: translate ENOSYS in outarg
Miklos Szeredi
1
-8
/
+13
2023-06-09
fuse: use direct_write_fallback
Christoph Hellwig
1
-22
/
+2
2023-06-09
fuse: drop redundant arguments to fuse_perform_write
Christoph Hellwig
1
-6
/
+5
2023-06-09
fuse: update ki_pos in fuse_perform_write
Christoph Hellwig
1
-10
/
+10
2023-06-09
backing_dev: remove current->backing_dev_info
Christoph Hellwig
1
-4
/
+0
2023-06-07
fuse: revalidate: don't invalidate if interrupted
Miklos Szeredi
1
-1
/
+1
2023-06-07
fuse: Apply flags2 only when userspace set the FUSE_INIT_EXT
Bernd Schubert
1
-1
/
+4
2023-06-07
fuse: remove duplicate check for nodeid
zyfjeff
1
-2
/
+0
2023-06-07
fuse: add feature flag for expire-only
Miklos Szeredi
1
-1
/
+2
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
1
-1
/
+1
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2023-04-24
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-20
/
+21
2023-04-20
fuse_dev_ioctl(): switch to fdget()
Al Viro
1
-20
/
+21
[next]