aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/file.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner1-3/+2
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-4/+4
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-5/+6
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/...Linus 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/kerne...Linus 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/vir...Linus 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/vir...Linus 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
2011-05-31fat: Fix corrupt inode flags when remove ATTR_SYS flagOGAWA Hirofumi1-1/+1
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-15/+2
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig1-15/+15
2010-08-09rename generic_setattrChristoph Hellwig1-1/+1
2010-05-27fat: convert to use the new truncate convention.npiggin@suse.de1-8/+26
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-3/+3
2010-05-17fat: convert to unlocked_ioctlArnd Bergmann1-3/+16
2009-09-14fat: Opencode sync_page_range_nolock()Jan Kara1-2/+20
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-1/+1
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-89/+95
2009-06-11Sanitize ->fsync() for FATAl Viro1-1/+13
2009-06-08fat: split fat_generic_ioctlChristoph Hellwig1-88/+94
2009-06-04FAT: add 'errors' mount optionDenis Karpov1-1/+1
2008-11-14Merge branch 'master' into nextJames Morris1-22/+27
2008-11-14CRED: Wrap task credential accesses in the FAT filesystemDavid Howells1-1/+1
2008-11-06fat: Fix ATTR_RO for directoryOGAWA Hirofumi1-4/+12
2008-11-06fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0OGAWA Hirofumi1-1/+6
2008-11-06fat: Cleanup FAT attribute stuffOGAWA Hirofumi1-20/+12
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi1-1/+1
2008-08-02fat: Fix allow_utime optionOGAWA Hirofumi1-2/+4
2008-07-26[patch 3/4] fat: dont call notify_changeMiklos Szeredi1-1/+14
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-17/+27
2008-07-02Make FAT users happier by not deadlockingJonathan Corbet1-9/+1
2008-06-20Replace BKL with superblock lock in fat/msdos/vfatLinus Torvalds1-5/+7
2008-06-12fat: relax the permission check of fat_setattr()OGAWA Hirofumi1-17/+27
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-28fat: Add allow_utime optionOGAWA Hirofumi1-0/+24
2008-04-28fat: fat_setattr() fixOGAWA Hirofumi1-9/+6
2008-04-28fat: fat_notify_change() and check_mode() cleanupOGAWA Hirofumi1-99/+84
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen1-5/+7
2008-02-06fs/fat/: refine chmod checksJan Engelhardt1-3/+44
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2006-12-08[PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-1/+1
2006-11-16[PATCH] fat: add fat_getattr()OGAWA Hirofumi1-0/+10
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton1-1/+2
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-2/+0
2006-09-29[PATCH] add -o flush for fatChris Mason1-0/+13
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-02-03[PATCH] fat: Fix truncate() write orderingOGAWA Hirofumi1-27/+23
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2006-01-08[PATCH] fat: support a truncate() for expanding size (generic_cont_expand)OGAWA Hirofumi1-3/+28
2006-01-08[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/OGAWA Hirofumi1-1/+1
2005-09-17[PATCH] FAT: miss-sync issues on sync mount (miss-sync on write)OGAWA Hirofumi1-35/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+308