1. f9f7ba4 fat: fix possible overflow for fat_clusters by OGAWA Hirofumi · 11 years ago
  2. 33b02b8 don't pass nameidata to ->create() by Al Viro · 12 years ago
  3. 986122f stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  4. 4c9e687 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  5. 93e6dc1 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  6. 866ae6f fat: limit the number of error prints by Asutosh Das · 10 years ago
  7. 5958175 fat: limit the number of error prints by Asutosh Das · 11 years ago
  8. 418a8e6 fs: vfat: reduce the worst case latencies by xiaogang · 11 years ago
  9. 4251740 Drop whitespace, Kconfigs, Makefile noise and dead code by Stephen Boyd · 12 years ago
  10. f066380 Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.130' into msm-3.4 by Steve Muckle · 12 years ago
  11. f132c6c Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4 by Steve Muckle · 12 years ago
  12. a872b71 fs: fat: rate limit the kernel messages by Subhash Jadavani · 12 years ago
  13. b1042b9 FAT: Add new ioctl VFAT_IOCTL_GET_VOLUME_ID for reading the volume ID. by Mike Lockwood · 16 years ago
  14. d533df0 fat: fix bug in enforcing Long File Name length by Namjae Jeon · 12 years ago
  15. 41f0c02 fat: clean up xlate_to_uni() by Namjae Jeon · 12 years ago
  16. 1688f86 fat: switch to d_make_root() by Al Viro · 13 years ago
  17. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  18. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  19. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  20. dacd0e7 fat: propagate umode_t by Al Viro · 13 years ago
  21. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  22. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  23. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  24. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  25. a561be7 switch a bunch of places to mnt_want_write_file() by Al Viro · 13 years ago
  26. d7a83c0 fat: Spelling s/obsolate/obsolete/g by Geert Uytterhoeven · 13 years ago
  27. 0720a06 NLS: improve UTF8 -> UTF16 string conversion routine by Alan Stern · 13 years ago
  28. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  29. 0a90e0f fat: follow rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  30. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  31. 3f2bc4d Initial Contribution by Bryan Huntsman · 13 years ago
  32. f6a975c Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 13 years ago
  33. 710d440 fat: fat16 support maximum 4GB file/vol size as WinXP or 7. by Namjae Jeon · 13 years ago
  34. 186b537 fat: fix utf8 iocharset warning message by Mihai Moldovan · 13 years ago
  35. 8c320c0 fat: fix build warning by Jonas Aberg · 13 years ago
  36. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  37. aacfc19 fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  38. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  39. 5826869 fat: remove i_alloc_sem abuse by Christoph Hellwig · 13 years ago
  40. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  41. 407938e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step by Al Viro · 13 years ago
  42. ac73333 FAT: Add new ioctl VFAT_IOCTL_GET_VOLUME_ID for reading the volume ID. by Mike Lockwood · 16 years ago
  43. 1adffba fat: Fix corrupt inode flags when remove ATTR_SYS flag by OGAWA Hirofumi · 13 years ago
  44. f4ff0e2 fat: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  45. 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
  46. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  47. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  48. f68e542 fat: Fix statfs->f_namelen by OGAWA Hirofumi · 13 years ago
  49. 869f58c fat: Replace all printk with fat_msg() by Alexey Fisher · 13 years ago
  50. 81ac21d fat: Add fat_msg() function for preformated FAT messages by Alexey Fisher · 13 years ago
  51. 2c8a5ff fat: Convert fat_fs_error to use %pV by Alexey Fisher · 13 years ago
  52. 7003092 fat: Fix possible null deref in fat_cache_add() by OGAWA Hirofumi · 13 years ago
  53. 384f5c9 fat: use new setup() for ->dir_ops too by OGAWA Hirofumi · 13 years ago
  54. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  55. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 14 years ago
  56. 9177ada fat: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  57. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  58. 3d23985 switch fat to ->s_d_op, close exportfs races there by Al Viro · 14 years ago
  59. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  60. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  61. fa0d7e3 fs: icache RCU free inodes by Nick Piggin · 14 years ago
  62. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 14 years ago
  63. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 14 years ago
  64. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  65. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  66. 3768744 BKL: Remove BKL from fat by Arnd Bergmann · 14 years ago
  67. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  68. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  69. 0edd55f block: remove the BH_Eopnotsupp flag by Christoph Hellwig · 14 years ago
  70. e045db8 fat: do not send discards as barriers by Christoph Hellwig · 14 years ago
  71. 2cf6d26 block: pass gfp_mask and flags to sb_issue_discard by Christoph Hellwig · 14 years ago
  72. 9cb569d remove SWRITE* I/O types by Christoph Hellwig · 14 years ago
  73. deee3ce covert fatfs to ->evict_inode() by Al Viro · 14 years ago
  74. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
  75. db78b87 always call inode_change_ok early in ->setattr by Christoph Hellwig · 14 years ago
  76. 6a1a90a rename generic_setattr by Christoph Hellwig · 14 years ago
  77. 282dc17 get rid of cont_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  78. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  79. 459f6ed fat: convert to use the new truncate convention. by npiggin@suse.de · 14 years ago
  80. 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 14 years ago
  81. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  82. aaa04b4 fatfs: ratelimit corruption report by OGAWA Hirofumi · 14 years ago
  83. 3e766fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 14 years ago
  84. 7845bc3e fat: convert to unlocked_ioctl by Arnd Bergmann · 14 years ago
  85. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  86. 30d1872 fat: fix buffer overflow in vfat_create_shortname() by Nikolaus Schulz · 14 years ago
  87. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  88. 1bdb6f9 fat: Cleanup nls_unload() usage by OGAWA Hirofumi · 14 years ago
  89. 3ed3dec fat: use pack_hex_byte() instead of custom one by Andy Shevchenko · 14 years ago
  90. 9d85929 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 14 years ago
  91. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  92. eeb5b4a fat: Fix stat->f_namelen by Kevin Dankwardt · 15 years ago
  93. 8045e29 fat: Fix vfat_lookup() by OGAWA Hirofumi · 15 years ago
  94. 337e4a1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 15 years ago
  95. 1d81a18 fatfs: use common time_to_tm in fat_time_unix2fat() by Zhaolei · 15 years ago
  96. 681142f fat: make discard a mount option by Christoph Hellwig · 15 years ago
  97. 4c8f1cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 15 years ago
  98. 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago
  99. ed248b2 fat: Check s_dirt in fat_sync_fs() by OGAWA Hirofumi · 15 years ago
  100. 2f3d675 fat: Opencode sync_page_range_nolock() by Jan Kara · 15 years ago