index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-09-18
fuse: store fuse_conn in fuse_req
Max Reitz
1
-6
/
+7
2020-09-18
fuse: fix page dereference after free
Miklos Szeredi
1
-10
/
+18
2020-06-10
Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+7
2020-06-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-06-04
mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()
Johannes Weiner
1
-1
/
+1
2020-06-04
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+1
2020-05-20
fs: rename pipe_buf ->steal to ->try_steal
Christoph Hellwig
1
-1
/
+1
2020-05-19
fuse: don't check refcount after stealing page
Miklos Szeredi
1
-1
/
+0
2020-05-19
fuse: fix weird page warning
Miklos Szeredi
1
-1
/
+2
2020-05-19
fuse: use dump_page
Miklos Szeredi
1
-2
/
+1
2020-04-21
docs: fix broken references to text files
Mauro Carvalho Chehab
1
-1
/
+1
2020-04-20
fuse: Update stale comment in queue_interrupt()
Kirill Tkhai
1
-1
/
+1
2020-04-20
fuse: BUG_ON correction in fuse_dev_splice_write()
Vasily Averin
1
-2
/
+3
2020-02-13
fuse: fix stack use after return
Miklos Szeredi
1
-3
/
+3
2019-12-07
pipe: Fix iteration end check in fuse_dev_splice_write()
David Howells
1
-1
/
+1
2019-12-02
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2019-12-01
Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-13
/
+18
2019-11-15
pipe: Allow pipes to have kernel-reserved slots
David Howells
1
-4
/
+4
2019-10-31
pipe: Use head and tail pointers for the ring, not cursor and length
David Howells
1
-13
/
+18
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
1
-1
/
+1
2019-10-21
fuse: don't dereference req->args on finished request
Miklos Szeredi
1
-1
/
+3
2019-09-24
fuse: Make fuse_args_to_req static
YueHaibing
1
-1
/
+1
2019-09-24
fuse: unexport fuse_put_request
Arnd Bergmann
1
-1
/
+0
2019-09-12
fuse: separate fuse device allocation and installation in fuse_conn
Vivek Goyal
1
-1
/
+1
2019-09-12
fuse: add fuse_iqueue_ops callbacks
Stefan Hajnoczi
1
-16
/
+30
2019-09-12
fuse: export fuse_dequeue_forget() function
Vivek Goyal
1
-6
/
+7
2019-09-12
fuse: export fuse_get_unique()
Stefan Hajnoczi
1
-1
/
+2
2019-09-12
fuse: export fuse_len_args()
Stefan Hajnoczi
1
-4
/
+5
2019-09-12
fuse: export fuse_end_request()
Stefan Hajnoczi
1
-9
/
+10
2019-09-10
fuse: stop copying pages to fuse_req
Miklos Szeredi
1
-12
/
+6
2019-09-10
fuse: stop copying args to fuse_req
Miklos Szeredi
1
-54
/
+26
2019-09-10
fuse: simplify request allocation
Miklos Szeredi
1
-50
/
+11
2019-09-10
fuse: unexport request ops
Miklos Szeredi
1
-42
/
+9
2019-09-10
fuse: convert retrieve to simple api
Miklos Szeredi
1
-30
/
+62
2019-09-10
fuse: convert writepages to simple api
Miklos Szeredi
1
-27
/
+0
2019-09-10
fuse: add simple background helper
Miklos Szeredi
1
-0
/
+45
2019-09-10
fuse: convert ioctl to simple api
Miklos Szeredi
1
-2
/
+2
2019-09-10
fuse: move page alloc
Miklos Szeredi
1
-15
/
+2
2019-09-10
fuse: add pages to fuse_args
Miklos Szeredi
1
-10
/
+31
2019-09-10
fuse: add nocreds to fuse_args
Miklos Szeredi
1
-29
/
+15
2019-09-10
fuse: convert fuse_force_forget() to simple api
Miklos Szeredi
1
-21
/
+0
2019-09-10
fuse: add noreply to fuse_args
Miklos Szeredi
1
-1
/
+3
2019-09-10
fuse: convert flush to simple api
Miklos Szeredi
1
-4
/
+9
2019-09-10
fuse: simplify 'nofail' request
Miklos Szeredi
1
-60
/
+4
2019-09-10
fuse: flatten 'struct fuse_args'
Miklos Szeredi
1
-19
/
+19
2019-09-10
fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lock
Eric Biggers
1
-45
/
+48
2019-09-02
fuse: require /dev/fuse reads to have enough buffer capacity (take 2)
Kirill Smelkov
1
-0
/
+18
2019-06-11
Revert "fuse: require /dev/fuse reads to have enough buffer capacity"
Miklos Szeredi
1
-10
/
+0
[next]