aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-1/+3
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-01-12switch fat to ->s_d_op, close exportfs races thereAl Viro1-8/+5
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-2/+2
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-04BKL: Remove BKL from fatArnd Bergmann1-5/+0
2010-08-09covert fatfs to ->evict_inode()Al Viro1-11/+9
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig1-1/+1
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-2/+2
2010-05-27fat: convert to use the new truncate convention.npiggin@suse.de1-6/+29
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi1-0/+2
2010-03-16fat: Cleanup nls_unload() usageOGAWA Hirofumi1-4/+2
2010-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-1/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+7
2010-02-10fat: Fix stat->f_namelenKevin Dankwardt1-1/+1
2009-11-21fat: make discard a mount optionChristoph Hellwig1-1/+7
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-7/+11
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner1-12/+4
2009-09-20fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi1-5/+9
2009-08-01vfat: change the default from shortname=lower to shortname=mixedPaul Wise1-2/+2
2009-06-20fat: Fix the removal of opts->fs_dmaskOGAWA Hirofumi1-1/+1
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-4/+24
2009-06-11fat: add ->sync_fsChristoph Hellwig1-0/+11
2009-06-11Sanitize ->fsync() for FATAl Viro1-1/+10
2009-06-11->write_super lock_super pushdownChristoph Hellwig1-0/+2
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+4
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+3
2009-06-04FAT: add 'errors' mount optionDenis Karpov1-4/+24
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2009-04-02fs/fat: return f_fsid for statfs(2)Coly Li1-1/+5
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-03-11Fix _fat_bmap() lockingOGAWA Hirofumi1-2/+2
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-0/+2
2008-11-14Merge branch 'master' into nextJames Morris1-60/+71
2008-11-14CRED: Wrap task credential accesses in the FAT filesystemDavid Howells1-2/+2
2008-11-12fat: make sure to set d_ops in fat_get_parentChristoph Hellwig1-0/+2
2008-11-06fat: ->i_pos race fixOGAWA Hirofumi1-2/+19
2008-11-06fat: mmu_private race fixOGAWA Hirofumi1-2/+2
2008-11-06fat: Fix _fat_bmap() raceOGAWA Hirofumi1-1/+8
2008-11-06fat: Fix ATTR_RO for directoryOGAWA Hirofumi1-4/+13
2008-11-06fat: Cleanup FAT attribute stuffOGAWA Hirofumi1-10/+9
2008-11-06fat: use fat_detach() in fat_clear_inode()OGAWA Hirofumi1-6/+1
2008-11-06fat: improve fat_hash()OGAWA Hirofumi1-11/+7
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi1-23/+11
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi1-1/+1
2008-10-30fs: remove prepare_write/commit_writeNick Piggin1-1/+1
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-34/+18
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-3/+3
2008-08-20vfat: fix 'sync' mount deadlock due to BKL->lock_super conversionLinus Torvalds1-7/+3