index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-15
Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
12
-274
/
+1375
2024-03-15
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+11
2024-03-11
Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-7
/
+7
2024-03-06
fuse: get rid of ff->readdir.lock
Miklos Szeredi
3
-12
/
+0
2024-03-06
fuse: remove unneeded lock which protecting update of congestion_threshold
Kemeng Shi
1
-5
/
+1
2024-03-06
fuse: Fix missing FOLL_PIN for direct-io
Lei Huang
2
-5
/
+11
2024-03-06
fuse: remove an unnecessary if statement
Jiachen Zhang
1
-4
/
+0
2024-03-06
fuse: Track process write operations in both direct and writethrough modes
Zhou Jifeng
1
-2
/
+6
2024-03-06
fuse: Use the high bit of request ID for indicating resend requests
Zhao Chen
2
-1
/
+3
2024-03-06
fuse: Introduce a new notification type for resend pending requests
Zhao Chen
1
-0
/
+56
2024-03-06
fuse: add support for explicit export disabling
Jingbo Xu
1
-1
/
+10
2024-03-06
fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode()
Alexander Mikhalitsyn
1
-2
/
+2
2024-03-06
fuse: fix typo for fuse_permission comment
Alexander Mikhalitsyn
1
-1
/
+1
2024-03-05
fuse: Convert fuse_writepage_locked to take a folio
Matthew Wilcox (Oracle)
1
-15
/
+15
2024-03-05
fuse: Remove fuse_writepage
Matthew Wilcox (Oracle)
1
-29
/
+1
2024-03-05
virtio_fs: remove duplicate check if queue is broken
Li RongQing
1
-2
/
+2
2024-03-05
fuse: use FUSE_ROOT_ID in fuse_get_root_inode()
Miklos Szeredi
1
-1
/
+1
2024-03-05
fuse: don't unhash root
Miklos Szeredi
2
-3
/
+5
2024-03-05
fuse: fix root lookup with nonzero generation
Miklos Szeredi
1
-0
/
+4
2024-03-05
fuse: replace remaining make_bad_inode() with fuse_make_bad()
Miklos Szeredi
1
-1
/
+1
2024-03-05
virtiofs: drop __exit from virtio_fs_sysfs_exit()
Stefan Hajnoczi
1
-1
/
+1
2024-03-05
fuse: implement passthrough for mmap
Amir Goldstein
3
-3
/
+27
2024-03-05
fuse: implement splice read/write passthrough
Amir Goldstein
3
-2
/
+78
2024-03-05
fuse: implement read/write passthrough
Amir Goldstein
3
-6
/
+84
2024-03-05
fuse: implement open in passthrough mode
Amir Goldstein
4
-8
/
+155
2024-03-05
fuse: prepare for opening file in passthrough mode
Amir Goldstein
4
-31
/
+78
2024-03-05
fuse: implement ioctls to manage backing files
Amir Goldstein
4
-0
/
+192
2024-02-25
fuse: fix UAF in rcu pathwalks
Al Viro
3
-6
/
+13
2024-02-23
fuse: introduce FUSE_PASSTHROUGH capability
Amir Goldstein
5
-0
/
+110
2024-02-23
fuse: factor out helper for FUSE_DEV_IOC_CLONE
Amir Goldstein
1
-26
/
+33
2024-02-23
fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAP
Amir Goldstein
3
-30
/
+64
2024-02-23
fuse: introduce inode io modes
Amir Goldstein
4
-2
/
+189
2024-02-23
fuse: prepare for failing open response
Amir Goldstein
3
-9
/
+16
2024-02-23
fuse: break up fuse_open_common()
Amir Goldstein
3
-13
/
+26
2024-02-23
fuse: allocate ff->release_args only if release is needed
Amir Goldstein
3
-32
/
+41
2024-02-23
fuse: factor out helper fuse_truncate_update_attr()
Amir Goldstein
1
-17
/
+21
2024-02-23
fuse: add fuse_dio_lock/unlock helper functions
Bernd Schubert
1
-27
/
+34
2024-02-23
fuse: create helper function if DIO write needs exclusive lock
Bernd Schubert
1
-18
/
+45
2024-02-23
fuse: fix VM_MAYSHARE and direct_io_allow_mmap
Bernd Schubert
1
-2
/
+6
2024-02-23
virtiofs: emit uevents on filesystem events
Stefan Hajnoczi
1
-1
/
+16
2024-02-23
virtiofs: export filesystem tags through sysfs
Stefan Hajnoczi
1
-22
/
+90
2024-02-23
virtiofs: forbid newlines in tags
Stefan Hajnoczi
1
-0
/
+10
2024-02-23
virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal
Mathieu Desnoyers
1
-4
/
+11
2024-02-05
fuse: adapt to breakup of struct file_lock
Jeff Layton
1
-8
/
+7
2024-02-05
filelock: split common fields into struct file_lock_core
Jeff Layton
1
-0
/
+1
2024-01-08
Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+3
2023-12-12
fs: use splice_copy_file_range() inline helper
Amir Goldstein
1
-2
/
+3
2023-12-04
fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAP
Amir Goldstein
1
-0
/
+2
2023-12-04
fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()
Hangyu Hua
1
-0
/
+1
2023-12-04
fuse: share lookup state between submount and its parent
Krister Johansen
2
-3
/
+87
[next]