| Commit message (Expand) | Author | Age | Files | Lines |
* | userns: Convert fat to use kuid/kgid where appropriate | Eric W. Biederman | 2012-09-20 | 1 | -3/+3 |
* | fat: Push mnt_want_write() outside of i_mutex | Jan Kara | 2012-07-30 | 1 | -8/+7 |
* | fat: propagate umode_t | Al Viro | 2012-01-04 | 1 | -2/+2 |
* | vfs: mnt_drop_write_file() | Al Viro | 2012-01-04 | 1 | -1/+1 |
* | switch a bunch of places to mnt_want_write_file() | Al Viro | 2012-01-04 | 1 | -1/+1 |
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2011-07-21 | 1 | -2/+2 |
* | fs: move inode_dio_wait calls into ->setattr | Christoph Hellwig | 2011-07-21 | 1 | -0/+2 |
* | fat: remove i_alloc_sem abuse | Christoph Hellwig | 2011-07-21 | 1 | -0/+2 |
* | fat: Fix corrupt inode flags when remove ATTR_SYS flag | OGAWA Hirofumi | 2011-05-31 | 1 | -1/+1 |
* | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig | 2010-08-09 | 1 | -15/+2 |
* | always call inode_change_ok early in ->setattr | Christoph Hellwig | 2010-08-09 | 1 | -15/+15 |
* | rename generic_setattr | Christoph Hellwig | 2010-08-09 | 1 | -1/+1 |
* | fat: convert to use the new truncate convention. | npiggin@suse.de | 2010-05-28 | 1 | -8/+26 |
* | rename the generic fsync implementations | Christoph Hellwig | 2010-05-28 | 1 | -1/+1 |
* | drop unused dentry argument to ->fsync | Christoph Hellwig | 2010-05-28 | 1 | -3/+3 |
* | fat: convert to unlocked_ioctl | Arnd Bergmann | 2010-05-17 | 1 | -3/+16 |
* | fat: Opencode sync_page_range_nolock() | Jan Kara | 2009-09-14 | 1 | -2/+20 |
* | Fix congestion_wait() sync/async vs read/write confusion | Jens Axboe | 2009-07-10 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 2009-06-16 | 1 | -89/+95 |
|\ |
|
| * | fat: split fat_generic_ioctl | Christoph Hellwig | 2009-06-08 | 1 | -88/+94 |
| * | FAT: add 'errors' mount option | Denis Karpov | 2009-06-03 | 1 | -1/+1 |
* | | Sanitize ->fsync() for FAT | Al Viro | 2009-06-12 | 1 | -1/+13 |
|/ |
|
* | Merge branch 'master' into next | James Morris | 2008-11-14 | 1 | -22/+27 |
|\ |
|
| * | fat: Fix ATTR_RO for directory | OGAWA Hirofumi | 2008-11-07 | 1 | -4/+12 |
| * | fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0 | OGAWA Hirofumi | 2008-11-07 | 1 | -1/+6 |
| * | fat: Cleanup FAT attribute stuff | OGAWA Hirofumi | 2008-11-07 | 1 | -20/+12 |
| * | fat: split include/msdos_fs.h | OGAWA Hirofumi | 2008-11-07 | 1 | -1/+1 |
* | | CRED: Wrap task credential accesses in the FAT filesystem | David Howells | 2008-11-14 | 1 | -1/+1 |
|/ |
|
* | fat: Fix allow_utime option | OGAWA Hirofumi | 2008-08-02 | 1 | -2/+4 |
* | [patch 3/4] fat: dont call notify_change | Miklos Szeredi | 2008-07-27 | 1 | -1/+14 |
* | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 1 | -17/+27 |
|\ |
|
| * | fat: relax the permission check of fat_setattr() | OGAWA Hirofumi | 2008-06-13 | 1 | -17/+27 |
* | | Make FAT users happier by not deadlocking | Jonathan Corbet | 2008-07-02 | 1 | -9/+1 |
* | | Replace BKL with superblock lock in fat/msdos/vfat | Linus Torvalds | 2008-06-20 | 1 | -5/+7 |
|/ |
|
* | fs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-30 | 1 | -1/+1 |
* | fat: Add allow_utime option | OGAWA Hirofumi | 2008-04-28 | 1 | -0/+24 |
* | fat: fat_setattr() fix | OGAWA Hirofumi | 2008-04-28 | 1 | -9/+6 |
* | fat: fat_notify_change() and check_mode() cleanup | OGAWA Hirofumi | 2008-04-28 | 1 | -99/+84 |
* | [PATCH] r/o bind mounts: elevate write count for ioctls() | Dave Hansen | 2008-04-19 | 1 | -5/+7 |
* | fs/fat/: refine chmod checks | Jan Engelhardt | 2008-02-06 | 1 | -3/+44 |
* | sendfile: remove .sendfile from filesystems that use generic_file_sendfile() | Jens Axboe | 2007-07-10 | 1 | -1/+1 |
* | [PATCH] mark struct inode_operations const 1 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] fat: add fat_getattr() | OGAWA Hirofumi | 2006-11-16 | 1 | -0/+10 |
* | [PATCH] separate bdi congestion functions from queue congestion functions | Andrew Morton | 2006-10-20 | 1 | -1/+2 |
* | [PATCH] Remove readv/writev methods and use aio_read/aio_write instead | Badari Pulavarty | 2006-10-01 | 1 | -2/+0 |
* | [PATCH] add -o flush for fat | Chris Mason | 2006-09-29 | 1 | -0/+13 |
* | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 2006-03-28 | 1 | -1/+1 |
* | [PATCH] fat: Fix truncate() write ordering | OGAWA Hirofumi | 2006-02-03 | 1 | -27/+23 |
* | [PATCH] capable/capability.h (fs/) | Randy Dunlap | 2006-01-12 | 1 | -0/+1 |