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
Age
Commit message (
Expand
)
Author
2025-04-07
virtiofs: add filesystem context source name check
Xiangsheng Hou
2025-04-02
Merge tag 'fuse-update-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-31
fuse: remove unneeded atomic set in uring creation
Joanne Koong
2025-03-31
fuse: fix uring race condition for null dereference of fc
Joanne Koong
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: optmize missing FUSE_LINK support
Miklos Szeredi
2025-03-31
fuse: Return EPERM rather than ENOSYS from link()
Matt Johnston
2025-03-31
fuse: removed unused function fuse_uring_create() from header
Luis Henriques
2025-03-31
fuse: {io-uring} Fix a possible req cancellation race
Bernd Schubert
2025-03-24
Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-03-19
fuse: fix possible deadlock if rings are never initialized
Luis Henriques
2025-03-19
fuse: fix uring race condition for null dereference of fc
Joanne Koong
2025-03-17
fs/dax: properly refcount fs dax pages
Alistair Popple
2025-03-17
fs/dax: create a common implementation to break DAX layouts
Alistair Popple
2025-03-17
fs/dax: refactor wait for dax idle page
Alistair Popple
2025-03-17
fuse: fix dax truncate/punch_hole fault path
Alistair Popple
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-03-05
fuse: return correct dentry for ->mkdir
NeilBrown
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
2025-02-20
fuse: don't truncate cached, mutated symlink
Miklos Szeredi
2025-02-14
fuse: revert back to __readahead_folio() for readahead
Joanne Koong
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-01-29
Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-01-29
Merge tag 'fuse-update-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2025-01-27
fuse_dentry_revalidate(): use stable parent inode and name passed by caller
Al Viro
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
2025-01-27
fuse: prevent disabling io-uring on active connections
Bernd Schubert
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: {io-uring} Prevent mount point hang on fuse-server termination
Bernd Schubert
2025-01-27
fuse: Allow to queue bg requests through io-uring
Bernd Schubert
2025-01-27
fuse: Allow to queue fg 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-27
fuse: Add io-uring sqe commit and fetch support
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: {io-uring} Handle SQEs - register commands
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
2025-01-21
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
[next]