summaryrefslogtreecommitdiffstats
path: root/fs/fat/inode.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* fat: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir2019-01-041-6/+6
* fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir2019-01-041-1/+1
* fat: remove FAT_FIRST_ENT macroCarmeli Tamir2019-01-041-4/+8
* fat: change timestamp updates to use fat_truncate_timeFrank Sorenson2018-10-311-2/+2
* fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson2018-10-311-0/+5
* fat: propagate 64-bit inode timestampsArnd Bergmann2018-08-221-14/+6Star
* 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
* | vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-6/+14
|/
* fat: convert to new i_version APIJeff Layton2018-01-291-4/+5
* fs/fat/inode.c: fix sb_rdonly() changeOGAWA Hirofumi2017-11-301-1/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-4/+4
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-2/+2
* fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi2017-03-101-1/+12
* fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
* 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
* direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-021-3/+3
* fat: add config option to set UTF-8 mount option by defaultMaciej S. Szmigiero2016-03-221-1/+3
* fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon2016-01-211-3/+28
* fat: skip cluster allocation on fallocated regionNamjae Jeon2016-01-211-2/+8
* fat: add fat_fallocate operationNamjae Jeon2016-01-211-2/+32
* fat: add simple validation for directory inodeOGAWA Hirofumi2016-01-211-0/+22
* fat: allow time_offset to be up to 24 hoursJan Kara2016-01-211-1/+6
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+1
* writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-171-11/+2Star
|\
| * fs/fat: remove unnecessary includesAlexander Kuleshov2015-04-171-9/+1Star
| * fs/fat: remove unnecessary defintionAlexander Kuleshov2015-04-171-2/+1Star
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-121-2/+1Star
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-121-2/+2
* | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-121-1/+1
|/
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+0Star
* fs: fat: use MSDOS_SB macro to get msdos_sb_infoFred Chou2015-02-171-1/+1
* fat: fix data past EOF resulting from fsx testsuiteNamjae Jeon2014-12-131-0/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-6/+6
|\
| * switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+1Star
| * get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-3/+3
| * pass iov_iter to ->direct_IO()Al Viro2014-05-061-6/+7
* | fs/fat/inode.c: clean up string initializations (char[] instead of char *)Manuel Schölling2014-06-071-1/+1
* | fs/fat/: add support for DOS 1.x formatted volumesConrad Meyer2014-06-071-76/+267
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-051-0/+2
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+2
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-041-1/+1
|/
* fat: rcu-delay unloading nls and freeing sbiAl Viro2013-10-251-8/+11
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-131-1/+1
* fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood2013-07-091-0/+12