aboutsummaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)Author
2009-09-14fat: Opencode sync_page_range_nolock()Jan Kara
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-06-20fat: Fix the removal of opts->fs_dmaskOGAWA Hirofumi
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2009-06-15NLS: update handling of UnicodeAlan Stern
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-08fat: split fat_generic_ioctlChristoph Hellwig
2009-06-04FAT: add 'errors' mount optionDenis Karpov
2009-04-17vfat: Note the NLS requirementAlan Cox
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-27constify dentry_operations: FATAl Viro
2009-03-11Fix _fat_bmap() lockingOGAWA Hirofumi
2009-01-22fs/Kconfig: move fat outAlexey Dobriyan
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-12fat: fix duplicate addition of ->llseek handlerOGAWA Hirofumi
2008-11-12fat: drop negative dentry on rename() pathOGAWA Hirofumi
2008-11-06fat: i_blocks warning fixOGAWA Hirofumi
2008-11-06fat: ->i_pos race fixOGAWA Hirofumi
2008-11-06fat: mmu_private race fixOGAWA Hirofumi
2008-11-06fat: Add printf attribute to fat_fs_panic()OGAWA Hirofumi
2008-11-06fat: Fix _fat_bmap() raceOGAWA Hirofumi
2008-11-06fat: Fix ATTR_RO for directoryOGAWA Hirofumi
2008-11-06fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0OGAWA Hirofumi
2008-11-06fat: Cleanup FAT attribute stuffOGAWA Hirofumi
2008-11-06fat: Cleanup msdos_lookup()OGAWA Hirofumi
2008-11-06fat: Kill d_invalidate() in vfat_lookup()OGAWA Hirofumi
2008-11-06fat: Fix/Cleanup dcache handling for vfatOGAWA Hirofumi
2008-11-06vfat: Fix vfat_find() error path in vfat_lookup()OGAWA Hirofumi
2008-11-06fat: use fat_detach() in fat_clear_inode()OGAWA Hirofumi
2008-11-06fat: Fix fat_ent_update_ptr() for FAT12OGAWA Hirofumi
2008-11-06fat: improve fat_hash()OGAWA Hirofumi
2008-11-06fat: cleanup fat_parse_long() error handlingDarren Jenkins
2008-11-06fat: use generic_file_llseek() for directoryOGAWA Hirofumi
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi
2008-11-06fat: move fs/vfat/* and fs/msdos/* to fs/fatOGAWA Hirofumi
2008-10-30fs: remove prepare_write/commit_writeNick Piggin
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig