aboutsummaryrefslogtreecommitdiffstats
path: root/fs/vfat (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-28fat: use __getname()OGAWA Hirofumi1-6/+4
2008-04-28vfat: bug fix for vfat cannot handle filename with 255Keith Mok1-14/+11
2008-04-28fat: fat_notify_change() and check_mode() cleanupOGAWA Hirofumi1-1/+1
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-1/+1
2006-11-16[PATCH] fat: add fat_getattr()OGAWA Hirofumi1-0/+1
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-2/+2
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-5/+4
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-4/+5
2006-03-31[PATCH] fat: kill reserved namesOGAWA Hirofumi1-18/+0
2005-10-30[PATCH] fat: remove the unneeded vfat_find() in vfat_rename()OGAWA Hirofumi1-12/+5
2005-10-30[PATCH] fat: cleanup and optimization of checksumOGAWA Hirofumi1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds2-0/+1089