1. dfeec25 xfs: require both realtime inodes to mount by Darrick J. Wong · 5 years ago
  2. 2c3234d xfs: rename flist/free_list to dfops by Darrick J. Wong · 8 years ago
  3. 310a75a xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* by Darrick J. Wong · 8 years ago
  4. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 8 years ago
  5. 253f491 xfs: better xfs_trans_alloc interface by Christoph Hellwig · 8 years ago
  6. 3987848 xfs: remove timestamps from incore inode by Dave Chinner · 8 years ago
  7. f6106ef xfs: eliminate committed arg from xfs_bmap_finish by Eric Sandeen · 8 years ago
  8. d4a97a0 xfs: add missing bmap cancel calls in error paths by Brian Foster · 9 years ago
  9. 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 9 years ago
  10. 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 9 years ago
  11. bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 9 years ago
  12. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 9 years ago
  13. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 9 years ago
  14. 75e58ce Merge branch 'xfs-buf-iosubmit' into for-next by Dave Chinner · 10 years ago
  15. ba37267 xfs: check xfs_buf_read_uncached returns correctly by Dave Chinner · 10 years ago
  16. ea95961 xfs: xfs_rtget_summary can be static by Fengguang Wu · 10 years ago
  17. afabfd3 xfs: combine xfs_rtmodify_summary and xfs_rtget_summary by Eric Sandeen · 10 years ago
  18. d5cf09b xfs: require 64-bit sector_t by Christoph Hellwig · 10 years ago
  19. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  20. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 10 years ago
  21. 70bbca07 xfs: use tr_growrtalloc for growing rt files by Brian Foster · 10 years ago
  22. c963c61 xfs: split xfs_rtalloc.c for userspace sanity by Dave Chinner · 11 years ago
  23. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  24. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  25. 70a9883c xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  26. 3d3c8b5 xfs: refactor xfs_trans_reserve() interface by Jie Liu · 11 years ago
  27. b49a0c1 xfs: remove __KERNEL__ from debug code by Dave Chinner · 11 years ago
  28. e546cb7 xfs: consolidate xfs_utils.c by Dave Chinner · 11 years ago
  29. 836a94a xfs: fix issues that cause userspace warnings by Dave Chinner · 11 years ago
  30. 6898811 xfs: create xfs_bmap_util.[ch] by Dave Chinner · 11 years ago
  31. 2b9ab5a xfs: reshuffle dir2 definitions around for userspace by Dave Chinner · 11 years ago
  32. c729820 xfs: introduce xfs_rtalloc_defs.h by Dave Chinner · 11 years ago
  33. eab4e63 xfs: uncached buffer reads need to return an error by Dave Chinner · 12 years ago
  34. c3f8fc7 xfs: make buffer read verication an IO completion function by Dave Chinner · 12 years ago
  35. 33479e0 xfs: remove xfs_iget.c by Dave Chinner · 12 years ago
  36. 0b9e3f6 xfs: fix uninitialised variable in xfs_rtbuf_get() by Dave Chinner · 12 years ago
  37. 2a0ec1d xfs: move xfs_get_extsz_hint() and kill xfs_rw.h by Dave Chinner · 12 years ago
  38. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 12 years ago
  39. e70b73f xfs: clean up buffer get/read call API by Dave Chinner · 12 years ago
  40. 5575acc xfs: fix deadlock in xfs_rtfree_extent by Kamal Dasu · 12 years ago
  41. ddc3415 xfs: simplify xfs_trans_ijoin* again by Christoph Hellwig · 13 years ago
  42. c0dc782 xfs: rename xfs_bmapi to xfs_bmapi_write by Dave Chinner · 13 years ago
  43. 5b777ad xfs: remove xfs_bmapi_single() by Dave Chinner · 13 years ago
  44. 6292604 xfs: Remove the macro XFS_BUF_PTR by Chandra Seetharaman · 13 years ago
  45. 5a52c2a58 xfs: Remove the macro XFS_BUF_ERROR and family by Chandra Seetharaman · 13 years ago
  46. 0b932cc xfs: Convert remaining cmn_err() callers to new API by Dave Chinner · 13 years ago
  47. 1050c71 xfs: stop using xfs_trans_iget in the RT allocator by Christoph Hellwig · 13 years ago
  48. 9681153 xfs: add lockdep annotations for the rt inodes by Christoph Hellwig · 13 years ago
  49. 04e9945 xfs: only lock the rt bitmap inode once per allocation by Christoph Hellwig · 13 years ago
  50. 1922c94 xfs: use unhashed buffers for size checks by Dave Chinner · 14 years ago
  51. b4e9181 xfs: remove unused delta tracking code in xfs_bmapi by Christoph Hellwig · 14 years ago
  52. 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 14 years ago
  53. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 14 years ago
  54. 7b6259e xfs: remove block number from inode lookup code by Dave Chinner · 14 years ago
  55. 657a4cf xfs: replace E2BIG with EFBIG where appropriate by Eric Sandeen · 14 years ago
  56. 3daeb42 xfs: fix missing error check in xfs_rtfree_range by Dave Chinner · 14 years ago
  57. 0b1b213 xfs: event tracing support by Christoph Hellwig · 14 years ago
  58. b93b6e4 xfs: make sure to free the real-time inodes in the mount error path by Christoph Hellwig · 15 years ago
  59. 9d87c31 [XFS] Remove the rest of the macro-to-function indirections. by Eric Sandeen · 15 years ago
  60. 743bb465 [XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch. by sandeen@sandeen.net · 15 years ago
  61. 0924b58 [XFS] fix uninitialised variable bug in dquot release. by Dave Chinner · 15 years ago
  62. 79071eb [XFS] Use the generic bitops rather than implementing them ourselves. by David Chinner · 16 years ago
  63. f0e2d93 [XFS] Remove unused arg from kmem_free() by Denys Vlasenko · 16 years ago
  64. e5720ee [XFS] Propagate errors from xfs_trans_commit(). by David Chinner · 16 years ago
  65. 4335509 [XFS] remove most calls to VN_RELE by Christoph Hellwig · 16 years ago
  66. ef8ece5 [XFS] Undo bit ops cleanup mod due to regression on 32-bit powermac platform. by Lachlan McIlroy · 16 years ago
  67. a69b176 [XFS] Use the generic bitops rather than implementing them ourselves. by David Chinner · 16 years ago
  68. 4cc929e [XFS] Don't grow filesystems past the size they can index. by Nathan Scott · 17 years ago
  69. 1c72bf9 [XFS] The last argument "lsn" of xfs_trans_commit() is always called with NULL. by Eric Sandeen · 17 years ago
  70. 6be145b [XFS] Remove a bunch of unused functions from XFS. by Eric Sandeen · 17 years ago
  71. f7c99b6 [XFS] Remove unused argument to xfs_bmap_finish by Eric Sandeen · 17 years ago
  72. 68c3271 [XFS] Fix a porting botch on the realtime subvol growfs code path. by Nathan Scott · 18 years ago
  73. d432c80 [XFS] Minor code rearranging and cleanup to prevent some coverity false by Nathan Scott · 18 years ago
  74. 73024cf [XFS] Fix realtime subvolume expansion, a porting bug b0rked it. Coverity by Eric Sesterhenn · 18 years ago
  75. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  76. b657452 [XFS] Portability changes: remove prdev, stick to one diagnostic interface. by Nathan Scott · 18 years ago
  77. 3e57ecf [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report by Olaf Weber · 18 years ago
  78. 07ff2fa [XFS] Fix a realtime allocator regression introduced by an old iget race by Nathan Scott · 18 years ago
  79. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  80. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  81. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago