aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/fatent.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-29fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi1-3/+4
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig1-0/+1
2021-05-07fs: fat: fix spelling typo of valuesdingsenjie1-1/+1
2020-08-12fat: fix fat_ra_init() for data clusters == 0OGAWA Hirofumi1-0/+3
2020-06-04fat: improve the readahead for FAT entriesOGAWA Hirofumi1-28/+75
2019-09-24fat: work around race with userspace's read via blockdev while mountingOGAWA Hirofumi1-0/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner1-1/+1
2019-01-04fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir1-9/+7
2018-10-13fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov1-0/+1
2018-08-22fat: validate ->i_start before usingOGAWA Hirofumi1-3/+3
2018-08-22fat: add FITRIM ioctl for FAT file systemWentao Wang1-0/+102
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-3/+3
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2016-01-20fat: constify fatent_operations structuresJulia Lawall1-12/+12
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