summaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)Author
2021-07-20fuse: fix illegal access to inode with reused nodeidAmir Goldstein
2021-07-20virtiofs: propagate sync() to file serverGreg Kurz
2021-07-14fuse: reject internal errnoMiklos Szeredi
2021-07-14fuse: check connected before queueing on fpq->ioMiklos Szeredi
2021-07-14fuse: ignore PG_workingset after stealingMiklos Szeredi
2021-07-14fuse: Fix infinite loop in sget_fc()Greg Kurz
2021-07-14fuse: Fix crash if superblock of submount gets killed earlyGreg Kurz
2021-07-14fuse: Fix crash in fuse_dentry_automount() error pathGreg Kurz
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-04-30Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-15useful constants: struct qstr for ".."Al Viro
2021-04-14cuse: simplify refcountMiklos Szeredi
2021-04-14cuse: prevent cloneMiklos Szeredi
2021-04-14virtiofs: fix usernsMiklos Szeredi
2021-04-14virtiofs: remove useless functionJiapeng Chong
2021-04-14virtiofs: split requests that exceed virtqueue sizeConnor Kuehl
2021-04-14virtiofs: fix memory leak in virtio_fs_probe()Luis Henriques
2021-04-14fuse: invalidate attrs when page writeback completesVivek Goyal
2021-04-14fuse: add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGIDVivek Goyal
2021-04-14fuse: extend FUSE_SETXATTR requestVivek Goyal
2021-04-14fuse: fix matching of FUSE_DEV_IOC_CLONE commandAlessio Balsini
2021-04-14fuse: fix a typoBhaskar Chowdhury
2021-04-14fuse: don't zero pages twiceMiklos Szeredi
2021-04-14fuse: fix typo for fuse_conn.max_pages commentConnor Kuehl
2021-04-14fuse: fix write deadlockVivek Goyal
2021-04-12fuse: convert to fileattrMiklos Szeredi
2021-04-12fuse: add internal open/release helpersMiklos Szeredi
2021-04-12fuse: unsigned open flagsMiklos Szeredi
2021-04-12fuse: move ioctl to separate source fileMiklos Szeredi
2021-03-16fuse: 32-bit user space ioctl compat for fuse deviceAlessio Balsini
2021-03-08new helper: inode_wrong_type()Al Viro
2021-03-05virtiofs: Fail dax mount if device does not support itVivek Goyal
2021-03-04fuse: fix live lock in fuse_iget()Amir Goldstein
2021-02-24mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2020-12-10fuse: fix bad inodeMiklos Szeredi
2020-11-11fuse: support SB_NOSEC flag to improve write performanceVivek Goyal
2020-11-11fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() requestVivek Goyal
2020-11-11fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2Vivek Goyal
2020-11-11fuse: setattr should set FATTR_KILL_SUIDGIDVivek Goyal
2020-11-11fuse: set FUSE_WRITE_KILL_SUIDGID in cached write pathVivek Goyal
2020-11-11fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGIDMiklos Szeredi
2020-11-11fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2Vivek Goyal
2020-11-11fuse: always revalidate if exclusive createMiklos Szeredi