summaryrefslogtreecommitdiffstats
path: root/fs/fat/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fat: propagate umode_tAl Viro2012-01-031-2/+2
* vfs: mnt_drop_write_file()Al Viro2012-01-031-1/+1
* switch a bunch of places to mnt_want_write_file()Al Viro2012-01-031-1/+1
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-2/+2
* fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-201-0/+2
* fat: remove i_alloc_sem abuseChristoph Hellwig2011-07-201-0/+2
* fat: Fix corrupt inode flags when remove ATTR_SYS flagOGAWA Hirofumi2011-05-311-1/+1
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-15/+2
* always call inode_change_ok early in ->setattrChristoph Hellwig2010-08-091-15/+15
* rename generic_setattrChristoph Hellwig2010-08-091-1/+1
* fat: convert to use the new truncate convention.npiggin@suse.de2010-05-271-8/+26
* rename the generic fsync implementationsChristoph Hellwig2010-05-271-1/+1
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-3/+3
* fat: convert to unlocked_ioctlArnd Bergmann2010-05-171-3/+16
* fat: Opencode sync_page_range_nolock()Jan Kara2009-09-141-2/+20
* Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-06-161-89/+95
|\
| * fat: split fat_generic_ioctlChristoph Hellwig2009-06-081-88/+94
| * FAT: add 'errors' mount optionDenis Karpov2009-06-041-1/+1
* | Sanitize ->fsync() for FATAl Viro2009-06-111-1/+13
|/
* Merge branch 'master' into nextJames Morris2008-11-141-22/+27
|\
| * fat: Fix ATTR_RO for directoryOGAWA Hirofumi2008-11-061-4/+12
| * fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0OGAWA Hirofumi2008-11-061-1/+6
| * fat: Cleanup FAT attribute stuffOGAWA Hirofumi2008-11-061-20/+12
| * fat: split include/msdos_fs.hOGAWA Hirofumi2008-11-061-1/+1
* | CRED: Wrap task credential accesses in the FAT filesystemDavid Howells2008-11-141-1/+1
|/
* fat: Fix allow_utime optionOGAWA Hirofumi2008-08-021-2/+4
* [patch 3/4] fat: dont call notify_changeMiklos Szeredi2008-07-261-1/+14
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-17/+27
|\
| * fat: relax the permission check of fat_setattr()OGAWA Hirofumi2008-06-121-17/+27
* | Make FAT users happier by not deadlockingJonathan Corbet2008-07-021-9/+1
OpenPOWER on IntegriCloud