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 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
* fat: convert to new aopsNick Piggin2007-10-16
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-19
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-17
* fat: gcc 4.3 warning fixOGAWA Hirofumi2007-07-16
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-17
* fat: don't use free_clusters for fat32OGAWA Hirofumi2007-05-08
* is_power_of_2 in fatVignesh Babu BM2007-05-08
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-07
* [PATCH] FAT: DIO-write fallback to normal bufferedOGAWA Hirofumi2007-02-20
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-12
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-12
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-07
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-07
* [PATCH] Remove unnecessary check in fs/fat/inode.cEric Sesterhenn2006-10-11
* [PATCH] fs/fat endianness annotationsAl Viro2006-10-10
* [PATCH] add -o flush for fatChris Mason2006-09-29