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
Age
Commit message (
Expand
)
Author
2023-10-04
fs: use nth_page() in place of direct struct page manipulation
Zi Yan
2023-10-04
buffer: remove __getblk_gfp()
Matthew Wilcox (Oracle)
2023-10-04
ext4: call bdev_getblk() from sb_getblk_gfp()
Matthew Wilcox (Oracle)
2023-10-04
buffer: use bdev_getblk() to avoid memory reclaim in readahead path
Matthew Wilcox (Oracle)
2023-10-04
ext4: use bdev_getblk() to avoid memory reclaim in readahead path
Matthew Wilcox (Oracle)
2023-10-04
buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()
Matthew Wilcox (Oracle)
2023-10-04
buffer: pass GFP flags to folio_alloc_buffers()
Matthew Wilcox (Oracle)
2023-10-04
mm: shrinker: convert shrinker_rwsem to mutex
Qi Zheng
2023-10-04
fs: super: dynamically allocate the s_shrink
Qi Zheng
2023-10-04
xfs: dynamically allocate the xfs-qm shrinker
Qi Zheng
2023-10-04
xfs: dynamically allocate the xfs-inodegc shrinker
Qi Zheng
2023-10-04
xfs: dynamically allocate the xfs-buf shrinker
Qi Zheng
2023-10-04
nfsd: dynamically allocate the nfsd-reply shrinker
Qi Zheng
2023-10-04
nfsd: dynamically allocate the nfsd-client shrinker
Qi Zheng
2023-10-04
jbd2,ext4: dynamically allocate the jbd2-journal shrinker
Qi Zheng
2023-10-04
ext4: dynamically allocate the ext4-es shrinker
Qi Zheng
2023-10-04
mbcache: dynamically allocate the mbcache shrinker
Qi Zheng
2023-10-04
ubifs: dynamically allocate the ubifs-slab shrinker
Qi Zheng
2023-10-04
quota: dynamically allocate the dquota-cache shrinker
Qi Zheng
2023-10-04
nfsd: dynamically allocate the nfsd-filecache shrinker
Qi Zheng
2023-10-04
nfs: dynamically allocate the nfs-acl shrinker
Qi Zheng
2023-10-04
NFSv4.2: dynamically allocate the nfs-xattr shrinkers
Qi Zheng
2023-10-04
gfs2: dynamically allocate the gfs2-qd shrinker
Qi Zheng
2023-10-04
gfs2: dynamically allocate the gfs2-glock shrinker
Qi Zheng
2023-10-04
f2fs: dynamically allocate the f2fs-shrinker
Qi Zheng
2023-10-04
erofs: dynamically allocate the erofs-shrinker
Qi Zheng
2023-10-04
proc/kcore: do not try to access unaccepted memory
Adrian Hunter
2023-10-04
mm/mremap: allow moves within the same VMA for stack moves
Joel Fernandes (Google)
2023-10-04
mm: convert DAX lock/unlock page to lock/unlock folio
Matthew Wilcox (Oracle)
2023-10-04
mm: remove remnants of SPLIT_RSS_COUNTING
Mateusz Guzik
2023-10-01
Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-09-30
Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-09-30
eventfs: Test for dentries array allocated in eventfs_release()
Steven Rostedt (Google)
2023-09-30
Merge tag 'iomap-6.6-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-09-30
Merge tag 'nfsd-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2023-09-30
Merge tag '6.6-rc3-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2023-09-29
nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()
Pan Bian
2023-09-29
fs: binfmt_elf_efpic: fix personality for ELF-FDPIC
Greg Ungerer
2023-09-29
Merge tag '6.6-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2023-09-29
Merge tag 'ceph-for-6.6-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
2023-09-29
Merge tag 'xfs-6.6-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-09-28
fs/smb/client: Reset password pointer to NULL
Quang Le
2023-09-28
iomap: Spelling s/preceeding/preceding/g
Geert Uytterhoeven
2023-09-28
NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not set
Chuck Lever
2023-09-26
Merge tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-09-26
Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
2023-09-25
iomap: add a workaround for racy i_size updates on block devices
Christoph Hellwig
2023-09-25
overlayfs: set ctime when setting mtime and atime
Jeff Layton
2023-09-25
ntfs3: put resources during ntfs_fill_super()
Christian Brauner
2023-09-25
ovl: disable IOCB_DIO_CALLER_COMP
Jens Axboe
[next]