1. 30c40d2 [PATCH] propagate mode through open_bdev_excl/close_bdev_excl by Al Viro · 16 years ago
  2. 6c5e51d xfs: fix remount rw with unrecognized options by Christoph Hellwig · 16 years ago
  3. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  4. 6efdf28 [XFS] Fix regression introduced by remount fixup by Christoph Hellwig · 16 years ago
  5. 6203300 [XFS] don't call xfs_freesb from xfs_unmountfs by Christoph Hellwig · 16 years ago
  6. 4249023 [XFS] cleanup xfs_mountfs by Christoph Hellwig · 16 years ago
  7. 77508ec [XFS] move root inode IRELE into xfs_unmountfs by Christoph Hellwig · 16 years ago
  8. 41be8be [XFS] sanitize xfs_initialize_vnode by Christoph Hellwig · 16 years ago
  9. 5ec7f8c [XFS] kill bhv_vnode_t by Christoph Hellwig · 16 years ago
  10. df80c93 [XFS] remove some easy bhv_vnode_t instances by Christoph Hellwig · 16 years ago
  11. 863890c [XFS] kill vn_to_inode by Christoph Hellwig · 16 years ago
  12. a19d033 [XFS] Remove vn_from_inode() by Christoph Hellwig · 16 years ago
  13. a738159 [XFS] don't leak m_fsname/m_rtname/m_logname by Christoph Hellwig · 16 years ago
  14. e4f7529 [XFS] Kill shouty XFS_ITOV() macro by David Chinner · 16 years ago
  15. 0165164 [XFS] Avoid directly referencing the VFS inode. by David Chinner · 16 years ago
  16. c032bfc [XFS] fix use after free with external logs or real-time devices by Lachlan McIlroy · 16 years ago
  17. 62a877e [XFS] fix mount option parsing in remount by Christoph Hellwig · 16 years ago
  18. deeb591 [XFS] Disable queue flag test in barrier check. by Eric Sandeen · 16 years ago
  19. 9f8868f [XFS] streamline init/exit path by Christoph Hellwig · 16 years ago
  20. 0ec5851 [XFS] Use the generic xattr methods. by Lachlan McIlroy · 16 years ago
  21. 189f4bf [XFS] XFS: ASCII case-insensitive support by Barry Naujok · 16 years ago
  22. 120226c [XFS] add missing call to xfs_filestream_unmount on xfs_mountfs failure by Christoph Hellwig · 16 years ago
  23. effa2ed [XFS] rename error2 goto label in xfs_fs_fill_super by Christoph Hellwig · 16 years ago
  24. 95db4e2 [XFS] kill calls to xfs_binval in the mount error path by Christoph Hellwig · 16 years ago
  25. c962fb7 [XFS] kill xfs_mount_init by Christoph Hellwig · 16 years ago
  26. bdd907b [XFS] allow xfs_args_allocate to fail by Christoph Hellwig · 16 years ago
  27. e34b562 [XFS] add xfs_setup_devices helper by Christoph Hellwig · 16 years ago
  28. 19f354d [XFS] sort out opening and closing of the block devices by Christoph Hellwig · 16 years ago
  29. f8f15e4 [XFS] merge xfs_mount into xfs_fs_fill_super by Christoph Hellwig · 16 years ago
  30. e48ad31 [XFS] merge xfs_unmount into xfs_fs_put_super / xfs_fs_fill_super by Christoph Hellwig · 16 years ago
  31. 48b62a1 [XFS] merge xfs_mntupdate into xfs_fs_remount by Christoph Hellwig · 16 years ago
  32. f0e2d93 [XFS] Remove unused arg from kmem_free() by Denys Vlasenko · 16 years ago
  33. 7c12f29 [XFS] Fix up noattr2 so that it will properly update the versionnum and by Tim Shimmin · 16 years ago
  34. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  35. d4d90b5 [XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already held by Christoph Hellwig · 16 years ago
  36. 7e20694 [XFS] Remove periodic logging of in-core superblock counters. by David Chinner · 16 years ago
  37. 34a622b [XFS] replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  38. f3dcc13 [XFS] cleanup root inode handling in xfs_fs_fill_super by Christoph Hellwig · 16 years ago
  39. a3f74ff [XFS] Don't block pdflush when writing back inodes by David Chinner · 16 years ago
  40. 1bd960e [XFS] If you mount an XFS filesystem with no mount options at all, then by Josef Jeff Sipek · 16 years ago
  41. de2eeea [XFS] add __init/__exit mark to specific init/cleanup functions by Lachlan McIlroy · 16 years ago
  42. cbc89dc [XFS] kill xfs_root by Christoph Hellwig · 16 years ago
  43. 222096a [XFS] stop updating inode->i_blocks by Christoph Hellwig · 16 years ago
  44. 249a8c1 [XFS] Move AIL pushing into it's own thread by David Chinner · 16 years ago
  45. a67d7c5 [XFS] Move platform specific mount option parse out of core XFS code by David Chinner · 17 years ago
  46. 9909c4a [XFS] kill xfs_freeze. by Christoph Hellwig · 17 years ago
  47. 4ca488e [XFS] Kill off xfs_statvfs. by Christoph Hellwig · 17 years ago
  48. cf441ee [XFS] clean up vnode/inode tracing by Lachlan McIlroy · 16 years ago
  49. 347c53d Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 17 years ago
  50. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  51. cd514bd [XFS] Put back the QUEUE_ORDERED_NONE test in the barrier check. by Tim Shimmin · 17 years ago
  52. e893bff [XFS] avoid race in sync_inodes() that can fail to write out all dirty data by Lachlan McIlroy · 17 years ago
  53. b267ce9 [XFS] kill struct bhv_vfs by Christoph Hellwig · 17 years ago
  54. 7439449 [XFS] move syncing related members from struct bhv_vfs to struct xfs_mount by Christoph Hellwig · 17 years ago
  55. bd186aa [XFS] kill the vfs_flags member in struct bhv_vfs by Christoph Hellwig · 17 years ago
  56. 745f691 [XFS] call common xfs vfs-level helpers directly and remove vfs operations by Christoph Hellwig · 17 years ago
  57. 48c872a9f [XFS] decontaminate vfs operations from behavior details by Christoph Hellwig · 17 years ago
  58. b09cc77 [XFS] remove dependency of the quota module on behaviors by Christoph Hellwig · 17 years ago
  59. 0a74cd1 [XFS] kill struct bhv_vnode by Christoph Hellwig · 17 years ago
  60. 1543d79 [XFS] move v_trace from bhv_vnode to xfs_inode by Christoph Hellwig · 17 years ago
  61. b3aea4e [XFS] kill the v_flag member in struct bhv_vnode by Christoph Hellwig · 17 years ago
  62. 2f6f7b3 [XFS] kill v_vfsp member from struct bhv_vnode by Christoph Hellwig · 17 years ago
  63. 739bfb2 [XFS] call common xfs vnode-level helpers directly and remove vnode operations by Christoph Hellwig · 17 years ago
  64. 6385f4d [XFS] Remove xfs_physmem by Eric Sandeen · 17 years ago
  65. 0bfefc4 [XFS] Barriers need to be dynamically checked and switched off by David Chinner · 17 years ago
  66. 776a75fa [XFS] Ensure file size updates have been completed before writing inode to disk. by Lachlan McIlroy · 17 years ago
  67. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  68. 516b2e7 [XFS] Fix remount,readonly path to flush everything correctly. by David Chinner · 17 years ago
  69. 92821e2 [XFS] Lazy Superblock Counters by David Chinner · 17 years ago
  70. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  71. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  72. 5085b60 [PATCH] xfs warning fix by Andrew Morton · 17 years ago
  73. 7bc5306 [XFS] Remove unused header files for MAC and CAP checking functionality. by Eric Sandeen · 17 years ago
  74. 3c0dc77 [XFS] Make freeze code a little cleaner. by David Chinner · 17 years ago
  75. 4cf3b52 [XFS] Remove useless memory barrier by Ralf Baechle · 17 years ago
  76. 2823945 [XFS] Ensure a frozen filesystem has a clean log before writing the dummy by David Chinner · 17 years ago
  77. 7989cb8 [XFS] Keep stack usage down for 4k stacks by using noinline. by David Chinner · 17 years ago
  78. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  79. 7a18c38 [XFS] Clean up i_flags and i_flags_lock handling. by David Chinner · 18 years ago
  80. f273ab8 [XFS] Really fix use after free in xfs_iunpin. by David Chinner · 18 years ago
  81. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  82. b2ea401 [XFS] Fix a barrier related forced shutdown on mounts with quota enabled. by Nathan Scott · 18 years ago
  83. d6938d1 [PATCH] XFS: Use the dentry passed to statfs() to limit the scope of the results by David Howells · 18 years ago
  84. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  85. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  86. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  87. a805bad [XFS] Remove unneeded conditional code on NFS export interface related by Nathan Scott · 18 years ago
  88. 67fcaa7 [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. by Nathan Scott · 18 years ago
  89. b83bd13 [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters. by Nathan Scott · 18 years ago
  90. 764d1f8 [XFS] Implement the silent parameter to fill_super, previously ignored. by Nathan Scott · 18 years ago
  91. 93d2341 [PATCH] mempool: use mempool_create_slab_pool() by Matthew Dobson · 18 years ago
  92. bb19fba [XFS] Sync up one/two other minor changes missed in previous merges. by Nathan Scott · 18 years ago
  93. ec86dc0 [XFS] Complete transition away from linvfs naming convention, finally. by Nathan Scott · 18 years ago
  94. a50cd26 [XFS] Switch over from linvfs names for sb/quotactl operations for by Nathan Scott · 18 years ago
  95. 416c6d5 [XFS] Switch over from linvfs names for inode operations for consistent naming. by Nathan Scott · 18 years ago
  96. 3562fd4 [XFS] Switch over from linvfs names for file operations for consistent naming. by Nathan Scott · 18 years ago
  97. e4c573b [XFS] Switch over from linvfs names for address space ops for consistent naming. by Nathan Scott · 18 years ago
  98. e0cc232 [XFS] Flag the XFS inode cache as in need of spreading also. by Nathan Scott · 18 years ago
  99. 8758280 [XFS] Cleanup the use of zones/slabs, more consistent and allows flags to by Nathan Scott · 18 years ago
  100. 9f4cbec [XFS] XFS propagates MS_NOATIME through two levels internally but doesn't by Nathan Scott · 18 years ago