aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/file.c
Commit message (Expand)AuthorAgeFilesLines
* merged fsWolfgang Wiedmeyer2015-10-251-59/+0
* samsung update 1codeworkx2012-06-021-0/+59
* 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
* | Replace BKL with superblock lock in fat/msdos/vfatLinus Torvalds2008-06-201-5/+7
|/
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* fat: Add allow_utime optionOGAWA Hirofumi2008-04-281-0/+24
* fat: fat_setattr() fixOGAWA Hirofumi2008-04-281-9/+6
* fat: fat_notify_change() and check_mode() cleanupOGAWA Hirofumi2008-04-281-99/+84
* [PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen2008-04-191-5/+7
* fs/fat/: refine chmod checksJan Engelhardt2008-02-061-3/+44
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+1
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-1/+1
* [PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-1/+1
* [PATCH] fat: add fat_getattr()OGAWA Hirofumi2006-11-161-0/+10
* [PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton2006-10-201-1/+2
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-2/+0
* [PATCH] add -o flush for fatChris Mason2006-09-291-0/+13
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] fat: Fix truncate() write orderingOGAWA Hirofumi2006-02-031-27/+23
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-2/+2
* [PATCH] fat: support a truncate() for expanding size (generic_cont_expand)OGAWA Hirofumi2006-01-081-3/+28
* [PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/OGAWA Hirofumi2006-01-081-1/+1
* [PATCH] FAT: miss-sync issues on sync mount (miss-sync on write)OGAWA Hirofumi2005-09-171-35/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+308