1. c472c07 iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw} by Goffredo Baroncelli · 7 years ago
  2. 2489dba fat: convert to new i_version API by Jeff Layton · 7 years ago
  3. 5680db4 vfat: deduplicate hex2bin() by OGAWA Hirofumi · 7 years ago
  4. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  5. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  6. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  7. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  8. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  9. 814184f vfat: don't use ->d_time by Miklos Szeredi · 8 years ago
  10. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  11. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  12. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  13. b59091c qstr: constify instances in vfat by Al Viro · 8 years ago
  14. d3fe198 cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare() by Al Viro · 8 years ago
  15. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  16. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  17. 58932ef fs/fat: remove unnecessary includes by Alexander Kuleshov · 10 years ago
  18. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  19. 1ead0e7 fat: fix oops on corrupted vfat fs by Al Viro · 10 years ago
  20. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  21. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
  22. e40b34c fat: drop lock/unlock super by Marco Stornelli · 12 years ago
  23. 7669e8f fat (exportfs): fix dentry reconnection by Steven J. Magnani · 12 years ago
  24. a943ed7 fat: accessors for msdos_dir_entry 'start' fields by Steven J. Magnani · 12 years ago
  25. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  26. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  27. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  28. d533df0 fat: fix bug in enforcing Long File Name length by Namjae Jeon · 13 years ago
  29. 41f0c02 fat: clean up xlate_to_uni() by Namjae Jeon · 13 years ago
  30. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  31. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  32. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  33. 0720a06 NLS: improve UTF8 -> UTF16 string conversion routine by Alan Stern · 13 years ago
  34. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  35. 407938e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step by Al Viro · 13 years ago
  36. f4ff0e2 fat: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  37. 32e51f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  38. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  39. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  40. 384f5c9 fat: use new setup() for ->dir_ops too by OGAWA Hirofumi · 14 years ago
  41. 9177ada fat: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  42. 3d23985 switch fat to ->s_d_op, close exportfs races there by Al Viro · 14 years ago
  43. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  44. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  45. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 14 years ago
  46. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 14 years ago
  47. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  48. 3768744 BKL: Remove BKL from fat by Arnd Bergmann · 14 years ago
  49. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  50. 30d1872 fat: fix buffer overflow in vfat_create_shortname() by Nikolaus Schulz · 15 years ago
  51. eeb5b4a fat: Fix stat->f_namelen by Kevin Dankwardt · 15 years ago
  52. 8045e29 fat: Fix vfat_lookup() by OGAWA Hirofumi · 15 years ago
  53. 67638e4 fat/nls: Fix handling of utf8 invalid char by OGAWA Hirofumi · 15 years ago
  54. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  55. e1f5b94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  56. 23059a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 15 years ago
  57. 74675a5 NLS: update handling of Unicode by Alan Stern · 15 years ago
  58. b522412 Sanitize ->fsync() for FAT by Al Viro · 15 years ago
  59. 85c7859 FAT: add 'errors' mount option by Denis Karpov · 15 years ago
  60. ce6cdc4 constify dentry_operations: FAT by Al Viro · 16 years ago
  61. ebeb040 fat: drop negative dentry on rename() path by OGAWA Hirofumi · 16 years ago
  62. 1c13a24 fat: Kill d_invalidate() in vfat_lookup() by OGAWA Hirofumi · 16 years ago
  63. 1b52467 fat: Fix/Cleanup dcache handling for vfat by OGAWA Hirofumi · 16 years ago
  64. 068f5ae vfat: Fix vfat_find() error path in vfat_lookup() by OGAWA Hirofumi · 16 years ago
  65. 7decd1c fat: Fix and cleanup timestamp conversion by OGAWA Hirofumi · 16 years ago
  66. 9e975da fat: split include/msdos_fs.h by OGAWA Hirofumi · 16 years ago
  67. 990e194 fat: move fs/vfat/* and fs/msdos/* to fs/fat by OGAWA Hirofumi · 16 years ago[Renamed from fs/vfat/namei.c]
  68. b271e06 fatfs: add UTC timestamp option by Joe Peterson · 16 years ago
  69. 8f59342 Replace BKL with superblock lock in fat/msdos/vfat by Linus Torvalds · 16 years ago
  70. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  71. c7a6c4e fat: use __getname() by OGAWA Hirofumi · 16 years ago
  72. f22032b vfat: bug fix for vfat cannot handle filename with 255 by Keith Mok · 16 years ago
  73. 1278fdd fat: fat_notify_change() and check_mode() cleanup by OGAWA Hirofumi · 16 years ago
  74. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 17 years ago
  75. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 18 years ago
  76. da63fc7 [PATCH] fat: add fat_getattr() by OGAWA Hirofumi · 18 years ago
  77. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  78. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  79. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  80. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  81. 094e320 [PATCH] fat: kill reserved names by OGAWA Hirofumi · 19 years ago
  82. 9131dd4 [PATCH] fat: remove the unneeded vfat_find() in vfat_rename() by OGAWA Hirofumi · 19 years ago
  83. 451cbaa [PATCH] fat: cleanup and optimization of checksum by OGAWA Hirofumi · 19 years ago
  84. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago