aboutsummaryrefslogtreecommitdiff
path: root/fs/fat/fatent.c
AgeCommit message (Expand)Author
2012-10-06fat: no need to reset EOF in ent_put for FAT32Namjae Jeon
2012-10-06fs/fat: fix checkpatch issues in fatent.cCruz Julian Bishop
2012-05-31fat: switch to fsinfo_inodeArtem Bityutskiy
2012-05-31fat: mark superblock as dirty less oftenArtem Bityutskiy
2012-05-31fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy
2011-04-12fat: Replace all printk with fat_msg()Alexey Fisher
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig
2010-09-10fat: do not send discards as barriersChristoph Hellwig
2010-09-10block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig
2009-11-21fat: make discard a mount optionChristoph Hellwig
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2009-06-11Sanitize ->fsync() for FATAl Viro
2009-06-04FAT: add 'errors' mount optionDenis Karpov
2008-11-06fat: i_blocks warning fixOGAWA Hirofumi
2008-11-06fat: Fix fat_ent_update_ptr() for FAT12OGAWA Hirofumi
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi
2008-10-09Let the block device know when sectors can be discardedDavid Woodhouse
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28fat: Remove fat_clusters_flush()OGAWA Hirofumi
2008-04-28fat: Update free_clusters even if it is untrustedOGAWA Hirofumi
2008-01-08fat: optimize fat_count_free_clusters()OGAWA Hirofumi
2007-07-16fat: Fix the race of read/write the FAT12 entryOGAWA Hirofumi
2006-03-23[PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitiveArjan van de Ven
2006-01-08[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/OGAWA Hirofumi
2006-01-08[PATCH] fat: move fat_clusters_flush() to write_super()OGAWA Hirofumi
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds