summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\
| * virtiofs: calculate number of scatter-gather elements accuratelyVivek Goyal2020-10-141-5/+27
| * fuse: connection remove fixMiklos Szeredi2020-10-121-0/+7
| * fuse: implement crossmountsMax Reitz2020-10-094-3/+105
| * fuse: Allow fuse_fill_super_common() for submountsMax Reitz2020-09-182-21/+96
| * fuse: split fuse_mount off of fuse_connMax Reitz2020-09-1811-358/+526
| * fuse: drop fuse_conn parameter where possibleMax Reitz2020-09-183-37/+43
| * fuse: store fuse_conn in fuse_reqMax Reitz2020-09-182-6/+10
| * fuse: fix page dereference after freeMiklos Szeredi2020-09-181-10/+18
| * virtiofs: add logic to free up a memory rangeVivek Goyal2020-09-103-6/+524
| * virtiofs: maintain a list of busy elementsVivek Goyal2020-09-101-0/+25
| * virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal2020-09-105-10/+110
| * virtiofs: define dax address space operationsVivek Goyal2020-09-101-0/+18
| * virtiofs: add DAX mmap supportStefan Hajnoczi2020-09-102-0/+64