index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
fuse_i.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fuse: verify attributes
Miklos Szeredi
2019-11-12
1
-0
/
+2
*
virtio-fs: don't show mount options
Miklos Szeredi
2019-10-15
1
-0
/
+4
*
virtio-fs: add virtiofs filesystem
Stefan Hajnoczi
2019-09-18
1
-0
/
+9
*
fuse: allow skipping control interface and forced unmount
Vivek Goyal
2019-09-12
1
-0
/
+8
*
fuse: dissociate DESTROY from fuseblk
Miklos Szeredi
2019-09-12
1
-0
/
+9
*
fuse: delete dentry if timeout is zero
Miklos Szeredi
2019-09-12
1
-0
/
+3
*
fuse: separate fuse device allocation and installation in fuse_conn
Vivek Goyal
2019-09-12
1
-1
/
+3
*
fuse: add fuse_iqueue_ops callbacks
Stefan Hajnoczi
2019-09-12
1
-1
/
+41
*
fuse: extract fuse_fill_super_common()
Stefan Hajnoczi
2019-09-12
1
-0
/
+27
*
fuse: export fuse_dequeue_forget() function
Vivek Goyal
2019-09-12
1
-0
/
+4
*
fuse: export fuse_get_unique()
Stefan Hajnoczi
2019-09-12
1
-0
/
+5
*
fuse: export fuse_send_init_request()
Vivek Goyal
2019-09-12
1
-0
/
+1
*
fuse: export fuse_len_args()
Stefan Hajnoczi
2019-09-12
1
-0
/
+5
*
fuse: export fuse_end_request()
Stefan Hajnoczi
2019-09-12
1
-0
/
+5
*
fuse: stop copying pages to fuse_req
Miklos Szeredi
2019-09-10
1
-9
/
+0
*
fuse: stop copying args to fuse_req
Miklos Szeredi
2019-09-10
1
-52
/
+8
*
fuse: clean up fuse_req
Miklos Szeredi
2019-09-10
1
-45
/
+0
*
fuse: simplify request allocation
Miklos Szeredi
2019-09-10
1
-7
/
+0
*
fuse: unexport request ops
Miklos Szeredi
2019-09-10
1
-39
/
+0
*
fuse: convert release to simple api
Miklos Szeredi
2019-09-10
1
-5
/
+3
*
fuse: convert writepages to simple api
Miklos Szeredi
2019-09-10
1
-3
/
+0
*
fuse: convert readdir to simple api
Miklos Szeredi
2019-09-10
1
-3
/
+20
*
fuse: add simple background helper
Miklos Szeredi
2019-09-10
1
-0
/
+6
*
fuse: move page alloc
Miklos Szeredi
2019-09-10
1
-0
/
+2
*
fuse: add pages to fuse_args
Miklos Szeredi
2019-09-10
1
-0
/
+12
*
fuse: convert destroy to simple api
Miklos Szeredi
2019-09-10
1
-3
/
+3
*
fuse: add nocreds to fuse_args
Miklos Szeredi
2019-09-10
1
-0
/
+1
*
fuse: convert fuse_force_forget() to simple api
Miklos Szeredi
2019-09-10
1
-3
/
+0
*
fuse: add noreply to fuse_args
Miklos Szeredi
2019-09-10
1
-0
/
+1
*
fuse: convert flush to simple api
Miklos Szeredi
2019-09-10
1
-5
/
+1
*
fuse: simplify 'nofail' request
Miklos Szeredi
2019-09-10
1
-7
/
+1
*
fuse: rearrange and resize fuse_args fields
Miklos Szeredi
2019-09-10
1
-4
/
+4
*
fuse: flatten 'struct fuse_args'
Miklos Szeredi
2019-09-10
1
-14
/
+7
*
fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lock
Eric Biggers
2019-09-10
1
-0
/
+3
*
fuse: allow filesystems to have precise control over data cache
Kirill Smelkov
2019-04-24
1
-0
/
+3
*
fuse: convert printk -> pr_*
Kirill Smelkov
2019-04-24
1
-0
/
+4
*
fuse: support clients that don't implement 'opendir'
Chad Austin
2019-02-13
1
-0
/
+3
*
fuse: use atomic64_t for khctr
Miklos Szeredi
2019-02-13
1
-1
/
+1
*
fuse: clean up aborted
Miklos Szeredi
2019-02-13
1
-1
/
+1
*
fuse: Protect ff->reserved_req via corresponding fi->lock
Kirill Tkhai
2019-02-13
1
-1
/
+4
*
fuse: Introduce fi->lock to protect write related fields
Kirill Tkhai
2019-02-13
1
-1
/
+4
*
fuse: Convert fc->attr_version into atomic64_t
Kirill Tkhai
2019-02-13
1
-3
/
+6
*
fuse: Add fuse_inode argument to fuse_prepare_release()
Kirill Tkhai
2019-02-13
1
-1
/
+1
*
fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS
Chad Austin
2018-12-11
1
-1
/
+1
*
fuse: fix fsync on directory
Miklos Szeredi
2018-12-03
1
-1
/
+1
*
fuse: enable caching of symlinks
Dan Schatzberg
2018-10-15
1
-0
/
+3
*
fuse: allow fine grained attr cache invaldation
Miklos Szeredi
2018-10-15
1
-0
/
+3
*
fuse: realloc page array
Miklos Szeredi
2018-10-01
1
-0
/
+4
*
fuse: add max_pages to init_out
Constantine Shulyupin
2018-10-01
1
-2
/
+8
*
fuse: reduce size of struct fuse_inode
Miklos Szeredi
2018-10-01
1
-28
/
+34
[next]