1. 376270e hfsplus: prevent btree data loss on ENOSPC by Ernesto A. Fernández · 6 years ago
  2. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  3. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  5. b5cce52 qstr: constify instances in hfsplus by Al Viro · 8 years ago
  6. 67ed259 hfsplus: use bio op accessors by Mike Christie · 8 years ago
  7. 323ee8f hfsplus: switch to ->iterate_shared() by Al Viro · 8 years ago
  8. db6172c fs: cleanup slight list_entry abuse by Rasmus Villemoes · 9 years ago
  9. 89ac9b4 hfsplus: fix longname handling by Sougata Santra · 9 years ago
  10. ffbc067 hfsplus: coding style fix for declarations in hfsplus_fs.h by Sergei Antonov · 10 years ago
  11. 2cd282a hfsplus: fix "unused node is not erased" error by Sergei Antonov · 10 years ago
  12. 7f2fc81 hfsplus: remove unused routine hfsplus_attr_build_key_uni by Hin-Tak Leung · 10 years ago
  13. c11e614 fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache() by Fabian Frederick · 10 years ago
  14. d7d673a hfsplus: add HFSX subfolder count support by Sergei Antonov · 10 years ago
  15. 95e0d7d hfsplus: implement attributes file creation functionality by Vyacheslav Dubeyko · 11 years ago
  16. b3b5b0f hfsplus: add metadata file's clump size calculation functionality by Vyacheslav Dubeyko · 11 years ago
  17. 2c92057 hfsplus: add necessary declarations for POSIX ACLs support by Vyacheslav Dubeyko · 11 years ago
  18. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  19. d614267 hfs/hfsplus: convert printks to pr_<level> by Joe Perches · 11 years ago
  20. c2b3e1f hfs/hfsplus: convert dprint to hfs_dbg by Joe Perches · 11 years ago
  21. 324ef39 hfsplus: add support of manipulation by attributes file by Vyacheslav Dubeyko · 11 years ago
  22. 81cc7fa hfsplus: rework processing of hfs_btree_write() returned error by Vyacheslav Dubeyko · 11 years ago
  23. 16525e3 userns: Convert hfsplus to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  24. 9e6c582 hfsplus: get rid of write_super by Artem Bityutskiy · 12 years ago
  25. 0a81861 hfsplus: make hfsplus_sync_fs static by Artem Bityutskiy · 12 years ago
  26. a051f71 hfsplus: add an ioctl to bless files by Matthew Garrett · 12 years ago
  27. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 12 years ago
  28. c47da79 hfsplus: propagate umode_t by Al Viro · 13 years ago
  29. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  30. 6596528 hfsplus: ensure bio requests are not smaller than the hardware sectors by Seth Forshee · 13 years ago
  31. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  32. dd7f3d5 hfsplus: Add error propagation for hfsplus_ext_write_extent_locked by Alexey Khoroshilov · 13 years ago
  33. 0c21e3a Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus by Linus Torvalds · 13 years ago
  34. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  35. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  36. b2837fc hfsplus: %L-to-%ll, macro correction, and remove unneeded braces by Anton Salikhmetov · 13 years ago
  37. 21f2296 hfsplus: C99 comments clean-up by Anton Salikhmetov · 13 years ago
  38. 2753cc2 hfsplus: over 80 character lines clean-up by Anton Salikhmetov · 13 years ago
  39. 34a2d31 hfsplus: flush disk caches in sync and fsync by Christoph Hellwig · 13 years ago
  40. e349470 hfsplus: optimize fsync by Christoph Hellwig · 13 years ago
  41. b33b792 hfsplus: split up inode flags by Christoph Hellwig · 13 years ago
  42. eb29d66 hfsplus: write up fsync for directories by Christoph Hellwig · 13 years ago
  43. 358f26d hfsplus: use raw bio access for partition tables by Christoph Hellwig · 13 years ago
  44. 52399b1 hfsplus: use raw bio access for the volume headers by Christoph Hellwig · 13 years ago
  45. 6f80dfe hfsplus: fix option parsing during remount by Christoph Hellwig · 14 years ago
  46. 32e39e1 hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpers by Christoph Hellwig · 14 years ago
  47. 90e6169 hfsplus: create correct initial catalog entries for device files by Christoph Hellwig · 14 years ago
  48. 722c55d hfsplus: remove superflous rootflags field in hfsplus_inode_info by Christoph Hellwig · 14 years ago
  49. f6089ff hfsplus: fix link corruption by Christoph Hellwig · 14 years ago
  50. 467c3d9 hfsplus: convert tree_lock to mutex by Thomas Gleixner · 14 years ago
  51. 7fcc99f hfsplus: add missing extent locking in hfsplus_write_inode by Christoph Hellwig · 14 years ago
  52. 84adede hfsplus: use atomic bitops for the superblock flags by Christoph Hellwig · 14 years ago
  53. 7ac9fb9 hfsplus: add per-superblock lock for volume header updates by Christoph Hellwig · 14 years ago
  54. 58a818f hfsplus: remove the rsrc_inodes list by Christoph Hellwig · 14 years ago
  55. 66e5db0 hfsplus: do not cache and write next_alloc by Christoph Hellwig · 14 years ago
  56. 6af502d hfsplus: fix HFSPLUS_I calling convention by Christoph Hellwig · 14 years ago
  57. dd73a01 hfsplus: fix HFSPLUS_SB calling convention by Christoph Hellwig · 14 years ago
  58. 40bf48a hfsplus: introduce alloc_mutex by Christoph Hellwig · 14 years ago
  59. b5fc510 get rid of file_fsync() by Al Viro · 14 years ago
  60. 7cc4bcc hfsplus: Push down BKL into ioctl function by Arnd Bergmann · 14 years ago
  61. e16404e constify dentry_operations: misc filesystems by Al Viro · 15 years ago
  62. 895c23f hfsplus: convert the extents_lock in a mutex by Matthias Kaehlcke · 16 years ago
  63. 4b0a8da fs/hfsplus/: proper externs by Adrian Bunk · 16 years ago
  64. 6352539 iget: stop HFSPLUS from using iget() and read_inode() by David Howells · 16 years ago
  65. d45bce8 HFS+: add custom dentry hash and comparison operations by Duane Griffin · 17 years ago
  66. 3669567 [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6] by David Howells · 18 years ago
  67. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  68. 9a4cad9 [PATCH] hfs: set correct ctime by Roman Zippel · 18 years ago
  69. 2179d37 [PATCH] hfs: add HFSX support by David Elliott · 18 years ago
  70. 9979ead [PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug function by Adrian Bunk · 18 years ago
  71. b0b623c [PATCH] hfsplus: don't modify journaled volume by Roman Zippel · 18 years ago
  72. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  73. 717dd80e [PATCH] hfs: show_options support by Roman Zippel · 19 years ago
  74. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago