index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dev.c
Age
Commit message (
Expand
)
Author
Lines
2025-01-27
fuse: enable fuse-over-io-uring
Bernd Schubert
-0
/
+3
2025-01-27
fuse: block request allocation until io-uring init is complete
Bernd Schubert
-1
/
+2
2025-01-27
fuse: Allow to queue bg requests through io-uring
Bernd Schubert
-1
/
+25
2025-01-27
fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-static
Bernd Schubert
-2
/
+3
2025-01-27
fuse: {io-uring} Handle teardown of ring entries
Bernd Schubert
-0
/
+9
2025-01-24
fuse: {io-uring} Make hash-list req unique finding functions non-static
Bernd Schubert
-3
/
+3
2025-01-24
fuse: Add fuse-io-uring handling into fuse_copy
Bernd Schubert
-1
/
+11
2025-01-24
fuse: Make fuse_copy non static
Bernd Schubert
-22
/
+8
2025-01-24
fuse: make args->in_args[0] to be always the header
Bernd Schubert
-4
/
+5
2025-01-24
fuse: Move request bits
Bernd Schubert
-4
/
+0
2025-01-24
fuse: Move fuse_get_dev to header file
Bernd Schubert
-9
/
+0
2025-01-24
fuse: rename to fuse_dev_end_requests and make non-static
Bernd Schubert
-6
/
+5
2024-11-26
Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-27
/
+39
2024-11-05
fuse: remove pages for requests and exclusively use folios
Joanne Koong
-36
/
+21
2024-11-05
fuse: convert retrieves to use folios
Joanne Koong
-10
/
+12
2024-11-05
fuse: support folios in struct fuse_args_pages and fuse_copy_pages()
Joanne Koong
-8
/
+32
2024-11-03
fdget(), more trivial conversions
Al Viro
-4
/
+2
2024-10-25
fuse: convert fuse_notify_store to use folios
Josef Bacik
-11
/
+12
2024-10-25
fuse: convert fuse_retrieve to use folios
Josef Bacik
-4
/
+4
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
-1
/
+0
2024-09-24
Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-83
/
+131
2024-09-24
fuse: clear FR_PENDING if abort is detected when sending request
Miklos Szeredi
-0
/
+1
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-3
/
+3
2024-09-23
fs/fuse: convert to use invalid_mnt_idmap
Alexander Mikhalitsyn
-24
/
+23
2024-09-23
fs/fuse: introduce and use fuse_simple_idmap_request() helper
Alexander Mikhalitsyn
-3
/
+3
2024-09-23
fs/fuse: fix null-ptr-deref when checking SB_I_NOIDMAP flag
Alexander Mikhalitsyn
-2
/
+2
2024-09-04
fuse: add an idmap argument to fuse_simple_request
Alexander Mikhalitsyn
-2
/
+4
2024-09-04
fuse: add basic infrastructure to support idmappings
Alexander Mikhalitsyn
-12
/
+38
2024-09-03
Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-4
/
+10
2024-08-29
fuse: add simple request tracepoints
Josef Bacik
-0
/
+5
2024-08-29
fuse: cleanup request queuing towards virtiofs
Miklos Szeredi
-72
/
+87
2024-08-28
fuse: clear PG_uptodate when using a stolen page
Miklos Szeredi
-4
/
+1
2024-08-28
fuse: check aborted connection before adding requests to pending list for res...
Joanne Koong
-0
/
+9
2024-08-18
fuse: Initialize beyond-EOF page contents before setting uptodate
Jann Horn
-2
/
+4
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
-3
/
+3
2024-05-10
fuse: clear FR_SENT when re-adding requests into pending list
Hou Tao
-0
/
+1
2024-05-10
fuse: set FR_PENDING atomically in fuse_resend()
Hou Tao
-1
/
+1
2024-03-06
fuse: Use the high bit of request ID for indicating resend requests
Zhao Chen
-0
/
+2
2024-03-06
fuse: Introduce a new notification type for resend pending requests
Zhao Chen
-0
/
+56
2024-03-05
fuse: implement ioctls to manage backing files
Amir Goldstein
-0
/
+41
2024-02-23
fuse: factor out helper for FUSE_DEV_IOC_CLONE
Amir Goldstein
-26
/
+33
2023-04-20
fuse_dev_ioctl(): switch to fdget()
Al Viro
-20
/
+21
2023-01-26
fuse: fix all W=1 kernel-doc warnings
Randy Dunlap
-1
/
+1
2023-01-26
fuse: add request extension
Miklos Szeredi
-0
/
+2
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-27
/
+28
2022-12-11
fuse: convert fuse_try_move_page() to use folios
Vishal Moola (Oracle)
-27
/
+28
2022-12-11
filemap: convert replace_page_cache_page() to replace_page_cache_folio()
Vishal Moola (Oracle)
-1
/
+1
2022-11-23
fuse: Remove user_ns check for FUSE_DEV_IOC_CLONE
Jann Horn
-2
/
+1
2022-11-23
fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRY
Miklos Szeredi
-2
/
+2
2022-09-26
mm: multi-gen LRU: groundwork
Yu Zhao
-1
/
+2
[next]