summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+9
7 daysMerge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
8 daysMerge tag 'fuse-update-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-77/+1749
9 daystreewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
9 daysfuse_dentry_revalidate(): use stable parent inode and name passed by callerAl Viro1-10/+7
9 daysPass parent directory inode and expected name to ->d_revalidate()Al Viro1-1/+2
10 daysfuse: prevent disabling io-uring on active connectionsBernd Schubert1-5/+6
10 daysfuse: enable fuse-over-io-uringBernd Schubert2-2/+4
10 daysfuse: block request allocation until io-uring init is completeBernd Schubert4-1/+10
10 daysfuse: {io-uring} Prevent mount point hang on fuse-server terminationBernd Schubert2-3/+75
10 daysfuse: Allow to queue bg requests through io-uringBernd Schubert3-1/+136
10 daysfuse: Allow to queue fg requests through io-uringBernd Schubert2-0/+188
10 daysfuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-staticBernd Schubert2-2/+8
10 daysfuse: {io-uring} Handle teardown of ring entriesBernd Schubert3-0/+267
10 daysfuse: Add io-uring sqe commit and fetch supportBernd Schubert3-0/+457
13 daysfuse: {io-uring} Make hash-list req unique finding functions non-staticBernd Schubert4-4/+14
13 daysfuse: Add fuse-io-uring handling into fuse_copyBernd Schubert2-1/+15
13 daysfuse: Make fuse_copy non staticBernd Schubert2-22/+33
13 daysfuse: {io-uring} Handle SQEs - register commandsBernd Schubert6-0/+467
13 daysfuse: make args->in_args[0] to be always the headerBernd Schubert5-27/+47
13 daysfuse: Move request bitsBernd Schubert2-4/+4
13 daysfuse: Move fuse_get_dev to header fileBernd Schubert2-9/+9
13 daysfuse: rename to fuse_dev_end_requests and make non-staticBernd Schubert2-6/+19
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-17/+18
2025-01-07Merge tag 'fuse-fixes-6.13-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Christian Brauner1-12/+19
2025-01-04fuse: respect FOPEN_KEEP_CACHE on opendirAmir Goldstein1-0/+2
2024-12-13fuse: Set *nbytesp=0 in fuse_get_user_pages on allocation failureBernd Schubert1-2/+5
2024-12-12fuse: fix direct io folio offset and length calculationJoanne Koong1-12/+16
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler1-17/+18
2024-11-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-6/+7
2024-11-26Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-363/+550
2024-11-22Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-14/+18
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+2
2024-11-18virtiofs: dax: remove ->writepages() callbackAsahi Lina1-11/+0
2024-11-18fuse: check attributes staleness on fuse_iget()Zhang Tianci4-25/+71
2024-11-12virtio_fs: store actual queue index in mq_mapMax Gurtovoy1-6/+6
2024-11-12virtio_fs: add informative log for new tag discoveryMax Gurtovoy1-0/+1
2024-11-11backing-file: clean up the APIMiklos Szeredi1-14/+18
2024-11-05fuse: remove pages for requests and exclusively use foliosJoanne Koong8-154/+90
2024-11-05fuse: convert direct io to use foliosJoanne Koong2-67/+35
2024-11-05fuse: convert writebacks to use foliosJoanne Koong1-62/+64
2024-11-05fuse: convert retrieves to use foliosJoanne Koong1-10/+12
2024-11-05fuse: convert ioctls to use foliosJoanne Koong2-16/+26
2024-11-05fuse: convert writes (non-writeback) to use foliosJoanne Koong2-16/+19
2024-11-05fuse: convert reads to use foliosJoanne Koong2-22/+57
2024-11-05fuse: convert readdir to use foliosJoanne Koong1-10/+11
2024-11-05fuse: convert readlink to use foliosJoanne Koong1-14/+15
2024-11-05fuse: convert cuse to use foliosJoanne Koong1-15/+17
2024-11-05fuse: add support in virtio for requests using foliosJoanne Koong1-31/+56
2024-11-05fuse: support folios in struct fuse_args_pages and fuse_copy_pages()Joanne Koong2-11/+51