index
:
linux-toradex.git
colibri
colibri_vf
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.6-2.0.x-imx
toradex_6.6-2.1.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
Age
Commit message (
Expand
)
Author
2019-12-21
fuse: verify attributes
Miklos Szeredi
2019-12-21
fuse: verify nlink
Miklos Szeredi
2019-11-25
fuse: use READ_ONCE on congestion_threshold and max_background
Kirill Tkhai
2019-11-06
fuse: truncate pending writes on O_TRUNC
Miklos Szeredi
2019-11-06
fuse: flush dirty data/metadata before non-truncate setattr
Miklos Szeredi
2019-10-17
fuse: fix memleak in cuse_channel_open
zhengbin
2019-10-05
fuse: fix missing unlock_page in fuse_writepage()
Vasily Averin
2019-06-22
fuse: retrieve: cap requested size to negotiated max_write
Kirill Smelkov
2019-06-11
fuse: Add FOPEN_STREAM to use stream_open()
Kirill Smelkov
2019-06-11
fuse: fallocate: fix return with locked inode
Miklos Szeredi
2019-06-11
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
2019-05-25
fuse: honor RLIMIT_FSIZE in fuse_file_fallocate
Liu Bo
2019-05-25
fuse: fix writepages on 32bit
Miklos Szeredi
2019-02-12
fuse: handle zero sized retrieve correctly
Miklos Szeredi
2019-02-12
fuse: decrement NR_WRITEBACK_TEMP on the right page
Miklos Szeredi
2019-02-12
fuse: call pipe_buf_release() under pipe lock
Jann Horn
2018-11-21
fuse: fix leaked notify reply
Miklos Szeredi
2018-11-21
fuse: fix use-after-free in fuse_direct_IO()
Lukas Czerner
2018-11-21
fuse: set FR_SENT while locked
Miklos Szeredi
2018-11-21
fuse: fix blocked_waitq wakeup
Miklos Szeredi
2018-11-21
fuse: Fix use-after-free in fuse_dev_do_write()
Kirill Tkhai
2018-11-21
fuse: Fix use-after-free in fuse_dev_do_read()
Kirill Tkhai
2018-09-05
fuse: Add missed unlock_page() to fuse_readpages_fill()
Kirill Tkhai
2018-09-05
fuse: Fix oops at process_init_reply()
Miklos Szeredi
2018-09-05
fuse: umount should wait for all requests
Miklos Szeredi
2018-09-05
fuse: fix unlocked access to processing queue
Miklos Szeredi
2018-09-05
fuse: fix double request_end()
Miklos Szeredi
2018-09-05
fuse: fix initial parallel dirops
Miklos Szeredi
2018-09-05
fuse: Don't access pipe->buffers without pipe_lock()
Andrey Ryabinin
2018-07-03
fuse: fix control dir setup and teardown
Miklos Szeredi
2018-07-03
fuse: don't keep dead fuse_conn at fuse_fill_super().
Tetsuo Handa
2018-07-03
fuse: atomic_o_trunc should truncate pagecache
Miklos Szeredi
2017-11-02
fuse: fix READDIRPLUS skipping an entry
Miklos Szeredi
2017-08-16
fuse: initialize the flock flag in fuse_file on allocation
Mateusz Jurczyk
2017-03-12
fuse: add missing FR_FORCE
Miklos Szeredi
2017-02-23
fuse: fix uninitialized flags in pipe_buffer
Miklos Szeredi
2017-02-23
fuse: fix use after free issue in fuse_dev_do_read()
Sahitya Tummala
2017-01-26
fuse: fix time_to_jiffies nsec sanity check
David Sheets
2017-01-26
fuse: clear FR_PENDING flag when moving requests out of pending queue
Tahsin Erdogan
2016-12-06
fuse: fix clearing suid, sgid for chown()
Miklos Szeredi
2016-11-15
fuse: fix fuse_write_end() if zero bytes were copied
Miklos Szeredi
2016-10-18
fuse: fix root dentry initialization
Miklos Szeredi
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
2016-10-10
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2016-10-10
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-08
Merge remote-tracking branch 'jk/vfs' into work.misc
Al Viro
2016-10-07
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
2016-10-07
Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2016-10-05
pipe: add pipe_buf_steal() helper
Miklos Szeredi
[next]