aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-3/+3
2010-03-31fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2-9/+20
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+7
2010-02-10fat: Fix stat->f_namelenKevin Dankwardt2-4/+4
2010-01-12fat: Fix vfat_lookup()OGAWA Hirofumi1-5/+16
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds3-12/+24
2009-12-16fatfs: use common time_to_tm in fat_time_unix2fat()Zhaolei1-42/+15
2009-11-21fat: make discard a mount optionChristoph Hellwig3-12/+24
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds4-22/+21
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner1-12/+4
2009-09-20fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi3-9/+15
2009-09-14fat: Opencode sync_page_range_nolock()Jan Kara2-4/+22
2009-08-01vfat: change the default from shortname=lower to shortname=mixedPaul Wise1-2/+2
2009-08-01fat/nls: Fix handling of utf8 invalid charOGAWA Hirofumi1-11/+4
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan3-3/+0
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-1/+1
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/gregkh/usb-2.6Linus Torvalds2-16/+17
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds9-110/+147
2009-06-15NLS: update handling of UnicodeAlan Stern2-16/+17
2009-06-11fat: add ->sync_fsChristoph Hellwig1-0/+11
2009-06-11Sanitize ->fsync() for FATAl Viro7-19/+49
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-08fat: split fat_generic_ioctlChristoph Hellwig1-88/+94
2009-06-04FAT: add 'errors' mount optionDenis Karpov9-22/+53
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