index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-24
Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-83
/
+131
2024-09-24
fuse: clear FR_PENDING if abort is detected when sending request
Miklos Szeredi
1
-0
/
+1
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2024-09-23
fs/fuse: convert to use invalid_mnt_idmap
Alexander Mikhalitsyn
1
-24
/
+23
2024-09-23
fs/fuse: introduce and use fuse_simple_idmap_request() helper
Alexander Mikhalitsyn
1
-3
/
+3
2024-09-23
fs/fuse: fix null-ptr-deref when checking SB_I_NOIDMAP flag
Alexander Mikhalitsyn
1
-2
/
+2
2024-09-04
fuse: add an idmap argument to fuse_simple_request
Alexander Mikhalitsyn
1
-2
/
+4
2024-09-04
fuse: add basic infrastructure to support idmappings
Alexander Mikhalitsyn
1
-12
/
+38
2024-09-03
Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+10
2024-08-29
fuse: add simple request tracepoints
Josef Bacik
1
-0
/
+5
2024-08-29
fuse: cleanup request queuing towards virtiofs
Miklos Szeredi
1
-72
/
+87
2024-08-28
fuse: clear PG_uptodate when using a stolen page
Miklos Szeredi
1
-4
/
+1
2024-08-28
fuse: check aborted connection before adding requests to pending list for res...
Joanne Koong
1
-0
/
+9
2024-08-18
fuse: Initialize beyond-EOF page contents before setting uptodate
Jann Horn
1
-2
/
+4
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-3
/
+3
2024-05-10
fuse: clear FR_SENT when re-adding requests into pending list
Hou Tao
1
-0
/
+1
2024-05-10
fuse: set FR_PENDING atomically in fuse_resend()
Hou Tao
1
-1
/
+1
2024-03-06
fuse: Use the high bit of request ID for indicating resend requests
Zhao Chen
1
-0
/
+2
2024-03-06
fuse: Introduce a new notification type for resend pending requests
Zhao Chen
1
-0
/
+56
2024-03-05
fuse: implement ioctls to manage backing files
Amir Goldstein
1
-0
/
+41
2024-02-23
fuse: factor out helper for FUSE_DEV_IOC_CLONE
Amir Goldstein
1
-26
/
+33
2023-04-20
fuse_dev_ioctl(): switch to fdget()
Al Viro
1
-20
/
+21
2023-01-26
fuse: fix all W=1 kernel-doc warnings
Randy Dunlap
1
-1
/
+1
2023-01-26
fuse: add request extension
Miklos Szeredi
1
-0
/
+2
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-27
/
+28
2022-12-11
fuse: convert fuse_try_move_page() to use folios
Vishal Moola (Oracle)
1
-27
/
+28
2022-12-11
filemap: convert replace_page_cache_page() to replace_page_cache_folio()
Vishal Moola (Oracle)
1
-1
/
+1
2022-11-23
fuse: Remove user_ns check for FUSE_DEV_IOC_CLONE
Jann Horn
1
-2
/
+1
2022-11-23
fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRY
Miklos Szeredi
1
-2
/
+2
2022-09-26
mm: multi-gen LRU: groundwork
Yu Zhao
1
-1
/
+2
2022-08-08
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
1
-2
/
+1
2022-08-08
new iov_iter flavour - ITER_UBUF
Al Viro
1
-2
/
+2
2022-03-22
fuse: remove reliance on bdi congestion
NeilBrown
1
-8
/
+0
2022-03-07
fuse: fix pipe buffer lifetime for direct_io
Miklos Szeredi
1
-1
/
+11
2021-11-25
fuse: release pipe buf after last use
Miklos Szeredi
1
-5
/
+5
2021-11-02
fuse: fix page stealing
Miklos Szeredi
1
-2
/
+12
2021-10-28
fuse: always invalidate attributes after writes
Miklos Szeredi
1
-1
/
+1
2021-10-28
fuse: rename fuse_write_update_size()
Miklos Szeredi
1
-1
/
+1
2021-10-22
fuse: use kmap_local_page()
Peng Hao
1
-4
/
+4
2021-08-04
fuse: fix use after free in fuse_read_interrupt()
Miklos Szeredi
1
-2
/
+2
2021-06-22
virtiofs: Fix spelling mistakes
Zheng Yongjun
1
-1
/
+1
2021-06-22
fuse: reject internal errno
Miklos Szeredi
1
-1
/
+1
2021-06-22
fuse: check connected before queueing on fpq->io
Miklos Szeredi
1
-0
/
+9
2021-06-18
fuse: ignore PG_workingset after stealing
Miklos Szeredi
1
-0
/
+1
2021-04-14
fuse: fix matching of FUSE_DEV_IOC_CLONE command
Alessio Balsini
1
-5
/
+2
2021-03-16
fuse: 32-bit user space ioctl compat for fuse device
Alessio Balsini
1
-10
/
+16
2021-02-24
mm/filemap: remove unused parameter and change to void type for replace_page_...
Baolin Wang
1
-5
/
+1
2020-09-18
fuse: split fuse_mount off of fuse_conn
Max Reitz
1
-56
/
+50
2020-09-18
fuse: drop fuse_conn parameter where possible
Max Reitz
1
-31
/
+39
[next]