summaryrefslogtreecommitdiffstats
path: root/fs/vfat
Commit message (Expand)AuthorAgeFilesLines
* fatfs: add UTC timestamp optionJoe Peterson2008-07-251-1/+1
* Replace BKL with superblock lock in fat/msdos/vfatLinus Torvalds2008-06-201-16/+19
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* fat: use __getname()OGAWA Hirofumi2008-04-281-6/+4
* vfat: bug fix for vfat cannot handle filename with 255Keith Mok2008-04-281-14/+11
* fat: fat_notify_change() and check_mode() cleanupOGAWA Hirofumi2008-04-281-1/+1
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-1/+1
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-1/+1
* [PATCH] fat: add fat_getattr()OGAWA Hirofumi2006-11-161-0/+1
* [PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen2006-10-011-2/+2
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-2/+2
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-011-5/+4
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-4/+5
* [PATCH] fat: kill reserved namesOGAWA Hirofumi2006-03-311-18/+0
* [PATCH] fat: remove the unneeded vfat_find() in vfat_rename()OGAWA Hirofumi2005-10-301-12/+5
* [PATCH] fat: cleanup and optimization of checksumOGAWA Hirofumi2005-10-301-2/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-162-0/+1089