Age | Commit message (Expand) | Author |
2019-03-07 | fat: enable .splice_write to support splice on O_DIRECT file | Hou Tao |
2018-10-31 | fat: truncate inode timestamp updates in setattr | Frank Sorenson |
2018-10-31 | fat: change timestamp updates to use fat_truncate_time | Frank Sorenson |
2018-10-31 | fat: add functions to update and truncate timestamps appropriately | Frank Sorenson |
2018-08-22 | fat: add FITRIM ioctl for FAT file system | Wentao Wang |
2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells |
2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-09-27 | fs: Replace current_fs_time() with current_time() | Deepa Dinamani |
2016-09-27 | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani |
2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara |
2016-01-22 | wrappers for ->i_mutex access | Al Viro |
2016-01-20 | fat: add fat_fallocate operation | Namjae Jeon |
2015-06-02 | writeback: separate out include/linux/backing-dev-defs.h | Tejun Heo |
2015-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2015-04-17 | fs/fat: remove unnecessary includes | Alexander Kuleshov |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells |
2015-04-11 | make new_sync_{read,write}() static | Al Viro |
2014-12-13 | fat: fix data past EOF resulting from fsx testsuite | Namjae Jeon |
2014-05-06 | write_iter variants of {__,}generic_file_aio_write() | Al Viro |
2014-05-06 | switch simple generic_file_aio_read() users to ->read_iter() | Al Viro |
2013-07-09 | fatfs: add FAT_IOCTL_GET_VOLUME_ID | Mike Lockwood |
2013-04-29 | fat: restructure export_operations | Namjae Jeon |
2013-02-22 | new helper: file_inode(file) | Al Viro |
2012-09-20 | userns: Convert fat to use kuid/kgid where appropriate | Eric W. Biederman |
2012-07-31 | fat: Push mnt_want_write() outside of i_mutex | Jan Kara |
2012-01-03 | fat: propagate umode_t | Al Viro |
2012-01-03 | vfs: mnt_drop_write_file() | Al Viro |
2012-01-03 | switch a bunch of places to mnt_want_write_file() | Al Viro |
2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik |
2011-07-20 | fs: move inode_dio_wait calls into ->setattr | Christoph Hellwig |
2011-07-20 | fat: remove i_alloc_sem abuse | Christoph Hellwig |
2011-05-31 | fat: Fix corrupt inode flags when remove ATTR_SYS flag | OGAWA Hirofumi |
2010-08-09 | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig |
2010-08-09 | always call inode_change_ok early in ->setattr | Christoph Hellwig |
2010-08-09 | rename generic_setattr | Christoph Hellwig |
2010-05-27 | fat: convert to use the new truncate convention. | npiggin@suse.de |
2010-05-27 | rename the generic fsync implementations | Christoph Hellwig |
2010-05-27 | drop unused dentry argument to ->fsync | Christoph Hellwig |
2010-05-17 | fat: convert to unlocked_ioctl | Arnd Bergmann |
2009-09-14 | fat: Opencode sync_page_range_nolock() | Jan Kara |
2009-07-10 | Fix congestion_wait() sync/async vs read/write confusion | Jens Axboe |
2009-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds |
2009-06-11 | Sanitize ->fsync() for FAT | Al Viro |
2009-06-08 | fat: split fat_generic_ioctl | Christoph Hellwig |
2009-06-04 | FAT: add 'errors' mount option | Denis Karpov |
2008-11-14 | Merge branch 'master' into next | James Morris |
2008-11-14 | CRED: Wrap task credential accesses in the FAT filesystem | David Howells |
2008-11-06 | fat: Fix ATTR_RO for directory | OGAWA Hirofumi |
2008-11-06 | fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0 | OGAWA Hirofumi |
2008-11-06 | fat: Cleanup FAT attribute stuff | OGAWA Hirofumi |