summaryrefslogtreecommitdiffstats
path: root/fs/fat/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Replace BKL with superblock lock in fat/msdos/vfatLinus Torvalds2008-06-201-10/+16
* fat: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-5/+3Star
* 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/+2Star
* mount options: fix fatMiklos Szeredi2008-02-081-0/+2
* iget: stop FAT from using iget() and read_inode()David Howells2008-02-071-4/+2Star
* 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/+2Star
* exportfs: make struct export_operations constChristoph Hellwig2007-10-221-1/+1
* fat: new export opsChristoph Hellwig2007-10-221-17/+7Star
* 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/+1Star
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-8/+6Star
* fat: don't use free_clusters for fat32OGAWA Hirofumi2007-05-081-3/+11
* is_power_of_2 in fatVignesh Babu BM2007-05-081-4/+3Star
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1Star
* [PATCH] FAT: DIO-write fallback to normal bufferedOGAWA Hirofumi2007-02-211-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-111-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/+0Star
* [PATCH] fat: cleanup fat_get_block(s)OGAWA Hirofumi2006-09-271-17/+12Star
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-2/+1Star
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-271-2/+1Star
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-4/+4
* [PATCH] fs/fat/: proper prototypes for two functionsAdrian Bunk2006-03-281-3/+0Star
* [PATCH] remove ->get_blocks() supportBadari Pulavarty2006-03-261-1/+1
* [PATCH] cpuset memory spread: slab cache formatPaul Jackson2006-03-241-1/+2
* [PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2006-03-241-1/+1
* It's UTF-8Alexey Dobriyan2006-03-221-1/+1
* [PATCH] fat: support ->direct_IO()OGAWA Hirofumi2006-01-091-9/+73
* [PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/OGAWA Hirofumi2006-01-091-5/+5
* [PATCH] fat: add the read/writepages()OGAWA Hirofumi2006-01-091-1/+16
* [PATCH] fat: move fat_clusters_flush() to write_super()OGAWA Hirofumi2006-01-091-2/+8
* [PATCH] fat: respect silent mount flagChristoph Hellwig2005-11-091-4/+7
* [PATCH] fat: fix adateStephane Kardas2005-09-211-3/+8
* [PATCH] FAT: miss-sync issues on sync mount (miss-sync on write)OGAWA Hirofumi2005-09-171-1/+14
* [PATCH] update filesystems for new delete_inode behaviorMark Fasheh2005-09-091-0/+2
* [PATCH] fatfs sectioning fixAndrew Morton2005-07-011-1/+1