index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fat
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fatfs: switch write_lock to read_lock in fat_ioctl_get_attributes
Yubo Feng
2020-08-12
1
-2
/
+2
*
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
2020-05-22
1
-1
/
+1
*
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
2019-10-23
1
-12
/
+1
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
fs/fat/file.c: issue flush after the writeback of FAT
Hou Tao
2019-05-14
1
-3
/
+8
*
fat: enable .splice_write to support splice on O_DIRECT file
Hou Tao
2019-03-07
1
-0
/
+1
*
fat: truncate inode timestamp updates in setattr
Frank Sorenson
2018-10-31
1
-0
/
+12
*
fat: change timestamp updates to use fat_truncate_time
Frank Sorenson
2018-10-31
1
-2
/
+2
*
fat: add functions to update and truncate timestamps appropriately
Frank Sorenson
2018-10-31
1
-0
/
+1
*
fat: add FITRIM ioctl for FAT file system
Wentao Wang
2018-08-22
1
-0
/
+33
*
statx: Add a system call to make enhanced file info available
David Howells
2017-03-02
1
-2
/
+3
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
1
-3
/
+3
|
\
|
*
fs: Replace current_fs_time() with current_time()
Deepa Dinamani
2016-09-27
1
-1
/
+1
|
*
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
1
-2
/
+2
*
|
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-09-22
1
-1
/
+1
|
/
*
wrappers for ->i_mutex access
Al Viro
2016-01-22
1
-6
/
+6
*
fat: add fat_fallocate operation
Namjae Jeon
2016-01-20
1
-0
/
+61
*
writeback: separate out include/linux/backing-dev-defs.h
Tejun Heo
2015-06-02
1
-0
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-04-26
1
-2
/
+2
|
\
|
*
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-15
1
-2
/
+2
*
|
fs/fat: remove unnecessary includes
Alexander Kuleshov
2015-04-17
1
-4
/
+0
|
/
*
make new_sync_{read,write}() static
Al Viro
2015-04-11
1
-2
/
+0
*
fat: fix data past EOF resulting from fsx testsuite
Namjae Jeon
2014-12-13
1
-0
/
+3
*
write_iter variants of {__,}generic_file_aio_write()
Al Viro
2014-05-06
1
-2
/
+2
*
switch simple generic_file_aio_read() users to ->read_iter()
Al Viro
2014-05-06
1
-2
/
+2
*
fatfs: add FAT_IOCTL_GET_VOLUME_ID
Mike Lockwood
2013-07-09
1
-0
/
+8
*
fat: restructure export_operations
Namjae Jeon
2013-04-29
1
-0
/
+5
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-2
/
+2
*
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-31
1
-8
/
+7
*
fat: propagate umode_t
Al Viro
2012-01-03
1
-2
/
+2
*
vfs: mnt_drop_write_file()
Al Viro
2012-01-03
1
-1
/
+1
*
switch a bunch of places to mnt_want_write_file()
Al Viro
2012-01-03
1
-1
/
+1
*
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
2011-07-20
1
-2
/
+2
*
fs: move inode_dio_wait calls into ->setattr
Christoph Hellwig
2011-07-20
1
-0
/
+2
*
fat: remove i_alloc_sem abuse
Christoph Hellwig
2011-07-20
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-27
1
-8
/
+26
*
rename the generic fsync implementations
Christoph Hellwig
2010-05-27
1
-1
/
+1
*
drop unused dentry argument to ->fsync
Christoph Hellwig
2010-05-27
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-04
1
-1
/
+1
*
|
Sanitize ->fsync() for FAT
Al Viro
2009-06-11
1
-1
/
+13
|
/
[next]