summaryrefslogtreecommitdiffstats
path: root/fs/fat/fatent.c
Commit message (Expand)AuthorAgeFilesLines
* fat: constify fatent_operations structuresJulia Lawall2016-01-201-12/+12
* fs/fat: remove unnecessary includesAlexander Kuleshov2015-04-171-3/+0
* fat: no need to reset EOF in ent_put for FAT32Namjae Jeon2012-10-061-3/+0
* fs/fat: fix checkpatch issues in fatent.cCruz Julian Bishop2012-10-061-4/+6
* fat: switch to fsinfo_inodeArtem Bityutskiy2012-05-311-1/+6
* fat: mark superblock as dirty less oftenArtem Bityutskiy2012-05-311-4/+5
* fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy2012-05-311-4/+9
* fat: Replace all printk with fat_msg()Alexey Fisher2011-04-121-2/+2
* block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-2/+1
* fat: do not send discards as barriersChristoph Hellwig2010-09-101-1/+1
* block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig2010-09-101-1/+3
* fat: make discard a mount optionChristoph Hellwig2009-11-211-10/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-06-161-2/+2
|\
| * FAT: add 'errors' mount optionDenis Karpov2009-06-041-2/+2
* | Sanitize ->fsync() for FATAl Viro2009-06-111-5/+8
|/
* fat: i_blocks warning fixOGAWA Hirofumi2008-11-061-3/+2
* fat: Fix fat_ent_update_ptr() for FAT12OGAWA Hirofumi2008-11-061-4/+14
* fat: split include/msdos_fs.hOGAWA Hirofumi2008-11-061-0/+1
* Let the block device know when sectors can be discardedDavid Woodhouse2008-10-091-0/+14
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* fat: Remove fat_clusters_flush()OGAWA Hirofumi2008-04-281-2/+0
* fat: Update free_clusters even if it is untrustedOGAWA Hirofumi2008-04-281-2/+5
* fat: optimize fat_count_free_clusters()OGAWA Hirofumi2008-01-081-0/+28
* fat: Fix the race of read/write the FAT12 entryOGAWA Hirofumi2007-07-161-0/+7
* [PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitiveArjan van de Ven2006-03-231-3/+3
* [PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/OGAWA Hirofumi2006-01-081-1/+1
* [PATCH] fat: move fat_clusters_flush() to write_super()OGAWA Hirofumi2006-01-081-2/+6
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+612
OpenPOWER on IntegriCloud