aboutsummaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)Author
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi
2010-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2010-05-17fat: convert to unlocked_ioctlArnd Bergmann
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-03-31fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16fat: Cleanup nls_unload() usageOGAWA Hirofumi
2010-03-16fat: use pack_hex_byte() instead of custom oneAndy Shevchenko
2010-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2010-02-10fat: Fix stat->f_namelenKevin Dankwardt
2010-01-12fat: Fix vfat_lookup()OGAWA Hirofumi
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2009-12-16fatfs: use common time_to_tm in fat_time_unix2fat()Zhaolei
2009-11-21fat: make discard a mount optionChristoph Hellwig
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner
2009-09-20fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi
2009-09-14fat: Opencode sync_page_range_nolock()Jan Kara
2009-08-01vfat: change the default from shortname=lower to shortname=mixedPaul Wise
2009-08-01fat/nls: Fix handling of utf8 invalid charOGAWA Hirofumi
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