aboutsummaryrefslogtreecommitdiff
path: root/fs/fat/file.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlGravatar Arnd Bergmann 1-12/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-14fs/fat/file.c: issue flush after the writeback of FATGravatar Hou Tao 1-3/+8
2019-03-07fat: enable .splice_write to support splice on O_DIRECT fileGravatar Hou Tao 1-0/+1
2018-10-31fat: truncate inode timestamp updates in setattrGravatar Frank Sorenson 1-0/+12
2018-10-31fat: change timestamp updates to use fat_truncate_timeGravatar Frank Sorenson 1-2/+2
2018-10-31fat: add functions to update and truncate timestamps appropriatelyGravatar Frank Sorenson 1-0/+1
2018-08-22fat: add FITRIM ioctl for FAT file systemGravatar Wentao Wang 1-0/+33
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-2/+3
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 1-2/+2
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-6/+6
2016-01-20fat: add fat_fallocate operationGravatar Namjae Jeon 1-0/+61
2015-06-02writeback: separate out include/linux/backing-dev-defs.hGravatar Tejun Heo 1-0/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2015-04-17fs/fat: remove unnecessary includesGravatar Alexander Kuleshov 1-4/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2014-12-13fat: fix data past EOF resulting from fsx testsuiteGravatar Namjae Jeon 1-0/+3
2014-05-06write_iter variants of {__,}generic_file_aio_write()Gravatar Al Viro 1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Gravatar Al Viro 1-2/+2
2013-07-09fatfs: add FAT_IOCTL_GET_VOLUME_IDGravatar Mike Lockwood 1-0/+8
2013-04-29fat: restructure export_operationsGravatar Namjae Jeon 1-0/+5
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2012-09-20userns: Convert fat to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-3/+3
2012-07-31fat: Push mnt_want_write() outside of i_mutexGravatar Jan Kara 1-8/+7
2012-01-03fat: propagate umode_tGravatar Al Viro 1-2/+2
2012-01-03vfs: mnt_drop_write_file()Gravatar Al Viro 1-1/+1
2012-01-03switch a bunch of places to mnt_want_write_file()Gravatar Al Viro 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrGravatar Christoph Hellwig 1-0/+2
2011-07-20fat: remove i_alloc_sem abuseGravatar Christoph Hellwig 1-0/+2
2011-05-31fat: Fix corrupt inode flags when remove ATTR_SYS flagGravatar OGAWA Hirofumi 1-1/+1
2010-08-09check ATTR_SIZE contraints in inode_change_okGravatar Christoph Hellwig 1-15/+2
2010-08-09always call inode_change_ok early in ->setattrGravatar Christoph Hellwig 1-15/+15
2010-08-09rename generic_setattrGravatar Christoph Hellwig 1-1/+1
2010-05-27fat: convert to use the new truncate convention.Gravatar npiggin@suse.de 1-8/+26
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 1-1/+1
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-3/+3
2010-05-17fat: convert to unlocked_ioctlGravatar Arnd Bergmann 1-3/+16
2009-09-14fat: Opencode sync_page_range_nolock()Gravatar Jan Kara 1-2/+20
2009-07-10Fix congestion_wait() sync/async vs read/write confusionGravatar Jens Axboe 1-1/+1
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Gravatar Linus Torvalds 1-89/+95
2009-06-11Sanitize ->fsync() for FATGravatar Al Viro 1-1/+13
2009-06-08fat: split fat_generic_ioctlGravatar Christoph Hellwig 1-88/+94
2009-06-04FAT: add 'errors' mount optionGravatar Denis Karpov 1-1/+1
2008-11-14Merge branch 'master' into nextGravatar James Morris 1-22/+27
2008-11-14CRED: Wrap task credential accesses in the FAT filesystemGravatar David Howells 1-1/+1