index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dev.c
Age
Commit message (
Expand
)
Author
2025-05-29
fuse: support large folios for stores
Joanne Koong
2025-05-29
fuse: support large folios for retrieves
Joanne Koong
2025-05-29
fuse: support copying large folios
Joanne Koong
2025-05-15
fs: fuse: add dev id to /dev/fuse fdinfo
Chen Linxuan
2025-04-15
fuse: optimize over-io-uring request expiration check
Joanne Koong
2025-04-15
fuse: use boolean bit-fields in struct fuse_copy_state
Joanne Koong
2025-04-15
fuse: add more control over cache invalidation behaviour
Luis Henriques
2025-04-02
Merge tag 'fuse-update-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-03-31
fuse: Increase FUSE_NAME_MAX to PATH_MAX
Bernd Schubert
2025-03-31
fuse: Allocate only namelen buf memory in fuse_notify_
Bernd Schubert
2025-03-31
fuse: add default_request_timeout and max_request_timeout sysctls
Joanne Koong
2025-03-31
fuse: add kernel-enforced timeout option for requests
Joanne Koong
2025-03-31
fuse: {io-uring} Fix a possible req cancellation race
Bernd Schubert
2025-03-19
fuse: fix possible deadlock if rings are never initialized
Luis Henriques
2025-03-06
fs/pipe: add simpler helpers for common cases
Linus Torvalds
2025-03-06
fs/pipe: fix pipe buffer index use in FUSE
Linus Torvalds
2025-02-14
fuse: revert back to __readahead_folio() for readahead
Joanne Koong
2025-01-27
fuse: enable fuse-over-io-uring
Bernd Schubert
2025-01-27
fuse: block request allocation until io-uring init is complete
Bernd Schubert
2025-01-27
fuse: Allow to queue bg requests through io-uring
Bernd Schubert
2025-01-27
fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-static
Bernd Schubert
2025-01-27
fuse: {io-uring} Handle teardown of ring entries
Bernd Schubert
2025-01-24
fuse: {io-uring} Make hash-list req unique finding functions non-static
Bernd Schubert
2025-01-24
fuse: Add fuse-io-uring handling into fuse_copy
Bernd Schubert
2025-01-24
fuse: Make fuse_copy non static
Bernd Schubert
2025-01-24
fuse: make args->in_args[0] to be always the header
Bernd Schubert
2025-01-24
fuse: Move request bits
Bernd Schubert
2025-01-24
fuse: Move fuse_get_dev to header file
Bernd Schubert
2025-01-24
fuse: rename to fuse_dev_end_requests and make non-static
Bernd Schubert
2024-11-26
Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-11-05
fuse: remove pages for requests and exclusively use folios
Joanne Koong
2024-11-05
fuse: convert retrieves to use folios
Joanne Koong
2024-11-05
fuse: support folios in struct fuse_args_pages and fuse_copy_pages()
Joanne Koong
2024-11-03
fdget(), more trivial conversions
Al Viro
2024-10-25
fuse: convert fuse_notify_store to use folios
Josef Bacik
2024-10-25
fuse: convert fuse_retrieve to use folios
Josef Bacik
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2024-09-24
Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-09-24
fuse: clear FR_PENDING if abort is detected when sending request
Miklos Szeredi
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-23
fs/fuse: convert to use invalid_mnt_idmap
Alexander Mikhalitsyn
2024-09-23
fs/fuse: introduce and use fuse_simple_idmap_request() helper
Alexander Mikhalitsyn
2024-09-23
fs/fuse: fix null-ptr-deref when checking SB_I_NOIDMAP flag
Alexander Mikhalitsyn
2024-09-04
fuse: add an idmap argument to fuse_simple_request
Alexander Mikhalitsyn
2024-09-04
fuse: add basic infrastructure to support idmappings
Alexander Mikhalitsyn
2024-09-03
Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-08-29
fuse: add simple request tracepoints
Josef Bacik
2024-08-29
fuse: cleanup request queuing towards virtiofs
Miklos Szeredi
2024-08-28
fuse: clear PG_uptodate when using a stolen page
Miklos Szeredi
2024-08-28
fuse: check aborted connection before adding requests to pending list for res...
Joanne Koong
[next]