aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-20fat: port to vfs{g,u}id_t and associated helpersChristian Brauner1-2/+3
2022-06-26attr: port attribute changes to new typesChristian Brauner1-3/+5
2022-06-26security: pass down mount idmapping to setattr hookChristian Brauner1-1/+2
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+11
2022-05-19fat: report creation time in statxChung-Chiang Cheng1-3/+11
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig1-2/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+1
2022-01-20FAT: use io_schedule_timeout() instead of congestion_wait()NeilBrown1-2/+3
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-11/+13
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-24fat: handle idmapped mountsChristian Brauner1-7/+8
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-4/+5
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2020-08-12fatfs: switch write_lock to read_lock in fat_ioctl_get_attributesYubo Feng1-2/+2
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-1/+1
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann1-12/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14fs/fat/file.c: issue flush after the writeback of FATHou Tao1-3/+8
2019-03-07fat: enable .splice_write to support splice on O_DIRECT fileHou Tao1-0/+1
2018-10-31fat: truncate inode timestamp updates in setattrFrank Sorenson1-0/+12
2018-10-31fat: change timestamp updates to use fat_truncate_timeFrank Sorenson1-2/+2
2018-10-31fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson1-0/+1
2018-08-22fat: add FITRIM ioctl for FAT file systemWentao Wang1-0/+33
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-2/+3
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-2/+2
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2016-01-20fat: add fat_fallocate operationNamjae Jeon1-0/+61
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov1-4/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2014-12-13fat: fix data past EOF resulting from fsx testsuiteNamjae Jeon1-0/+3
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2013-07-09fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood1-0/+8
2013-04-29fat: restructure export_operationsNamjae Jeon1-0/+5
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-09-20userns: Convert fat to use kuid/kgid where appropriateEric W. Biederman1-3/+3
2012-07-31fat: Push mnt_want_write() outside of i_mutexJan Kara1-8/+7
2012-01-03fat: propagate umode_tAl Viro1-2/+2
2012-01-03vfs: mnt_drop_write_file()Al Viro1-1/+1
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-07-20fat: remove i_alloc_sem abuseChristoph Hellwig1-0/+2