aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* 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-031-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/+30
* 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-053-22/+41
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* | vfat: simplify checks in vfat_lookup()Al Viro2018-05-131-12/+1
* | msdos_rmdir(): kill BS commentAl Viro2018-04-201-4/+0
|/
* 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-291-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-171-1/+0
* 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-143-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-081-23/+12
|/
* fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi2017-03-091-1/+12
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-022-4/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-105-18/+26
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-102-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-271-1/+1
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-275-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
|/
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-072-5/+5
|\
| * get rid of 'parent' argument of ->d_compare()Al Viro2016-07-312-3/+3
| * cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro2016-07-292-2/+2
* | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-3/+3
|\ \ | |/ |/|
| * qstr: constify instances in vfatAl Viro2016-07-301-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-07-281-2/+2
|\ \
| * | fat: fix error message for bogus number of directory entriesZheng Lv2016-06-241-1/+1
| * | fat: fix typo s/supeblock/superblock/Zheng Lv2016-06-211-1/+1
| |/