1. 9582864 fat: don't allow to mount if the FAT length == 0 by OGAWA Hirofumi · 4 years, 2 months ago
  2. a867bbb fat: fix uninit-memory access for partial initialized inode by OGAWA Hirofumi · 4 years, 5 months ago
  3. 0840dae fat: work around race with userspace's read via blockdev while mounting by OGAWA Hirofumi · 4 years, 10 months ago
  4. 5b6619b fs/fat/file.c: issue flush after the writeback of FAT by Hou Tao · 5 years ago
  5. ac081c3 fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters() by Khazhismel Kumykov · 6 years ago
  6. f423420 fat: propagate 64-bit inode timestamps by Arnd Bergmann · 6 years ago
  7. 0afa962 fat: validate ->i_start before using by OGAWA Hirofumi · 6 years ago
  8. f663b5b fat: add FITRIM ioctl for FAT file system by Wentao Wang · 6 years ago
  9. 35033ab fat: fix memory allocation failure handling of match_strdup() by OGAWA Hirofumi · 6 years ago
  10. b5d903c2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  11. c2574aa fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block() by OGAWA Hirofumi · 6 years ago
  12. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  13. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  14. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 6 years ago
  15. f6ddc16 vfat: simplify checks in vfat_lookup() by Al Viro · 6 years ago
  16. 3087147 msdos_rmdir(): kill BS comment by Al Viro · 6 years ago
  17. c472c07 iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw} by Goffredo Baroncelli · 6 years ago
  18. 2489dba fat: convert to new i_version API by Jeff Layton · 7 years ago
  19. b6e8e12 fs/fat/inode.c: fix sb_rdonly() change by OGAWA Hirofumi · 7 years ago
  20. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  21. eecd7f4 fat: remove redundant assignment of 0 to slots by Colin Ian King · 7 years ago
  22. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  23. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  24. 5680db4 vfat: deduplicate hex2bin() by OGAWA Hirofumi · 7 years ago
  25. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  26. c0d0e35 fat: fix using uninitialized fields of fat_inode/fsinfo_inode by OGAWA Hirofumi · 7 years ago
  27. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 7 years ago
  28. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  29. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  30. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  31. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  32. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  33. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  34. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  35. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  36. 814184f vfat: don't use ->d_time by Miklos Szeredi · 8 years ago
  37. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  38. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  39. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  40. b59091c qstr: constify instances in vfat by Al Viro · 8 years ago
  41. d3fe198 cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare() by Al Viro · 8 years ago
  42. 69c4289 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  43. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  44. 34df117 fat: fix error message for bogus number of directory entries by Zheng Lv · 8 years ago
  45. dcc381e fat: fix typo s/supeblock/superblock/ by Zheng Lv · 8 years ago
  46. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  47. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 8 years ago
  48. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  49. 98d4b8d fat: switch to ->iterate_shared() by Al Viro · 8 years ago
  50. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  51. 3873938 fat: add config option to set UTF-8 mount option by default by Maciej S. Szmigiero · 8 years ago
  52. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  53. 8992de4 fat: constify fatent_operations structures by Julia Lawall · 9 years ago
  54. 16fab20 fat: permit to return phy block number by fibmap in fallocated region by Namjae Jeon · 9 years ago
  55. 7e0f236 fat: skip cluster allocation on fallocated region by Namjae Jeon · 9 years ago
  56. b13bb33 fat: add fat_fallocate operation by Namjae Jeon · 9 years ago
  57. a3082d5 fat: add simple validation for directory inode by OGAWA Hirofumi · 9 years ago
  58. a513d86 fat: allow time_offset to be up to 24 hours by Jan Kara · 9 years ago
  59. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  60. 928a477 fat: fix fake_offset handling on error path by OGAWA Hirofumi · 9 years ago
  61. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  62. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  63. 54e514b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  64. 8de560d fs/fat: comment fix, fat_bits can be also 32 by Alexander Kuleshov · 9 years ago
  65. 58932ef fs/fat: remove unnecessary includes by Alexander Kuleshov · 9 years ago
  66. a40a7d9 fs/fat: remove unnecessary defintion by Alexander Kuleshov · 9 years ago
  67. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  68. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  69. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  70. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  71. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  72. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  73. d6bd428 fs: fat: use MSDOS_SB macro to get msdos_sb_info by Fred Chou · 9 years ago
  74. c0ef0cc fat: fix data past EOF resulting from fsx testsuite by Namjae Jeon · 10 years ago
  75. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  76. 1ead0e7 fat: fix oops on corrupted vfat fs by Al Viro · 10 years ago
  77. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  78. 877aabd fat: remove redundant sys_tz declaration by Fabian Frederick · 10 years ago
  79. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  80. ef19470 fs/fat/inode.c: clean up string initializations (char[] instead of char *) by Manuel Schölling · 10 years ago
  81. 190a884 fs/fat/: add support for DOS 1.x formatted volumes by Conrad Meyer · 10 years ago
  82. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  83. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  84. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  85. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  86. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  87. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  88. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  89. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  90. cac45b0 fat: rcu-delay unloading nls and freeing sbi by Al Viro · 11 years ago
  91. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  92. 6e5b93e fatfs: add FAT_IOCTL_GET_VOLUME_ID by Mike Lockwood · 11 years ago
  93. e68e96d fs/fat: use fat_msg() to replace printk() in __fat_fs_error() by Gu Zheng · 11 years ago
  94. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  95. 2c6a247 [readdir] convert fatfs by Al Viro · 11 years ago
  96. 7b92d03 fat: fix possible overflow for fat_clusters by OGAWA Hirofumi · 11 years ago
  97. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  98. f1e6fb0 fat (exportfs): rebuild directory-inode if fat_dget() by Namjae Jeon · 11 years ago
  99. 8fceb4e fat (exportfs): rebuild inode if ilookup() fails by Namjae Jeon · 11 years ago
  100. ea3983a fat: restructure export_operations by Namjae Jeon · 11 years ago