summaryrefslogtreecommitdiff
path: root/fs/fat/fat.h
AgeCommit message (Expand)Author
2011-11-30FAT: Add new ioctl VFAT_IOCTL_GET_VOLUME_ID for reading the volume ID.Mike Lockwood
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fat: remove i_alloc_sem abuseChristoph Hellwig
2011-04-12fat: Add fat_msg() function for preformated FAT messagesAlexey Fisher
2011-04-12fat: Convert fat_fs_error to use %pVAlexey Fisher
2011-04-12fat: use new setup() for ->dir_ops tooOGAWA Hirofumi
2011-01-12switch fat to ->s_d_op, close exportfs races thereAl Viro
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig
2010-05-27fat: convert to use the new truncate convention.npiggin@suse.de
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi
2010-05-17fat: convert to unlocked_ioctlArnd Bergmann
2009-11-21fat: make discard a mount optionChristoph Hellwig
2009-09-20fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2009-06-11Sanitize ->fsync() for FATAl Viro
2009-06-04FAT: add 'errors' mount optionDenis Karpov
2008-11-06fat: i_blocks warning fixOGAWA Hirofumi
2008-11-06fat: mmu_private race fixOGAWA Hirofumi
2008-11-06fat: Add printf attribute to fat_fs_panic()OGAWA Hirofumi
2008-11-06fat: Fix ATTR_RO for directoryOGAWA Hirofumi
2008-11-06fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0OGAWA Hirofumi
2008-11-06fat: Cleanup FAT attribute stuffOGAWA Hirofumi
2008-11-06fat: improve fat_hash()OGAWA Hirofumi
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi