aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-17vfat: Note the NLS requirementAlan Cox1-0/+3
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-27constify dentry_operations: FATAl Viro2-3/+3
2009-03-11Fix _fat_bmap() lockingOGAWA Hirofumi1-2/+2
2009-01-22fs/Kconfig: move fat outAlexey Dobriyan1-0/+97
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds3-2/+3
2008-11-14Merge branch 'master' into nextJames Morris10-148/+2395
2008-11-14CRED: Wrap task credential accesses in the FAT filesystemDavid Howells2-3/+3
2008-11-12fat: make sure to set d_ops in fat_get_parentChristoph Hellwig1-0/+2
2008-11-12fat: fix duplicate addition of ->llseek handlerOGAWA Hirofumi1-1/+0
2008-11-12fat: drop negative dentry on rename() pathOGAWA Hirofumi1-1/+1
2008-11-06fat: i_blocks warning fixOGAWA Hirofumi4-6/+9
2008-11-06fat: ->i_pos race fixOGAWA Hirofumi1-2/+19
2008-11-06fat: mmu_private race fixOGAWA Hirofumi4-10/+25
2008-11-06fat: Add printf attribute to fat_fs_panic()OGAWA Hirofumi1-1/+2
2008-11-06fat: Fix _fat_bmap() raceOGAWA Hirofumi1-1/+8
2008-11-06fat: Fix ATTR_RO for directoryOGAWA Hirofumi3-12/+35
2008-11-06fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0OGAWA Hirofumi2-5/+35
2008-11-06fat: Cleanup FAT attribute stuffOGAWA Hirofumi3-31/+40
2008-11-06fat: Cleanup msdos_lookup()OGAWA Hirofumi1-17/+21
2008-11-06fat: Kill d_invalidate() in vfat_lookup()OGAWA Hirofumi1-7/+6
2008-11-06fat: Fix/Cleanup dcache handling for vfatOGAWA Hirofumi1-44/+80
2008-11-06vfat: Fix vfat_find() error path in vfat_lookup()OGAWA Hirofumi1-5/+13
2008-11-06fat: use fat_detach() in fat_clear_inode()OGAWA Hirofumi1-6/+1
2008-11-06fat: Fix fat_ent_update_ptr() for FAT12OGAWA Hirofumi1-4/+14
2008-11-06fat: improve fat_hash()OGAWA Hirofumi2-12/+7
2008-11-06fat: cleanup fat_parse_long() error handlingDarren Jenkins1-3/+4
2008-11-06fat: use generic_file_llseek() for directoryOGAWA Hirofumi1-0/+1
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi6-72/+130
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi9-8/+282
2008-11-06fat: move fs/vfat/* and fs/msdos/* to fs/fatOGAWA Hirofumi3-1/+1762
2008-10-30fs: remove prepare_write/commit_writeNick Piggin1-1/+1
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+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-10-09Let the block device know when sectors can be discardedDavid Woodhouse1-0/+14
2008-08-20vfat: fix 'sync' mount deadlock due to BKL->lock_super conversionLinus Torvalds1-7/+3
2008-08-02fat: Fix allow_utime optionOGAWA Hirofumi1-2/+4
2008-07-26[patch 3/4] fat: dont call notify_changeMiklos Szeredi1-1/+14
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan2-2/+2
2008-07-25fatfs: add UTC timestamp optionJoe Peterson3-12/+27
2008-07-25fat: small optimization to __fat_readdir()OGAWA Hirofumi1-32/+39
2008-07-25fat: use same logic in fat_search_long() and __fat_readdir()OGAWA Hirofumi1-16/+26
2008-07-25fat: cleanup fs/fat/dir.cOGAWA Hirofumi1-64/+67
2008-07-25fat/dir.c: switch to struct __fat_direntAdrian Bunk1-4/+3
2008-07-25fat: fix parse_options()OGAWA Hirofumi1-2/+5
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-17/+27
2008-07-02Make FAT users happier by not deadlockingJonathan Corbet1-9/+1