summaryrefslogtreecommitdiff
path: root/fs/fat/inode.c
AgeCommit message (Expand)Author
2011-11-30FAT: Add new ioctl VFAT_IOCTL_GET_VOLUME_ID for reading the volume ID.Mike Lockwood
2011-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2011-08-17fat: fat16 support maximum 4GB file/vol size as WinXP or 7.Namjae Jeon
2011-08-17fat: fix utf8 iocharset warning messageMihai Moldovan
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig
2011-07-20fat: remove i_alloc_sem abuseChristoph Hellwig
2011-04-12fat: Fix statfs->f_namelenOGAWA Hirofumi
2011-04-12fat: Replace all printk with fat_msg()Alexey Fisher
2011-04-12fat: use new setup() for ->dir_ops tooOGAWA Hirofumi
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V
2011-03-10block: remove per-queue pluggingJens Axboe
2011-01-12switch fat to ->s_d_op, close exportfs races thereAl Viro
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-04BKL: Remove BKL from fatArnd Bergmann
2010-08-09covert fatfs to ->evict_inode()Al Viro
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig
2010-05-27fat: convert to use the new truncate convention.npiggin@suse.de
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi
2010-03-16fat: Cleanup nls_unload() usageOGAWA Hirofumi
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
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-08-01vfat: change the default from shortname=lower to shortname=mixedPaul Wise
2009-06-20fat: Fix the removal of opts->fs_dmaskOGAWA Hirofumi
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
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-04FAT: add 'errors' mount optionDenis Karpov
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-11Fix _fat_bmap() lockingOGAWA Hirofumi
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-06fat: ->i_pos race fixOGAWA Hirofumi
2008-11-06fat: mmu_private race fixOGAWA Hirofumi
2008-11-06fat: Fix _fat_bmap() raceOGAWA Hirofumi
2008-11-06fat: Fix ATTR_RO for directoryOGAWA Hirofumi