aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/fatent.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov1-3/+0
2012-10-06fat: no need to reset EOF in ent_put for FAT32Namjae Jeon1-3/+0
2012-10-06fs/fat: fix checkpatch issues in fatent.cCruz Julian Bishop1-4/+6
2012-05-31fat: switch to fsinfo_inodeArtem Bityutskiy1-1/+6
2012-05-31fat: mark superblock as dirty less oftenArtem Bityutskiy1-4/+5
2012-05-31fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy1-4/+9
2011-04-12fat: Replace all printk with fat_msg()Alexey Fisher1-2/+2
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-2/+1
2010-09-10fat: do not send discards as barriersChristoph Hellwig1-1/+1
2010-09-10block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig1-1/+3
2009-11-21fat: make discard a mount optionChristoph Hellwig1-10/+15
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-2/+2
2009-06-11Sanitize ->fsync() for FATAl Viro1-5/+8
2009-06-04FAT: add 'errors' mount optionDenis Karpov1-2/+2
2008-11-06fat: i_blocks warning fixOGAWA Hirofumi1-3/+2
2008-11-06fat: Fix fat_ent_update_ptr() for FAT12OGAWA Hirofumi1-4/+14
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi1-0/+1
2008-10-09Let the block device know when sectors can be discardedDavid Woodhouse1-0/+14
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-28fat: Remove fat_clusters_flush()OGAWA Hirofumi1-2/+0
2008-04-28fat: Update free_clusters even if it is untrustedOGAWA Hirofumi1-2/+5
2008-01-08fat: optimize fat_count_free_clusters()OGAWA Hirofumi1-0/+28
2007-07-16fat: Fix the race of read/write the FAT12 entryOGAWA Hirofumi1-0/+7
2006-03-23[PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitiveArjan van de Ven1-3/+3
2006-01-08[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/OGAWA Hirofumi1-1/+1
2006-01-08[PATCH] fat: move fat_clusters_flush() to write_super()OGAWA Hirofumi1-2/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+612