aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2021-04-30Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds8-57/+97
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-402/+571
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-5/+5
2021-04-15useful constants: struct qstr for ".."Al Viro1-2/+1
2021-04-14cuse: simplify refcountMiklos Szeredi1-7/+3
2021-04-14cuse: prevent cloneMiklos Szeredi1-0/+2
2021-04-14virtiofs: fix usernsMiklos Szeredi1-2/+1
2021-04-14virtiofs: remove useless functionJiapeng Chong1-5/+0
2021-04-14virtiofs: split requests that exceed virtqueue sizeConnor Kuehl3-3/+22
2021-04-14virtiofs: fix memory leak in virtio_fs_probe()Luis Henriques1-0/+1
2021-04-14fuse: invalidate attrs when page writeback completesVivek Goyal1-0/+9
2021-04-14fuse: add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGIDVivek Goyal1-1/+6
2021-04-14fuse: extend FUSE_SETXATTR requestVivek Goyal4-6/+14
2021-04-14fuse: fix matching of FUSE_DEV_IOC_CLONE commandAlessio Balsini1-5/+2
2021-04-14fuse: fix a typoBhaskar Chowdhury1-1/+1
2021-04-14fuse: don't zero pages twiceMiklos Szeredi1-15/+6
2021-04-14fuse: fix typo for fuse_conn.max_pages commentConnor Kuehl1-1/+1
2021-04-14fuse: fix write deadlockVivek Goyal2-12/+30
2021-04-12fuse: convert to fileattrMiklos Szeredi3-10/+141
2021-04-12fuse: add internal open/release helpersMiklos Szeredi2-17/+40
2021-04-12fuse: unsigned open flagsMiklos Szeredi3-4/+6
2021-04-12fuse: move ioctl to separate source fileMiklos Szeredi4-381/+394
2021-03-16fuse: 32-bit user space ioctl compat for fuse deviceAlessio Balsini1-10/+16
2021-03-08new helper: inode_wrong_type()Al Viro3-5/+5
2021-03-05virtiofs: Fail dax mount if device does not support itVivek Goyal1-1/+8
2021-03-04fuse: fix live lock in fuse_iget()Amir Goldstein1-0/+1
2021-02-24mm/filemap: remove unused parameter and change to void type for replace_page_cache_page()Baolin Wang1-5/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner3-19/+25
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+2
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-2/+3
2020-12-10fuse: fix bad inodeMiklos Szeredi7-17/+74
2020-11-11fuse: support SB_NOSEC flag to improve write performanceVivek Goyal1-1/+13
2020-11-11fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() requestVivek Goyal2-0/+12
2020-11-11fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2Vivek Goyal2-2/+9
2020-11-11fuse: setattr should set FATTR_KILL_SUIDGIDVivek Goyal1-0/+10
2020-11-11fuse: set FUSE_WRITE_KILL_SUIDGID in cached write pathVivek Goyal1-0/+2
2020-11-11fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGIDMiklos Szeredi1-1/+1
2020-11-11fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2Vivek Goyal2-1/+12
2020-11-11fuse: always revalidate if exclusive createMiklos Szeredi1-1/+1
2020-11-11virtiofs: clean up error handling in virtio_fs_get_tree()Miklos Szeredi1-13/+12
2020-11-11fuse: add fuse_sb_destroy() helperMiklos Szeredi1-9/+7
2020-11-11fuse: simplify get_fuse_conn*()Miklos Szeredi1-6/+2
2020-11-11fuse: get rid of fuse_mount refcountMiklos Szeredi4-26/+11
2020-11-11virtiofs: simplify sb setupMiklos Szeredi3-26/+3
2020-11-11virtiofs fix leak in setupMiklos Szeredi1-0/+2
2020-11-11fuse: launder page should wait for page writebackMiklos Szeredi1-0/+3
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds13-484/+2606