Age | Commit message (Expand) | Author |
2023-10-18 | fat: convert to new timestamp accessors | Jeff Layton |
2023-08-11 | fs: drop the timespec64 argument from update_time | Jeff Layton |
2023-08-11 | fat: make fat_update_time get its own timestamp | Jeff Layton |
2023-08-11 | fat: remove i_version handling from fat_update_time | Jeff Layton |
2023-07-24 | fat: convert to ctime accessor functions | Jeff Layton |
2022-05-19 | fat: remove time truncations in vfat_create/vfat_mkdir | Chung-Chiang Cheng |
2022-05-19 | fat: ignore ctime updates, and keep ctime identical to mtime in memory | Chung-Chiang Cheng |
2022-05-19 | fat: split fat_truncate_time() into separate functions | Chung-Chiang Cheng |
2022-04-29 | fatfs: add FAT messages to printk index | Jonathan Lassoff |
2021-08-13 | fat: Add KUnit tests for checksums and timestamps | David Gow |
2021-01-13 | fat: only specify I_DIRTY_TIME when needed in fat_update_time() | Eric Biggers |
2019-12-08 | fs: fat: Eliminate timespec64_trunc() usage | Deepa Dinamani |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner |
2019-01-04 | fat: new inline functions to determine the FAT variant (32, 16 or 12) | Carmeli Tamir |
2018-10-31 | fat: add functions to update and truncate timestamps appropriately | Frank Sorenson |
2018-10-31 | fat: create a function to calculate the timezone offest | Frank Sorenson |
2018-08-22 | fat: propagate 64-bit inode timestamps | Arnd Bergmann |
2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds |
2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells |
2016-06-07 | fs: have submit_bh users pass in op and flags separately | Mike Christie |
2015-04-17 | fs/fat: remove unnecessary includes | Alexander Kuleshov |
2014-10-14 | fat: remove redundant sys_tz declaration | Fabian Frederick |
2013-07-03 | fs/fat: use fat_msg() to replace printk() in __fat_fs_error() | Gu Zheng |
2012-12-20 | fat: fix incorrect function comment | Ravishankar N |
2012-12-17 | fat: provide option for setting timezone offset | Jan Kara |
2011-04-12 | fat: Replace all printk with fat_msg() | Alexey Fisher |
2011-04-12 | fat: Add fat_msg() function for preformated FAT messages | Alexey Fisher |
2011-04-12 | fat: Convert fat_fs_error to use %pV | Alexey Fisher |
2010-09-10 | block: remove the BH_Eopnotsupp flag | Christoph Hellwig |
2010-08-18 | remove SWRITE* I/O types | Christoph Hellwig |
2010-05-25 | fatfs: ratelimit corruption report | OGAWA Hirofumi |
2009-12-16 | fatfs: use common time_to_tm in fat_time_unix2fat() | Zhaolei |
2009-09-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds |
2009-09-20 | fat: Check s_dirt in fat_sync_fs() | OGAWA Hirofumi |
2009-09-14 | fat: Opencode sync_page_range_nolock() | Jan Kara |
2009-06-04 | FAT: add 'errors' mount option | Denis Karpov |
2008-11-06 | fat: i_blocks warning fix | OGAWA Hirofumi |
2008-11-06 | fat: Fix and cleanup timestamp conversion | OGAWA Hirofumi |
2008-11-06 | fat: split include/msdos_fs.h | OGAWA Hirofumi |
2008-07-25 | fatfs: add UTC timestamp option | Joe Peterson |
2008-02-06 | FAT: Fix printk format strings | Vegard Nossum |
2006-06-23 | [PATCH] fs/fat/misc.c: unexport fat_sync_bhs | Adrian 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-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds |