1. a167b17 [XFS] move xfssyncd code to xfs_sync.c by David Chinner · 16 years ago
  2. fe4fa4b [XFS] move sync code to its own file by David Chinner · 16 years ago
  3. 8c4ed63 [XFS] make btree tracing generic by Christoph Hellwig · 16 years ago
  4. 854929f [XFS] add new btree statistics by David Chinner · 16 years ago
  5. be8b78a [XFS] Remove kmem_zone_t argument from xfs_inode_init_once() by Lachlan McIlroy · 16 years ago
  6. 07c8f67 [XFS] Make use of the init-once slab optimisation. by David Chinner · 16 years ago
  7. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  8. d88f183 [PATCH] Remove XFS buffered readdir hack by David Woodhouse · 16 years ago
  9. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  10. 30c40d2 [PATCH] propagate mode through open_bdev_excl/close_bdev_excl by Al Viro · 17 years ago
  11. 6c5e51d xfs: fix remount rw with unrecognized options by Christoph Hellwig · 16 years ago
  12. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  13. 73f6aa4 Fix barrier fail detection in XFS by Christoph Hellwig · 16 years ago
  14. 364f358 [XFS] Prevent direct I/O from mapping extents beyond eof by Lachlan McIlroy · 16 years ago
  15. 6efdf28 [XFS] Fix regression introduced by remount fixup by Christoph Hellwig · 16 years ago
  16. 59af158 [PATCH] fix ->llseek() for a bunch of directories by Al Viro · 16 years ago
  17. e45b590 [PATCH] change d_add_ci argument ordering by Christoph Hellwig · 16 years ago
  18. 9e2b2dc CRED: Introduce credential access wrappers by David Howells · 16 years ago
  19. 5695ef4 [XFS] Use KM_NOFS for debug trace buffers by Lachlan McIlroy · 16 years ago
  20. 6203300 [XFS] don't call xfs_freesb from xfs_unmountfs by Christoph Hellwig · 16 years ago
  21. 4249023 [XFS] cleanup xfs_mountfs by Christoph Hellwig · 16 years ago
  22. 77508ec [XFS] move root inode IRELE into xfs_unmountfs by Christoph Hellwig · 16 years ago
  23. 3a76c1e [XFS] stop using file_update_time by Christoph Hellwig · 16 years ago
  24. 8e5975c [XFS] optimize xfs_ichgtime by Christoph Hellwig · 16 years ago
  25. dff35fd [XFS] update timestamp in xfs_ialloc manually by Christoph Hellwig · 16 years ago
  26. ab4a9b0 [XFS] remove the sema_t from XFS. by David Chinner · 16 years ago
  27. b4dd330 [XFS] replace the XFS buf iodone semaphore with a completion by David Chinner · 16 years ago
  28. 12017fa [XFS] clean up stale references to semaphores by David Chinner · 16 years ago
  29. d63f154 [XFS] Fix compile failure in xfs_buf_trace() by Lachlan McIlroy · 16 years ago
  30. 41be8be [XFS] sanitize xfs_initialize_vnode by Christoph Hellwig · 16 years ago
  31. 5ec7f8c [XFS] kill bhv_vnode_t by Christoph Hellwig · 16 years ago
  32. df80c93 [XFS] remove some easy bhv_vnode_t instances by Christoph Hellwig · 16 years ago
  33. 907f49a [XFS] implement IHOLD/IRELE directly by Christoph Hellwig · 16 years ago
  34. 863890c [XFS] kill vn_to_inode by Christoph Hellwig · 16 years ago
  35. a19d033 [XFS] Remove vn_from_inode() by Christoph Hellwig · 16 years ago
  36. db7a2c7 [XFS] convert xfs to use ERR_CAST by Eric Sandeen · 16 years ago
  37. a738159 [XFS] don't leak m_fsname/m_rtname/m_logname by Christoph Hellwig · 16 years ago
  38. e6064d3 [XFS] XFS: Kill xfs_vtoi() by David Chinner · 16 years ago
  39. e4f7529 [XFS] Kill shouty XFS_ITOV() macro by David Chinner · 16 years ago
  40. 705db4a [XFS] kill shouty XFS_ITOV_NULL macro by David Chinner · 16 years ago
  41. 0165164 [XFS] Avoid directly referencing the VFS inode. by David Chinner · 16 years ago
  42. 3790689 [XFS] Do not access buffers after dropping reference count by Lachlan McIlroy · 16 years ago
  43. ca5de40 fs: rename buffer trylock by Nick Piggin · 16 years ago
  44. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  45. f13fae2 [XFS] Remove vn_revalidate calls in xfs. by Christoph Hellwig · 16 years ago
  46. 0f285c8 [XFS] Now that xfs_setattr is only used for attributes set from ->setattr by Christoph Hellwig · 16 years ago
  47. 25fe55e [XFS] xfs_setattr currently doesn't just handle the attributes set through by Christoph Hellwig · 16 years ago
  48. c032bfc [XFS] fix use after free with external logs or real-time devices by Lachlan McIlroy · 16 years ago
  49. 766b092 [XFS] fix compilation without CONFIG_PROC_FS by Christoph Hellwig · 16 years ago
  50. 62a877e [XFS] fix mount option parsing in remount by Christoph Hellwig · 16 years ago
  51. deeb591 [XFS] Disable queue flag test in barrier check. by Eric Sandeen · 16 years ago
  52. 9f8868f [XFS] streamline init/exit path by Christoph Hellwig · 16 years ago
  53. e182f57 [XFS] attrmulti cleanup by Christoph Hellwig · 16 years ago
  54. 90ad58a [XFS] Check for invalid flags in xfs_attrlist_by_handle. by Christoph Hellwig · 16 years ago
  55. f9e09f0 [XFS] Use the generic xattr methods. by Lachlan McIlroy · 16 years ago
  56. e570070 [XFS] Don't update i_size for directories and special files by Christoph Hellwig · 16 years ago
  57. 8f112e3 [XFS] Merge xfs_rmdir into xfs_remove by Christoph Hellwig · 16 years ago
  58. ae23a5e [XFS] Pack some shortform dir2 structures for the ARM old ABI architecture. by Eric Sandeen · 16 years ago
  59. 0ec5851 [XFS] Use the generic xattr methods. by Lachlan McIlroy · 16 years ago
  60. d532506 [XFS] Invalidate dentry in unlink/rmdir if in case-insensitive mode by Barry Naujok · 16 years ago
  61. 866d5dc [XFS] Remove d_add call for an ENOENT lookup return code by Barry Naujok · 16 years ago
  62. d3689d7 [XFS] kmem_free and kmem_realloc to use const void * by Barry Naujok · 16 years ago
  63. 189f4bf [XFS] XFS: ASCII case-insensitive support by Barry Naujok · 16 years ago
  64. 384f3ce [XFS] Return case-insensitive match for dentry cache by Barry Naujok · 16 years ago
  65. 120226c [XFS] add missing call to xfs_filestream_unmount on xfs_mountfs failure by Christoph Hellwig · 16 years ago
  66. effa2ed [XFS] rename error2 goto label in xfs_fs_fill_super by Christoph Hellwig · 16 years ago
  67. 95db4e2 [XFS] kill calls to xfs_binval in the mount error path by Christoph Hellwig · 16 years ago
  68. c962fb7 [XFS] kill xfs_mount_init by Christoph Hellwig · 16 years ago
  69. bdd907b [XFS] allow xfs_args_allocate to fail by Christoph Hellwig · 16 years ago
  70. e34b562 [XFS] add xfs_setup_devices helper by Christoph Hellwig · 16 years ago
  71. 19f354d [XFS] sort out opening and closing of the block devices by Christoph Hellwig · 16 years ago
  72. f8f15e4 [XFS] merge xfs_mount into xfs_fs_fill_super by Christoph Hellwig · 16 years ago
  73. e48ad31 [XFS] merge xfs_unmount into xfs_fs_put_super / xfs_fs_fill_super by Christoph Hellwig · 16 years ago
  74. 48b62a1 [XFS] merge xfs_mntupdate into xfs_fs_remount by Christoph Hellwig · 16 years ago
  75. 911ee3d [XFS] Kill attr_capable checks as already done in xattr_permission. by Christoph Hellwig · 16 years ago
  76. b41759c [XFS] Remove unused wbc parameter from xfs_start_page_writeback() by Denys Vlasenko · 16 years ago
  77. f0e2d93 [XFS] Remove unused arg from kmem_free() by Denys Vlasenko · 16 years ago
  78. 7c12f29 [XFS] Fix up noattr2 so that it will properly update the versionnum and by Tim Shimmin · 16 years ago
  79. 2d8f303 [PATCH] sanitize __user_walk_fd() et.al. by Al Viro · 16 years ago
  80. 2f1936b [patch 3/5] vfs: change remove_suid() to file_remove_suid() by Miklos Szeredi · 16 years ago
  81. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  82. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  83. 6ab455e [XFS] Fix memory corruption with small buffer reads by Christoph Hellwig · 16 years ago
  84. 978b723 [XFS] Fix fsync() b0rkage. by David Chinner · 16 years ago
  85. a94477d [XFS] Include linux/random.h in all builds, not just debug builds. by David Chinner · 16 years ago
  86. adaa693 [XFS] Fix build failure after enabling CONFIG_XFS_DEBUG by Stephen Rothwell · 16 years ago
  87. c5acbaf [XFS] remove dmapi cruft in xfs_file.c by Christoph Hellwig · 16 years ago
  88. 3a738a5 [XFS] remove sendfile leftovers by Christoph Hellwig · 16 years ago
  89. 18d1820 [XFS] Fix broken HAVE_SPLICE removal commit. by Donald Douwsma · 16 years ago
  90. d4d90b5 [XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already held by Christoph Hellwig · 16 years ago
  91. e8b0eba [XFS] Cleanup xfs_attr a bit with xfs_name and remove cred by Barry Naujok · 16 years ago
  92. cfa853e [XFS] remove manual lookup from xfs_rename and simplify locking by Christoph Hellwig · 16 years ago
  93. 579aa9c [XFS] shrink mrlock_t by Christoph Hellwig · 16 years ago
  94. 6a7f422 [XFS] kill di_mode checks after xfs_iget by Christoph Hellwig · 16 years ago
  95. 42173f6 [XFS] Remove VN_IS* macros and related cruft. by Christoph Hellwig · 16 years ago
  96. 429f731 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  97. ec82687 [PATCH] r/o bind mounts: elevate count for xfs timestamp updates by Dave Hansen · 17 years ago
  98. 42a74f2 [PATCH] r/o bind mounts: elevate write count for ioctls() by Dave Hansen · 17 years ago
  99. 6188e10 Convert asm/semaphore.h users to linux/semaphore.h by Matthew Wilcox · 16 years ago
  100. 65e67f5 [XFS] Fix merge failure by Lachlan McIlroy · 16 years ago