summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-068-80/+152
|\ \
| * | virtiofs: Fix spelling mistakesZheng Yongjun2021-06-223-5/+5
| * | fuse: use DIV_ROUND_UP helper macro for calculationsWu Bo2021-06-221-1/+1
| * | fuse: fix illegal access to inode with reused nodeidAmir Goldstein2021-06-224-5/+15
| * | fuse: allow fallocate(FALLOC_FL_ZERO_RANGE)Richard W.M. Jones2021-06-221-4/+6
| * | fuse: Make fuse_fill_super_submount() staticGreg Kurz2021-06-222-11/+2
| * | fuse: Switch to fc_mount() for submountsGreg Kurz2021-06-221-23/+6
| * | fuse: Call vfs_get_tree() for submountsGreg Kurz2021-06-222-48/+41
| * | fuse: add dedicated filesystem context ops for submountsGreg Kurz2021-06-223-0/+24
| * | virtiofs: propagate sync() to file serverGreg Kurz2021-06-223-0/+44
| * | fuse: reject internal errnoMiklos Szeredi2021-06-221-1/+1
| * | fuse: check connected before queueing on fpq->ioMiklos Szeredi2021-06-221-0/+9
| * | fuse: ignore PG_workingset after stealingMiklos Szeredi2021-06-181-0/+1
| * | fuse: Fix infinite loop in sget_fc()Greg Kurz2021-06-091-0/+11
| * | fuse: Fix crash if superblock of submount gets killed earlyGreg Kurz2021-06-091-4/+4
| * | fuse: Fix crash in fuse_dentry_automount() error pathGreg Kurz2021-06-091-1/+5
| |/
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-031-3/+1
|\ \
| * | iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro2021-06-101-2/+1
| * | fuse_fill_write_pages(): don't bother with iov_iter_single_seg_count()Al Viro2021-06-031-1/+0
| |/
* | mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)2021-06-291-0/+1
* | fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)2021-06-291-1/+1
|/
* 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