aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/inode.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-09-30
|\
| * fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi2009-09-19
| * vfat: change the default from shortname=lower to shortname=mixedPaul Wise2009-08-01
* | fs: Make unload_nls() NULL pointer safeThomas Gleixner2009-09-24
|/
* fat: Fix the removal of opts->fs_dmaskOGAWA Hirofumi2009-06-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-06-16
|\
| * FAT: add 'errors' mount optionDenis Karpov2009-06-03
* | fat: add ->sync_fsChristoph Hellwig2009-06-11
* | Sanitize ->fsync() for FATAl Viro2009-06-11
* | ->write_super lock_super pushdownChristoph Hellwig2009-06-11
* | push BKL down into ->put_superChristoph Hellwig2009-06-11
* | remove ->write_super call in generic_shutdown_superChristoph Hellwig2009-06-11
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-03
|\
| * New helper - current_umask()Al Viro2009-03-31
* | fs/fat: return f_fsid for statfs(2)Coly Li2009-04-02
|/
* Fix _fat_bmap() lockingOGAWA Hirofumi2009-03-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2008-12-30
|\
| * fat: make sure to set d_ops in fat_get_parentChristoph Hellwig2008-11-11
* | Merge branch 'master' into nextJames Morris2008-11-13
|\|
| * fat: ->i_pos race fixOGAWA Hirofumi2008-11-06
| * fat: mmu_private race fixOGAWA Hirofumi2008-11-06
| * fat: Fix _fat_bmap() raceOGAWA Hirofumi2008-11-06
| * fat: Fix ATTR_RO for directoryOGAWA Hirofumi2008-11-06
| * fat: Cleanup FAT attribute stuffOGAWA Hirofumi2008-11-06
| * fat: use fat_detach() in fat_clear_inode()OGAWA Hirofumi2008-11-06
| * fat: improve fat_hash()OGAWA Hirofumi2008-11-06
| * fat: Fix and cleanup timestamp conversionOGAWA Hirofumi2008-11-06
| * fat: split include/msdos_fs.hOGAWA Hirofumi2008-11-06
* | CRED: Wrap task credential accesses in the FAT filesystemDavid Howells2008-11-13
|/
* fs: remove prepare_write/commit_writeNick Piggin2008-10-30
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-23
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-13
* vfat: fix 'sync' mount deadlock due to BKL->lock_super conversionLinus Torvalds2008-08-20
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-26
* fatfs: add UTC timestamp optionJoe Peterson2008-07-25
* fat: fix parse_options()OGAWA Hirofumi2008-07-25
* Replace BKL with superblock lock in fat/msdos/vfatLinus Torvalds2008-06-20
* fat: use get/put_unaligned_* helpersHarvey Harrison2008-04-29
* fatfs: fix build warning with 64k PAGE_SIZEOlof Johansson2008-04-28
* FAT_VALID_MEDIA(): remove pointless testAndrew Morton2008-04-28
* fat: Update free_clusters even if it is untrustedOGAWA Hirofumi2008-04-28
* fat: Add allow_utime optionOGAWA Hirofumi2008-04-28
* fat: kill is_bad_inode() checkOGAWA Hirofumi2008-04-28
* mount options: fix fatMiklos Szeredi2008-02-08
* iget: stop FAT from using iget() and read_inode()David Howells2008-02-07
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-07
* FAT: Fix printk format stringsVegard Nossum2008-02-06
* exportfs: make struct export_operations constChristoph Hellwig2007-10-22
* fat: new export opsChristoph Hellwig2007-10-22
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-17