aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fs: remove prepare_write/commit_writeNick Piggin2008-10-301-1/+1
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-34/+18
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-3/+3
* vfat: fix 'sync' mount deadlock due to BKL->lock_super conversionLinus Torvalds2008-08-201-7/+3
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* fatfs: add UTC timestamp optionJoe Peterson2008-07-251-7/+20
* fat: fix parse_options()OGAWA Hirofumi2008-07-251-2/+5
* Replace BKL with superblock lock in fat/msdos/vfatLinus Torvalds2008-06-201-10/+16
* fat: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-5/+3
* fatfs: fix build warning with 64k PAGE_SIZEOlof Johansson2008-04-281-1/+1
* FAT_VALID_MEDIA(): remove pointless testAndrew Morton2008-04-281-1/+1
* fat: Update free_clusters even if it is untrustedOGAWA Hirofumi2008-04-281-3/+4
* fat: Add allow_utime optionOGAWA Hirofumi2008-04-281-3/+15
* fat: kill is_bad_inode() checkOGAWA Hirofumi2008-04-281-7/+2
* mount options: fix fatMiklos Szeredi2008-02-081-0/+2
* iget: stop FAT from using iget() and read_inode()David Howells2008-02-071-4/+2
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-1/+1
* FAT: Fix printk format stringsVegard Nossum2008-02-061-4/+2
* exportfs: make struct export_operations constChristoph Hellwig2007-10-221-1/+1
* fat: new export opsChristoph Hellwig2007-10-221-17/+7
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* fat: convert to new aopsNick Piggin2007-10-161-11/+16
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-171-0/+1
* fat: gcc 4.3 warning fixOGAWA Hirofumi2007-07-161-2/+1
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-8/+6
* fat: don't use free_clusters for fat32OGAWA Hirofumi2007-05-081-3/+11
* is_power_of_2 in fatVignesh Babu BM2007-05-081-4/+3
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* [PATCH] FAT: DIO-write fallback to normal bufferedOGAWA Hirofumi2007-02-201-1/+3
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-1/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] Remove unnecessary check in fs/fat/inode.cEric Sesterhenn2006-10-111-1/+1
* [PATCH] fs/fat endianness annotationsAl Viro2006-10-101-1/+1
* [PATCH] add -o flush for fatChris Mason2006-09-291-2/+57
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-3/+0
* [PATCH] fat: cleanup fat_get_block(s)OGAWA Hirofumi2006-09-271-17/+12
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-2/+1
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-271-2/+1