aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/inode.c
Commit message (Expand)AuthorAge
* switch fat to ->s_d_op, close exportfs races thereAl Viro2011-01-12
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: icache RCU free inodesNick Piggin2011-01-07
* BKL: Remove BKL from fatArnd Bergmann2010-10-04
* covert fatfs to ->evict_inode()Al Viro2010-08-09
* get rid of cont_write_begin_newtruncChristoph Hellwig2010-08-09
* sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-09
* fat: convert to use the new truncate convention.npiggin@suse.de2010-05-27
* fatfs: ratelimit corruption reportOGAWA Hirofumi2010-05-25
* fat: Cleanup nls_unload() usageOGAWA Hirofumi2010-03-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2010-03-12
|\
| * fat: Fix stat->f_namelenKevin Dankwardt2010-02-10
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-05
|/
* fat: make discard a mount optionChristoph Hellwig2009-11-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-09-30
|\
| * fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi2009-09-19
| * vfat: change the default from shortname=lower to shortname=mixedPaul Wise2009-08-01
* | fs: Make unload_nls() NULL pointer safeThomas Gleixner2009-09-24
|/
* fat: Fix the removal of opts->fs_dmaskOGAWA Hirofumi2009-06-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-06-16
|\
| * FAT: add 'errors' mount optionDenis Karpov2009-06-03
* | fat: add ->sync_fsChristoph Hellwig2009-06-11
* | Sanitize ->fsync() for FATAl Viro2009-06-11
* | ->write_super lock_super pushdownChristoph Hellwig2009-06-11
* | push BKL down into ->put_superChristoph Hellwig2009-06-11
* | remove ->write_super call in generic_shutdown_superChristoph Hellwig2009-06-11
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-03
|\
| * New helper - current_umask()Al Viro2009-03-31
* | fs/fat: return f_fsid for statfs(2)Coly Li2009-04-02
|/
* Fix _fat_bmap() lockingOGAWA Hirofumi2009-03-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2008-12-30
|\
| * fat: make sure to set d_ops in fat_get_parentChristoph Hellwig2008-11-11
* | Merge branch 'master' into nextJames Morris2008-11-13
|\|
| * fat: ->i_pos race fixOGAWA Hirofumi2008-11-06
| * fat: mmu_private race fixOGAWA Hirofumi2008-11-06
| * fat: Fix _fat_bmap() raceOGAWA Hirofumi2008-11-06
| * fat: Fix ATTR_RO for directoryOGAWA Hirofumi2008-11-06
| * fat: Cleanup FAT attribute stuffOGAWA Hirofumi2008-11-06
| * fat: use fat_detach() in fat_clear_inode()OGAWA Hirofumi2008-11-06
| * fat: improve fat_hash()OGAWA Hirofumi2008-11-06
| * fat: Fix and cleanup timestamp conversionOGAWA Hirofumi2008-11-06
| * fat: split include/msdos_fs.hOGAWA Hirofumi2008-11-06
* | CRED: Wrap task credential accesses in the FAT filesystemDavid Howells2008-11-13
|/
* fs: remove prepare_write/commit_writeNick Piggin2008-10-30
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-23
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-13
* vfat: fix 'sync' mount deadlock due to BKL->lock_super conversionLinus Torvalds2008-08-20
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-26
* fatfs: add UTC timestamp optionJoe Peterson2008-07-25
* fat: fix parse_options()OGAWA Hirofumi2008-07-25