summaryrefslogtreecommitdiffstats
path: root/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner2019-05-301-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-213-0/+3
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-213-0/+3
* fs/fat/file.c: issue flush after the writeback of FATHou Tao2019-05-151-3/+8
* fat: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* fat: enable .splice_write to support splice on O_DIRECT fileHou Tao2019-03-081-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-056-25/+55
|\
| * fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir2019-01-046-22/+39
| * fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir2019-01-042-1/+10
| * fat: remove FAT_FIRST_ENT macroCarmeli Tamir2019-01-041-4/+8
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+2
|/
* fat: truncate inode timestamp updates in setattrFrank Sorenson2018-10-311-0/+12
* fat: change timestamp updates to use fat_truncate_timeFrank Sorenson2018-10-315-20/+20
* fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson2018-10-316-0/+87
* fat: create a function to calculate the timezone offestFrank Sorenson2018-10-311-7/+9
* fat: expand a slightly out-of-date commentMihir Mehta2018-10-311-1/+3
* fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov2018-10-131-0/+1
* fat: propagate 64-bit inode timestampsArnd Bergmann2018-08-226-48/+30Star
* fat: validate ->i_start before usingOGAWA Hirofumi2018-08-223-10/+20
* fat: add FITRIM ioctl for FAT file systemWentao Wang2018-08-223-0/+136
* fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi2018-07-211-7/+13
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-151-1/+7
|\
| * fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi2018-06-151-1/+7
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-153-22/+41
|\ \ | |/ |/|
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-063-22/+41
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* | vfat: simplify checks in vfat_lookup()Al Viro2018-05-131-12/+1Star
* | msdos_rmdir(): kill BS commentAl Viro2018-04-201-4/+0Star
|/
* iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-011-1/+1
* fat: convert to new i_version APIJeff Layton2018-01-294-19/+22
* fs/fat/inode.c: fix sb_rdonly() changeOGAWA Hirofumi2017-11-301-1/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-274-9/+9
* fat: remove redundant assignment of 0 to slotsColin Ian King2017-11-181-1/+0Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-153-4/+4
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-173-4/+4
* | vfat: deduplicate hex2bin()OGAWA Hirofumi2017-09-091-23/+12Star
|/
* fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi2017-03-101-1/+12
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-032-4/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-115-18/+26
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-112-2/+10
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-272-2/+2
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-272-4/+12
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-281-1/+1
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-285-15/+15
| |/
* | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| |/
* / vfat: don't use ->d_timeMiklos Szeredi2016-09-161-4/+15
|/