aboutsummaryrefslogtreecommitdiff
path: root/fs/fat/inode.c
AgeCommit message (Expand)Author
2011-01-12switch fat to ->s_d_op, close exportfs races thereAl Viro
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-04BKL: Remove BKL from fatArnd Bergmann
2010-08-09covert fatfs to ->evict_inode()Al Viro
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig
2010-05-27fat: convert to use the new truncate convention.npiggin@suse.de
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi
2010-03-16fat: Cleanup nls_unload() usageOGAWA Hirofumi
2010-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2010-02-10fat: Fix stat->f_namelenKevin Dankwardt
2009-11-21fat: make discard a mount optionChristoph Hellwig
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner
2009-09-20fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi
2009-08-01vfat: change the default from shortname=lower to shortname=mixedPaul Wise
2009-06-20fat: Fix the removal of opts->fs_dmaskOGAWA Hirofumi
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2009-06-11fat: add ->sync_fsChristoph Hellwig
2009-06-11Sanitize ->fsync() for FATAl Viro
2009-06-11->write_super lock_super pushdownChristoph Hellwig
2009-06-11push BKL down into ->put_superChristoph Hellwig
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig
2009-06-04FAT: add 'errors' mount optionDenis Karpov
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-02fs/fat: return f_fsid for statfs(2)Coly Li
2009-03-31New helper - current_umask()Al Viro
2009-03-11Fix _fat_bmap() lockingOGAWA Hirofumi
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2008-11-14Merge branch 'master' into nextJames Morris
2008-11-14CRED: Wrap task credential accesses in the FAT filesystemDavid Howells
2008-11-12fat: make sure to set d_ops in fat_get_parentChristoph Hellwig
2008-11-06fat: ->i_pos race fixOGAWA Hirofumi
2008-11-06fat: mmu_private race fixOGAWA Hirofumi
2008-11-06fat: Fix _fat_bmap() raceOGAWA Hirofumi
2008-11-06fat: Fix ATTR_RO for directoryOGAWA Hirofumi
2008-11-06fat: Cleanup FAT attribute stuffOGAWA Hirofumi
2008-11-06fat: use fat_detach() in fat_clear_inode()OGAWA 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
2008-10-30fs: remove prepare_write/commit_writeNick Piggin
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-08-20vfat: fix 'sync' mount deadlock due to BKL->lock_super conversionLinus Torvalds
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-25fatfs: add UTC timestamp optionJoe Peterson
2008-07-25fat: fix parse_options()OGAWA Hirofumi