1. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  2. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  3. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  4. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  5. 3768744 BKL: Remove BKL from fat by Arnd Bergmann · 14 years ago
  6. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  7. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  8. 0edd55f block: remove the BH_Eopnotsupp flag by Christoph Hellwig · 14 years ago
  9. e045db8 fat: do not send discards as barriers by Christoph Hellwig · 14 years ago
  10. 2cf6d26 block: pass gfp_mask and flags to sb_issue_discard by Christoph Hellwig · 14 years ago
  11. 9cb569d remove SWRITE* I/O types by Christoph Hellwig · 14 years ago
  12. deee3ce covert fatfs to ->evict_inode() by Al Viro · 14 years ago
  13. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
  14. db78b87 always call inode_change_ok early in ->setattr by Christoph Hellwig · 14 years ago
  15. 6a1a90a rename generic_setattr by Christoph Hellwig · 14 years ago
  16. 282dc17 get rid of cont_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  17. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  18. 459f6ed fat: convert to use the new truncate convention. by npiggin@suse.de · 14 years ago
  19. 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 14 years ago
  20. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  21. aaa04b4 fatfs: ratelimit corruption report by OGAWA Hirofumi · 14 years ago
  22. 3e766fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 14 years ago
  23. 7845bc3e fat: convert to unlocked_ioctl by Arnd Bergmann · 14 years ago
  24. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  25. 30d1872 fat: fix buffer overflow in vfat_create_shortname() by Nikolaus Schulz · 14 years ago
  26. 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
  27. 1bdb6f9 fat: Cleanup nls_unload() usage by OGAWA Hirofumi · 14 years ago
  28. 3ed3dec fat: use pack_hex_byte() instead of custom one by Andy Shevchenko · 14 years ago
  29. 9d85929 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 14 years ago
  30. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  31. eeb5b4a fat: Fix stat->f_namelen by Kevin Dankwardt · 14 years ago
  32. 8045e29 fat: Fix vfat_lookup() by OGAWA Hirofumi · 14 years ago
  33. 337e4a1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 15 years ago
  34. 1d81a18 fatfs: use common time_to_tm in fat_time_unix2fat() by Zhaolei · 15 years ago
  35. 681142f fat: make discard a mount option by Christoph Hellwig · 15 years ago
  36. 4c8f1cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 15 years ago
  37. 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago
  38. ed248b2 fat: Check s_dirt in fat_sync_fs() by OGAWA Hirofumi · 15 years ago
  39. 2f3d675 fat: Opencode sync_page_range_nolock() by Jan Kara · 15 years ago
  40. 9552347 vfat: change the default from shortname=lower to shortname=mixed by Paul Wise · 15 years ago
  41. 67638e4 fat/nls: Fix handling of utf8 invalid char by OGAWA Hirofumi · 15 years ago
  42. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  43. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 15 years ago
  44. 3e10760 fat: Fix the removal of opts->fs_dmask by OGAWA Hirofumi · 15 years ago
  45. e1f5b94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  46. 23059a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 15 years ago
  47. 74675a5 NLS: update handling of Unicode by Alan Stern · 15 years ago
  48. f83d6d4 fat: add ->sync_fs by Christoph Hellwig · 15 years ago
  49. b522412 Sanitize ->fsync() for FAT by Al Viro · 15 years ago
  50. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  51. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  52. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  53. 21bea49 fat: split fat_generic_ioctl by Christoph Hellwig · 15 years ago
  54. 85c7859 FAT: add 'errors' mount option by Denis Karpov · 15 years ago
  55. d29a2e9 vfat: Note the NLS requirement by Alan Cox · 15 years ago
  56. 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  57. aac49b7 fs/fat: return f_fsid for statfs(2) by Coly Li · 15 years ago
  58. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  59. ce6cdc4 constify dentry_operations: FAT by Al Viro · 15 years ago
  60. 3a95ea1 Fix _fat_bmap() locking by OGAWA Hirofumi · 15 years ago
  61. 1c6ace0 fs/Kconfig: move fat out by Alexey Dobriyan · 15 years ago
  62. ec270e5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 15 years ago
  63. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  64. f0ce7ee CRED: Wrap task credential accesses in the FAT filesystem by David Howells · 16 years ago
  65. 5a6bb10 fat: make sure to set d_ops in fat_get_parent by Christoph Hellwig · 16 years ago
  66. 985eafc fat: fix duplicate addition of ->llseek handler by OGAWA Hirofumi · 16 years ago
  67. ebeb040 fat: drop negative dentry on rename() path by OGAWA Hirofumi · 16 years ago
  68. c330293 fat: i_blocks warning fix by OGAWA Hirofumi · 16 years ago
  69. 9ca59f4 fat: ->i_pos race fix by OGAWA Hirofumi · 16 years ago
  70. 2bdf67e fat: mmu_private race fix by OGAWA Hirofumi · 16 years ago
  71. 0e75f5d fat: Add printf attribute to fat_fs_panic() by OGAWA Hirofumi · 16 years ago
  72. fa93ca1 fat: Fix _fat_bmap() race by OGAWA Hirofumi · 16 years ago
  73. dfc209c fat: Fix ATTR_RO for directory by OGAWA Hirofumi · 16 years ago
  74. 9183482 fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0 by OGAWA Hirofumi · 16 years ago
  75. 9c0aa1b fat: Cleanup FAT attribute stuff by OGAWA Hirofumi · 16 years ago
  76. 45cfbe3 fat: Cleanup msdos_lookup() by OGAWA Hirofumi · 16 years ago
  77. 1c13a24 fat: Kill d_invalidate() in vfat_lookup() by OGAWA Hirofumi · 16 years ago
  78. 1b52467 fat: Fix/Cleanup dcache handling for vfat by OGAWA Hirofumi · 16 years ago
  79. 068f5ae vfat: Fix vfat_find() error path in vfat_lookup() by OGAWA Hirofumi · 16 years ago
  80. a993b54 fat: use fat_detach() in fat_clear_inode() by OGAWA Hirofumi · 16 years ago
  81. 5e35dd4 fat: Fix fat_ent_update_ptr() for FAT12 by OGAWA Hirofumi · 16 years ago
  82. d3dfa82 fat: improve fat_hash() by OGAWA Hirofumi · 16 years ago
  83. 52e9d9f fat: cleanup fat_parse_long() error handling by Darren Jenkins · 16 years ago
  84. 53472bc fat: use generic_file_llseek() for directory by OGAWA Hirofumi · 16 years ago
  85. 7decd1c fat: Fix and cleanup timestamp conversion by OGAWA Hirofumi · 16 years ago
  86. 9e975da fat: split include/msdos_fs.h by OGAWA Hirofumi · 16 years ago
  87. 990e194 fat: move fs/vfat/* and fs/msdos/* to fs/fat by OGAWA Hirofumi · 16 years ago
  88. 4e02ed4 fs: remove prepare_write/commit_write by Nick Piggin · 16 years ago
  89. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  90. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  91. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  92. 8c540a9 Let the block device know when sectors can be discarded by David Woodhouse · 16 years ago
  93. 5f22ca9 vfat: fix 'sync' mount deadlock due to BKL->lock_super conversion by Linus Torvalds · 16 years ago
  94. 1726384 fat: Fix allow_utime option by OGAWA Hirofumi · 16 years ago
  95. b1da47e [patch 3/4] fat: dont call notify_change by Miklos Szeredi · 16 years ago
  96. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  97. b271e06 fatfs: add UTC timestamp option by Joe Peterson · 16 years ago
  98. dcd8c53f fat: small optimization to __fat_readdir() by OGAWA Hirofumi · 16 years ago
  99. 98a1516 fat: use same logic in fat_search_long() and __fat_readdir() by OGAWA Hirofumi · 16 years ago
  100. d688611 fat: cleanup fs/fat/dir.c by OGAWA Hirofumi · 16 years ago