summaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)AuthorLines
2021-07-06Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-80/+152
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+1
2021-06-29mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)-0/+1
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)-1/+1
2021-06-22virtiofs: Fix spelling mistakesZheng Yongjun-5/+5
2021-06-22fuse: use DIV_ROUND_UP helper macro for calculationsWu Bo-1/+1
2021-06-22fuse: fix illegal access to inode with reused nodeidAmir Goldstein-5/+15
2021-06-22fuse: allow fallocate(FALLOC_FL_ZERO_RANGE)Richard W.M. Jones-4/+6
2021-06-22fuse: Make fuse_fill_super_submount() staticGreg Kurz-11/+2
2021-06-22fuse: Switch to fc_mount() for submountsGreg Kurz-23/+6
2021-06-22fuse: Call vfs_get_tree() for submountsGreg Kurz-48/+41
2021-06-22fuse: add dedicated filesystem context ops for submountsGreg Kurz-0/+24
2021-06-22virtiofs: propagate sync() to file serverGreg Kurz-0/+44
2021-06-22fuse: reject internal errnoMiklos Szeredi-1/+1
2021-06-22fuse: check connected before queueing on fpq->ioMiklos Szeredi-0/+9
2021-06-18fuse: ignore PG_workingset after stealingMiklos Szeredi-0/+1
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro-2/+1
2021-06-09fuse: Fix infinite loop in sget_fc()Greg Kurz-0/+11
2021-06-09fuse: Fix crash if superblock of submount gets killed earlyGreg Kurz-4/+4
2021-06-09fuse: Fix crash in fuse_dentry_automount() error pathGreg Kurz-1/+5
2021-06-03fuse_fill_write_pages(): don't bother with iov_iter_single_seg_count()Al Viro-1/+0
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+1
2021-04-30Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-57/+97
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-402/+571
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+5
2021-04-15useful constants: struct qstr for ".."Al Viro-2/+1
2021-04-14cuse: simplify refcountMiklos Szeredi-7/+3
2021-04-14cuse: prevent cloneMiklos Szeredi-0/+2
2021-04-14virtiofs: fix usernsMiklos Szeredi-2/+1
2021-04-14virtiofs: remove useless functionJiapeng Chong-5/+0
2021-04-14virtiofs: split requests that exceed virtqueue sizeConnor Kuehl-3/+22
2021-04-14virtiofs: fix memory leak in virtio_fs_probe()Luis Henriques-0/+1
2021-04-14fuse: invalidate attrs when page writeback completesVivek Goyal-0/+9
2021-04-14fuse: add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGIDVivek Goyal-1/+6
2021-04-14fuse: extend FUSE_SETXATTR requestVivek Goyal-6/+14
2021-04-14fuse: fix matching of FUSE_DEV_IOC_CLONE commandAlessio Balsini-5/+2
2021-04-14fuse: fix a typoBhaskar Chowdhury-1/+1
2021-04-14fuse: don't zero pages twiceMiklos Szeredi-15/+6
2021-04-14fuse: fix typo for fuse_conn.max_pages commentConnor Kuehl-1/+1
2021-04-14fuse: fix write deadlockVivek Goyal-12/+30
2021-04-12fuse: convert to fileattrMiklos Szeredi-10/+141
2021-04-12fuse: add internal open/release helpersMiklos Szeredi-17/+40
2021-04-12fuse: unsigned open flagsMiklos Szeredi-4/+6
2021-04-12fuse: move ioctl to separate source fileMiklos Szeredi-381/+394
2021-03-16fuse: 32-bit user space ioctl compat for fuse deviceAlessio Balsini-10/+16
2021-03-08new helper: inode_wrong_type()Al Viro-5/+5
2021-03-05virtiofs: Fail dax mount if device does not support itVivek Goyal-1/+8
2021-03-04fuse: fix live lock in fuse_iget()Amir Goldstein-0/+1
2021-02-24mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang-5/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner-19/+25