1. c8f5f12 [XFS] Fix inode list allocation size in writeback. by David Chinner · 16 years ago
  2. 49383b0 [XFS] Don't allow memory reclaim to wait on the filesystem in inode writeback by David Chinner · 16 years ago
  3. 579aa9c [XFS] shrink mrlock_t by Christoph Hellwig · 16 years ago
  4. f648505 [XFS] Ensure the inode is joined in xfs_itruncate_finish by David Chinner · 16 years ago
  5. e4ac967 [XFS] xfs_iflush_fork() never returns an error. by David Chinner · 16 years ago
  6. db7a19f [XFS] Ensure xfs_bawrite() errors are checked. by David Chinner · 16 years ago
  7. e5720ee [XFS] Propagate errors from xfs_trans_commit(). by David Chinner · 16 years ago
  8. 3354040 [XFS] Use xfs_inode_clean() in more places by David Chinner · 16 years ago
  9. bad5584 [XFS] Remove the xfs_icluster structure by David Chinner · 16 years ago
  10. a3f74ff [XFS] Don't block pdflush when writing back inodes by David Chinner · 16 years ago
  11. 4ae29b4 [XFS] Factor xfs_itobp() and xfs_inotobp(). by David Chinner · 16 years ago
  12. 6211870 [XFS] remove shouting-indirection macros from xfs_sb.h by Eric Sandeen · 16 years ago
  13. 4576758 [XFS] use generic_permission by Christoph Hellwig · 16 years ago
  14. 45ba598 [XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros. by Christoph Hellwig · 17 years ago
  15. 40ebd81 [XFS] Use kernel-supplied "roundup_pow_of_two" for simplicity by Robert P. J. Day · 17 years ago
  16. 71ddabb [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config by Eric Sandeen · 17 years ago
  17. 5d51eff [XFS] Fix inode allocation latency by David Chinner · 17 years ago
  18. c319b58 [XFS] Make xfs_bulkstat() to report unlinked but referenced inodes by Vlad Apostolov · 17 years ago
  19. 613d704 [XFS] kill xfs_iocore_t by Christoph Hellwig · 17 years ago
  20. 287f3da [XFS] Unwrap AIL_LOCK by Donald Douwsma · 17 years ago
  21. 541d7d3 [XFS] kill unnessecary ioops indirection by Lachlan McIlroy · 17 years ago
  22. cf441ee [XFS] clean up vnode/inode tracing by Lachlan McIlroy · 16 years ago
  23. c734c79 [XFS] Don't wait for pending I/Os when purging blocks beyond eof. by Lachlan McIlroy · 17 years ago
  24. 859d718 [XFS] get_bulkall() could return incorrect inode state by Vlad Apostolov · 17 years ago
  25. bd186aa [XFS] kill the vfs_flags member in struct bhv_vfs by Christoph Hellwig · 17 years ago
  26. 745f691 [XFS] call common xfs vfs-level helpers directly and remove vfs operations by Christoph Hellwig · 17 years ago
  27. 1543d79 [XFS] move v_trace from bhv_vnode to xfs_inode by Christoph Hellwig · 17 years ago
  28. b677c21 [XFS] move v_iocount from bhv_vnode to xfs_inode by Christoph Hellwig · 17 years ago
  29. 2f6f7b3 [XFS] kill v_vfsp member from struct bhv_vnode by Christoph Hellwig · 17 years ago
  30. 739bfb2 [XFS] call common xfs vnode-level helpers directly and remove vnode operations by Christoph Hellwig · 17 years ago
  31. da353b0 [XFS] Radix tree based inode caching by David Chinner · 17 years ago
  32. 347d1c0 [XFS] dinode endianess annotations by Christoph Hellwig · 17 years ago
  33. af3a2e8 [XFS] move linux/log2.h header to xfs_linux.h by Eric Sandeen · 17 years ago
  34. cd8b0a9 [XFS] endianess annotations for xfs_bmbt_rec_t by Christoph Hellwig · 17 years ago
  35. a6f64d4 [XFS] split ondisk vs incore versions of xfs_bmbt_rec_t by Christoph Hellwig · 17 years ago
  36. 3a59c94 [XFS] Clean up function name handling in tracing code by Eric Sandeen · 17 years ago
  37. b11f94d [XFS] Quota inode has no parent. by David Chinner · 17 years ago
  38. 2a82b8b [XFS] Concurrent Multi-File Data Streams by David Chinner · 17 years ago
  39. 16a087d [XFS] Use is_power_of_2 instead of open coding checks by Vignesh Babu · 17 years ago
  40. ba87ea6 [XFS] Fix to prevent the notorious 'NULL files' problem after a crash. by Lachlan McIlroy · 17 years ago
  41. d3cf209 [XFS] propogate return codes from flush routines by Lachlan McIlroy · 17 years ago
  42. 1c72bf9 [XFS] The last argument "lsn" of xfs_trans_commit() is always called with NULL. by Eric Sandeen · 17 years ago
  43. 7bc5306 [XFS] Remove unused header files for MAC and CAP checking functionality. by Eric Sandeen · 17 years ago
  44. f7c99b6 [XFS] Remove unused argument to xfs_bmap_finish by Eric Sandeen · 17 years ago
  45. 6816016 [XFS] Fix callers of xfs_iozero() to zero the correct range. by Lachlan McIlroy · 17 years ago
  46. f74eaf5 [XFS] Fix inode log item use-after-free on forced shutdown by David Chinner · 17 years ago
  47. 7989cb8 [XFS] Keep stack usage down for 4k stacks by using noinline. by David Chinner · 17 years ago
  48. e5ffd2b [XFS] Stale the correct inode when freeing clusters. by David Chinner · 18 years ago
  49. 4c60658 [XFS] Prevent a deadlock when xfslogd unpins inodes. by David Chinner · 18 years ago
  50. 7a18c38 [XFS] Clean up i_flags and i_flags_lock handling. by David Chinner · 18 years ago
  51. f273ab8 [XFS] Really fix use after free in xfs_iunpin. by David Chinner · 18 years ago
  52. 745b1f47 [XFS] Remove last bulkstat false-positives with debug kernels. by Nathan Scott · 18 years ago
  53. 41ff715 [XFS] Ensure bulkstat from an invalid inode number gets caught always with by Nathan Scott · 18 years ago
  54. 6fdf8cc [XFS] Rework code snippets slightly to remove remaining recent-gcc warnings. by Nathan Scott · 18 years ago
  55. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  56. 0d8fee3 [XFS] Kill direct access to ->count in valusema(); all we ever use it for by Al Viro · 18 years ago
  57. 4d1a2ed [XFS] Fix up debug code so that bulkstat wont generate thousands of by Nathan Scott · 18 years ago
  58. a916e2b [XFS] Remove unused parameter from di2xflags routine. by Nathan Scott · 18 years ago
  59. 67fcaa7 [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. by Nathan Scott · 18 years ago
  60. b83bd13 [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters. by Nathan Scott · 18 years ago
  61. b657452 [XFS] Portability changes: remove prdev, stick to one diagnostic interface. by Nathan Scott · 18 years ago
  62. 7d04a33 [XFS] Shutdown the filesystem if all device paths have gone. Made by Nathan Scott · 18 years ago
  63. 7142508 [XFS] Stop a BUG from occurring in generic_delete_inode by preventing by David Chinner · 18 years ago
  64. d3446ea [XFS] Add degframentation exclusion support by Barry Naujok · 18 years ago
  65. fe6c1e7 [XFS] Fix size argument in kmem_free(). by Mandy Kirkconnell · 18 years ago
  66. 3e57ecf [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report by Olaf Weber · 18 years ago
  67. 58829e4 [XFS] Fix an inode use-after-free durin an unpin. When reclaiming inodes by David Chinner · 18 years ago
  68. c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 18 years ago
  69. 38e2299 [XFS] Explain the race closed by the addition of vn_iowait() to the start by David Chinner · 18 years ago
  70. 9fa8046 [XFS] Fixing the error caused by the conflict between DIO Write's by Yingping Lu · 18 years ago
  71. f1fdc84 [XFS] Fixing KDB's xrwtrc command, also added the current process id into by Yingping Lu · 18 years ago
  72. 3b244aa [XFS] endianess annotations for xfs_attr_shortform_t by Nathan Scott · 18 years ago
  73. b12dd34 [XFS] Fix an infinite loop issue in bulkstat when a corrupt inode is by Nathan Scott · 18 years ago
  74. ec86dc0 [XFS] Complete transition away from linvfs naming convention, finally. by Nathan Scott · 18 years ago
  75. 8867bc9 [XFS] There are a few problems with the new by Mandy Kirkconnell · 18 years ago
  76. 0293ce3 [XFS] 929045 567344 This mod introduces multi-level in-core file extent by Mandy Kirkconnell · 18 years ago
  77. 4eea22f [XFS] 929045 567344 This mod re-organizes some of the in-core file extent by Mandy Kirkconnell · 18 years ago
  78. 3762ec6 [XFS] Merge in trivial changes, sync up headers with userspace equivalents. by Nathan Scott · 19 years ago
  79. 42fe2b1 [XFS] fix, speedup and simplify atime handling let the VFS handle atime by Christoph Hellwig · 19 years ago
  80. 24ee808 [XFS] remove unused vars, args, & unneeded intermediate vars from zeroing code by Eric Sandeen · 19 years ago
  81. dd9f438 [XFS] Implement the di_extsize allocator hint for non-realtime files as by Nathan Scott · 19 years ago
  82. 16259e7 [XFS] Endianess annotations for various allocator data structures by Christoph Hellwig · 19 years ago
  83. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  84. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  85. 4aeb664 [XFS] Improve buffered read throughput by removing unnecessary timer calls by Nathan Scott · 19 years ago
  86. da1650a [XFS] Add format checking to cmn_err and icmn_err by Christoph Hellwig · 19 years ago
  87. 0432dab [XFS] remove struct vnode::v_type by Christoph Hellwig · 19 years ago
  88. 365ca83 [XFS] Add support for project quota inheritance, a merge of Glens changes. by Nathan Scott · 19 years ago
  89. efa8027 [XFS] rewrite xfs_iflush_all by Christoph Hellwig · 19 years ago
  90. ba0f32d [XFS] mark various symbols static Patch from Adrian Bunk by Christoph Hellwig · 19 years ago
  91. 4372d6e [XFS] Remove dead code. Patch from Adrian Bunk by Christoph Hellwig · 19 years ago
  92. 31b084a [XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for some platforms by Nathan Scott · 19 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago