aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/fatent.c
Commit message (Expand)AuthorAge
* fat: work around race with userspace's read via blockdev while mountingOGAWA Hirofumi2019-09-24
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner2019-05-30
* fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir2019-01-04
* fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov2018-10-13
* fat: validate ->i_start before usingOGAWA Hirofumi2018-08-22
* fat: add FITRIM ioctl for FAT file systemWentao Wang2018-08-22
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* fat: constify fatent_operations structuresJulia Lawall2016-01-20
* fs/fat: remove unnecessary includesAlexander Kuleshov2015-04-17
* fat: no need to reset EOF in ent_put for FAT32Namjae Jeon2012-10-05
* fs/fat: fix checkpatch issues in fatent.cCruz Julian Bishop2012-10-05
* fat: switch to fsinfo_inodeArtem Bityutskiy2012-05-31
* fat: mark superblock as dirty less oftenArtem Bityutskiy2012-05-31
* fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy2012-05-31
* fat: Replace all printk with fat_msg()Alexey Fisher2011-04-12
* block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-16
* fat: do not send discards as barriersChristoph Hellwig2010-09-10
* block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig2010-09-10
* fat: make discard a mount optionChristoph Hellwig2009-11-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-06-16
|\
| * FAT: add 'errors' mount optionDenis Karpov2009-06-03
* | Sanitize ->fsync() for FATAl Viro2009-06-11
|/
* fat: i_blocks warning fixOGAWA Hirofumi2008-11-06
* fat: Fix fat_ent_update_ptr() for FAT12OGAWA Hirofumi2008-11-06
* fat: split include/msdos_fs.hOGAWA Hirofumi2008-11-06
* Let the block device know when sectors can be discardedDavid Woodhouse2008-10-09
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-30
* fat: Remove fat_clusters_flush()OGAWA Hirofumi2008-04-28
* fat: Update free_clusters even if it is untrustedOGAWA Hirofumi2008-04-28
* fat: optimize fat_count_free_clusters()OGAWA Hirofumi2008-01-08
* fat: Fix the race of read/write the FAT12 entryOGAWA Hirofumi2007-07-16
* [PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitiveArjan van de Ven2006-03-23
* [PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/OGAWA Hirofumi2006-01-08
* [PATCH] fat: move fat_clusters_flush() to write_super()OGAWA Hirofumi2006-01-08
* Linux-2.6.12-rc2Linus Torvalds2005-04-16