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
/
fat
/
fatent.c
Age
Commit message (
Expand
)
Author
2019-09-24
fat: work around race with userspace's read via blockdev while mounting
OGAWA Hirofumi
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209
Thomas Gleixner
2019-01-04
fat: new inline functions to determine the FAT variant (32, 16 or 12)
Carmeli Tamir
2018-10-13
fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()
Khazhismel Kumykov
2018-08-22
fat: validate ->i_start before using
OGAWA Hirofumi
2018-08-22
fat: add FITRIM ioctl for FAT file system
Wentao Wang
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2016-01-20
fat: constify fatent_operations structures
Julia Lawall
2015-04-17
fs/fat: remove unnecessary includes
Alexander Kuleshov
2012-10-06
fat: no need to reset EOF in ent_put for FAT32
Namjae Jeon
2012-10-06
fs/fat: fix checkpatch issues in fatent.c
Cruz Julian Bishop
2012-05-31
fat: switch to fsinfo_inode
Artem Bityutskiy
2012-05-31
fat: mark superblock as dirty less often
Artem Bityutskiy
2012-05-31
fat: introduce mark_fsinfo_dirty helper
Artem Bityutskiy
2011-04-12
fat: Replace all printk with fat_msg()
Alexey Fisher
2010-09-16
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
2010-09-10
fat: do not send discards as barriers
Christoph Hellwig
2010-09-10
block: pass gfp_mask and flags to sb_issue_discard
Christoph Hellwig
2009-11-21
fat: make discard a mount option
Christoph Hellwig
2009-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
Linus Torvalds
2009-06-11
Sanitize ->fsync() for FAT
Al Viro
2009-06-04
FAT: add 'errors' mount option
Denis Karpov
2008-11-06
fat: i_blocks warning fix
OGAWA Hirofumi
2008-11-06
fat: Fix fat_ent_update_ptr() for FAT12
OGAWA Hirofumi
2008-11-06
fat: split include/msdos_fs.h
OGAWA Hirofumi
2008-10-09
Let the block device know when sectors can be discarded
David Woodhouse
2008-04-30
fs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-28
fat: Remove fat_clusters_flush()
OGAWA Hirofumi
2008-04-28
fat: Update free_clusters even if it is untrusted
OGAWA Hirofumi
2008-01-08
fat: optimize fat_count_free_clusters()
OGAWA Hirofumi
2007-07-16
fat: Fix the race of read/write the FAT12 entry
OGAWA Hirofumi
2006-03-23
[PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitive
Arjan van de Ven
2006-01-08
[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/
OGAWA Hirofumi
2006-01-08
[PATCH] fat: move fat_clusters_flush() to write_super()
OGAWA Hirofumi
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds