1. 497d48b hfsplus: use -ENOMEM when kzalloc() fails by Namjae Jeon · 12 years ago
  2. 9e6c582 hfsplus: get rid of write_super by Artem Bityutskiy · 12 years ago
  3. 58770d7 hfsplus: remove useless check by Artem Bityutskiy · 12 years ago
  4. b7a90e8 hfsplus: amend debugging print by Artem Bityutskiy · 12 years ago
  5. 0a81861 hfsplus: make hfsplus_sync_fs static by Artem Bityutskiy · 12 years ago
  6. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  7. 68acb8e hfsplus: switch to d_make_root() by Al Viro · 12 years ago
  8. b3f2a92 hfsplus: creation of hidden dir on mount can fail by Al Viro · 12 years ago
  9. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  10. f1fcd9f hfsplus: fix filesystem size checks by Christoph Hellwig · 13 years ago
  11. f588c96 hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error path by Seth Forshee · 13 years ago
  12. 6596528 hfsplus: ensure bio requests are not smaller than the hardware sectors by Seth Forshee · 13 years ago
  13. dd7f3d5 hfsplus: Add error propagation for hfsplus_ext_write_extent_locked by Alexey Khoroshilov · 13 years ago
  14. 5bd9d99 hfsplus: add error checking for hfs_find_init() by Alexey Khoroshilov · 13 years ago
  15. c6d5f5f hfsplus: lift the 2TB size limit by Christoph Hellwig · 13 years ago
  16. 032016a hfsplus: Fix double iput of the same inode in hfsplus_fill_super() by Alexey Khoroshilov · 13 years ago
  17. c5b8d0b hfsplus: fix failed mount handling by Christoph Hellwig · 13 years ago
  18. eddf790 switch hfsplus by Al Viro · 14 years ago
  19. 0c21e3a Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus by Linus Torvalds · 13 years ago
  20. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  21. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  22. 2753cc2 hfsplus: over 80 character lines clean-up by Anton Salikhmetov · 14 years ago
  23. 34a2d31 hfsplus: flush disk caches in sync and fsync by Christoph Hellwig · 14 years ago
  24. e349470 hfsplus: optimize fsync by Christoph Hellwig · 14 years ago
  25. b33b792 hfsplus: split up inode flags by Christoph Hellwig · 14 years ago
  26. f02e26f hfsplus: avoid useless work in hfsplus_sync_fs by Christoph Hellwig · 14 years ago
  27. 7dc4f00 hfsplus: make sure sync writes out all metadata by Christoph Hellwig · 14 years ago
  28. 52399b1 hfsplus: use raw bio access for the volume headers by Christoph Hellwig · 14 years ago
  29. 3b5ce8a hfsplus: always use hfsplus_sync_fs to write the volume header by Christoph Hellwig · 14 years ago
  30. 6d1bbfc hfsplus: silence a few debug printks by Christoph Hellwig · 14 years ago
  31. 6f80dfe hfsplus: fix option parsing during remount by Christoph Hellwig · 14 years ago
  32. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  33. 84adede hfsplus: use atomic bitops for the superblock flags by Christoph Hellwig · 14 years ago
  34. 7ac9fb9 hfsplus: add per-superblock lock for volume header updates by Christoph Hellwig · 14 years ago
  35. 58a818f hfsplus: remove the rsrc_inodes list by Christoph Hellwig · 14 years ago
  36. 66e5db0 hfsplus: do not cache and write next_alloc by Christoph Hellwig · 14 years ago
  37. b5080f7 hfsplus: clean up hfsplus_write_inode by Christoph Hellwig · 14 years ago
  38. fc4fff8 hfsplus: clean up hfsplus_iget by Christoph Hellwig · 14 years ago
  39. 6af502d hfsplus: fix HFSPLUS_I calling convention by Christoph Hellwig · 14 years ago
  40. dd73a01 hfsplus: fix HFSPLUS_SB calling convention by Christoph Hellwig · 14 years ago
  41. e753a62 hfsplus: remove BKL from hfsplus_put_super by Christoph Hellwig · 14 years ago
  42. a9fdbf8 hfsplus: use alloc_mutex in hfsplus_sync_fs by Christoph Hellwig · 14 years ago
  43. 40bf48a hfsplus: introduce alloc_mutex by Christoph Hellwig · 14 years ago
  44. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  45. b5fc510 get rid of file_fsync() by Al Viro · 14 years ago
  46. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  47. 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago
  48. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  49. 7fbc6df hfsplus: add ->sync_fs by Christoph Hellwig · 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. 25564dd fs/hfsplus: return f_fsid for statfs(2) by Coly Li · 15 years ago
  54. 81a7371 hfsplus: quieten down mounting hfsplus journaled fs read only by Mike Crowe · 16 years ago
  55. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  56. 895c23f hfsplus: convert the extents_lock in a mutex by Matthias Kaehlcke · 16 years ago
  57. 20c79e7 hfs/hfsplus: be*_add_cpu conversion by Marcin Slusarz · 16 years ago
  58. 355a469 trivial: fix user-visible typo in hfsplus by Dave Jones · 16 years ago
  59. 6352539 iget: stop HFSPLUS from using iget() and read_inode() by David Howells · 16 years ago
  60. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  61. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  62. d45bce8 HFS+: add custom dentry hash and comparison operations by Duane Griffin · 17 years ago
  63. a5001a2 HFSPlus: change kmalloc/memset to kzalloc by Wyatt Banks · 17 years ago
  64. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  65. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  66. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  67. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  68. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  69. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  70. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  71. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  72. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  73. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  74. 2179d37 [PATCH] hfs: add HFSX support by David Elliott · 18 years ago
  75. 634725a [PATCH] hfs: cleanup HFS+ prints by Roman Zippel · 18 years ago
  76. 9979ead [PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug function by Adrian Bunk · 18 years ago
  77. bd6a59b [PATCH] hfsplus oops fix by Joshua Kwan · 18 years ago
  78. b0b623c [PATCH] hfsplus: don't modify journaled volume by Roman Zippel · 19 years ago
  79. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  80. 94c1d31 [PATCH] Fix HFS+ to free up the space when a file is deleted. by Peter Wainwright · 19 years ago
  81. e39f07c [PATCH] Change HFS+ to not use ll_rw_block() by Jan Kara · 19 years ago
  82. 717dd80e [PATCH] hfs: show_options support by Roman Zippel · 19 years ago
  83. 945b092 [PATCH] hfs, hfsplus: don't leak s_fs_info and fix an oops by Colin Leroy · 19 years ago
  84. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago