Commit Graph

120 Commits (95281e352e19b670458563a5ca746195c183a98f)

Author SHA1 Message Date
OGAWA Hirofumi c3302931db fat: i_blocks warning fix 16 years ago
OGAWA Hirofumi 9ca59f4c3d fat: ->i_pos race fix 16 years ago
OGAWA Hirofumi 2bdf67eb16 fat: mmu_private race fix 16 years ago
OGAWA Hirofumi 0e75f5da06 fat: Add printf attribute to fat_fs_panic() 16 years ago
OGAWA Hirofumi fa93ca18a8 fat: Fix _fat_bmap() race 16 years ago
OGAWA Hirofumi dfc209c006 fat: Fix ATTR_RO for directory 16 years ago
OGAWA Hirofumi 9183482f5d fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0 16 years ago
OGAWA Hirofumi 9c0aa1b87b fat: Cleanup FAT attribute stuff 16 years ago
OGAWA Hirofumi 45cfbe3547 fat: Cleanup msdos_lookup() 16 years ago
OGAWA Hirofumi 1c13a243a4 fat: Kill d_invalidate() in vfat_lookup() 16 years ago
OGAWA Hirofumi 1b52467243 fat: Fix/Cleanup dcache handling for vfat 16 years ago
OGAWA Hirofumi 068f5ae05c vfat: Fix vfat_find() error path in vfat_lookup() 16 years ago
OGAWA Hirofumi a993b542bb fat: use fat_detach() in fat_clear_inode() 16 years ago
OGAWA Hirofumi 5e35dd4651 fat: Fix fat_ent_update_ptr() for FAT12 16 years ago
OGAWA Hirofumi d3dfa8228f fat: improve fat_hash() 16 years ago
Darren Jenkins 52e9d9f4b3 fat: cleanup fat_parse_long() error handling 16 years ago
OGAWA Hirofumi 53472bc8f8 fat: use generic_file_llseek() for directory 16 years ago
OGAWA Hirofumi 7decd1cb03 fat: Fix and cleanup timestamp conversion 16 years ago
OGAWA Hirofumi 9e975dae29 fat: split include/msdos_fs.h 16 years ago
OGAWA Hirofumi 990e194e69 fat: move fs/vfat/* and fs/msdos/* to fs/fat 16 years ago
Nick Piggin 4e02ed4b4a fs: remove prepare_write/commit_write 16 years ago
Christoph Hellwig 3222a3e55f [PATCH] fix ->llseek for more directories 17 years ago
Christoph Hellwig 440037287c [PATCH] switch all filesystems over to d_obtain_alias 17 years ago
Steven Whitehouse a447c09324 vfs: Use const for kernel parser table 17 years ago
David Woodhouse 8c540a96c1 Let the block device know when sectors can be discarded 17 years ago
Linus Torvalds 5f22ca9b13 vfat: fix 'sync' mount deadlock due to BKL->lock_super conversion 17 years ago
OGAWA Hirofumi 17263849c7 fat: Fix allow_utime option 17 years ago
Miklos Szeredi b1da47e29e [patch 3/4] fat: dont call notify_change 17 years ago
Alexey Dobriyan 51cc50685a SL*B: drop kmem cache argument from constructor 17 years ago
Joe Peterson b271e067c8 fatfs: add UTC timestamp option 17 years ago
OGAWA Hirofumi dcd8c53f13 fat: small optimization to __fat_readdir() 17 years ago
OGAWA Hirofumi 98a1516004 fat: use same logic in fat_search_long() and __fat_readdir() 17 years ago
OGAWA Hirofumi d688611674 fat: cleanup fs/fat/dir.c 17 years ago
Adrian Bunk 531f710f8e fat/dir.c: switch to struct __fat_dirent 17 years ago
OGAWA Hirofumi 8d44d9741f fat: fix parse_options() 17 years ago
Jonathan Corbet 9c20616c38 Make FAT users happier by not deadlocking 17 years ago
Linus Torvalds 8f5934278d Replace BKL with superblock lock in fat/msdos/vfat 17 years ago
OGAWA Hirofumi 2d518f84e5 fat: relax the permission check of fat_setattr() 17 years ago
Harvey Harrison 8e24eea728 fs: replace remaining __FUNCTION__ occurrences 17 years ago
Harvey Harrison 803f445f17 fat: use get/put_unaligned_* helpers 17 years ago
Olof Johansson 9f354858b8 fatfs: fix build warning with 64k PAGE_SIZE 17 years ago
Andrew Morton 73f20e58b1 FAT_VALID_MEDIA(): remove pointless test 17 years ago
OGAWA Hirofumi c7a6c4edc7 fat: use __getname() 17 years ago
Keith Mok f22032ba8d vfat: bug fix for vfat cannot handle filename with 255 17 years ago
OGAWA Hirofumi e69be4c9c4 fat: Remove fat_clusters_flush() 17 years ago
OGAWA Hirofumi 606e423e43 fat: Update free_clusters even if it is untrusted 17 years ago
OGAWA Hirofumi 1ae43f826b fat: Add allow_utime option 17 years ago
OGAWA Hirofumi e97e8de388 fat: fat_setattr() fix 17 years ago
OGAWA Hirofumi 1278fdd34b fat: fat_notify_change() and check_mode() cleanup 17 years ago
OGAWA Hirofumi 3754a54447 fat: kill is_bad_inode() check 17 years ago