summaryrefslogtreecommitdiffstats
path: root/fs/fat/file.c
Commit message (Expand)AuthorAgeFilesLines
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-3/+2
* fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-4/+4
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-5/+6
* fat: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-09-201-2/+3
* attr: port attribute changes to new typesChristian Brauner2022-06-261-3/+5
* security: pass down mount idmapping to setattr hookChristian Brauner2022-06-261-1/+2
* Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-3/+11
|\
| * fat: report creation time in statxChung-Chiang Cheng2022-05-191-3/+11
* | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-2/+1
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+1
|/
* FAT: use io_schedule_timeout() instead of congestion_wait()NeilBrown2022-01-201-2/+3
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-11/+13
|\
| * fat: handle idmapped mountsChristian Brauner2021-01-241-7/+8
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-4/+5
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
|/
* fatfs: switch write_lock to read_lock in fat_ioctl_get_attributesYubo Feng2020-08-121-2/+2
* block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
* compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-12/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* fs/fat/file.c: issue flush after the writeback of FATHou Tao2019-05-141-3/+8
* fat: enable .splice_write to support splice on O_DIRECT fileHou Tao2019-03-071-0/+1
* fat: truncate inode timestamp updates in setattrFrank Sorenson2018-10-311-0/+12
* 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/+1
* fat: add FITRIM ioctl for FAT file systemWentao Wang2018-08-221-0/+33
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-3/+3
|\
| * 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-271-2/+2
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-6/+6
* fat: add fat_fallocate operationNamjae Jeon2016-01-201-0/+61
* writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-2/+2
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* | fs/fat: remove unnecessary includesAlexander Kuleshov2015-04-171-4/+0
|/
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* fat: fix data past EOF resulting from fsx testsuiteNamjae Jeon2014-12-131-0/+3
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood2013-07-091-0/+8
* fat: restructure export_operationsNamjae Jeon2013-04-291-0/+5
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* userns: Convert fat to use kuid/kgid where appropriateEric W. Biederman2012-09-201-3/+3
* fat: Push mnt_want_write() outside of i_mutexJan Kara2012-07-311-8/+7