Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
33c4acbe2f4e8f2866914b1fb90ce74fc7216c21
/
fs
/
fuse
c9d35ee
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
2e28c49
fuse: switch to use errorfc() et.al.
by Al Viro
· 5 years ago
d7167b1
fs_parse: fold fs_parameter_desc/fs_parameter_spec
by Al Viro
· 5 years ago
96cafb9
fs_parser: remove fs_parameter_description name field
by Eric Sandeen
· 5 years ago
cabdb4f
fuse: use true,false for bool variable
by zhengbin
· 5 years ago
519525f
fuse: Support RENAME_WHITEOUT flag
by Vivek Goyal
· 5 years ago
2f13982
fuse: don't overflow LLONG_MAX with end offset
by Miklos Szeredi
· 5 years ago
f658ade
fix up iter on short count in fuse_direct_io()
by Miklos Szeredi
· 5 years ago
7df1e98
fuse: fix fuse_send_readpages() in the syncronous read case
by Miklos Szeredi
· 5 years ago
76f6777
pipe: Fix iteration end check in fuse_dev_splice_write()
by David Howells
· 5 years ago
7ce4fab
Merge tag 'fuse-update-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 5 years ago
0da5221
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
6a96566
Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 5 years ago
8d66fcb
fuse: fix Kconfig indentation
by Krzysztof Kozlowski
· 5 years ago
f1ebdef
fuse: fix leak of fuse_io_priv
by Miklos Szeredi
· 5 years ago
724c15a43
virtiofs: Use completions while waiting for queue to be drained
by Vivek Goyal
· 5 years ago
1efcf39
virtiofs: Do not send forget request "struct list_head" element
by Vivek Goyal
· 5 years ago
58ada94
virtiofs: Use a common function to send forget
by Vivek Goyal
· 5 years ago
6718b6f
pipe: Allow pipes to have kernel-reserved slots
by David Howells
· 5 years ago
0092944
virtiofs: Fix old-style declaration
by YueHaibing
· 5 years ago
c634da7
fuse: verify nlink
by Miklos Szeredi
· 5 years ago
8aab336
fuse: verify write return
by Miklos Szeredi
· 5 years ago
eb59bd1
fuse: verify attributes
by Miklos Szeredi
· 5 years ago
8cefc10
pipe: Use head and tail pointers for the ring, not cursor and length
by David Howells
· 5 years ago
1832f2d
compat_ioctl: move more drivers to compat_ptr_ioctl
by Arnd Bergmann
· 6 years ago
091d1a7
fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()
by Vasily Averin
· 5 years ago
e464830
fuse: truncate pending writes on O_TRUNC
by Miklos Szeredi
· 5 years ago
b24e759
fuse: flush dirty data/metadata before non-truncate setattr
by Miklos Szeredi
· 5 years ago
80da5a8
virtiofs: Remove set but not used variable 'fc'
by zhengbin
· 5 years ago
a9bfd9d
virtiofs: Retry request submission from worker context
by Vivek Goyal
· 5 years ago
c17ea00
virtiofs: Count pending forgets as in_flight forgets
by Vivek Goyal
· 5 years ago
5dbe190
virtiofs: Set FR_SENT flag only after request has been sent
by Vivek Goyal
· 5 years ago
7ee1e2e
virtiofs: No need to check fpq->connected state
by Vivek Goyal
· 5 years ago
51fecdd
virtiofs: Do not end request in submission context
by Vivek Goyal
· 5 years ago
6c26f71
fuse: don't advise readdirplus for negative lookup
by Miklos Szeredi
· 5 years ago
2b319d1
fuse: don't dereference req->args on finished request
by Miklos Szeredi
· 5 years ago
3f22c74
virtio-fs: don't show mount options
by Miklos Szeredi
· 5 years ago
112e723
virtio-fs: Change module name to virtiofs.ko
by Vivek Goyal
· 5 years ago
8f744bd
Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 5 years ago
5addcd5
fuse: Make fuse_args_to_req static
by YueHaibing
· 5 years ago
9ad09b1
fuse: fix memleak in cuse_channel_open
by zhengbin
· 5 years ago
e5854b1
fuse: fix beyond-end-of-page access in fuse_parse_cache()
by Tejun Heo
· 5 years ago
0ed4059
fuse: unexport fuse_put_request
by Arnd Bergmann
· 5 years ago
dc69e98
fuse: kmemcg account fs data
by Khazhismel Kumykov
· 5 years ago
30c6a23
fuse: on 64-bit store time in d_fsdata directly
by Khazhismel Kumykov
· 5 years ago
d5880c7
fuse: fix missing unlock_page in fuse_writepage()
by Vasily Averin
· 5 years ago
a62a8ef
virtio-fs: add virtiofs filesystem
by Stefan Hajnoczi
· 7 years ago
15c8e72
fuse: allow skipping control interface and forced unmount
by Vivek Goyal
· 6 years ago
783863d
fuse: dissociate DESTROY from fuseblk
by Miklos Szeredi
· 5 years ago
8fab010
fuse: delete dentry if timeout is zero
by Miklos Szeredi
· 6 years ago
0cd1eb9a
fuse: separate fuse device allocation and installation in fuse_conn
by Vivek Goyal
· 6 years ago
ae3aad7
fuse: add fuse_iqueue_ops callbacks
by Stefan Hajnoczi
· 7 years ago
0cc2656
fuse: extract fuse_fill_super_common()
by Stefan Hajnoczi
· 7 years ago
4388c5a
fuse: export fuse_dequeue_forget() function
by Vivek Goyal
· 6 years ago
79d96ef
fuse: export fuse_get_unique()
by Stefan Hajnoczi
· 7 years ago
95a84cdb
fuse: export fuse_send_init_request()
by Vivek Goyal
· 6 years ago
14d46d7
fuse: export fuse_len_args()
by Stefan Hajnoczi
· 7 years ago
04ec5af
fuse: export fuse_end_request()
by Stefan Hajnoczi
· 7 years ago
f22f812
fuse: fix request limit
by Miklos Szeredi
· 5 years ago
05ea48c
fuse: stop copying pages to fuse_req
by Miklos Szeredi
· 5 years ago
d499377
fuse: stop copying args to fuse_req
by Miklos Szeredi
· 5 years ago
145b673b
fuse: clean up fuse_req
by Miklos Szeredi
· 5 years ago
7213394
fuse: simplify request allocation
by Miklos Szeredi
· 5 years ago
66abc35
fuse: unexport request ops
by Miklos Szeredi
· 5 years ago
75b399d
fuse: convert retrieve to simple api
by Miklos Szeredi
· 5 years ago
4cb5486
fuse: convert release to simple api
by Miklos Szeredi
· 5 years ago
b50ef7c
cuse: convert init to simple api
by Miklos Szeredi
· 5 years ago
615047e
fuse: convert init to simple api
by Miklos Szeredi
· 5 years ago
33826eb
fuse: convert writepages to simple api
by Miklos Szeredi
· 5 years ago
43f5098
fuse: convert readdir to simple api
by Miklos Szeredi
· 5 years ago
134831e
fuse: convert readpages to simple api
by Miklos Szeredi
· 5 years ago
45ac96e
fuse: convert direct_io to simple api
by Miklos Szeredi
· 5 years ago
1259728
fuse: add simple background helper
by Miklos Szeredi
· 5 years ago
338f2e3
fuse: convert sync write to simple api
by Miklos Szeredi
· 5 years ago
00793ca
fuse: covert readpage to simple api
by Miklos Szeredi
· 5 years ago
a0d45d8
fuse: fuse_short_read(): don't take fuse_req as argument
by Miklos Szeredi
· 5 years ago
093f38a
fuse: convert ioctl to simple api
by Miklos Szeredi
· 5 years ago
4c4f03f
fuse: move page alloc
by Miklos Szeredi
· 5 years ago
4c29afe
fuse: convert readlink to simple api
by Miklos Szeredi
· 5 years ago
6858316
fuse: add pages to fuse_args
by Miklos Szeredi
· 5 years ago
1ccd1ea
fuse: convert destroy to simple api
by Miklos Szeredi
· 5 years ago
e413754
fuse: add nocreds to fuse_args
by Miklos Szeredi
· 5 years ago
3545fe2
fuse: convert fuse_force_forget() to simple api
by Miklos Szeredi
· 5 years ago
454a761
fuse: add noreply to fuse_args
by Miklos Szeredi
· 5 years ago
c500eba
fuse: convert flush to simple api
by Miklos Szeredi
· 5 years ago
40ac7ab
fuse: simplify 'nofail' request
by Miklos Szeredi
· 5 years ago
1f4e9d0
fuse: rearrange and resize fuse_args fields
by Miklos Szeredi
· 5 years ago
d5b4854
fuse: flatten 'struct fuse_args'
by Miklos Szeredi
· 5 years ago
76e43c8
fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lock
by Eric Biggers
· 5 years ago
c7eb686
vfs: subtype handling moved to fuse
by David Howells
· 6 years ago
c30da2e
fuse: convert to use the new mount API
by David Howells
· 6 years ago
56d250e
cuse: fix broken release
by Miklos Szeredi
· 5 years ago
17b2cbe
fuse: cleanup fuse_wait_on_page_writeback
by Maxim Patlasov
· 5 years ago
1fb027d
fuse: require /dev/fuse reads to have enough buffer capacity (take 2)
by Kirill Smelkov
· 5 years ago
933a90b
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
40f06c7
Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
c23a0bb
convenience helper: get_tree_single()
by Al Viro
· 6 years ago
766741f
Revert "fuse: require /dev/fuse reads to have enough buffer capacity"
by Miklos Szeredi
· 6 years ago
fe0da9c
fuse: copy_file_range needs to strip setuid bits and update timestamps
by Amir Goldstein
· 6 years ago
5dae222
vfs: allow copy_file_range to copy across devices
by Amir Goldstein
· 6 years ago
Next »