1. cc2df63 fs/fat/file.c: issue flush after the writeback of FAT by Hou Tao · 5 years ago
  2. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  3. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  4. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  5. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  6. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  7. b13bb33 fat: add fat_fallocate operation by Namjae Jeon · 8 years ago
  8. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  9. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  10. 58932ef fs/fat: remove unnecessary includes by Alexander Kuleshov · 9 years ago
  11. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  12. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  13. c0ef0cc fat: fix data past EOF resulting from fsx testsuite by Namjae Jeon · 9 years ago
  14. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  15. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  16. 6e5b93e fatfs: add FAT_IOCTL_GET_VOLUME_ID by Mike Lockwood · 11 years ago
  17. ea3983a fat: restructure export_operations by Namjae Jeon · 11 years ago
  18. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  19. 170782e userns: Convert fat to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  20. e24f17d fat: Push mnt_want_write() outside of i_mutex by Jan Kara · 12 years ago
  21. dacd0e7 fat: propagate umode_t by Al Viro · 13 years ago
  22. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 12 years ago
  23. a561be7 switch a bunch of places to mnt_want_write_file() by Al Viro · 12 years ago
  24. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  25. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  26. 5826869 fat: remove i_alloc_sem abuse by Christoph Hellwig · 13 years ago
  27. 1adffba fat: Fix corrupt inode flags when remove ATTR_SYS flag by OGAWA Hirofumi · 13 years ago
  28. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
  29. db78b87 always call inode_change_ok early in ->setattr by Christoph Hellwig · 14 years ago
  30. 6a1a90a rename generic_setattr by Christoph Hellwig · 14 years ago
  31. 459f6ed fat: convert to use the new truncate convention. by npiggin@suse.de · 14 years ago
  32. 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 14 years ago
  33. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  34. 7845bc3e fat: convert to unlocked_ioctl by Arnd Bergmann · 14 years ago
  35. 2f3d675 fat: Opencode sync_page_range_nolock() by Jan Kara · 15 years ago
  36. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 15 years ago
  37. 23059a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 15 years ago
  38. b522412 Sanitize ->fsync() for FAT by Al Viro · 15 years ago
  39. 21bea49 fat: split fat_generic_ioctl by Christoph Hellwig · 15 years ago
  40. 85c7859 FAT: add 'errors' mount option by Denis Karpov · 15 years ago
  41. 2b82892 Merge branch 'master' into next by James Morris · 15 years ago
  42. f0ce7ee CRED: Wrap task credential accesses in the FAT filesystem by David Howells · 15 years ago
  43. dfc209c fat: Fix ATTR_RO for directory by OGAWA Hirofumi · 16 years ago
  44. 9183482 fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0 by OGAWA Hirofumi · 16 years ago
  45. 9c0aa1b fat: Cleanup FAT attribute stuff by OGAWA Hirofumi · 16 years ago
  46. 9e975da fat: split include/msdos_fs.h by OGAWA Hirofumi · 16 years ago
  47. 1726384 fat: Fix allow_utime option by OGAWA Hirofumi · 16 years ago
  48. b1da47e [patch 3/4] fat: dont call notify_change by Miklos Szeredi · 16 years ago
  49. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  50. 9c20616 Make FAT users happier by not deadlocking by Jonathan Corbet · 16 years ago
  51. 8f59342 Replace BKL with superblock lock in fat/msdos/vfat by Linus Torvalds · 16 years ago
  52. 2d518f8 fat: relax the permission check of fat_setattr() by OGAWA Hirofumi · 16 years ago
  53. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  54. 1ae43f8 fat: Add allow_utime option by OGAWA Hirofumi · 16 years ago
  55. e97e8de fat: fat_setattr() fix by OGAWA Hirofumi · 16 years ago
  56. 1278fdd fat: fat_notify_change() and check_mode() cleanup by OGAWA Hirofumi · 16 years ago
  57. 42a74f2 [PATCH] r/o bind mounts: elevate write count for ioctls() by Dave Hansen · 16 years ago
  58. 19c561a fs/fat/: refine chmod checks by Jan Engelhardt · 16 years ago
  59. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  60. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  61. dba3230 [PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 17 years ago
  62. da63fc7 [PATCH] fat: add fat_getattr() by OGAWA Hirofumi · 17 years ago
  63. 3fcfab1 [PATCH] separate bdi congestion functions from queue congestion functions by Andrew Morton · 18 years ago
  64. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  65. ae78bf9 [PATCH] add -o flush for fat by Chris Mason · 18 years ago
  66. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  67. 3b64140 [PATCH] fat: Fix truncate() write ordering by OGAWA Hirofumi · 18 years ago
  68. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 18 years ago
  69. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  70. 05eb0b5 [PATCH] fat: support a truncate() for expanding size (generic_cont_expand) by OGAWA Hirofumi · 18 years ago
  71. 7c709d0 [PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/ by OGAWA Hirofumi · 18 years ago
  72. ef40226 [PATCH] FAT: miss-sync issues on sync mount (miss-sync on write) by OGAWA Hirofumi · 19 years ago
  73. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago