aboutsummaryrefslogtreecommitdiff
path: root/fs/fat/fat.h
AgeCommit message (Expand)Author
2013-02-27fat: mark fs as dirty on mount and clean on umountOleksij Rempel
2012-12-17fat: provide option for setting timezone offsetJan Kara
2012-10-09fat: drop lock/unlock superMarco Stornelli
2012-10-06fs/fat: chang indentation of some comments in fat.hCruz Julian Bishop
2012-10-06fs/fat: fix some checkpatch issues in fat.hCruz Julian Bishop
2012-10-06fat (exportfs): fix dentry reconnectionSteven J. Magnani
2012-10-06fat (exportfs): move NFS support codeSteven J. Magnani
2012-09-20userns: Convert fat to use kuid/kgid where appropriateEric W. Biederman
2012-07-30fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani
2012-05-31fat: add fat_msg_ratelimit()Namjae Jeon
2012-05-31fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy
2012-01-03fat: propagate umode_tAl Viro
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
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