1. 1a1a3e9 xfs: remove xfs_buf wrappers by Christoph Hellwig · 14 years ago
  2. ebad861 xfs: store xfs_mount in the buftarg instead of in the xfs_buf by Dave Chinner · 14 years ago
  3. 686865f xfs: rename xfs_buf_get_nodaddr to be more appropriate by Dave Chinner · 14 years ago
  4. 4e0d5f9 xfs: fix the xfs_log_iovec i_addr type by Christoph Hellwig · 14 years ago
  5. 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 14 years ago
  6. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 14 years ago
  7. 7b6259e xfs: remove block number from inode lookup code by Dave Chinner · 14 years ago
  8. fdc07f4 xfs: clean up xlog_align by Christoph Hellwig · 14 years ago
  9. c115541 xfs: Clean up XFS_BLI_* flag namespace by Dave Chinner · 14 years ago
  10. 48389ef xfs: kill off l_sectbb_mask by Alex Elder · 14 years ago
  11. 69ce58f xfs: record log sector size rather than log2(that) by Alex Elder · 14 years ago
  12. 1414a60 xfs: remove dead XFS_LOUD_RECOVERY code by Christoph Hellwig · 14 years ago
  13. 3f943d8 xfs: minor odds and ends in xfs_log_recover.c by Alex Elder · 14 years ago
  14. e3bb2e3 xfs: avoid repeated pointer dereferences by Alex Elder · 14 years ago
  15. 9db127e xfs: change a few labels in xfs_log_recover.c by Alex Elder · 14 years ago
  16. 36adecf xfs: nothing special about 1-block log sector by Alex Elder · 14 years ago
  17. ff30a62 xfs: encapsulate bbcount validity checking by Alex Elder · 14 years ago
  18. 5c17f53 xfs: kill XLOG_SECTOR_ROUND*() by Alex Elder · 14 years ago
  19. 8511998 xfs: simplify XLOG_SECTOR_ROUND*() by Alex Elder · 14 years ago
  20. 6881a22 xfs: fix min bufsize bugs in two places by Alex Elder · 14 years ago
  21. 9abbc53 xfs: add log item recovery tracing by Dave Chinner · 14 years ago
  22. a14a348 xfs: cleanup up xfs_log_force calling conventions by Christoph Hellwig · 14 years ago
  23. 0cadda1 xfs: remove duplicate buffer flags by Christoph Hellwig · 14 years ago
  24. f0a7695 xfs: Use list_heads for log recovery item lists by Dave Chinner · 15 years ago
  25. 5d77c0d xfs: make several more functions static by Eric Sandeen · 15 years ago
  26. d180ec5 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  27. 03daa57 fs/xfs/xfs_log_recover.c: use %pU to print UUIDs by Joe Perches · 15 years ago
  28. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
  29. 6ad112b xfs: simplify xfs_buf_get / xfs_buf_read interfaces by Christoph Hellwig · 15 years ago
  30. fc5bc4c xfs: Wrapped journal record corruption on read at recovery by Andy Poling · 15 years ago
  31. 8ec6dba XFS bug in log recover with quota (bugzilla id 855) by Jan Rekorajski · 15 years ago
  32. d96f8f8 xfs: add more statics & drop some unused functions by Eric Sandeen · 15 years ago
  33. 0c5e1ce xfs: validate quota log items during log recovery by Christoph Hellwig · 15 years ago
  34. 076e6ac xfs: cleanup xlog_bread by Christoph Hellwig · 15 years ago
  35. ff0205e xfs: cleanup xlog_recover_do_trans by Christoph Hellwig · 15 years ago
  36. dd0bbad xfs: remove another leftover of the old inode log item format by Christoph Hellwig · 15 years ago
  37. e8fa6b4 xfs: prevent kernel crash due to corrupted inode log format by Christoph Hellwig · 15 years ago
  38. a568778 xfs: remove uchar_t/ushort_t/uint_t/ulong_t types by Christoph Hellwig · 15 years ago
  39. 3228149 xfs: Check buffer lengths in log recovery by Dave Chinner · 15 years ago
  40. 15ac08a [XFS] replace b_fspriv with b_mount by Christoph Hellwig · 16 years ago
  41. 0e44667 [XFS] fix error handling in xlog_recover_process_one_iunlink by Christoph Hellwig · 16 years ago
  42. 92bfc6e [XFS] embededd struct xfs_imap into xfs_inode by Christoph Hellwig · 16 years ago
  43. a194189 [XFS] remove dead code for old inode item recovery by Christoph Hellwig · 16 years ago
  44. 76d8b27 [XFS] stop using xfs_itobp in xfs_iread by Christoph Hellwig · 16 years ago
  45. 23fac50 [XFS] split up xlog_recover_process_iunlinks by Christoph Hellwig · 16 years ago
  46. 81591fe [XFS] kill xfs_dinode_core_t by Christoph Hellwig · 16 years ago
  47. b28708d [XFS] sanitize xlog_in_core_t definition by Christoph Hellwig · 16 years ago
  48. 4805621 [XFS] factor out xfs_read_agf helper by From: Christoph Hellwig · 16 years ago
  49. 5e1be0f [XFS] factor out xfs_read_agi helper by Christoph Hellwig · 16 years ago
  50. 5a792c4 [XFS] XFS: Check for valid transaction headers in recovery by David Chinner · 16 years ago
  51. 783a2f6 [XFS] Finish removing the mount pointer from the AIL API by David Chinner · 16 years ago
  52. a9c21c1 [XFS] Given the log a pointer to the AIL by David Chinner · 16 years ago
  53. c7e8f26 [XFS] Move the AIL lock into the struct xfs_ail by David Chinner · 16 years ago
  54. 5b00f14 [XFS] move the AIl traversal over to a consistent interface by David Chinner · 16 years ago
  55. 27d8d5f [XFS] Use a cursor for AIL traversal. by David Chinner · 16 years ago
  56. 7cc95a8 [XFS] Always use struct xfs_btree_block instead of short / longform structures. by Christoph Hellwig · 16 years ago
  57. 60197e8 [XFS] Cleanup maxrecs calculation. by Christoph Hellwig · 16 years ago
  58. 4249023 [XFS] cleanup xfs_mountfs by Christoph Hellwig · 16 years ago
  59. f0e2d93 [XFS] Remove unused arg from kmem_free() by Denys Vlasenko · 16 years ago
  60. 234f56a [XFS] Check for errors when changing buffer pointers. by David Chinner · 16 years ago
  61. 64bfe1b [XFS] Catch errors from xfs_imap(). by David Chinner · 16 years ago
  62. d64e31a [XFS] Ensure errors from xfs_bdstrat() are correctly checked. by David Chinner · 16 years ago
  63. fc6149d [XFS] Check for xfs_free_extent() failing. by David Chinner · 16 years ago
  64. e5720ee [XFS] Propagate errors from xfs_trans_commit(). by David Chinner · 16 years ago
  65. 3c1e2bb [XFS] Propagate xfs_trans_reserve() errors. by David Chinner · 16 years ago
  66. 34a622b [XFS] replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  67. 4335509 [XFS] remove most calls to VN_RELE by Christoph Hellwig · 16 years ago
  68. a3f74ff [XFS] Don't block pdflush when writing back inodes by David Chinner · 16 years ago
  69. 6211870 [XFS] remove shouting-indirection macros from xfs_sb.h by Eric Sandeen · 16 years ago
  70. 9742bb9 [XFS] prevent panic during log recovery due to bogus op_hdr length by Lachlan McIlroy · 17 years ago
  71. 8ae2c0f [XFS] Fix sparse warning in xlog_recover_do_efd_trans. by David Chinner · 17 years ago
  72. a8272ce [XFS] Fix up sparse warnings. by David Chinner · 17 years ago
  73. b53e675 [XFS] xlog_rec_header/xlog_rec_ext_header endianess annotations by Christoph Hellwig · 17 years ago
  74. 67fcb7b [XFS] clean up some xfs_log_priv.h macros by Christoph Hellwig · 17 years ago
  75. 03bea6f [XFS] clean up some xfs_log_priv.h macros by Christoph Hellwig · 17 years ago
  76. 287f3da [XFS] Unwrap AIL_LOCK by Donald Douwsma · 17 years ago
  77. bebf963 [XFS] Turn off XBF_ASYNC flag before re-reading superblock. by Lachlan McIlroy · 17 years ago
  78. 2bdf7cd [XFS] superblock endianess annotations by Christoph Hellwig · 17 years ago
  79. 347d1c0 [XFS] dinode endianess annotations by Christoph Hellwig · 17 years ago
  80. 053c59a Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-disk version is newer." by Tim Shimmin · 17 years ago
  81. 1bc5858 [XFS] fix valid but harmless sparse warning by Christoph Hellwig · 17 years ago
  82. b394e43 [XFS] Avoid replaying inode buffer initialisation log items if on-disk version is newer. by Lachlan McIlroy · 17 years ago
  83. 4b80916 [XFS] Fix sparse NULL vs 0 warnings by Christoph Hellwig · 17 years ago
  84. 92821e2 [XFS] Lazy Superblock Counters by David Chinner · 17 years ago
  85. 3a02ee1 [XFS] Get rid of redundant "required" in msg. by Utako Kusaka · 17 years ago
  86. e9ed9d2 [XFS] remove more misc. unused args by Eric Sandeen · 17 years ago
  87. 1c72bf9 [XFS] The last argument "lsn" of xfs_trans_commit() is always called with NULL. by Eric Sandeen · 17 years ago
  88. 5478eea [XFS] Re-initialize the per-cpu superblock counters after recovery. by Lachlan McIlroy · 17 years ago
  89. 804195b [XFS] Get rid of old 5.3/6.1 v1 log items. Cleanup patch sent in by Eric by Eric Sandeen · 17 years ago
  90. 6fdf8cc [XFS] Rework code snippets slightly to remove remaining recent-gcc warnings. by Nathan Scott · 18 years ago
  91. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  92. b657452 [XFS] Portability changes: remove prdev, stick to one diagnostic interface. by Nathan Scott · 18 years ago
  93. 7d04a33 [XFS] Shutdown the filesystem if all device paths have gone. Made by Nathan Scott · 18 years ago
  94. 87c199c [XFS] Over zealous with doing endian conversions. We endian converted the by Tim Shimmin · 18 years ago
  95. 6d192a9 [XFS] inode items and EFI/EFDs have different ondisk format for 32bit and by Tim Shimmin · 18 years ago
  96. c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 18 years ago
  97. b12dd34 [XFS] Fix an infinite loop issue in bulkstat when a corrupt inode is by Nathan Scott · 18 years ago
  98. 77a7cce [XFS] Fix quotaoff logitem for project quota, affects log recovery only. by Nathan Scott · 19 years ago
  99. 65be605 [XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recover by Eric Sandeen · 19 years ago
  100. 16259e7 [XFS] Endianess annotations for various allocator data structures by Christoph Hellwig · 19 years ago