index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-15
cuse: add kernel-doc comments to cuse_process_init_reply()
Yang Li
1
-0
/
+4
2024-04-15
fuse: fix leaked ENOSYS error on first statx call
Danny Lin
1
-0
/
+1
2024-04-15
fuse: fix parallel dio write on file open in passthrough mode
Amir Goldstein
1
-2
/
+2
2024-04-15
fuse: fix wrong ff->iomode state changes from parallel dio write
Amir Goldstein
4
-25
/
+51
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-14
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-22
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
[next]