summaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)Author
2008-11-06fat: i_blocks warning fixOGAWA Hirofumi
2008-11-06fat: ->i_pos race fixOGAWA Hirofumi
2008-11-06fat: mmu_private race fixOGAWA Hirofumi
2008-11-06fat: Add printf attribute to fat_fs_panic()OGAWA Hirofumi
2008-11-06fat: Fix _fat_bmap() raceOGAWA Hirofumi
2008-11-06fat: Fix ATTR_RO for directoryOGAWA Hirofumi
2008-11-06fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0OGAWA Hirofumi
2008-11-06fat: Cleanup FAT attribute stuffOGAWA Hirofumi
2008-11-06fat: Cleanup msdos_lookup()OGAWA Hirofumi
2008-11-06fat: Kill d_invalidate() in vfat_lookup()OGAWA Hirofumi
2008-11-06fat: Fix/Cleanup dcache handling for vfatOGAWA Hirofumi
2008-11-06vfat: Fix vfat_find() error path in vfat_lookup()OGAWA Hirofumi
2008-11-06fat: use fat_detach() in fat_clear_inode()OGAWA Hirofumi
2008-11-06fat: Fix fat_ent_update_ptr() for FAT12OGAWA Hirofumi
2008-11-06fat: improve fat_hash()OGAWA Hirofumi
2008-11-06fat: cleanup fat_parse_long() error handlingDarren Jenkins
2008-11-06fat: use generic_file_llseek() for directoryOGAWA Hirofumi
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi
2008-11-06fat: move fs/vfat/* and fs/msdos/* to fs/fatOGAWA Hirofumi
2008-10-30fs: remove prepare_write/commit_writeNick Piggin
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-10-09Let the block device know when sectors can be discardedDavid Woodhouse
2008-08-20vfat: fix 'sync' mount deadlock due to BKL->lock_super conversionLinus Torvalds
2008-08-02fat: Fix allow_utime optionOGAWA Hirofumi
2008-07-26[patch 3/4] fat: dont call notify_changeMiklos Szeredi
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-25fatfs: add UTC timestamp optionJoe Peterson
2008-07-25fat: small optimization to __fat_readdir()OGAWA Hirofumi
2008-07-25fat: use same logic in fat_search_long() and __fat_readdir()OGAWA Hirofumi
2008-07-25fat: cleanup fs/fat/dir.cOGAWA Hirofumi
2008-07-25fat/dir.c: switch to struct __fat_direntAdrian Bunk
2008-07-25fat: fix parse_options()OGAWA Hirofumi
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet
2008-07-02Make FAT users happier by not deadlockingJonathan Corbet
2008-06-20Replace BKL with superblock lock in fat/msdos/vfatLinus Torvalds
2008-06-12fat: relax the permission check of fat_setattr()OGAWA Hirofumi
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-29fat: use get/put_unaligned_* helpersHarvey Harrison
2008-04-28fatfs: fix build warning with 64k PAGE_SIZEOlof Johansson
2008-04-28FAT_VALID_MEDIA(): remove pointless testAndrew Morton
2008-04-28fat: use __getname()OGAWA Hirofumi
2008-04-28vfat: bug fix for vfat cannot handle filename with 255Keith Mok
2008-04-28fat: Remove fat_clusters_flush()OGAWA Hirofumi
2008-04-28fat: Update free_clusters even if it is untrustedOGAWA Hirofumi
2008-04-28fat: Add allow_utime optionOGAWA Hirofumi
2008-04-28fat: fat_setattr() fixOGAWA Hirofumi
2008-04-28fat: fat_notify_change() and check_mode() cleanupOGAWA Hirofumi