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
Age
Commit message (
Expand
)
Author
2014-05-07
f2fs: clean up long variable names
Jaegeuk Kim
2014-05-07
f2fs: handle inline data independently in f2fs_bmap
Chao Yu
2014-05-07
f2fs: adjust free mem size to flush dentry blocks
Jaegeuk Kim
2014-05-07
f2fs: avoid BUG_ON when mouting corrupted image having garbage blocks
Jaegeuk Kim
2014-05-07
f2fs: add available_nids to fix handling max_nid correctly
Jaegeuk Kim
2014-05-07
f2fs: add static to get_max_meta_blks
Fabian Frederick
2014-05-07
f2fs: introduce raw_nat_from_node_info() to simplfy codes
Chao Yu
2014-05-07
f2fs: add the flush_merge handle in the remount flow
Gu Zheng
2014-05-07
f2fs: atomically set inode->i_flags in f2fs_set_inode_flags()
Zhang Zhen
2014-05-07
f2fs: make recover_inline_xattr() static
Jingoo Han
2014-05-07
f2fs: remove costly dirty_dir_inode operations
Jaegeuk Kim
2014-05-07
f2fs: fix to unlock f2fs_lock at the omitted error case
Jaegeuk Kim
2014-05-07
f2fs: call redirty_page_for_writepage
Jaegeuk Kim
2014-05-07
f2fs: avoid to conduct roll-forward due to the remained garbage blocks
Jaegeuk Kim
2014-05-07
f2fs: enable flush_merge only in f2fs is not read-only
Gu Zheng
2014-05-07
f2fs: use __GFP_ZERO to avoid appending set-NULL
Gu Zheng
2014-05-07
f2fs: put the bio when issue_flush completed
Gu Zheng
2014-05-06
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
2014-05-06
fs/affs/super.c: bugfix / double free
Fabian Frederick
2014-05-06
fanotify: fix -EOVERFLOW with large files on 64-bit
Will Woods
2014-05-06
autofs: fix lockref lookup
Ian Kent
2014-05-06
hugetlb: ensure hugepage access is denied if hugepages are not supported
Nishanth Aravamudan
2014-05-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-05-06
posix_acl: handle NULL ACL in posix_acl_equiv_mode
Christoph Hellwig
2014-05-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2014-05-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2014-05-05
UBIFS: fix remount error path
Artem Bityutskiy
2014-05-03
dcache: don't need rcu in shrink_dentry_list()
Miklos Szeredi
2014-05-03
more graceful recovery in umount_collect()
Al Viro
2014-05-03
don't remove from shrink list in select_collect()
Al Viro
2014-05-01
Merge git://git.kvack.org/~bcrl/aio-fixes
Linus Torvalds
2014-05-01
dentry_kill(): don't try to remove from shrink list
Al Viro
2014-05-01
aio: fix potential leak in aio_run_iocb().
Leon Yu
2014-04-30
expand the call of dentry_lru_del() in dentry_kill()
Al Viro
2014-04-30
new helper: dentry_free()
Al Viro
2014-04-30
fold try_prune_one_dentry()
Al Viro
2014-04-30
fold d_kill() and d_free()
Al Viro
2014-04-28
ceph: reserve caps for file layout/lock MDS requests
Yan, Zheng
2014-04-28
ceph: avoid releasing caps that are being used
Yan, Zheng
2014-04-28
ceph: clear directory's completeness when creating file
Yan, Zheng
2014-04-28
ceph: use fpos_cmp() to compare dentry positions
Yan, Zheng
2014-04-28
ceph: check directory's completeness before emitting directory entry
Yan, Zheng
2014-04-28
fuse: add renameat2 support
Miklos Szeredi
2014-04-28
fuse: clear MS_I_VERSION
Miklos Szeredi
2014-04-28
fuse: clear FUSE_I_CTIME_DIRTY flag on setattr
Maxim Patlasov
2014-04-28
fuse: trust kernel i_ctime only
Maxim Patlasov
2014-04-28
fuse: remove .update_time
Miklos Szeredi
2014-04-28
fuse: allow ctime flushing to userspace
Maxim Patlasov
2014-04-28
fuse: fuse: add time_gran to INIT_OUT
Miklos Szeredi
2014-04-28
fuse: add .write_inode
Miklos Szeredi
[next]