aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/fat.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+2
2011-07-20fat: remove i_alloc_sem abuseChristoph Hellwig1-0/+1
2011-04-12fat: Add fat_msg() function for preformated FAT messagesAlexey Fisher1-0/+2
2011-04-12fat: Convert fat_fs_error to use %pVAlexey Fisher1-5/+5
2011-04-12fat: use new setup() for ->dir_ops tooOGAWA Hirofumi1-2/+1
2011-01-12switch fat to ->s_d_op, close exportfs races thereAl Viro1-1/+2
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-1/+0
2010-05-27fat: convert to use the new truncate convention.npiggin@suse.de1-1/+2
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+1
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi1-2/+10
2010-05-17fat: convert to unlocked_ioctlArnd Bergmann1-2/+2
2009-11-21fat: make discard a mount optionChristoph Hellwig1-1/+2
2009-09-20fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi1-1/+1
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-1/+6
2009-06-11Sanitize ->fsync() for FATAl Viro1-0/+6
2009-06-04FAT: add 'errors' mount optionDenis Karpov1-1/+6
2008-11-06fat: i_blocks warning fixOGAWA Hirofumi1-0/+3
2008-11-06fat: mmu_private race fixOGAWA Hirofumi1-2/+4
2008-11-06fat: Add printf attribute to fat_fs_panic()OGAWA Hirofumi1-1/+2
2008-11-06fat: Fix ATTR_RO for directoryOGAWA Hirofumi1-4/+10
2008-11-06fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0OGAWA Hirofumi1-4/+29
2008-11-06fat: Cleanup FAT attribute stuffOGAWA Hirofumi1-1/+19
2008-11-06fat: improve fat_hash()OGAWA Hirofumi1-1/+0
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi1-3/+4
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi1-0/+274