1. 90e6169 hfsplus: create correct initial catalog entries for device files by Christoph Hellwig · 14 years ago
  2. 722c55d hfsplus: remove superflous rootflags field in hfsplus_inode_info by Christoph Hellwig · 14 years ago
  3. f6089ff hfsplus: fix link corruption by Christoph Hellwig · 14 years ago
  4. 13571a6 hfsplus: validate btree flags by Christoph Hellwig · 14 years ago
  5. 9250f92 hfsplus: handle more on-disk corruptions without oopsing by Eric Sandeen · 14 years ago
  6. b6b4142 hfsplus: hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakage by Al Viro · 14 years ago
  7. ee52716 hfsplus: fix oops on mount with corrupted btree extent records by Jeff Mahoney · 14 years ago
  8. 40de9a7 hfsplus: fix rename over directories by Christoph Hellwig · 14 years ago
  9. 467c3d9 hfsplus: convert tree_lock to mutex by Thomas Gleixner · 14 years ago
  10. 7fcc99f hfsplus: add missing extent locking in hfsplus_write_inode by Christoph Hellwig · 14 years ago
  11. 89755dc hfsplus: protect readdir against removals from open_dir_list by Christoph Hellwig · 14 years ago
  12. 84adede hfsplus: use atomic bitops for the superblock flags by Christoph Hellwig · 14 years ago
  13. 7ac9fb9 hfsplus: add per-superblock lock for volume header updates by Christoph Hellwig · 14 years ago
  14. 58a818f hfsplus: remove the rsrc_inodes list by Christoph Hellwig · 14 years ago
  15. 66e5db0 hfsplus: do not cache and write next_alloc by Christoph Hellwig · 14 years ago
  16. f17c89b hfsplus: fix error handling in hfsplus_symlink by Christoph Hellwig · 14 years ago
  17. 30d3abb hfsplus: merge mknod/mkdir/creat by Christoph Hellwig · 14 years ago
  18. b5080f7 hfsplus: clean up hfsplus_write_inode by Christoph Hellwig · 14 years ago
  19. fc4fff8 hfsplus: clean up hfsplus_iget by Christoph Hellwig · 14 years ago
  20. 6af502d hfsplus: fix HFSPLUS_I calling convention by Christoph Hellwig · 14 years ago
  21. dd73a01 hfsplus: fix HFSPLUS_SB calling convention by Christoph Hellwig · 14 years ago
  22. e753a62 hfsplus: remove BKL from hfsplus_put_super by Christoph Hellwig · 14 years ago
  23. a9fdbf8 hfsplus: use alloc_mutex in hfsplus_sync_fs by Christoph Hellwig · 14 years ago
  24. 40bf48a hfsplus: introduce alloc_mutex by Christoph Hellwig · 14 years ago
  25. 6333816 hfsplus: protect setflags using i_mutex by Christoph Hellwig · 14 years ago
  26. 9474456 hfsplus: split hfsplus_ioctl by Christoph Hellwig · 14 years ago
  27. 249e635 hfsplus: fix BKL leak in hfsplus_ioctl by Christoph Hellwig · 14 years ago
  28. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  29. b5fc510 get rid of file_fsync() by Al Viro · 14 years ago
  30. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  31. d39aae9 add missing setattr methods by Christoph Hellwig · 14 years ago
  32. 282dc17 get rid of cont_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  33. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  34. 7cc4bcc hfsplus: Push down BKL into ioctl function by Arnd Bergmann · 14 years ago
  35. 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
  36. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  37. 5c36fe3 hfsplus: refuse to mount volumes larger than 2TB by Ben Hutchings · 15 years ago
  38. 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago
  39. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  40. 7fbc6df hfsplus: add ->sync_fs by Christoph Hellwig · 15 years ago
  41. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  42. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  43. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  44. 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
  45. 25564dd fs/hfsplus: return f_fsid for statfs(2) by Coly Li · 15 years ago
  46. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  47. e16404e constify dentry_operations: misc filesystems by Al Viro · 15 years ago
  48. b08bac1 fs/Kconfig: move hfs, hfsplus out by Alexey Dobriyan · 15 years ago
  49. 4ac8489 CRED: Wrap task credential accesses in the HFSplus filesystem by David Howells · 16 years ago
  50. f696a36 [PATCH] move executable checking into ->permission() by Miklos Szeredi · 16 years ago
  51. 248736c hfsplus: fix possible deadlock when handling corrupted extents by Eric Sesterhenn · 16 years ago
  52. 6e71529 hfsplus: missing O_LARGEFILE check by Alan Cox · 16 years ago
  53. 649f1ee hfsplus: check read_mapping_page() return value by Eric Sesterhenn · 16 years ago
  54. efc7ffc hfsplus: fix Buffer overflow with a corrupted image by Eric Sesterhenn · 16 years ago
  55. 81a7371 hfsplus: quieten down mounting hfsplus journaled fs read only by Mike Crowe · 16 years ago
  56. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  57. 516e0cc [PATCH] f_count may wrap around by Al Viro · 16 years ago
  58. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  59. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  60. 895c23f hfsplus: convert the extents_lock in a mutex by Matthias Kaehlcke · 16 years ago
  61. 7063224 Fix hfsplus oops on image without extents by Eric Sesterhenn · 16 years ago
  62. 487798d hfsplus: fix warning with 64k PAGE_SIZE by Andrew Morton · 16 years ago
  63. 20c79e7 hfs/hfsplus: be*_add_cpu conversion by Marcin Slusarz · 16 years ago
  64. 355a469 trivial: fix user-visible typo in hfsplus by Dave Jones · 16 years ago
  65. 8b3789e hfsplus: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  66. cd6fda3 hfsplus: handle match_strdup failure by Jim Meyering · 16 years ago
  67. 4b0a8da fs/hfsplus/: proper externs by Adrian Bunk · 16 years ago
  68. 42a74f2 [PATCH] r/o bind mounts: elevate write count for ioctls() by Dave Hansen · 16 years ago
  69. 76b0c26 HFS+: fix unlink of links by Roman Zippel · 16 years ago
  70. 8aa84ab fs/hfsplus/unicode.c: fix uninitialized var warning by Andrew Morton · 16 years ago
  71. 6352539 iget: stop HFSPLUS from using iget() and read_inode() by David Howells · 16 years ago
  72. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  73. 7c0efc6 hfsplus: convert to new aops by Nick Piggin · 17 years ago
  74. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  75. 3bd858a Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check by Satyam Sharma · 17 years ago
  76. d45bce8 HFS+: add custom dentry hash and comparison operations by Duane Griffin · 17 years ago
  77. 1e96b7c HFS+: refactor ASCII to unicode conversion routine for later reuse by Duane Griffin · 17 years ago
  78. a5001a2 HFSPlus: change kmalloc/memset to kzalloc by Wyatt Banks · 17 years ago
  79. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  80. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  81. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  82. e1b5c1d is_power_of_2 in fs/hfs by Vignesh Babu BM · 17 years ago
  83. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  84. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  85. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  86. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  87. 82ddcb0 [PATCH] extend the set of "__attribute__" shortcut macros by Robert P. J. Day · 17 years ago
  88. f44ea03 [PATCH] struct path: convert hfsplus by Josef Sipek · 18 years ago
  89. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  90. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  91. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  92. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  93. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  94. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  95. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  96. 3669567 [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6] by David Howells · 18 years ago
  97. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  98. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  99. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  100. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago