summaryrefslogtreecommitdiff
path: root/fs/fat/misc.c
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-01-04fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir
2018-10-31fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson
2018-10-31fat: create a function to calculate the timezone offestFrank Sorenson
2018-08-22fat: propagate 64-bit inode timestampsArnd Bergmann
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov
2014-10-14fat: remove redundant sys_tz declarationFabian Frederick
2013-07-03fs/fat: use fat_msg() to replace printk() in __fat_fs_error()Gu Zheng
2012-12-20fat: fix incorrect function commentRavishankar N
2012-12-17fat: provide option for setting timezone offsetJan Kara
2011-04-12fat: Replace all printk with fat_msg()Alexey Fisher
2011-04-12fat: Add fat_msg() function for preformated FAT messagesAlexey Fisher
2011-04-12fat: Convert fat_fs_error to use %pVAlexey Fisher
2010-09-10block: remove the BH_Eopnotsupp flagChristoph Hellwig
2010-08-18remove SWRITE* I/O typesChristoph Hellwig
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi
2009-12-16fatfs: use common time_to_tm in fat_time_unix2fat()Zhaolei
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2009-09-20fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi
2009-09-14fat: Opencode sync_page_range_nolock()Jan Kara
2009-06-04FAT: add 'errors' mount optionDenis Karpov
2008-11-06fat: i_blocks warning fixOGAWA Hirofumi
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi
2008-07-25fatfs: add UTC timestamp optionJoe Peterson
2008-02-06FAT: Fix printk format stringsVegard Nossum
2006-06-23[PATCH] fs/fat/misc.c: unexport fat_sync_bhsAdrian Bunk
2006-02-03[PATCH] fat: Replace an own implementation with ll_rw_block(SWRITE,)OGAWA Hirofumi
2006-01-08[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/OGAWA Hirofumi
2006-01-08[PATCH] fat: move fat_clusters_flush() to write_super()OGAWA Hirofumi
2005-03-09[PATCH] FAT: Fix typoHirofumi Ogawa
2005-03-09[PATCH] FAT: Update ->rename() pathHirofumi Ogawa
2005-03-09[PATCH] FAT: make the fat_get_entry()/fat__get_entry() staticHirofumi Ogawa
2005-03-09[PATCH] FAT: Rewrite the FAT (File Allocation Table) access stuffHirofumi Ogawa
2005-03-09[PATCH] let fat handle MS_SYNCHRONOUS flagHirofumi Ogawa
2005-01-20[PATCH] fat: reserved clusters cleanupHirofumi Ogawa
2005-01-20[PATCH] fat: fs/fat/* cleanupHirofumi Ogawa
2005-01-20[PATCH] fat: use vprintk instead of snprintf with static bufferHirofumi Ogawa
2005-01-20[PATCH] fat: kill fatfs_syms.cHirofumi Ogawa
2004-10-19[PATCH] FAT: removal of C[FT]_LE_[WL] macroHirofumi Ogawa
2004-10-19[PATCH] FAT: rewrite the cache for file allocation table lookupHirofumi Ogawa
2004-09-21[PATCH] fat endianness annotationsAlexander Viro
2004-09-04[PATCH] msdos and vfat endianness fixesAlexander Viro
2004-05-01[PATCH] FAT: small cleanupHirofumi Ogawa
2003-12-29[PATCH] FAT: Fix ->prev_free of fat (6/10)Andrew Morton
2003-12-29[PATCH] fatfs: fix printk storm during I/O errorsAndrew Morton
2003-08-02[PATCH] more use fat_get_short_entry()Hirofumi Ogawa