index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fat
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-10
check ATTR_SIZE contraints in inode_change_ok
Christoph Hellwig
1
-15
/
+2
2010-08-10
always call inode_change_ok early in ->setattr
Christoph Hellwig
1
-15
/
+15
2010-08-10
rename generic_setattr
Christoph Hellwig
1
-1
/
+1
2010-05-28
fat: convert to use the new truncate convention.
npiggin@suse.de
1
-8
/
+26
2010-05-28
rename the generic fsync implementations
Christoph Hellwig
1
-1
/
+1
2010-05-28
drop unused dentry argument to ->fsync
Christoph Hellwig
1
-3
/
+3
2010-05-17
fat: convert to unlocked_ioctl
Arnd Bergmann
1
-3
/
+16
2009-09-14
fat: Opencode sync_page_range_nolock()
Jan Kara
1
-2
/
+20
2009-07-10
Fix congestion_wait() sync/async vs read/write confusion
Jens Axboe
1
-1
/
+1
2009-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
Linus Torvalds
1
-89
/
+95
2009-06-12
Sanitize ->fsync() for FAT
Al Viro
1
-1
/
+13
2009-06-08
fat: split fat_generic_ioctl
Christoph Hellwig
1
-88
/
+94
2009-06-03
FAT: add 'errors' mount option
Denis Karpov
1
-1
/
+1
2008-11-14
Merge branch 'master' into next
James Morris
1
-22
/
+27
2008-11-14
CRED: Wrap task credential accesses in the FAT filesystem
David Howells
1
-1
/
+1
2008-11-07
fat: Fix ATTR_RO for directory
OGAWA Hirofumi
1
-4
/
+12
2008-11-07
fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0
OGAWA Hirofumi
1
-1
/
+6
2008-11-07
fat: Cleanup FAT attribute stuff
OGAWA Hirofumi
1
-20
/
+12
2008-11-07
fat: split include/msdos_fs.h
OGAWA Hirofumi
1
-1
/
+1
2008-08-02
fat: Fix allow_utime option
OGAWA Hirofumi
1
-2
/
+4
2008-07-27
[patch 3/4] fat: dont call notify_change
Miklos Szeredi
1
-1
/
+14
2008-07-15
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
1
-17
/
+27
2008-07-03
Make FAT users happier by not deadlocking
Jonathan Corbet
1
-9
/
+1
2008-06-21
Replace BKL with superblock lock in fat/msdos/vfat
Linus Torvalds
1
-5
/
+7
2008-06-13
fat: relax the permission check of fat_setattr()
OGAWA Hirofumi
1
-17
/
+27
2008-04-30
fs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-1
/
+1
2008-04-28
fat: Add allow_utime option
OGAWA Hirofumi
1
-0
/
+24
2008-04-28
fat: fat_setattr() fix
OGAWA Hirofumi
1
-9
/
+6
2008-04-28
fat: fat_notify_change() and check_mode() cleanup
OGAWA Hirofumi
1
-99
/
+84
2008-04-19
[PATCH] r/o bind mounts: elevate write count for ioctls()
Dave Hansen
1
-5
/
+7
2008-02-06
fs/fat/: refine chmod checks
Jan Engelhardt
1
-3
/
+44
2007-07-10
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
Jens Axboe
1
-1
/
+1
2007-02-12
[PATCH] mark struct inode_operations const 1
Arjan van de Ven
1
-1
/
+1
2006-12-08
[PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_path
Josef "Jeff" Sipek
1
-1
/
+1
2006-11-16
[PATCH] fat: add fat_getattr()
OGAWA Hirofumi
1
-0
/
+10
2006-10-20
[PATCH] separate bdi congestion functions from queue congestion functions
Andrew Morton
1
-1
/
+2
2006-10-01
[PATCH] Remove readv/writev methods and use aio_read/aio_write instead
Badari Pulavarty
1
-2
/
+0
2006-09-29
[PATCH] add -o flush for fat
Chris Mason
1
-0
/
+13
2006-03-28
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
1
-1
/
+1
2006-02-03
[PATCH] fat: Fix truncate() write ordering
OGAWA Hirofumi
1
-27
/
+23
2006-01-12
[PATCH] capable/capability.h (fs/)
Randy Dunlap
1
-0
/
+1
2006-01-10
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-2
/
+2
2006-01-09
[PATCH] fat: support a truncate() for expanding size (generic_cont_expand)
OGAWA Hirofumi
1
-3
/
+28
2006-01-09
[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/
OGAWA Hirofumi
1
-1
/
+1
2005-09-17
[PATCH] FAT: miss-sync issues on sync mount (miss-sync on write)
OGAWA Hirofumi
1
-35
/
+2
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+308