aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat
Commit message (Expand)AuthorAge
* fat: delete an unnecessary check before brelse()Markus Elfring2019-09-25
* fat: work around race with userspace's read via blockdev while mountingOGAWA Hirofumi2019-09-24
* fs: fat: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-30
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-05
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner2019-05-30
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-21
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
* fs/fat/file.c: issue flush after the writeback of FATHou Tao2019-05-14
* fat: switch to ->free_inode()Al Viro2019-05-01
* fat: enable .splice_write to support splice on O_DIRECT fileHou Tao2019-03-07
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-05
|\
| * fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir2019-01-04
| * fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir2019-01-04
| * fat: remove FAT_FIRST_ENT macroCarmeli Tamir2019-01-04
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-03
|/
* fat: truncate inode timestamp updates in setattrFrank Sorenson2018-10-31
* fat: change timestamp updates to use fat_truncate_timeFrank Sorenson2018-10-31
* fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson2018-10-31
* fat: create a function to calculate the timezone offestFrank Sorenson2018-10-31
* fat: expand a slightly out-of-date commentMihir Mehta2018-10-31
* fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov2018-10-13
* fat: propagate 64-bit inode timestampsArnd Bergmann2018-08-22
* fat: validate ->i_start before usingOGAWA Hirofumi2018-08-22
* fat: add FITRIM ioctl for FAT file systemWentao Wang2018-08-22
* fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi2018-07-21
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-14
|\
| * fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi2018-06-14
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-14
|\ \ | |/ |/|
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-05
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* | vfat: simplify checks in vfat_lookup()Al Viro2018-05-13
* | msdos_rmdir(): kill BS commentAl Viro2018-04-20
|/
* iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-01
* fat: convert to new i_version APIJeff Layton2018-01-29
* fs/fat/inode.c: fix sb_rdonly() changeOGAWA Hirofumi2017-11-29
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* fat: remove redundant assignment of 0 to slotsColin Ian King2017-11-17
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-14
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* | vfat: deduplicate hex2bin()OGAWA Hirofumi2017-09-08
|/
* fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi2017-03-09
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-27
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-27
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-27
| |/