Commit Graph

170 Commits (bda7d2a862e6b788bca2d02d38a07966a9c92e48)

Author SHA1 Message Date
npiggin@suse.de 459f6ed3b8 fat: convert to use the new truncate convention. 15 years ago
Christoph Hellwig 1b061d9247 rename the generic fsync implementations 15 years ago
Christoph Hellwig 7ea8085910 drop unused dentry argument to ->fsync 15 years ago
OGAWA Hirofumi aaa04b4875 fatfs: ratelimit corruption report 15 years ago
Arnd Bergmann 7845bc3e13 fat: convert to unlocked_ioctl 15 years ago
Nikolaus Schulz 30d1872d9e fat: fix buffer overflow in vfat_create_shortname() 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
OGAWA Hirofumi 1bdb6f9199 fat: Cleanup nls_unload() usage 15 years ago
Andy Shevchenko 3ed3dec156 fat: use pack_hex_byte() instead of custom one 15 years ago
Christoph Hellwig a9185b41a4 pass writeback_control to ->write_inode 15 years ago
Kevin Dankwardt eeb5b4ae81 fat: Fix stat->f_namelen 15 years ago
OGAWA Hirofumi 8045e29850 fat: Fix vfat_lookup() 15 years ago
Zhaolei 1d81a181e0 fatfs: use common time_to_tm in fat_time_unix2fat() 15 years ago
Christoph Hellwig 681142f921 fat: make discard a mount option 15 years ago
Thomas Gleixner 6d729e44a5 fs: Make unload_nls() NULL pointer safe 16 years ago
OGAWA Hirofumi ed248b290d fat: Check s_dirt in fat_sync_fs() 16 years ago
Jan Kara 2f3d675bcd fat: Opencode sync_page_range_nolock() 16 years ago
Paul Wise 955234755c vfat: change the default from shortname=lower to shortname=mixed 16 years ago
OGAWA Hirofumi 67638e4043 fat/nls: Fix handling of utf8 invalid char 16 years ago
Alexey Dobriyan 405f55712d headers: smp_lock.h redux 16 years ago
Jens Axboe 8aa7e847d8 Fix congestion_wait() sync/async vs read/write confusion 16 years ago
OGAWA Hirofumi 3e107603ae fat: Fix the removal of opts->fs_dmask 16 years ago
Alan Stern 74675a5850 NLS: update handling of Unicode 16 years ago
Christoph Hellwig f83d6d46e7 fat: add ->sync_fs 16 years ago
Al Viro b522412aea Sanitize ->fsync() for FAT 16 years ago
Christoph Hellwig ebc1ac1645 ->write_super lock_super pushdown 16 years ago
Christoph Hellwig 6cfd014842 push BKL down into ->put_super 16 years ago
Christoph Hellwig 8c85e12512 remove ->write_super call in generic_shutdown_super 16 years ago
Christoph Hellwig 21bea49594 fat: split fat_generic_ioctl 16 years ago
Denis Karpov 85c7859190 FAT: add 'errors' mount option 16 years ago
Alan Cox d29a2e9438 vfat: Note the NLS requirement 16 years ago
Coly Li aac49b7543 fs/fat: return f_fsid for statfs(2) 16 years ago
Al Viro ce3b0f8d5c New helper - current_umask() 16 years ago
Al Viro ce6cdc474a constify dentry_operations: FAT 16 years ago
OGAWA Hirofumi 3a95ea1155 Fix _fat_bmap() locking 16 years ago
Alexey Dobriyan 1c6ace019b fs/Kconfig: move fat out 16 years ago
David Howells f0ce7ee3a8 CRED: Wrap task credential accesses in the FAT filesystem 16 years ago
Christoph Hellwig 5a6bb10393 fat: make sure to set d_ops in fat_get_parent 16 years ago
OGAWA Hirofumi 985eafcc54 fat: fix duplicate addition of ->llseek handler 16 years ago
OGAWA Hirofumi ebeb0406f1 fat: drop negative dentry on rename() path 16 years ago
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