index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fat
/
fat.h
Age
Commit message (
Expand
)
Author
2010-08-09
check ATTR_SIZE contraints in inode_change_ok
Christoph Hellwig
2010-05-27
fat: convert to use the new truncate convention.
npiggin@suse.de
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
2010-05-25
fatfs: ratelimit corruption report
OGAWA Hirofumi
2010-05-17
fat: convert to unlocked_ioctl
Arnd Bergmann
2009-11-21
fat: make discard a mount option
Christoph Hellwig
2009-09-20
fat: Check s_dirt in fat_sync_fs()
OGAWA Hirofumi
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: mmu_private race fix
OGAWA Hirofumi
2008-11-06
fat: Add printf attribute to fat_fs_panic()
OGAWA Hirofumi
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: improve fat_hash()
OGAWA Hirofumi
2008-11-06
fat: Fix and cleanup timestamp conversion
OGAWA Hirofumi
2008-11-06
fat: split include/msdos_fs.h
OGAWA Hirofumi