Merge commit 'v2.6.30' into for-2.6.31
[safe/jmp/linux-2.6] / fs / fat / inode.c
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-03 Coly Lifs/fat: return f_fsid for statfs(2)
2009-04-01 Al ViroNew helper - current_umask()
2009-03-11 OGAWA HirofumiFix _fat_bmap() locking
2008-12-31 Linus TorvaldsMerge git://git./linux/kernel/git/hirofumi/fatfs-2.6
2008-11-14 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Wrap task credential accesses in the FAT filesystem
2008-11-11 Christoph Hellwigfat: make sure to set d_ops in fat_get_parent
2008-11-06 OGAWA Hirofumifat: ->i_pos race fix
2008-11-06 OGAWA Hirofumifat: mmu_private race fix
2008-11-06 OGAWA Hirofumifat: Fix _fat_bmap() race
2008-11-06 OGAWA Hirofumifat: Fix ATTR_RO for directory
2008-11-06 OGAWA Hirofumifat: Cleanup FAT attribute stuff
2008-11-06 OGAWA Hirofumifat: use fat_detach() in fat_clear_inode()
2008-11-06 OGAWA Hirofumifat: improve fat_hash()
2008-11-06 OGAWA Hirofumifat: Fix and cleanup timestamp conversion
2008-11-06 OGAWA Hirofumifat: split include/msdos_fs.h
2008-10-30 Nick Pigginfs: remove prepare_write/commit_write
2008-10-23 Christoph Hellwig[PATCH] switch all filesystems over to d_obtain_alias
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-08-20 Linus Torvaldsvfat: fix 'sync' mount deadlock due to BKL->lock_super...
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-25 Joe Petersonfatfs: add UTC timestamp option
2008-07-25 OGAWA Hirofumifat: fix parse_options()
2008-06-20 Linus TorvaldsReplace BKL with superblock lock in fat/msdos/vfat
2008-04-29 Harvey Harrisonfat: use get/put_unaligned_* helpers
2008-04-28 Olof Johanssonfatfs: fix build warning with 64k PAGE_SIZE
2008-04-28 Andrew MortonFAT_VALID_MEDIA(): remove pointless test
2008-04-28 OGAWA Hirofumifat: Update free_clusters even if it is untrusted
2008-04-28 OGAWA Hirofumifat: Add allow_utime option
2008-04-28 OGAWA Hirofumifat: kill is_bad_inode() check
2008-02-08 Miklos Szeredimount options: fix fat
2008-02-07 David Howellsiget: stop FAT from using iget() and read_inode()
2008-02-07 David HowellsConvert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
2008-02-06 Vegard NossumFAT: Fix printk format strings
2007-10-22 Christoph Hellwigexportfs: make struct export_operations const
2007-10-22 Christoph Hellwigfat: new export ops
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-16 Nick Pigginfat: convert to new aops
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-17 Christoph Hellwigknfsd: exportfs: add exportfs.h header
2007-07-16 OGAWA Hirofumifat: gcc 4.3 warning fix
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-08 OGAWA Hirofumifat: don't use free_clusters for fat32
2007-05-08 Vignesh Babu BMis_power_of_2 in fat
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-02-21 OGAWA Hirofumi[PATCH] FAT: DIO-write fallback to normal buffered
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 1
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-10-11 Eric Sesterhenn[PATCH] Remove unnecessary check in fs/fat/inode.c
2006-10-10 Al Viro[PATCH] fs/fat endianness annotations
2006-09-29 Chris Mason[PATCH] add -o flush for fat
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-09-27 OGAWA Hirofumi[PATCH] fat: cleanup fat_get_block(s)
2006-09-27 Alexey Dobriyan[PATCH] Really ignore kmem_cache_destroy return value
2006-09-27 Panagiotis Issaris[PATCH] fs: Conversions from kmalloc+memset to k(z...
2006-06-28 Christoph Hellwig[PATCH] mark address_space_operations const
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to perform statfs with...
2006-03-28 Adrian Bunk[PATCH] fs/fat/: proper prototypes for two functions
2006-03-26 Badari Pulavarty[PATCH] remove ->get_blocks() support
2006-03-24 Paul Jackson[PATCH] cpuset memory spread: slab cache format
2006-03-24 Paul Jackson[PATCH] cpuset memory spread: slab cache filesystems
2006-03-21 Alexey DobriyanIt's UTF-8
2006-01-09 OGAWA Hirofumi[PATCH] fat: support ->direct_IO()
2006-01-09 OGAWA Hirofumi[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/
2006-01-09 OGAWA Hirofumi[PATCH] fat: add the read/writepages()
2006-01-09 OGAWA Hirofumi[PATCH] fat: move fat_clusters_flush() to write_super()
2005-11-09 Christoph Hellwig[PATCH] fat: respect silent mount flag
2005-09-21 Stephane Kardas[PATCH] fat: fix adate
2005-09-17 OGAWA Hirofumi[PATCH] FAT: miss-sync issues on sync mount (miss-sync...
2005-09-09 Mark Fasheh[PATCH] update filesystems for new delete_inode behavior
2005-07-01 Andrew Morton[PATCH] fatfs sectioning fix
2005-06-30 Pekka J Enberg[PATCH] fat: fix slab cache leak
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2