Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e1b2f134883718312ee30775ad077c2186eeaedc
/
fs
/
fat
/
file.c
6e5b93e
fatfs: add FAT_IOCTL_GET_VOLUME_ID
by Mike Lockwood
· 11 years ago
ea3983a
fat: restructure export_operations
by Namjae Jeon
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
170782e
userns: Convert fat to use kuid/kgid where appropriate
by Eric W. Biederman
· 13 years ago
e24f17d
fat: Push mnt_want_write() outside of i_mutex
by Jan Kara
· 12 years ago
dacd0e7
fat: propagate umode_t
by Al Viro
· 13 years ago
2a79f17
vfs: mnt_drop_write_file()
by Al Viro
· 13 years ago
a561be7
switch a bunch of places to mnt_want_write_file()
by Al Viro
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
562c72a
fs: move inode_dio_wait calls into ->setattr
by Christoph Hellwig
· 13 years ago
5826869
fat: remove i_alloc_sem abuse
by Christoph Hellwig
· 13 years ago
1adffba
fat: Fix corrupt inode flags when remove ATTR_SYS flag
by OGAWA Hirofumi
· 13 years ago
2c27c65
check ATTR_SIZE contraints in inode_change_ok
by Christoph Hellwig
· 14 years ago
db78b87
always call inode_change_ok early in ->setattr
by Christoph Hellwig
· 14 years ago
6a1a90a
rename generic_setattr
by Christoph Hellwig
· 14 years ago
459f6ed
fat: convert to use the new truncate convention.
by npiggin@suse.de
· 14 years ago
1b061d9
rename the generic fsync implementations
by Christoph Hellwig
· 14 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 14 years ago
7845bc3e
fat: convert to unlocked_ioctl
by Arnd Bergmann
· 14 years ago
2f3d675
fat: Opencode sync_page_range_nolock()
by Jan Kara
· 15 years ago
8aa7e84
Fix congestion_wait() sync/async vs read/write confusion
by Jens Axboe
· 15 years ago
23059a0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
by Linus Torvalds
· 15 years ago
b522412
Sanitize ->fsync() for FAT
by Al Viro
· 15 years ago
21bea49
fat: split fat_generic_ioctl
by Christoph Hellwig
· 15 years ago
85c7859
FAT: add 'errors' mount option
by Denis Karpov
· 15 years ago
2b82892
Merge branch 'master' into next
by James Morris
· 16 years ago
f0ce7ee
CRED: Wrap task credential accesses in the FAT filesystem
by David Howells
· 16 years ago
dfc209c
fat: Fix ATTR_RO for directory
by OGAWA Hirofumi
· 16 years ago
9183482
fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0
by OGAWA Hirofumi
· 16 years ago
9c0aa1b
fat: Cleanup FAT attribute stuff
by OGAWA Hirofumi
· 16 years ago
9e975da
fat: split include/msdos_fs.h
by OGAWA Hirofumi
· 16 years ago
1726384
fat: Fix allow_utime option
by OGAWA Hirofumi
· 16 years ago
b1da47e
[patch 3/4] fat: dont call notify_change
by Miklos Szeredi
· 16 years ago
2fceef3
Merge commit 'v2.6.26' into bkl-removal
by Jonathan Corbet
· 16 years ago
9c20616
Make FAT users happier by not deadlocking
by Jonathan Corbet
· 16 years ago
8f59342
Replace BKL with superblock lock in fat/msdos/vfat
by Linus Torvalds
· 16 years ago
2d518f8
fat: relax the permission check of fat_setattr()
by OGAWA Hirofumi
· 16 years ago
8e24eea
fs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
1ae43f8
fat: Add allow_utime option
by OGAWA Hirofumi
· 17 years ago
e97e8de
fat: fat_setattr() fix
by OGAWA Hirofumi
· 17 years ago
1278fdd
fat: fat_notify_change() and check_mode() cleanup
by OGAWA Hirofumi
· 17 years ago
42a74f2
[PATCH] r/o bind mounts: elevate write count for ioctls()
by Dave Hansen
· 17 years ago
19c561a
fs/fat/: refine chmod checks
by Jan Engelhardt
· 17 years ago
5ffc4ef
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
by Jens Axboe
· 17 years ago
754661f
[PATCH] mark struct inode_operations const 1
by Arjan van de Ven
· 18 years ago
dba3230
[PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
da63fc7
[PATCH] fat: add fat_getattr()
by OGAWA Hirofumi
· 18 years ago
3fcfab1
[PATCH] separate bdi congestion functions from queue congestion functions
by Andrew Morton
· 18 years ago
ee0b3e6
[PATCH] Remove readv/writev methods and use aio_read/aio_write instead
by Badari Pulavarty
· 18 years ago
ae78bf9
[PATCH] add -o flush for fat
by Chris Mason
· 18 years ago
4b6f5d2
[PATCH] Make most file operations structs in fs/ const
by Arjan van de Ven
· 19 years ago
3b64140
[PATCH] fat: Fix truncate() write ordering
by OGAWA Hirofumi
· 19 years ago
16f7e0f
[PATCH] capable/capability.h (fs/)
by Randy Dunlap
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
05eb0b5
[PATCH] fat: support a truncate() for expanding size (generic_cont_expand)
by OGAWA Hirofumi
· 19 years ago
7c709d0
[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/
by OGAWA Hirofumi
· 19 years ago
ef40226
[PATCH] FAT: miss-sync issues on sync mount (miss-sync on write)
by OGAWA Hirofumi
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago