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
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2023-07-27
fuse: ioctl: translate ENOSYS in outarg
Miklos Szeredi
1
-8
/
+13
2023-07-27
fuse: revalidate: don't invalidate if interrupted
Miklos Szeredi
1
-1
/
+1
2023-04-26
fuse: fix deadlock between atomic O_TRUNC and page invalidation
Miklos Szeredi
2
-13
/
+23
2023-04-26
fuse: always revalidate rename target dentry
Jiachen Zhang
1
-1
/
+1
2023-04-26
fuse: fix attr version comparison in fuse_read_update_size()
Miklos Szeredi
1
-1
/
+1
2023-03-17
attr: use consistent sgid stripping checks
Christian Brauner
1
-1
/
+1
2023-03-10
fuse: add inode/permission checks to fileattr_get/fileattr_set
Alexander Mikhalitsyn
1
-0
/
+6
2022-12-02
fuse: lock inode unconditionally in fuse_fallocate()
Miklos Szeredi
1
-21
/
+16
2022-11-16
fuse: fix readdir cache race
Miklos Szeredi
1
-1
/
+9
2022-11-10
fuse: add file_modified() to fallocate
Miklos Szeredi
1
-0
/
+4
2022-08-17
fuse: Remove the control interface for virtio-fs
Xie Yongji
1
-2
/
+2
2022-08-17
fuse: ioctl: translate ENOSYS
Miklos Szeredi
1
-2
/
+13
2022-08-17
fuse: limit nsec
Miklos Szeredi
1
-0
/
+6
2022-05-01
iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Andreas Gruenbacher
1
-1
/
+1
2022-03-16
fuse: fix pipe buffer lifetime for direct_io
Miklos Szeredi
3
-1
/
+13
2022-03-16
fuse: fix fileattr op failure
Miklos Szeredi
1
-3
/
+6
2022-01-27
fuse: Pass correct lend value to filemap_write_and_wait_range()
Xie Yongji
1
-1
/
+1
2021-12-22
fuse: annotate lock in fuse_reverse_inval_entry()
Miklos Szeredi
1
-1
/
+1
2021-12-17
fuse: make sure reclaim doesn't write the inode
Miklos Szeredi
4
-0
/
+27
2021-12-01
fuse: release pipe buf after last use
Miklos Szeredi
1
-5
/
+5
2021-11-18
fuse: fix page stealing
Miklos Szeredi
1
-2
/
+12
2021-10-21
fuse: clean up error exits in fuse_fill_super()
Miklos Szeredi
1
-6
/
+2
2021-10-21
fuse: always initialize sb->s_fs_info
Miklos Szeredi
1
-25
/
+25
2021-10-21
fuse: clean up fuse_mount destruction
Miklos Szeredi
2
-19
/
+7
2021-10-21
fuse: get rid of fuse_put_super()
Miklos Szeredi
3
-9
/
+15
2021-10-21
fuse: check s_root when destroying sb
Miklos Szeredi
2
-2
/
+2
2021-09-07
Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-80
/
+214
2021-09-06
fuse: remove unused arg in fuse_write_file_get()
Miklos Szeredi
1
-9
/
+6
2021-09-06
fuse: wait for writepages in syncfs
Miklos Szeredi
3
-0
/
+100
2021-09-02
Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+5
2021-08-31
fuse: flush extending writes
Miklos Szeredi
1
-1
/
+1
2021-08-30
Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-44
/
+35
2021-08-18
vfs: add rcu argument to ->get_acl() callback
Miklos Szeredi
2
-2
/
+5
2021-08-17
fuse: truncate pagecache on atomic_o_trunc
Miklos Szeredi
1
-2
/
+5
2021-08-11
Merge branch 'for-5.14/dax' into libnvdimm-fixes
Dan Williams
1
-4
/
+2
2021-08-05
fuse: allow sharing existing sb
Miklos Szeredi
1
-1
/
+37
2021-08-05
fuse: move fget() to fuse_get_tree()
Miklos Szeredi
2
-23
/
+22
2021-08-04
fuse: move option checking into fuse_fill_super()
Miklos Szeredi
1
-7
/
+6
2021-08-04
fuse: name fs_context consistently
Miklos Szeredi
3
-41
/
+41
2021-08-04
fuse: fix use after free in fuse_read_interrupt()
Miklos Szeredi
1
-2
/
+2
2021-07-13
fuse: Convert to using invalidate_lock
Jan Kara
5
-44
/
+35
2021-07-07
fs/fuse: Remove unneeded kaddr parameter
Ira Weiny
1
-4
/
+2
2021-07-06
Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-80
/
+152
2021-07-03
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+1
2021-06-29
mm: move page dirtying prototypes from mm.h
Matthew Wilcox (Oracle)
1
-0
/
+1
2021-06-29
fs: remove noop_set_page_dirty()
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-06-22
virtiofs: Fix spelling mistakes
Zheng Yongjun
3
-5
/
+5
2021-06-22
fuse: use DIV_ROUND_UP helper macro for calculations
Wu Bo
1
-1
/
+1
2021-06-22
fuse: fix illegal access to inode with reused nodeid
Amir Goldstein
4
-5
/
+15
2021-06-22
fuse: allow fallocate(FALLOC_FL_ZERO_RANGE)
Richard W.M. Jones
1
-4
/
+6
[next]