aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat
AgeCommit message (Expand)Author
2019-10-10Merge tag 'v5.2.20' into v5.2/standard/baseBruce Ashfield
2019-10-07fat: work around race with userspace's read via blockdev while mountingOGAWA Hirofumi
2019-07-22fat: don't use obsolete random32 call in namei_vfatPaul Gortmaker
2019-07-22FAT: Added FAT_NO_83NAMEAndrew Tridgell
2019-07-22FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES optionAndrew Tridgell
2019-07-22FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES optionAndrew Tridgell
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14fs/fat/file.c: issue flush after the writeback of FATHou Tao
2019-05-01fat: switch to ->free_inode()Al Viro
2019-03-07fat: enable .splice_write to support splice on O_DIRECT fileHou Tao
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-04fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir
2019-01-04fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir
2019-01-04fat: remove FAT_FIRST_ENT macroCarmeli Tamir
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-10-31fat: truncate inode timestamp updates in setattrFrank Sorenson
2018-10-31fat: change timestamp updates to use fat_truncate_timeFrank Sorenson
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-10-31fat: expand a slightly out-of-date commentMihir Mehta
2018-10-13fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov
2018-08-22fat: propagate 64-bit inode timestampsArnd Bergmann
2018-08-22fat: validate ->i_start before usingOGAWA Hirofumi
2018-08-22fat: add FITRIM ioctl for FAT file systemWentao Wang
2018-07-21fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-06-15fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-13vfat: simplify checks in vfat_lookup()Al Viro
2018-04-20msdos_rmdir(): kill BS commentAl Viro
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli
2018-01-29fat: convert to new i_version APIJeff Layton
2017-11-29fs/fat/inode.c: fix sb_rdonly() changeOGAWA Hirofumi
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-17fat: remove redundant assignment of 0 to slotsColin Ian King
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-08vfat: deduplicate hex2bin()OGAWA Hirofumi
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-03-09fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro