aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/namei_vfat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-31fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz1-3/+3
2010-02-10fat: Fix stat->f_namelenKevin Dankwardt1-3/+3
2010-01-12fat: Fix vfat_lookup()OGAWA Hirofumi1-5/+16
2009-08-01fat/nls: Fix handling of utf8 invalid charOGAWA Hirofumi1-11/+4
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-2/+2
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-1/+1
2009-06-15NLS: update handling of UnicodeAlan Stern1-2/+2
2009-06-11Sanitize ->fsync() for FATAl Viro1-2/+2
2009-06-04FAT: add 'errors' mount optionDenis Karpov1-1/+1
2009-03-27constify dentry_operations: FATAl Viro1-2/+2
2008-11-12fat: drop negative dentry on rename() pathOGAWA Hirofumi1-1/+1
2008-11-06fat: Kill d_invalidate() in vfat_lookup()OGAWA Hirofumi1-7/+6
2008-11-06fat: Fix/Cleanup dcache handling for vfatOGAWA Hirofumi1-44/+80
2008-11-06vfat: Fix vfat_find() error path in vfat_lookup()OGAWA Hirofumi1-5/+13
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi1-2/+3
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi1-2/+1
2008-11-06fat: move fs/vfat/* and fs/msdos/* to fs/fatOGAWA Hirofumi1-0/+1055