1. aac49b7 fs/fat: return f_fsid for statfs(2) by Coly Li · 15 years ago
  2. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  3. 3a95ea1 Fix _fat_bmap() locking by OGAWA Hirofumi · 15 years ago
  4. ec270e5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 15 years ago
  5. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  6. f0ce7ee CRED: Wrap task credential accesses in the FAT filesystem by David Howells · 16 years ago
  7. 5a6bb10 fat: make sure to set d_ops in fat_get_parent by Christoph Hellwig · 16 years ago
  8. 9ca59f4 fat: ->i_pos race fix by OGAWA Hirofumi · 16 years ago
  9. 2bdf67e fat: mmu_private race fix by OGAWA Hirofumi · 16 years ago
  10. fa93ca1 fat: Fix _fat_bmap() race by OGAWA Hirofumi · 16 years ago
  11. dfc209c fat: Fix ATTR_RO for directory by OGAWA Hirofumi · 16 years ago
  12. 9c0aa1b fat: Cleanup FAT attribute stuff by OGAWA Hirofumi · 16 years ago
  13. a993b54 fat: use fat_detach() in fat_clear_inode() by OGAWA Hirofumi · 16 years ago
  14. d3dfa82 fat: improve fat_hash() by OGAWA Hirofumi · 16 years ago
  15. 7decd1c fat: Fix and cleanup timestamp conversion by OGAWA Hirofumi · 16 years ago
  16. 9e975da fat: split include/msdos_fs.h by OGAWA Hirofumi · 16 years ago
  17. 4e02ed4 fs: remove prepare_write/commit_write by Nick Piggin · 16 years ago
  18. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  19. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  20. 5f22ca9 vfat: fix 'sync' mount deadlock due to BKL->lock_super conversion by Linus Torvalds · 16 years ago
  21. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  22. b271e06 fatfs: add UTC timestamp option by Joe Peterson · 16 years ago
  23. 8d44d97 fat: fix parse_options() by OGAWA Hirofumi · 16 years ago
  24. 8f59342 Replace BKL with superblock lock in fat/msdos/vfat by Linus Torvalds · 16 years ago
  25. 803f445 fat: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  26. 9f35485 fatfs: fix build warning with 64k PAGE_SIZE by Olof Johansson · 16 years ago
  27. 73f20e5 FAT_VALID_MEDIA(): remove pointless test by Andrew Morton · 16 years ago
  28. 606e423 fat: Update free_clusters even if it is untrusted by OGAWA Hirofumi · 16 years ago
  29. 1ae43f8 fat: Add allow_utime option by OGAWA Hirofumi · 16 years ago
  30. 3754a54 fat: kill is_bad_inode() check by OGAWA Hirofumi · 16 years ago
  31. c1fca3b mount options: fix fat by Miklos Szeredi · 16 years ago
  32. 17f95a7 iget: stop FAT from using iget() and read_inode() by David Howells · 16 years ago
  33. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  34. b4cf9c3 FAT: Fix printk format strings by Vegard Nossum · 16 years ago
  35. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  36. 1305edad fat: new export ops by Christoph Hellwig · 17 years ago
  37. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  38. d7777a2 fat: convert to new aops by Nick Piggin · 17 years ago
  39. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  40. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  41. 9aacd59 fat: gcc 4.3 warning fix by OGAWA Hirofumi · 17 years ago
  42. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  43. 28ec039 fat: don't use free_clusters for fat32 by OGAWA Hirofumi · 17 years ago
  44. e7d709c is_power_of_2 in fat by Vignesh Babu BM · 17 years ago
  45. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  46. 94412a9 [PATCH] FAT: DIO-write fallback to normal buffered by OGAWA Hirofumi · 17 years ago
  47. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  48. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  49. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  50. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  51. 97e860d [PATCH] Remove unnecessary check in fs/fat/inode.c by Eric Sesterhenn · 18 years ago
  52. 31b1f85 [PATCH] fs/fat endianness annotations by Al Viro · 19 years ago
  53. ae78bf9 [PATCH] add -o flush for fat by Chris Mason · 18 years ago
  54. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  55. 6a1d980 [PATCH] fat: cleanup fat_get_block(s) by OGAWA Hirofumi · 18 years ago
  56. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  57. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  58. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  59. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  60. a28af47 [PATCH] fs/fat/: proper prototypes for two functions by Adrian Bunk · 18 years ago
  61. 1d8fa7a [PATCH] remove ->get_blocks() support by Badari Pulavarty · 18 years ago
  62. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  63. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  64. 4de151d It's UTF-8 by Alexey Dobriyan · 18 years ago
  65. e5174ba [PATCH] fat: support ->direct_IO() by OGAWA Hirofumi · 18 years ago
  66. 7c709d0 [PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/ by OGAWA Hirofumi · 18 years ago
  67. a5425d2 [PATCH] fat: add the read/writepages() by OGAWA Hirofumi · 18 years ago
  68. a6bf6b2 [PATCH] fat: move fat_clusters_flush() to write_super() by OGAWA Hirofumi · 18 years ago
  69. 41a34a4 [PATCH] fat: respect silent mount flag by Christoph Hellwig · 19 years ago
  70. 62a36c4 [PATCH] fat: fix adate by Stephane Kardas · 19 years ago
  71. ef40226 [PATCH] FAT: miss-sync issues on sync mount (miss-sync on write) by OGAWA Hirofumi · 19 years ago
  72. fef2665 [PATCH] update filesystems for new delete_inode behavior by Mark Fasheh · 19 years ago
  73. ef6689e [PATCH] fatfs sectioning fix by Andrew Morton · 19 years ago
  74. 532a39a [PATCH] fat: fix slab cache leak by Pekka J Enberg · 19 years ago
  75. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago