aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/misc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-19fat: remove time truncations in vfat_create/vfat_mkdirChung-Chiang Cheng1-21/+0
2022-05-19fat: ignore ctime updates, and keep ctime identical to mtime in memoryChung-Chiang Cheng1-3/+6
2022-05-19fat: split fat_truncate_time() into separate functionsChung-Chiang Cheng1-27/+47
2022-04-29fatfs: add FAT messages to printk indexJonathan Lassoff1-4/+10
2021-08-13fat: Add KUnit tests for checksums and timestampsDavid Gow1-0/+3
2021-01-13fat: only specify I_DIRTY_TIME when needed in fat_update_time()Eric Biggers1-11/+12
2019-12-08fs: fat: Eliminate timespec64_trunc() usageDeepa Dinamani1-1/+9
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-01-04fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir1-1/+1
2018-10-31fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson1-0/+75
2018-10-31fat: create a function to calculate the timezone offestFrank Sorenson1-7/+9
2018-08-22fat: propagate 64-bit inode timestampsArnd Bergmann1-6/+7
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-1/+1
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov1-4/+0
2014-10-14fat: remove redundant sys_tz declarationFabian Frederick1-2/+0
2013-07-03fs/fat: use fat_msg() to replace printk() in __fat_fs_error()Gu Zheng1-3/+2
2012-12-20fat: fix incorrect function commentRavishankar N1-0/+4
2012-12-17fat: provide option for setting timezone offsetJan Kara1-3/+6
2011-04-12fat: Replace all printk with fat_msg()Alexey Fisher1-3/+3
2011-04-12fat: Add fat_msg() function for preformated FAT messagesAlexey Fisher1-0/+16
2011-04-12fat: Convert fat_fs_error to use %pVAlexey Fisher1-11/+11
2010-09-10block: remove the BH_Eopnotsupp flagChristoph Hellwig1-4/+1
2010-08-18remove SWRITE* I/O typesChristoph Hellwig1-1/+3
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi1-10/+12
2009-12-16fatfs: use common time_to_tm in fat_time_unix2fat()Zhaolei1-42/+15
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-3/+5
2009-09-20fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi1-3/+5
2009-09-14fat: Opencode sync_page_range_nolock()Jan Kara1-2/+2
2009-06-04FAT: add 'errors' mount optionDenis Karpov1-8/+14
2008-11-06fat: i_blocks warning fixOGAWA Hirofumi1-2/+3
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi1-41/+107
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi1-1/+1
2008-07-25fatfs: add UTC timestamp optionJoe Peterson1-4/+6
2008-02-06FAT: Fix printk format stringsVegard Nossum1-3/+2
2006-06-23[PATCH] fs/fat/misc.c: unexport fat_sync_bhsAdrian Bunk1-1/+0
2006-02-03[PATCH] fat: Replace an own implementation with ll_rw_block(SWRITE,)OGAWA Hirofumi1-12/+2
2006-01-08[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/OGAWA Hirofumi1-3/+3
2006-01-08[PATCH] fat: move fat_clusters_flush() to write_super()OGAWA Hirofumi1-2/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+225