summaryrefslogtreecommitdiff
path: root/include/linux/msdos_fs.h
AgeCommit message (Expand)Author
2008-07-25fatfs: add UTC timestamp optionJoe Peterson
2008-07-25msdos fs: remove unsettable atari optionRene Scharfe
2008-07-25fat: fix VFAT_IOCTL_READDIR_xxx and cleanup for userlandOGAWA Hirofumi
2008-06-08fat_valid_media() isn't for userspaceAdrian Bunk
2008-04-28FAT_VALID_MEDIA(): remove pointless testAndrew Morton
2008-04-28fat: Update free_clusters even if it is untrustedOGAWA Hirofumi
2008-04-28fat: Add allow_utime optionOGAWA Hirofumi
2008-04-28fat: fat_notify_change() and check_mode() cleanupOGAWA Hirofumi
2007-07-16fat: gcc 4.3 warning fixOGAWA Hirofumi
2007-05-08fat: don't use free_clusters for fat32OGAWA Hirofumi
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven
2006-11-16[PATCH] fat: add fat_getattr()OGAWA Hirofumi
2006-09-29[PATCH] add -o flush for fatChris Mason
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2006-03-28[PATCH] fs/fat/: proper prototypes for two functionsAdrian Bunk
2006-03-23[PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitiveArjan van de Ven
2006-03-22It's UTF-8Alexey Dobriyan
2006-01-08[PATCH] fat: support ->direct_IO()OGAWA Hirofumi
2005-10-30[PATCH] fat: cleanup and optimization of checksumOGAWA Hirofumi
2005-03-09[PATCH] FAT: make the fat_get_entry()/fat__get_entry() staticHirofumi Ogawa
2005-03-09[PATCH] FAT: Rewrite fat_add_entries()Hirofumi Ogawa
2005-03-09[PATCH] FAT: Allocate the cluster before adding the directory entryHirofumi Ogawa
2005-03-09[PATCH] FAT: Use "struct fat_slot_info" for fat_scan()Hirofumi Ogawa
2005-03-09[PATCH] FAT: fat_build_inode() cleanupHirofumi Ogawa
2005-03-09[PATCH] FAT: Add fat_remove_entries()Hirofumi Ogawa
2005-03-09[PATCH] FAT: Use "struct fat_slot_info" for fat_search_long()Hirofumi Ogawa
2005-03-09[PATCH] FAT: "struct vfat_slot_info" cleanupHirofumi Ogawa
2005-03-09[PATCH] FAT: Use "unsigned int" for ->free_clusters and ->prev_freeHirofumi Ogawa
2005-03-09[PATCH] FAT: add debugging code to fatent.cHirofumi Ogawa
2005-03-09[PATCH] FAT: Rewrite the FAT (File Allocation Table) access stuffHirofumi Ogawa
2005-03-09[PATCH] let fat handle MS_SYNCHRONOUS flagHirofumi Ogawa
2005-03-09[PATCH] FAT: Updated FAT attributes patchHirofumi Ogawa
2005-01-20[PATCH] fat: reserved clusters cleanupHirofumi Ogawa
2005-01-20[PATCH] fat: fs/fat/* cleanupHirofumi Ogawa
2005-01-20[PATCH] fat: fs/fat/cache.c: make __fat_access staticHirofumi Ogawa
2005-01-20[PATCH] fat: merge msdos_fs_{i,sb}.h into msdos_fs.hHirofumi Ogawa
2004-10-19[PATCH] FAT: removal of C[FT]_LE_[WL] macroHirofumi Ogawa
2004-10-19[PATCH] FAT: the inode hash from per module to per sbHirofumi Ogawa
2004-10-19[PATCH] FAT: rewrite the cache for file allocation table lookupHirofumi Ogawa
2004-10-19[PATCH] remove dead exports from fs/fat/Christoph Hellwig
2004-09-21[PATCH] fat endianness annotationsAlexander Viro
2004-09-16[PATCH] fix for fsync ignoring writing errorsAndrey V. Savochkin
2004-09-04[PATCH] fat: add staticAndries E. Brouwer
2004-05-01[PATCH] FAT: remove symbols exports from msdosfs/vfatHirofumi Ogawa
2003-12-29[PATCH] FAT: Add count of clusters check in fat_fill_super() (7/10)Andrew Morton
2003-12-29[PATCH] FAT: include/linux/msdos_fs.h cleanupAndrew Morton
2003-08-02[PATCH] more use fat_get_short_entry()Hirofumi Ogawa
2003-07-25[PATCH] ->cluster_size cleanup (11/11)Hirofumi Ogawa
2003-07-25[PATCH] signed char cleanup/fixes (10/11)Hirofumi Ogawa