aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-06Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds8-80/+152
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+1
2021-06-29mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)1-0/+1
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)1-1/+1
2021-06-22virtiofs: Fix spelling mistakesZheng Yongjun3-5/+5
2021-06-22fuse: use DIV_ROUND_UP helper macro for calculationsWu Bo1-1/+1
2021-06-22fuse: fix illegal access to inode with reused nodeidAmir Goldstein4-5/+15
2021-06-22fuse: allow fallocate(FALLOC_FL_ZERO_RANGE)Richard W.M. Jones1-4/+6
2021-06-22fuse: Make fuse_fill_super_submount() staticGreg Kurz2-11/+2
2021-06-22fuse: Switch to fc_mount() for submountsGreg Kurz1-23/+6
2021-06-22fuse: Call vfs_get_tree() for submountsGreg Kurz2-48/+41
2021-06-22fuse: add dedicated filesystem context ops for submountsGreg Kurz3-0/+24
2021-06-22virtiofs: propagate sync() to file serverGreg Kurz3-0/+44
2021-06-22fuse: reject internal errnoMiklos Szeredi1-1/+1
2021-06-22fuse: check connected before queueing on fpq->ioMiklos Szeredi1-0/+9
2021-06-18fuse: ignore PG_workingset after stealingMiklos Szeredi1-0/+1
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing variantAl Viro1-2/+1
2021-06-09fuse: Fix infinite loop in sget_fc()Greg Kurz1-0/+11
2021-06-09fuse: Fix crash if superblock of submount gets killed earlyGreg Kurz1-4/+4
2021-06-09fuse: Fix crash in fuse_dentry_automount() error pathGreg Kurz1-1/+5
2021-06-03fuse_fill_write_pages(): don't bother with iov_iter_single_seg_count()Al Viro1-1/+0
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