aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25fatfs: add UTC timestamp optionJoe Peterson1-7/+20
2008-07-25fat: fix parse_options()OGAWA Hirofumi1-2/+5
2008-06-20Replace BKL with superblock lock in fat/msdos/vfatLinus Torvalds1-10/+16
2008-04-29fat: use get/put_unaligned_* helpersHarvey Harrison1-5/+3
2008-04-28fatfs: fix build warning with 64k PAGE_SIZEOlof Johansson1-1/+1
2008-04-28FAT_VALID_MEDIA(): remove pointless testAndrew Morton1-1/+1
2008-04-28fat: Update free_clusters even if it is untrustedOGAWA Hirofumi1-3/+4
2008-04-28fat: Add allow_utime optionOGAWA Hirofumi1-3/+15
2008-04-28fat: kill is_bad_inode() checkOGAWA Hirofumi1-7/+2
2008-02-08mount options: fix fatMiklos Szeredi1-0/+2
2008-02-07iget: stop FAT from using iget() and read_inode()David Howells1-4/+2
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-1/+1
2008-02-06FAT: Fix printk format stringsVegard Nossum1-4/+2
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-1/+1
2007-10-22fat: new export opsChristoph Hellwig1-17/+7
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1