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
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-07
Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-12
/
+33
2021-09-06
fuse: remove unused arg in fuse_write_file_get()
Miklos Szeredi
1
-9
/
+6
2021-09-06
fuse: wait for writepages in syncfs
Miklos Szeredi
1
-0
/
+21
2021-08-31
fuse: flush extending writes
Miklos Szeredi
1
-1
/
+1
2021-08-17
fuse: truncate pagecache on atomic_o_trunc
Miklos Szeredi
1
-2
/
+5
2021-07-13
fuse: Convert to using invalidate_lock
Jan Kara
1
-5
/
+5
2021-07-06
Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+8
2021-06-22
virtiofs: Fix spelling mistakes
Zheng Yongjun
1
-1
/
+1
2021-06-22
fuse: use DIV_ROUND_UP helper macro for calculations
Wu Bo
1
-1
/
+1
2021-06-22
fuse: allow fallocate(FALLOC_FL_ZERO_RANGE)
Richard W.M. Jones
1
-4
/
+6
2021-06-10
iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...
Al Viro
1
-2
/
+1
2021-06-03
fuse_fill_write_pages(): don't bother with iov_iter_single_seg_count()
Al Viro
1
-1
/
+0
2021-05-01
Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-27
/
+44
2021-04-14
fuse: invalidate attrs when page writeback completes
Vivek Goyal
1
-0
/
+9
2021-04-14
fuse: don't zero pages twice
Miklos Szeredi
1
-15
/
+6
2021-04-14
fuse: fix write deadlock
Vivek Goyal
1
-12
/
+29
2021-04-12
fuse: add internal open/release helpers
Miklos Szeredi
1
-17
/
+33
2021-04-12
fuse: unsigned open flags
Miklos Szeredi
1
-2
/
+3
2021-04-12
fuse: move ioctl to separate source file
Miklos Szeredi
1
-380
/
+0
2020-12-10
fuse: fix bad inode
Miklos Szeredi
1
-8
/
+11
2020-11-11
fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() request
Vivek Goyal
1
-0
/
+6
2020-11-11
fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2
Vivek Goyal
1
-1
/
+8
2020-11-11
fuse: set FUSE_WRITE_KILL_SUIDGID in cached write path
Vivek Goyal
1
-0
/
+2
2020-11-11
fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGID
Miklos Szeredi
1
-1
/
+1
2020-11-11
fuse: launder page should wait for page writeback
Miklos Szeredi
1
-0
/
+3
2020-10-20
Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-106
/
+149
2020-09-18
fuse: split fuse_mount off of fuse_conn
Max Reitz
1
-102
/
+106
2020-09-18
fuse: fix the ->direct_IO() treatment of iov_iter
Al Viro
1
-13
/
+12
2020-09-10
virtiofs: serialize truncate/punch_hole and dax fault path
Vivek Goyal
1
-3
/
+27
2020-09-10
virtiofs: add DAX mmap support
Stefan Hajnoczi
1
-0
/
+5
2020-09-10
virtiofs: implement dax read/write operations
Vivek Goyal
1
-2
/
+13
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-07-15
fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS
Chirantan Ekbote
1
-1
/
+11
2020-07-14
fuse: don't ignore errors from fuse_writepages_fill()
Vasily Averin
1
-2
/
+0
2020-07-14
fuse: clean up condition for writepage sending
Miklos Szeredi
1
-18
/
+35
2020-07-14
fuse: fix warning in tree_insert() and clean up writepage insertion
Miklos Szeredi
1
-32
/
+30
2020-07-14
fuse: move rb_erase() before tree_insert()
Miklos Szeredi
1
-1
/
+2
2020-06-10
Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-28
/
+92
2020-06-02
fuse: convert from readpages to readahead
Matthew Wilcox (Oracle)
1
-72
/
+28
2020-05-20
fuse: copy_file_range should truncate cache
Miklos Szeredi
1
-0
/
+22
2020-05-20
fuse: fix copy_file_range cache issues
Miklos Szeredi
1
-12
/
+8
2020-05-19
fuse: optimize writepages search
Maxim Patlasov
1
-13
/
+49
2020-05-19
fuse: always flush dirty data on close(2)
Miklos Szeredi
1
-4
/
+4
2020-05-19
fuse: invalidate inode attr in writeback cache mode
Eryu Guan
1
-1
/
+10
2020-04-20
virtiofs: schedule blocking async replies in separate worker
Vivek Goyal
1
-0
/
+1
2020-02-06
fuse: use true,false for bool variable
zhengbin
1
-2
/
+2
2020-02-06
fuse: don't overflow LLONG_MAX with end offset
Miklos Szeredi
1
-0
/
+12
2020-02-06
fix up iter on short count in fuse_direct_io()
Miklos Szeredi
1
-1
/
+4
2020-01-16
fuse: fix fuse_send_readpages() in the syncronous read case
Miklos Szeredi
1
-1
/
+3
[next]