summaryrefslogtreecommitdiffstats
path: root/fs/fat/misc.c
AgeCommit message (Expand)AuthorLines
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-01-04fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir-1/+1
2018-10-31fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson-0/+75
2018-10-31fat: create a function to calculate the timezone offestFrank Sorenson-7/+9
2018-08-22fat: propagate 64-bit inode timestampsArnd Bergmann-6/+7
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells-1/+1
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie-1/+1
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov-4/+0
2014-10-14fat: remove redundant sys_tz declarationFabian Frederick-2/+0
2013-07-03fs/fat: use fat_msg() to replace printk() in __fat_fs_error()Gu Zheng-3/+2
2012-12-20fat: fix incorrect function commentRavishankar N-0/+4
2012-12-17fat: provide option for setting timezone offsetJan Kara-3/+6
2011-04-12fat: Replace all printk with fat_msg()Alexey Fisher-3/+3
2011-04-12fat: Add fat_msg() function for preformated FAT messagesAlexey Fisher-0/+16
2011-04-12fat: Convert fat_fs_error to use %pVAlexey Fisher-11/+11
2010-09-10block: remove the BH_Eopnotsupp flagChristoph Hellwig-4/+1
2010-08-18remove SWRITE* I/O typesChristoph Hellwig-1/+3
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi-10/+12
2009-12-16fatfs: use common time_to_tm in fat_time_unix2fat()Zhaolei-42/+15
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds-3/+5
2009-09-20fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi-3/+5
2009-09-14fat: Opencode sync_page_range_nolock()Jan Kara-2/+2
2009-06-04FAT: add 'errors' mount optionDenis Karpov-8/+14
2008-11-06fat: i_blocks warning fixOGAWA Hirofumi-2/+3
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi-41/+107
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi-1/+1
2008-07-25fatfs: add UTC timestamp optionJoe Peterson-4/+6
2008-02-06FAT: Fix printk format stringsVegard Nossum-3/+2
2006-06-23[PATCH] fs/fat/misc.c: unexport fat_sync_bhsAdrian Bunk-1/+0
2006-02-03[PATCH] fat: Replace an own implementation with ll_rw_block(SWRITE,)OGAWA Hirofumi-12/+2
2006-01-08[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/OGAWA Hirofumi-3/+3
2006-01-08[PATCH] fat: move fat_clusters_flush() to write_super()OGAWA Hirofumi-2/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+225