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
*
fuse: 32-bit user space ioctl compat for fuse device
Alessio Balsini
2021-03-16
1
-10
/
+16
*
virtiofs: Fail dax mount if device does not support it
Vivek Goyal
2021-03-05
1
-1
/
+8
*
fuse: fix live lock in fuse_iget()
Amir Goldstein
2021-03-04
1
-0
/
+1
*
mm/filemap: remove unused parameter and change to void type for replace_page_...
Baolin Wang
2021-02-24
1
-5
/
+1
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
3
-19
/
+25
*
stat: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
*
acl: handle idmapped mounts
Christian Brauner
2021-01-24
1
-0
/
+2
*
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
*
namei: make permission helpers idmapped mount aware
Christian Brauner
2021-01-24
1
-2
/
+3
*
fuse: fix bad inode
Miklos Szeredi
2020-12-10
7
-17
/
+74
*
fuse: support SB_NOSEC flag to improve write performance
Vivek Goyal
2020-11-11
1
-1
/
+13
*
fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() request
Vivek Goyal
2020-11-11
2
-0
/
+12
*
fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2
Vivek Goyal
2020-11-11
2
-2
/
+9
*
fuse: setattr should set FATTR_KILL_SUIDGID
Vivek Goyal
2020-11-11
1
-0
/
+10
*
fuse: set FUSE_WRITE_KILL_SUIDGID in cached write path
Vivek Goyal
2020-11-11
1
-0
/
+2
*
fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGID
Miklos Szeredi
2020-11-11
1
-1
/
+1
*
fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2
Vivek Goyal
2020-11-11
2
-1
/
+12
*
fuse: always revalidate if exclusive create
Miklos Szeredi
2020-11-11
1
-1
/
+1
*
virtiofs: clean up error handling in virtio_fs_get_tree()
Miklos Szeredi
2020-11-11
1
-13
/
+12
*
fuse: add fuse_sb_destroy() helper
Miklos Szeredi
2020-11-11
1
-9
/
+7
*
fuse: simplify get_fuse_conn*()
Miklos Szeredi
2020-11-11
1
-6
/
+2
*
fuse: get rid of fuse_mount refcount
Miklos Szeredi
2020-11-11
4
-26
/
+11
*
virtiofs: simplify sb setup
Miklos Szeredi
2020-11-11
3
-26
/
+3
*
virtiofs fix leak in setup
Miklos Szeredi
2020-11-11
1
-0
/
+2
*
fuse: launder page should wait for page writeback
Miklos Szeredi
2020-11-11
1
-0
/
+3
*
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
|
|
/
[next]