1. 69102e9 hfs: fix rename() over non-empty directory by Al Viro · 13 years ago
  2. 518c79d switch hfs by Al Viro · 14 years ago
  3. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 13 years ago
  4. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  5. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  6. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  7. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  8. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  9. 89b0fc3 switch hfs to hlist_add_fake() by Al Viro · 14 years ago
  10. 3072b90 hfs: use sync_dirty_buffer by Christoph Hellwig · 14 years ago
  11. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  12. 4a94103 hfs: Convert tree_lock to mutex by Thomas Gleixner · 14 years ago
  13. 8526fb3 BKL: Remove BKL from HFS by Jan Blunck · 14 years ago
  14. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  15. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  16. b5fc510 get rid of file_fsync() by Al Viro · 14 years ago
  17. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  18. 282dc17 get rid of cont_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  19. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  20. 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
  21. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  22. ec81aec hfs: fix a potential buffer overflow by Amerigo Wang · 15 years ago
  23. 47f365e hfs: fix oops on mount with corrupted btree extent records by Jeff Mahoney · 15 years ago
  24. 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago
  25. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  26. 58bc5bb hfs: add ->sync_fs by Christoph Hellwig · 15 years ago
  27. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  28. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  29. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  30. eb2e5f4 hfs: fix memory leak when unmounting by Dave Anderson · 15 years ago
  31. 7dd2c00 fs/hfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  32. e16404e constify dentry_operations: misc filesystems by Al Viro · 15 years ago
  33. b08bac1 fs/Kconfig: move hfs, hfsplus out by Alexey Dobriyan · 15 years ago
  34. 94c9a5e CRED: Wrap task credential accesses in the HFS filesystem by David Howells · 16 years ago
  35. f696a36 [PATCH] move executable checking into ->permission() by Miklos Szeredi · 16 years ago
  36. d38b7aa hfs: fix namelength memory corruption by Eric Sesterhenn · 16 years ago
  37. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  38. 516e0cc [PATCH] f_count may wrap around by Al Viro · 16 years ago
  39. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  40. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  41. 39f8d47 hfs: convert extents_lock in a mutex by Matthias Kaehlcke · 16 years ago
  42. 3084b72 hfs: convert bitmap_lock in a mutex by Matthias Kaehlcke · 16 years ago
  43. 3e5a509 hfs: fix warning with 64k PAGE_SIZE by Andrew Morton · 16 years ago
  44. 20c79e7 hfs/hfsplus: be*_add_cpu conversion by Marcin Slusarz · 16 years ago
  45. 3fbe5c3 hfs: handle match_strdup failure by Jim Meyering · 16 years ago
  46. 3d10a15 hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakage by Al Viro · 16 years ago
  47. 14b30d6 hfs: update comment to reflect actual init and exit routines by Robert P. J. Day · 16 years ago
  48. 55581d0 address hfs on-disk corruption robustness review comments by Eric Sandeen · 16 years ago
  49. 46a39c1 hfs: fix coverity-found null deref by Eric Sandeen · 16 years ago
  50. cf05946 hfs: handle more on-disk corruptions without oopsing by Eric Sandeen · 16 years ago
  51. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  52. 7903d9e hfs: convert to new aops by Nick Piggin · 17 years ago
  53. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  54. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  55. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  56. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  57. e1b5c1d is_power_of_2 in fs/hfs by Vignesh Babu BM · 17 years ago
  58. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  59. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  60. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  61. 82ddcb0 [PATCH] extend the set of "__attribute__" shortcut macros by Robert P. J. Day · 17 years ago
  62. c528896 [PATCH] struct path: convert hfs by Josef Sipek · 18 years ago
  63. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  64. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  65. d6ddf55 [PATCH] hfs_fill_super returns success even if no root inode by Eric Sandeen · 18 years ago
  66. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  67. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  68. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  69. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  70. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  71. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  72. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  73. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  74. 090d2b1 [PATCH] read_mapping_page for address space by Pekka Enberg · 18 years ago
  75. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  76. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  77. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  78. 9ae21d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  79. 1d8fa7a [PATCH] remove ->get_blocks() support by Badari Pulavarty · 18 years ago
  80. 4d4ef9a BUG_ON() Conversion in fs/hfs/ by Eric Sesterhenn · 18 years ago
  81. 7cf3cc3 [PATCH] hfs: cleanup HFS prints by Roman Zippel · 18 years ago
  82. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  83. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  84. 27496a8 [PATCH] gfp_t: fs/* by Al Viro · 19 years ago
  85. 328b922 [PATCH] hfs: NLS support by Roman Zippel · 19 years ago
  86. 717dd80e [PATCH] hfs: show_options support by Roman Zippel · 19 years ago
  87. a5e3985 [PATCH] hfs: remove debug code by Roman Zippel · 19 years ago
  88. 74f9c9c [PATCH] hfs: don't reference missing page by Roman Zippel · 19 years ago
  89. f76d28d [PATCH] hfs: don't dirty unchanged inode by Roman Zippel · 19 years ago
  90. 945b092 [PATCH] hfs, hfsplus: don't leak s_fs_info and fix an oops by Colin Leroy · 19 years ago
  91. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago