summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3 days1-4/+2
|\
| * fdget(), more trivial conversionsAl Viro2024-11-031-4/+2
* | fuse: remove stray debug lineMiklos Szeredi2024-10-251-1/+0
* | Revert "fuse: move initialization of fuse_file to fuse_writepages() instead o...Miklos Szeredi2024-10-211-6/+12
* | fuse: update inode size after extending passthrough writeAmir Goldstein2024-10-161-1/+1
* | fs: pass offset and result to backing_file end_write() callbackAmir Goldstein2024-10-161-3/+3
|/
* [tree-wide] finally take no_llseek outAl Viro2024-09-272-5/+0
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-09-261-14/+150
|\
| * virtio_fs: add sysfs entries for queue informationMax Gurtovoy2024-09-251-8/+139
| * virtio_fs: introduce virtio_fs_put_locked helperMax Gurtovoy2024-09-251-6/+11
* | Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-2410-294/+505
|\ \
| * | fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is setyangyun2024-09-241-1/+1
| * | fuse: clear FR_PENDING if abort is detected when sending requestMiklos Szeredi2024-09-241-0/+1
| * | fs/fuse: convert to use invalid_mnt_idmapAlexander Mikhalitsyn2024-09-233-28/+27
| * | fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn2024-09-239-46/+60
| * | fs/fuse: fix null-ptr-deref when checking SB_I_NOIDMAP flagAlexander Mikhalitsyn2024-09-231-2/+2
| * | fuse: allow O_PATH fd for FUSE_DEV_IOC_BACKING_OPENMiklos Szeredi2024-09-191-5/+2
| * | virtio_fs: allow idmapped mountsAlexander Mikhalitsyn2024-09-181-0/+1
| * | fuse: allow idmapped mountsAlexander Mikhalitsyn2024-09-041-3/+9
| * | fuse: warn if fuse_access is called when idmapped mounts are allowedAlexander Mikhalitsyn2024-09-041-0/+8
| * | fuse: handle idmappings properly in ->write_iter()Alexander Mikhalitsyn2024-09-041-1/+2
| * | fuse: support idmapped ->rename opAlexander Mikhalitsyn2024-09-041-4/+5
| * | fuse: support idmapped ->set_aclAlexander Mikhalitsyn2024-09-041-2/+2
| * | fuse: drop idmap argument from __fuse_get_aclAlexander Mikhalitsyn2024-09-041-4/+2
| * | fuse: support idmapped ->setattr opAlexander Mikhalitsyn2024-09-043-14/+26
| * | fuse: support idmapped ->permission inode opAlexander Mikhalitsyn2024-09-041-2/+2
| * | fuse: support idmapped getattr inode opAlexander Mikhalitsyn2024-09-041-20/+24
| * | fuse: support idmap for mkdir/mknod/symlink/create/tmpfileAlexander Mikhalitsyn2024-09-041-18/+20
| * | fuse: support idmapped FUSE_EXT_GROUPSAlexander Mikhalitsyn2024-09-041-7/+12
| * | fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn2024-09-049-44/+47
| * | fuse: add basic infrastructure to support idmappingsAlexander Mikhalitsyn2024-09-042-12/+39
| * | fuse: use correct name fuse_conn_list in docstringAurelien Aptel2024-08-291-1/+1
| * | fuse: add simple request tracepointsJosef Bacik2024-08-293-0/+140
| * | fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_...Joanne Koong2024-08-291-46/+57
| * | fuse: move fuse file initialization to wpa allocation timeJoanne Koong2024-08-291-4/+2
| * | fuse: convert fuse_writepages_fill() to use a folio for its tmp pageJoanne Koong2024-08-291-7/+7
| * | fuse: move initialization of fuse_file to fuse_writepages() instead of in cal...Joanne Koong2024-08-291-12/+6
| * | fuse: refactor finished writeback stats updates into helper functionJoanne Koong2024-08-291-17/+14
| * | fuse: drop unused fuse_mount arg in fuse_writepage_finish()Joanne Koong2024-08-291-4/+3
| * | fuse: add fast path for fuse_range_is_writebackyangyun2024-08-291-3/+3
| * | fuse: cleanup request queuing towards virtiofsMiklos Szeredi2024-08-293-113/+106
* | | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-3/+3
|\ \ \
| * | | introduce fd_file(), convert all accessors to it.Al Viro2024-08-121-3/+3
* | | | Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-161-23/+24
|\ \ \ \
| * | | | fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-071-2/+2
| * | | | fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-071-2/+1
| * | | | fuse: Convert fuse_write_begin() to use a folioMatthew Wilcox (Oracle)2024-08-071-14/+15
| * | | | fuse: Convert fuse_write_end() to use a folioMatthew Wilcox (Oracle)2024-08-071-7/+8
| |/ / /
* | | | Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-035-9/+26
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | fuse: disable the combination of passthrough and writeback cacheBernd Schubert2024-08-291-1/+6