index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dev.c
Age
Commit message (
Expand
)
Author
2024-08-18
fuse: Initialize beyond-EOF page contents before setting uptodate
Jann Horn
2024-05-10
fuse: clear FR_SENT when re-adding requests into pending list
Hou Tao
2024-05-10
fuse: set FR_PENDING atomically in fuse_resend()
Hou Tao
2024-03-06
fuse: Use the high bit of request ID for indicating resend requests
Zhao Chen
2024-03-06
fuse: Introduce a new notification type for resend pending requests
Zhao Chen
2024-03-05
fuse: implement ioctls to manage backing files
Amir Goldstein
2024-02-23
fuse: factor out helper for FUSE_DEV_IOC_CLONE
Amir Goldstein
2023-04-20
fuse_dev_ioctl(): switch to fdget()
Al Viro
2023-01-26
fuse: fix all W=1 kernel-doc warnings
Randy Dunlap
2023-01-26
fuse: add request extension
Miklos Szeredi
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-11
fuse: convert fuse_try_move_page() to use folios
Vishal Moola (Oracle)
2022-12-11
filemap: convert replace_page_cache_page() to replace_page_cache_folio()
Vishal Moola (Oracle)
2022-11-23
fuse: Remove user_ns check for FUSE_DEV_IOC_CLONE
Jann Horn
2022-11-23
fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRY
Miklos Szeredi
2022-09-26
mm: multi-gen LRU: groundwork
Yu Zhao
2022-08-08
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
2022-08-08
new iov_iter flavour - ITER_UBUF
Al Viro
2022-03-22
fuse: remove reliance on bdi congestion
NeilBrown
2022-03-07
fuse: fix pipe buffer lifetime for direct_io
Miklos Szeredi
2021-11-25
fuse: release pipe buf after last use
Miklos Szeredi
2021-11-02
fuse: fix page stealing
Miklos Szeredi
2021-10-28
fuse: always invalidate attributes after writes
Miklos Szeredi
2021-10-28
fuse: rename fuse_write_update_size()
Miklos Szeredi
2021-10-22
fuse: use kmap_local_page()
Peng Hao
2021-08-04
fuse: fix use after free in fuse_read_interrupt()
Miklos Szeredi
2021-06-22
virtiofs: Fix spelling mistakes
Zheng Yongjun
2021-06-22
fuse: reject internal errno
Miklos Szeredi
2021-06-22
fuse: check connected before queueing on fpq->io
Miklos Szeredi
2021-06-18
fuse: ignore PG_workingset after stealing
Miklos Szeredi
2021-04-14
fuse: fix matching of FUSE_DEV_IOC_CLONE command
Alessio Balsini
2021-03-16
fuse: 32-bit user space ioctl compat for fuse device
Alessio Balsini
2021-02-24
mm/filemap: remove unused parameter and change to void type for replace_page_...
Baolin Wang
2020-09-18
fuse: split fuse_mount off of fuse_conn
Max Reitz
2020-09-18
fuse: drop fuse_conn parameter where possible
Max Reitz
2020-09-18
fuse: store fuse_conn in fuse_req
Max Reitz
2020-09-18
fuse: fix page dereference after free
Miklos Szeredi
2020-06-09
Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-06-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-03
mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()
Johannes Weiner
2020-06-03
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-05-20
fs: rename pipe_buf ->steal to ->try_steal
Christoph Hellwig
2020-05-19
fuse: don't check refcount after stealing page
Miklos Szeredi
2020-05-19
fuse: fix weird page warning
Miklos Szeredi
2020-05-19
fuse: use dump_page
Miklos Szeredi
2020-04-20
docs: fix broken references to text files
Mauro Carvalho Chehab
2020-04-20
fuse: Update stale comment in queue_interrupt()
Kirill Tkhai
2020-04-20
fuse: BUG_ON correction in fuse_dev_splice_write()
Vasily Averin
2020-02-13
fuse: fix stack use after return
Miklos Szeredi
2019-12-06
pipe: Fix iteration end check in fuse_dev_splice_write()
David Howells
[next]