aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-17fat: convert to unlocked_ioctlArnd Bergmann1-5/+6
2010-03-16fat: use pack_hex_byte() instead of custom oneAndy Shevchenko1-11/+6
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-14/+15
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-14/+15
2009-06-11Sanitize ->fsync() for FATAl Viro1-8/+8
2009-06-04FAT: add 'errors' mount optionDenis Karpov1-1/+1
2008-11-12fat: fix duplicate addition of ->llseek handlerOGAWA Hirofumi1-1/+0
2008-11-06fat: i_blocks warning fixOGAWA Hirofumi1-1/+1
2008-11-06fat: mmu_private race fixOGAWA Hirofumi1-1/+1
2008-11-06fat: cleanup fat_parse_long() error handlingDarren Jenkins1-3/+4
2008-11-06fat: use generic_file_llseek() for directoryOGAWA Hirofumi1-0/+1
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi1-2/+4
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi1-1/+1
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-07-25fatfs: add UTC timestamp optionJoe Peterson1-1/+1
2008-07-25fat: small optimization to __fat_readdir()OGAWA Hirofumi1-32/+39
2008-07-25fat: use same logic in fat_search_long() and __fat_readdir()OGAWA Hirofumi1-16/+26
2008-07-25fat: cleanup fs/fat/dir.cOGAWA Hirofumi1-64/+67
2008-07-25fat/dir.c: switch to struct __fat_direntAdrian Bunk1-4/+3
2008-06-20Replace BKL with superblock lock in fat/msdos/vfatLinus Torvalds1-2/+2
2008-04-28fat: use __getname()OGAWA Hirofumi1-10/+10
2008-04-28vfat: bug fix for vfat cannot handle filename with 255Keith Mok1-16/+28
2007-07-16fat: gcc 4.3 warning fixOGAWA Hirofumi1-13/+18
2007-05-08fat: fix VFAT compat ioctls on 64-bit systemsOGAWA Hirofumi1-99/+100
2006-12-08[PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-3/+3
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells1-1/+1
2006-09-30[PATCH] BLOCK: Move the msdos device ioctl compat stuff to the msdos driver [try #6]David Howells1-0/+56
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-22It's UTF-8Alexey Dobriyan1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2006-01-08[PATCH] fat: support ->direct_IO()OGAWA Hirofumi1-3/+3
2006-01-08[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/OGAWA Hirofumi1-7/+7
2006-01-08[PATCH] fat: use sb_find_get_block() instead of sb_getblk()OGAWA Hirofumi1-2/+2
2005-10-30[PATCH] fat: Remove duplicate directory scanning codePekka Enberg1-123/+101
2005-10-30[PATCH] fat: cleanup and optimization of checksumOGAWA Hirofumi1-8/+2
2005-09-07[PATCH] Speedup FAT filesystem directory readsKarsten Wiese1-2/+26
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1271