1. d73e1ce xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  2. 5893e4f xfs: move the max dir2 free bests count to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  3. ed1d612 xfs: move the dir2 free header size to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  4. 478c783 xfs: move the max dir2 leaf entries count to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  5. 545910b xfs: move the dir2 leaf header size to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  6. 3b34441 xfs: move the node header size to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  7. 51908ca xfs: add a btree entries pointer to struct xfs_da3_icnode_hdr by Christoph Hellwig · 5 years ago
  8. e1c8af1 xfs: devirtualize ->node_hdr_to_disk by Christoph Hellwig · 5 years ago
  9. f475dc4d xfs: devirtualize ->node_hdr_from_disk by Christoph Hellwig · 5 years ago
  10. b16be56 xfs: use unsigned int for all size values in struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  11. a39f089a xfs: move incore structures out of xfs_da_format.h by Christoph Hellwig · 5 years ago
  12. ddbca70 xfs: allocate xattr buffer on demand by Dave Chinner · 5 years ago
  13. 9d9e623 xfs: fold dfops into the transaction by Brian Foster · 6 years ago
  14. 76613903 xfs: use ->t_firstblock in xattr ops by Brian Foster · 6 years ago
  15. 32a9b7c xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove by Brian Foster · 6 years ago
  16. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  17. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
  18. 7a652bb xfs: fail _dir_open when readahead fails by Darrick J. Wong · 8 years ago
  19. 2c3234d xfs: rename flist/free_list to dfops by Darrick J. Wong · 8 years ago
  20. 310a75a xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* by Darrick J. Wong · 8 years ago
  21. 84be0ff libxfs: move header files by Dave Chinner · 11 years ago[Renamed from fs/xfs/xfs_da_btree.h]
  22. b2a21e7 xfs: remove redundant geometry information from xfs_da_state by Dave Chinner · 11 years ago
  23. 0650b55 xfs: introduce directory geometry structure by Dave Chinner · 11 years ago
  24. fdd3a2a Merge branch 'xfs-unused-args-cleanup' into for-next by Dave Chinner · 11 years ago
  25. 8275cdd xfs: remote attribute overwrite causes transaction overrun by Dave Chinner · 11 years ago
  26. 9df2dd0 xfs: remove unused tp arg from xfs_da_reada_buf & callers by Eric Sandeen · 11 years ago
  27. 32c5483 xfs: abstract the differences in dir2/dir3 via an ops vector by Dave Chinner · 11 years ago
  28. 5706278 xfs: unify directory/attribute format definitions by Dave Chinner · 11 years ago
  29. 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  30. 3780437 XFS: Assertion failed: first <= last && last < BBTOB(bp->b_length), file: fs/xfs/xfs_trans_buf.c, line: 568 by Dave Chinner · 11 years ago
  31. 0cb9776 xfs: Add read-only support for dirent filetype field by Dave Chinner · 11 years ago
  32. d75afeb xfs: add buffer types to directory and attribute buffers by Dave Chinner · 12 years ago
  33. 517c222 xfs: add CRCs to attr leaf blocks by Dave Chinner · 12 years ago
  34. f5ea110 xfs: add CRCs to dir2/da node blocks by Dave Chinner · 12 years ago
  35. 24df33b xfs: add CRC checking to dir2 leaf blocks by Dave Chinner · 12 years ago
  36. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago
  37. da6958c xfs: Add verifiers to dir2 data readahead. by Dave Chinner · 12 years ago
  38. d9392a4 xfs: add xfs_da_node verification by Dave Chinner · 12 years ago
  39. 4bb20a8 xfs: add verifier callback to directory read code by Dave Chinner · 12 years ago
  40. 96ee34b xfs: fix comment typo of struct xfs_da_blkinfo. by Chen Baozi · 12 years ago
  41. 1d9025e xfs: remove struct xfs_dabuf and infrastructure by Dave Chinner · 13 years ago
  42. 3605431 xfs: use discontiguous xfs_buf support in dabuf wrappers by Dave Chinner · 13 years ago
  43. d0f9e8f xfs: remove the dead XFS_DABUF_DEBUG code by Christoph Hellwig · 13 years ago
  44. 77936d0 xfs: factor out xfs_da_grow_inode_int by Christoph Hellwig · 13 years ago
  45. 2bc7542 xfs: convert dirnameops to unsigned char names by Dave Chinner · 15 years ago
  46. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
  47. 9da096f xfs: fix various typos by Malcolm Parsons · 16 years ago
  48. 2441849 xfs: move declaration to header file by Hannes Eder · 16 years ago
  49. a568778 xfs: remove uchar_t/ushort_t/uint_t/ulong_t types by Christoph Hellwig · 16 years ago
  50. 847fff5 [XFS] Sync up kernel and user-space headers by Barry Naujok · 16 years ago
  51. 4603992 [XFS] Remove final remnants of dirv1 macros and other stuff by Barry Naujok · 16 years ago
  52. 384f3ce [XFS] Return case-insensitive match for dentry cache by Barry Naujok · 17 years ago
  53. 6a17810 [XFS] Add op_flags field and helpers to xfs_da_args by Barry Naujok · 17 years ago
  54. 5163f95 [XFS] Name operation vector for hash and compare by Barry Naujok · 17 years ago
  55. a8272ce [XFS] Fix up sparse warnings. by David Chinner · 17 years ago
  56. 6be145b [XFS] Remove a bunch of unused functions from XFS. by Eric Sandeen · 18 years ago
  57. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 19 years ago
  58. fac80cce [XFS] endianess annotations for xfs_da_node_hdr_t by Nathan Scott · 19 years ago
  59. 403432d [XFS] endianess annotations for xfs_da_node_entry_t by Nathan Scott · 19 years ago
  60. 89da054 [XFS] endianess annotations for xfs_da_blkinfo_t by Nathan Scott · 19 years ago
  61. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  62. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  63. 80cce77 [XFS] Make some extended attributes routines take const parameters, for by Nathan Scott · 19 years ago
  64. ba0f32d [XFS] mark various symbols static Patch from Adrian Bunk by Christoph Hellwig · 20 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago