aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/fat.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-29fat (exportfs): rebuild directory-inode if fat_dget()Namjae Jeon1-0/+3
2013-04-29fat (exportfs): rebuild inode if ilookup() failsNamjae Jeon1-0/+1
2013-04-29fat: restructure export_operationsNamjae Jeon1-6/+2
2013-04-29fat: introduce a helper fat_get_blknr_offset()Namjae Jeon1-0/+7
2013-04-29fat: move fat_i_pos_read to fat.hNamjae Jeon1-0/+14
2013-04-29fat: introduce 2 new values for the -o nfs mount optionNamjae Jeon1-2/+5
2013-02-27fat: mark fs as dirty on mount and clean on umountOleksij Rempel1-0/+2
2012-12-17fat: provide option for setting timezone offsetJan Kara1-1/+2
2012-10-09fat: drop lock/unlock superMarco Stornelli1-2/+3
2012-10-06fs/fat: chang indentation of some comments in fat.hCruz Julian Bishop1-36/+36
2012-10-06fs/fat: fix some checkpatch issues in fat.hCruz Julian Bishop1-3/+3
2012-10-06fat (exportfs): fix dentry reconnectionSteven J. Magnani1-15/+12
2012-10-06fat (exportfs): move NFS support codeSteven J. Magnani1-0/+22
2012-09-20userns: Convert fat to use kuid/kgid where appropriateEric W. Biederman1-2/+2
2012-07-30fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani1-0/+15
2012-05-31fat: add fat_msg_ratelimit()Namjae Jeon1-0/+5
2012-05-31fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy1-0/+1
2012-01-03fat: propagate umode_tAl Viro1-3/+3
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-5/+4
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