index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-10-19
13
-484
/
+2606
|
\
|
*
virtiofs: calculate number of scatter-gather elements accurately
Vivek Goyal
2020-10-14
1
-5
/
+27
|
*
fuse: connection remove fix
Miklos Szeredi
2020-10-12
1
-0
/
+7
|
*
fuse: implement crossmounts
Max Reitz
2020-10-09
4
-3
/
+105
|
*
fuse: Allow fuse_fill_super_common() for submounts
Max Reitz
2020-09-18
2
-21
/
+96
|
*
fuse: split fuse_mount off of fuse_conn
Max Reitz
2020-09-18
11
-358
/
+526
|
*
fuse: drop fuse_conn parameter where possible
Max Reitz
2020-09-18
3
-37
/
+43
|
*
fuse: store fuse_conn in fuse_req
Max Reitz
2020-09-18
2
-6
/
+10
|
*
fuse: fix page dereference after free
Miklos Szeredi
2020-09-18
1
-10
/
+18
|
*
virtiofs: add logic to free up a memory range
Vivek Goyal
2020-09-10
3
-6
/
+524
|
*
virtiofs: maintain a list of busy elements
Vivek Goyal
2020-09-10
1
-0
/
+25
|
*
virtiofs: serialize truncate/punch_hole and dax fault path
Vivek Goyal
2020-09-10
5
-10
/
+110
|
*
virtiofs: define dax address space operations
Vivek Goyal
2020-09-10
1
-0
/
+18
|
*
virtiofs: add DAX mmap support
Stefan Hajnoczi
2020-09-10
2
-0
/
+64
|
*
virtiofs: implement dax read/write operations
Vivek Goyal
2020-09-10
5
-6
/
+611
|
*
virtiofs: implement FUSE_INIT map_alignment field
Stefan Hajnoczi
2020-09-10
3
-2
/
+31
|
*
virtiofs: keep a list of free dax memory ranges
Vivek Goyal
2020-09-10
1
-1
/
+90
|
*
virtiofs: add a mount option to enable dax
Vivek Goyal
2020-09-10
6
-17
/
+151
|
*
virtiofs: set up virtio_fs dax_device
Stefan Hajnoczi
2020-09-10
1
-0
/
+138
|
*
virtiofs: get rid of no_mount_options
Vivek Goyal
2020-09-10
3
-19
/
+20
|
*
virtiofs: provide a helper function for virtqueue initialization
Vivek Goyal
2020-09-10
1
-20
/
+30
|
*
fuse: update project homepage
André Almeida
2020-09-04
1
-1
/
+1
*
|
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
1
-2
/
+2
|
\
\
|
*
|
bdi: invert BDI_CAP_NO_ACCT_WB
Christoph Hellwig
2020-09-24
1
-1
/
+2
|
*
|
bdi: initialize ->ra_pages and ->io_pages in bdi_init
Christoph Hellwig
2020-09-24
1
-1
/
+0
|
|
/
*
/
fuse: fix the ->direct_IO() treatment of iov_iter
Al Viro
2020-09-17
1
-13
/
+12
|
/
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-08-11
1
-2
/
+2
|
\
|
*
virtio_fs: convert to LE accessors
Michael S. Tsirkin
2020-08-05
1
-2
/
+2
*
|
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-04
3
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
3
-4
/
+4
*
|
fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS
Chirantan Ekbote
2020-07-15
1
-1
/
+11
*
|
fuse: don't ignore errors from fuse_writepages_fill()
Vasily Averin
2020-07-14
1
-2
/
+0
*
|
fuse: clean up condition for writepage sending
Miklos Szeredi
2020-07-14
1
-18
/
+35
*
|
fuse: reject options on reconfigure via fsconfig(2)
Miklos Szeredi
2020-07-14
1
-6
/
+10
*
|
fuse: ignore 'data' argument of mount(..., MS_REMOUNT)
Miklos Szeredi
2020-07-14
1
-0
/
+7
*
|
fuse: use ->reconfigure() instead of ->remount_fs()
Miklos Szeredi
2020-07-14
1
-3
/
+5
*
|
fuse: fix warning in tree_insert() and clean up writepage insertion
Miklos Szeredi
2020-07-14
1
-32
/
+30
*
|
fuse: move rb_erase() before tree_insert()
Miklos Szeredi
2020-07-14
1
-1
/
+2
|
/
*
Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-06-09
6
-85
/
+205
|
\
|
*
fuse: copy_file_range should truncate cache
Miklos Szeredi
2020-05-20
1
-0
/
+22
|
*
fuse: fix copy_file_range cache issues
Miklos Szeredi
2020-05-20
1
-12
/
+8
|
*
fuse: optimize writepages search
Maxim Patlasov
2020-05-19
2
-14
/
+50
|
*
fuse: update attr_version counter on fuse_notify_inval_inode()
Miklos Szeredi
2020-05-19
1
-0
/
+7
|
*
fuse: don't check refcount after stealing page
Miklos Szeredi
2020-05-19
1
-1
/
+0
|
*
fuse: fix weird page warning
Miklos Szeredi
2020-05-19
1
-1
/
+2
|
*
fuse: use dump_page
Miklos Szeredi
2020-05-19
1
-2
/
+1
|
*
virtiofs: do not use fuse_fill_super_common() for device installation
Vivek Goyal
2020-05-19
2
-13
/
+15
|
*
fuse: always allow query of st_dev
Miklos Szeredi
2020-05-19
1
-1
/
+11
|
*
fuse: always flush dirty data on close(2)
Miklos Szeredi
2020-05-19
1
-4
/
+4
|
*
fuse: invalidate inode attr in writeback cache mode
Eryu Guan
2020-05-19
1
-1
/
+10
[next]