aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/inode.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+14
* samsung update 1codeworkx2012-06-021-0/+74
* fat: Fix statfs->f_namelenOGAWA Hirofumi2011-04-121-1/+2
* fat: Replace all printk with fat_msg()Alexey Fisher2011-04-121-34/+33
* fat: use new setup() for ->dir_ops tooOGAWA Hirofumi2011-04-121-3/+1
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-141-1/+3
|/
* switch fat to ->s_d_op, close exportfs races thereAl Viro2011-01-121-8/+5
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-2/+2
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* BKL: Remove BKL from fatArnd Bergmann2010-10-041-5/+0
* covert fatfs to ->evict_inode()Al Viro2010-08-091-11/+9
* get rid of cont_write_begin_newtruncChristoph Hellwig2010-08-091-1/+1
* sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-091-2/+2
* fat: convert to use the new truncate convention.npiggin@suse.de2010-05-271-6/+29
* fatfs: ratelimit corruption reportOGAWA Hirofumi2010-05-251-0/+2
* fat: Cleanup nls_unload() usageOGAWA Hirofumi2010-03-161-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2010-03-121-1/+1
|\
| * fat: Fix stat->f_namelenKevin Dankwardt2010-02-101-1/+1
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-2/+7
|/
* fat: make discard a mount optionChristoph Hellwig2009-11-211-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-09-301-7/+11
|\
| * fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi2009-09-201-5/+9
| * vfat: change the default from shortname=lower to shortname=mixedPaul Wise2009-08-011-2/+2
* | fs: Make unload_nls() NULL pointer safeThomas Gleixner2009-09-241-12/+4
|/
* fat: Fix the removal of opts->fs_dmaskOGAWA Hirofumi2009-06-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-06-161-4/+24
|\
| * FAT: add 'errors' mount optionDenis Karpov2009-06-041-4/+24
* | fat: add ->sync_fsChristoph Hellwig2009-06-111-0/+11
* | Sanitize ->fsync() for FATAl Viro2009-06-111-1/+10
* | ->write_super lock_super pushdownChristoph Hellwig2009-06-111-0/+2
* | push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+4
* | remove ->write_super call in generic_shutdown_superChristoph Hellwig2009-06-111-0/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-021-1/+1
|\
| * New helper - current_umask()Al Viro2009-03-311-1/+1
* | fs/fat: return f_fsid for statfs(2)Coly Li2009-04-021-1/+5
|/
* Fix _fat_bmap() lockingOGAWA Hirofumi2009-03-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2008-12-301-0/+2
|\
| * fat: make sure to set d_ops in fat_get_parentChristoph Hellwig2008-11-121-0/+2
* | Merge branch 'master' into nextJames Morris2008-11-141-60/+71
|\ \ | |/
| * fat: ->i_pos race fixOGAWA Hirofumi2008-11-061-2/+19
| * fat: mmu_private race fixOGAWA Hirofumi2008-11-061-2/+2
| * fat: Fix _fat_bmap() raceOGAWA Hirofumi2008-11-061-1/+8
| * fat: Fix ATTR_RO for directoryOGAWA Hirofumi2008-11-061-4/+13
| * fat: Cleanup FAT attribute stuffOGAWA Hirofumi2008-11-061-10/+9
| * fat: use fat_detach() in fat_clear_inode()OGAWA Hirofumi2008-11-061-6/+1
| * fat: improve fat_hash()OGAWA Hirofumi2008-11-061-11/+7
| * fat: Fix and cleanup timestamp conversionOGAWA Hirofumi2008-11-061-23/+11
| * fat: split include/msdos_fs.hOGAWA Hirofumi2008-11-061-1/+1