summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-2/+1
|\
| * useful constants: struct qstr for ".."Al Viro2021-04-151-2/+1
* | Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-308-57/+97
|\ \
| * | cuse: simplify refcountMiklos Szeredi2021-04-141-7/+3
| * | cuse: prevent cloneMiklos Szeredi2021-04-141-0/+2
| * | virtiofs: fix usernsMiklos Szeredi2021-04-141-2/+1
| * | virtiofs: remove useless functionJiapeng Chong2021-04-141-5/+0
| * | virtiofs: split requests that exceed virtqueue sizeConnor Kuehl2021-04-143-3/+22
| * | virtiofs: fix memory leak in virtio_fs_probe()Luis Henriques2021-04-141-0/+1
| * | fuse: invalidate attrs when page writeback completesVivek Goyal2021-04-141-0/+9
| * | fuse: add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGIDVivek Goyal2021-04-141-1/+6
| * | fuse: extend FUSE_SETXATTR requestVivek Goyal2021-04-144-6/+14
| * | fuse: fix matching of FUSE_DEV_IOC_CLONE commandAlessio Balsini2021-04-141-5/+2
| * | fuse: fix a typoBhaskar Chowdhury2021-04-141-1/+1
| * | fuse: don't zero pages twiceMiklos Szeredi2021-04-141-15/+6
| * | fuse: fix typo for fuse_conn.max_pages commentConnor Kuehl2021-04-141-1/+1
| * | fuse: fix write deadlockVivek Goyal2021-04-142-12/+30
* | | Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-275-402/+571
|\ \ \
| * | | fuse: convert to fileattrMiklos Szeredi2021-04-123-10/+141
| * | | fuse: add internal open/release helpersMiklos Szeredi2021-04-122-17/+40
| * | | fuse: unsigned open flagsMiklos Szeredi2021-04-123-4/+6
| * | | fuse: move ioctl to separate source fileMiklos Szeredi2021-04-124-381/+394
| |/ /
* | | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-273-5/+5
|\ \ \ | |/ / |/| |
| * | new helper: inode_wrong_type()Al Viro2021-03-083-5/+5
| |/
* | fuse: 32-bit user space ioctl compat for fuse deviceAlessio Balsini2021-03-161-10/+16
* | virtiofs: Fail dax mount if device does not support itVivek Goyal2021-03-051-1/+8
* | fuse: fix live lock in fuse_iget()Amir Goldstein2021-03-041-0/+1
|/
* mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang2021-02-241-5/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-243-19/+25
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* acl: handle idmapped mountsChristian Brauner2021-01-241-0/+2
* attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-2/+3
* fuse: fix bad inodeMiklos Szeredi2020-12-107-17/+74
* fuse: support SB_NOSEC flag to improve write performanceVivek Goyal2020-11-111-1/+13
* fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() requestVivek Goyal2020-11-112-0/+12
* fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2Vivek Goyal2020-11-112-2/+9
* fuse: setattr should set FATTR_KILL_SUIDGIDVivek Goyal2020-11-111-0/+10
* fuse: set FUSE_WRITE_KILL_SUIDGID in cached write pathVivek Goyal2020-11-111-0/+2
* fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGIDMiklos Szeredi2020-11-111-1/+1
* fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2Vivek Goyal2020-11-112-1/+12
* fuse: always revalidate if exclusive createMiklos Szeredi2020-11-111-1/+1
* virtiofs: clean up error handling in virtio_fs_get_tree()Miklos Szeredi2020-11-111-13/+12
* fuse: add fuse_sb_destroy() helperMiklos Szeredi2020-11-111-9/+7
* fuse: simplify get_fuse_conn*()Miklos Szeredi2020-11-111-6/+2
* fuse: get rid of fuse_mount refcountMiklos Szeredi2020-11-114-26/+11
* virtiofs: simplify sb setupMiklos Szeredi2020-11-113-26/+3
* virtiofs fix leak in setupMiklos Szeredi2020-11-111-0/+2
* fuse: launder page should wait for page writebackMiklos Szeredi2020-11-111-0/+3
* Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-1913-484/+2606
|\