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
/
file.c
Age
Commit message (
Expand
)
Author
2011-07-20
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
2011-07-20
fs: move inode_dio_wait calls into ->setattr
Christoph Hellwig
2011-07-20
fat: remove i_alloc_sem abuse
Christoph Hellwig
2011-05-31
fat: Fix corrupt inode flags when remove ATTR_SYS flag
OGAWA Hirofumi
2010-08-09
check ATTR_SIZE contraints in inode_change_ok
Christoph Hellwig
2010-08-09
always call inode_change_ok early in ->setattr
Christoph Hellwig
2010-08-09
rename generic_setattr
Christoph Hellwig
2010-05-27
fat: convert to use the new truncate convention.
npiggin@suse.de
2010-05-27
rename the generic fsync implementations
Christoph Hellwig
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
2010-05-17
fat: convert to unlocked_ioctl
Arnd Bergmann
2009-09-14
fat: Opencode sync_page_range_nolock()
Jan Kara
2009-07-10
Fix congestion_wait() sync/async vs read/write confusion
Jens Axboe
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-08
fat: split fat_generic_ioctl
Christoph Hellwig
2009-06-04
FAT: add 'errors' mount option
Denis Karpov
2008-11-14
Merge branch 'master' into next
James Morris
2008-11-14
CRED: Wrap task credential accesses in the FAT filesystem
David Howells
2008-11-06
fat: Fix ATTR_RO for directory
OGAWA Hirofumi
2008-11-06
fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0
OGAWA Hirofumi
2008-11-06
fat: Cleanup FAT attribute stuff
OGAWA Hirofumi
2008-11-06
fat: split include/msdos_fs.h
OGAWA Hirofumi
2008-08-02
fat: Fix allow_utime option
OGAWA Hirofumi
2008-07-26
[patch 3/4] fat: dont call notify_change
Miklos Szeredi
2008-07-14
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
2008-07-02
Make FAT users happier by not deadlocking
Jonathan Corbet
2008-06-20
Replace BKL with superblock lock in fat/msdos/vfat
Linus Torvalds
2008-06-12
fat: relax the permission check of fat_setattr()
OGAWA Hirofumi
2008-04-30
fs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-28
fat: Add allow_utime option
OGAWA Hirofumi
2008-04-28
fat: fat_setattr() fix
OGAWA Hirofumi
2008-04-28
fat: fat_notify_change() and check_mode() cleanup
OGAWA Hirofumi
2008-04-19
[PATCH] r/o bind mounts: elevate write count for ioctls()
Dave Hansen
2008-02-06
fs/fat/: refine chmod checks
Jan Engelhardt
2007-07-10
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
Jens Axboe
2007-02-12
[PATCH] mark struct inode_operations const 1
Arjan van de Ven
2006-12-08
[PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_path
Josef "Jeff" Sipek
2006-11-16
[PATCH] fat: add fat_getattr()
OGAWA Hirofumi
2006-10-20
[PATCH] separate bdi congestion functions from queue congestion functions
Andrew Morton
2006-10-01
[PATCH] Remove readv/writev methods and use aio_read/aio_write instead
Badari Pulavarty
2006-09-29
[PATCH] add -o flush for fat
Chris Mason
2006-03-28
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
2006-02-03
[PATCH] fat: Fix truncate() write ordering
OGAWA Hirofumi
2006-01-11
[PATCH] capable/capability.h (fs/)
Randy Dunlap
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
2006-01-08
[PATCH] fat: support a truncate() for expanding size (generic_cont_expand)
OGAWA Hirofumi
2006-01-08
[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/
OGAWA Hirofumi
2005-09-17
[PATCH] FAT: miss-sync issues on sync mount (miss-sync on write)
OGAWA Hirofumi
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds