aboutsummaryrefslogtreecommitdiff
path: root/fs/fat/fatent.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-06fat: no need to reset EOF in ent_put for FAT32Gravatar Namjae Jeon 1-3/+0
2012-10-06fs/fat: fix checkpatch issues in fatent.cGravatar Cruz Julian Bishop 1-4/+6
2012-05-31fat: switch to fsinfo_inodeGravatar Artem Bityutskiy 1-1/+6
2012-05-31fat: mark superblock as dirty less oftenGravatar Artem Bityutskiy 1-4/+5
2012-05-31fat: introduce mark_fsinfo_dirty helperGravatar Artem Bityutskiy 1-4/+9
2011-04-12fat: Replace all printk with fat_msg()Gravatar Alexey Fisher 1-2/+2
2010-09-16block: remove BLKDEV_IFL_WAITGravatar Christoph Hellwig 1-2/+1
2010-09-10fat: do not send discards as barriersGravatar Christoph Hellwig 1-1/+1
2010-09-10block: pass gfp_mask and flags to sb_issue_discardGravatar Christoph Hellwig 1-1/+3
2009-11-21fat: make discard a mount optionGravatar Christoph Hellwig 1-10/+15
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Gravatar Linus Torvalds 1-2/+2
2009-06-11Sanitize ->fsync() for FATGravatar Al Viro 1-5/+8
2009-06-04FAT: add 'errors' mount optionGravatar Denis Karpov 1-2/+2
2008-11-06fat: i_blocks warning fixGravatar OGAWA Hirofumi 1-3/+2
2008-11-06fat: Fix fat_ent_update_ptr() for FAT12Gravatar OGAWA Hirofumi 1-4/+14
2008-11-06fat: split include/msdos_fs.hGravatar OGAWA Hirofumi 1-0/+1
2008-10-09Let the block device know when sectors can be discardedGravatar David Woodhouse 1-0/+14
2008-04-30fs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2008-04-28fat: Remove fat_clusters_flush()Gravatar OGAWA Hirofumi 1-2/+0
2008-04-28fat: Update free_clusters even if it is untrustedGravatar OGAWA Hirofumi 1-2/+5
2008-01-08fat: optimize fat_count_free_clusters()Gravatar OGAWA Hirofumi 1-0/+28
2007-07-16fat: Fix the race of read/write the FAT12 entryGravatar OGAWA Hirofumi 1-0/+7
2006-03-23[PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitiveGravatar Arjan van de Ven 1-3/+3
2006-01-08[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/Gravatar OGAWA Hirofumi 1-1/+1
2006-01-08[PATCH] fat: move fat_clusters_flush() to write_super()Gravatar OGAWA Hirofumi 1-2/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+612