1. 3a95ea1 Fix _fat_bmap() locking by OGAWA Hirofumi · 15 years ago
  2. 1c6ace0 fs/Kconfig: move fat out by Alexey Dobriyan · 16 years ago
  3. ec270e5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 16 years ago
  4. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  5. f0ce7ee CRED: Wrap task credential accesses in the FAT filesystem by David Howells · 16 years ago
  6. 5a6bb10 fat: make sure to set d_ops in fat_get_parent by Christoph Hellwig · 16 years ago
  7. 985eafc fat: fix duplicate addition of ->llseek handler by OGAWA Hirofumi · 16 years ago
  8. ebeb040 fat: drop negative dentry on rename() path by OGAWA Hirofumi · 16 years ago
  9. c330293 fat: i_blocks warning fix by OGAWA Hirofumi · 16 years ago
  10. 9ca59f4 fat: ->i_pos race fix by OGAWA Hirofumi · 16 years ago
  11. 2bdf67e fat: mmu_private race fix by OGAWA Hirofumi · 16 years ago
  12. 0e75f5d fat: Add printf attribute to fat_fs_panic() by OGAWA Hirofumi · 16 years ago
  13. fa93ca1 fat: Fix _fat_bmap() race by OGAWA Hirofumi · 16 years ago
  14. dfc209c fat: Fix ATTR_RO for directory by OGAWA Hirofumi · 16 years ago
  15. 9183482 fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0 by OGAWA Hirofumi · 16 years ago
  16. 9c0aa1b fat: Cleanup FAT attribute stuff by OGAWA Hirofumi · 16 years ago
  17. 45cfbe3 fat: Cleanup msdos_lookup() by OGAWA Hirofumi · 16 years ago
  18. 1c13a24 fat: Kill d_invalidate() in vfat_lookup() by OGAWA Hirofumi · 16 years ago
  19. 1b52467 fat: Fix/Cleanup dcache handling for vfat by OGAWA Hirofumi · 16 years ago
  20. 068f5ae vfat: Fix vfat_find() error path in vfat_lookup() by OGAWA Hirofumi · 16 years ago
  21. a993b54 fat: use fat_detach() in fat_clear_inode() by OGAWA Hirofumi · 16 years ago
  22. 5e35dd4 fat: Fix fat_ent_update_ptr() for FAT12 by OGAWA Hirofumi · 16 years ago
  23. d3dfa82 fat: improve fat_hash() by OGAWA Hirofumi · 16 years ago
  24. 52e9d9f fat: cleanup fat_parse_long() error handling by Darren Jenkins · 16 years ago
  25. 53472bc fat: use generic_file_llseek() for directory by OGAWA Hirofumi · 16 years ago
  26. 7decd1c fat: Fix and cleanup timestamp conversion by OGAWA Hirofumi · 16 years ago
  27. 9e975da fat: split include/msdos_fs.h by OGAWA Hirofumi · 16 years ago
  28. 990e194 fat: move fs/vfat/* and fs/msdos/* to fs/fat by OGAWA Hirofumi · 16 years ago
  29. 4e02ed4 fs: remove prepare_write/commit_write by Nick Piggin · 16 years ago
  30. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  31. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  32. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  33. 8c540a9 Let the block device know when sectors can be discarded by David Woodhouse · 16 years ago
  34. 5f22ca9 vfat: fix 'sync' mount deadlock due to BKL->lock_super conversion by Linus Torvalds · 16 years ago
  35. 1726384 fat: Fix allow_utime option by OGAWA Hirofumi · 16 years ago
  36. b1da47e [patch 3/4] fat: dont call notify_change by Miklos Szeredi · 16 years ago
  37. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  38. b271e06 fatfs: add UTC timestamp option by Joe Peterson · 16 years ago
  39. dcd8c53f fat: small optimization to __fat_readdir() by OGAWA Hirofumi · 16 years ago
  40. 98a1516 fat: use same logic in fat_search_long() and __fat_readdir() by OGAWA Hirofumi · 16 years ago
  41. d688611 fat: cleanup fs/fat/dir.c by OGAWA Hirofumi · 16 years ago
  42. 531f710 fat/dir.c: switch to struct __fat_dirent by Adrian Bunk · 16 years ago
  43. 8d44d97 fat: fix parse_options() by OGAWA Hirofumi · 16 years ago
  44. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  45. 9c20616 Make FAT users happier by not deadlocking by Jonathan Corbet · 16 years ago
  46. 8f59342 Replace BKL with superblock lock in fat/msdos/vfat by Linus Torvalds · 16 years ago
  47. 2d518f8 fat: relax the permission check of fat_setattr() by OGAWA Hirofumi · 16 years ago
  48. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  49. 803f445 fat: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  50. 9f35485 fatfs: fix build warning with 64k PAGE_SIZE by Olof Johansson · 16 years ago
  51. 73f20e5 FAT_VALID_MEDIA(): remove pointless test by Andrew Morton · 16 years ago
  52. c7a6c4e fat: use __getname() by OGAWA Hirofumi · 16 years ago
  53. f22032b vfat: bug fix for vfat cannot handle filename with 255 by Keith Mok · 16 years ago
  54. e69be4c fat: Remove fat_clusters_flush() by OGAWA Hirofumi · 16 years ago
  55. 606e423 fat: Update free_clusters even if it is untrusted by OGAWA Hirofumi · 16 years ago
  56. 1ae43f8 fat: Add allow_utime option by OGAWA Hirofumi · 16 years ago
  57. e97e8de fat: fat_setattr() fix by OGAWA Hirofumi · 16 years ago
  58. 1278fdd fat: fat_notify_change() and check_mode() cleanup by OGAWA Hirofumi · 16 years ago
  59. 3754a54 fat: kill is_bad_inode() check by OGAWA Hirofumi · 16 years ago
  60. 42a74f2 [PATCH] r/o bind mounts: elevate write count for ioctls() by Dave Hansen · 16 years ago
  61. c1fca3b mount options: fix fat by Miklos Szeredi · 16 years ago
  62. 17f95a7 iget: stop FAT from using iget() and read_inode() by David Howells · 16 years ago
  63. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  64. b4cf9c3 FAT: Fix printk format strings by Vegard Nossum · 16 years ago
  65. 19c561a fs/fat/: refine chmod checks by Jan Engelhardt · 16 years ago
  66. 9f966be899 fat: optimize fat_count_free_clusters() by OGAWA Hirofumi · 17 years ago
  67. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  68. 1305edad fat: new export ops by Christoph Hellwig · 17 years ago
  69. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  70. d7777a2 fat: convert to new aops by Nick Piggin · 17 years ago
  71. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  72. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  73. 98283bb fat: Fix the race of read/write the FAT12 entry by OGAWA Hirofumi · 17 years ago
  74. 9aacd59 fat: gcc 4.3 warning fix by OGAWA Hirofumi · 17 years ago
  75. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  76. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  77. c483bab fat: fix VFAT compat ioctls on 64-bit systems by OGAWA Hirofumi · 17 years ago
  78. 28ec039 fat: don't use free_clusters for fat32 by OGAWA Hirofumi · 17 years ago
  79. e7d709c is_power_of_2 in fat by Vignesh Babu BM · 17 years ago
  80. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  81. 94412a9 [PATCH] FAT: DIO-write fallback to normal buffered by OGAWA Hirofumi · 17 years ago
  82. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  83. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  84. dba3230 [PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  85. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  86. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  87. da63fc7 [PATCH] fat: add fat_getattr() by OGAWA Hirofumi · 18 years ago
  88. 3fcfab1 [PATCH] separate bdi congestion functions from queue congestion functions by Andrew Morton · 18 years ago
  89. 97e860d [PATCH] Remove unnecessary check in fs/fat/inode.c by Eric Sesterhenn · 18 years ago
  90. 31b1f85 [PATCH] fs/fat endianness annotations by Al Viro · 19 years ago
  91. afefdbb [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers by David Howells · 18 years ago
  92. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  93. 188f83d [PATCH] BLOCK: Move the msdos device ioctl compat stuff to the msdos driver [try #6] by David Howells · 18 years ago
  94. ae78bf9 [PATCH] add -o flush for fat by Chris Mason · 18 years ago
  95. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  96. 6a1d980 [PATCH] fat: cleanup fat_get_block(s) by OGAWA Hirofumi · 18 years ago
  97. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  98. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  99. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  100. 2da1326 [PATCH] fs/fat/misc.c: unexport fat_sync_bhs by Adrian Bunk · 18 years ago