index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-10
fuse: fix bad inode
Miklos Szeredi
7
-17
/
+74
2020-11-11
fuse: support SB_NOSEC flag to improve write performance
Vivek Goyal
1
-1
/
+13
2020-11-11
fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() request
Vivek Goyal
2
-0
/
+12
2020-11-11
fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2
Vivek Goyal
2
-2
/
+9
2020-11-11
fuse: setattr should set FATTR_KILL_SUIDGID
Vivek Goyal
1
-0
/
+10
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: introduce the notion of FUSE_HANDLE_KILLPRIV_V2
Vivek Goyal
2
-1
/
+12
2020-11-11
fuse: always revalidate if exclusive create
Miklos Szeredi
1
-1
/
+1
2020-11-11
virtiofs: clean up error handling in virtio_fs_get_tree()
Miklos Szeredi
1
-13
/
+12
2020-11-11
fuse: add fuse_sb_destroy() helper
Miklos Szeredi
1
-9
/
+7
2020-11-11
fuse: simplify get_fuse_conn*()
Miklos Szeredi
1
-6
/
+2
2020-11-11
fuse: get rid of fuse_mount refcount
Miklos Szeredi
4
-26
/
+11
2020-11-11
virtiofs: simplify sb setup
Miklos Szeredi
3
-26
/
+3
2020-11-11
virtiofs fix leak in setup
Miklos Szeredi
1
-0
/
+2
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
13
-484
/
+2606
2020-10-14
virtiofs: calculate number of scatter-gather elements accurately
Vivek Goyal
1
-5
/
+27
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2020-10-12
fuse: connection remove fix
Miklos Szeredi
1
-0
/
+7
2020-10-09
fuse: implement crossmounts
Max Reitz
4
-3
/
+105
2020-09-24
bdi: invert BDI_CAP_NO_ACCT_WB
Christoph Hellwig
1
-1
/
+2
2020-09-24
bdi: initialize ->ra_pages and ->io_pages in bdi_init
Christoph Hellwig
1
-1
/
+0
2020-09-18
fuse: Allow fuse_fill_super_common() for submounts
Max Reitz
2
-21
/
+96
2020-09-18
fuse: split fuse_mount off of fuse_conn
Max Reitz
11
-358
/
+526
2020-09-18
fuse: drop fuse_conn parameter where possible
Max Reitz
3
-37
/
+43
2020-09-18
fuse: store fuse_conn in fuse_req
Max Reitz
2
-6
/
+10
2020-09-18
fuse: fix page dereference after free
Miklos Szeredi
1
-10
/
+18
2020-09-18
fuse: fix the ->direct_IO() treatment of iov_iter
Al Viro
1
-13
/
+12
2020-09-10
virtiofs: add logic to free up a memory range
Vivek Goyal
3
-6
/
+524
2020-09-10
virtiofs: maintain a list of busy elements
Vivek Goyal
1
-0
/
+25
2020-09-10
virtiofs: serialize truncate/punch_hole and dax fault path
Vivek Goyal
5
-10
/
+110
2020-09-10
virtiofs: define dax address space operations
Vivek Goyal
1
-0
/
+18
2020-09-10
virtiofs: add DAX mmap support
Stefan Hajnoczi
2
-0
/
+64
2020-09-10
virtiofs: implement dax read/write operations
Vivek Goyal
5
-6
/
+611
2020-09-10
virtiofs: implement FUSE_INIT map_alignment field
Stefan Hajnoczi
3
-2
/
+31
2020-09-10
virtiofs: keep a list of free dax memory ranges
Vivek Goyal
1
-1
/
+90
2020-09-10
virtiofs: add a mount option to enable dax
Vivek Goyal
6
-17
/
+151
2020-09-10
virtiofs: set up virtio_fs dax_device
Stefan Hajnoczi
1
-0
/
+138
2020-09-10
virtiofs: get rid of no_mount_options
Vivek Goyal
3
-19
/
+20
2020-09-10
virtiofs: provide a helper function for virtqueue initialization
Vivek Goyal
1
-20
/
+30
2020-09-04
fuse: update project homepage
André Almeida
1
-1
/
+1
2020-08-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+2
2020-08-05
virtio_fs: convert to LE accessors
Michael S. Tsirkin
1
-2
/
+2
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-4
/
+4
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
3
-4
/
+4
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: reject options on reconfigure via fsconfig(2)
Miklos Szeredi
1
-6
/
+10
[next]