1. 3a8c920 xfs: fix memory leak in xfs_dir2_node_removename by Mark Tinguely · 11 years ago
  2. 5bf1f43 xfs:xfs_dir2_node.c: pointer use before check for null by Denis Efremov · 11 years ago
  3. 1c9a5b2 xfs: convert directory vector functions to constants by Dave Chinner · 11 years ago
  4. 24dd0f5 xfs: convert directory vector functions to constants by Dave Chinner · 11 years ago
  5. 01ba43b xfs: vectorise encoding/decoding directory headers by Dave Chinner · 11 years ago
  6. 4141956 xfs: vectorise directory leaf operations by Dave Chinner · 11 years ago
  7. 2ca9877 xfs: vectorise directory data operations part 2 by Dave Chinner · 11 years ago
  8. 9d23fc8 xfs: vectorise directory data operations by Dave Chinner · 11 years ago
  9. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  10. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  11. 5706278 xfs: unify directory/attribute format definitions by Dave Chinner · 11 years ago
  12. 08e96e1 xfs: remove newlines from strings passed to __xfs_printk by Eric Sandeen · 11 years ago
  13. 1c55cec xfs: Add write support for dirent filetype field by Dave Chinner · 11 years ago
  14. 0cb9776 xfs: Add read-only support for dirent filetype field by Dave Chinner · 11 years ago
  15. 836a94a xfs: fix issues that cause userspace warnings by Dave Chinner · 11 years ago
  16. 2b9ab5a xfs: reshuffle dir2 definitions around for userspace by Dave Chinner · 11 years ago
  17. e400d27 xfs: fix dir3 freespace block corruption by Dave Chinner · 11 years ago
  18. 742ae1e xfs: introduce CONFIG_XFS_WARN by Dave Chinner · 11 years ago
  19. 61fe135 xfs: buffer type overruns blf_flags field by Dave Chinner · 11 years ago
  20. d75afeb xfs: add buffer types to directory and attribute buffers by Dave Chinner · 11 years ago
  21. f5ea110 xfs: add CRCs to dir2/da node blocks by Dave Chinner · 11 years ago
  22. 24df33b xfs: add CRC checking to dir2 leaf blocks by Dave Chinner · 11 years ago
  23. 33363fe xfs: add CRC checking to dir2 data blocks by Dave Chinner · 11 years ago
  24. cbc8adf xfs: add CRC checking to dir2 free blocks by Dave Chinner · 11 years ago
  25. f5f3d9b xfs: add CRC checks to block format directory blocks by Dave Chinner · 11 years ago
  26. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago
  27. b0f539d xfs: connect up write verifiers to new buffers by Dave Chinner · 12 years ago
  28. 612cfbf xfs: add pre-write metadata buffer verifier callbacks by Dave Chinner · 12 years ago
  29. e6f7667 xfs: factor dir2 leaf read by Dave Chinner · 12 years ago
  30. e481357 xfs: factor out dir2 data block reading by Dave Chinner · 12 years ago
  31. 2025207 xfs: factor dir2 free block reading by Dave Chinner · 12 years ago
  32. 4bb20a8 xfs: add verifier callback to directory read code by Dave Chinner · 12 years ago
  33. 1d9025e xfs: remove struct xfs_dabuf and infrastructure by Dave Chinner · 12 years ago
  34. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 12 years ago
  35. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  36. df2e301 fs: Merge split strings by Jean Delvare · 13 years ago
  37. a00b774 xfs: cleanup struct xfs_dir2_free by Christoph Hellwig · 13 years ago
  38. 5792664 xfs: reshuffle dir2 headers by Christoph Hellwig · 13 years ago
  39. 69ef921 xfs: byteswap constants instead of variables by Christoph Hellwig · 13 years ago
  40. c2066e2 xfs: avoid usage of struct xfs_dir2_data by Christoph Hellwig · 13 years ago
  41. 4fb44c8 xfs: factor out xfs_dir2_leaf_find_entry by Christoph Hellwig · 13 years ago
  42. 0b932cc xfs: Convert remaining cmn_err() callers to new API by Dave Chinner · 13 years ago
  43. 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 14 years ago
  44. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 14 years ago
  45. 5d77c0d xfs: make several more functions static by Eric Sandeen · 15 years ago
  46. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
  47. 9da096f xfs: fix various typos by Malcolm Parsons · 15 years ago
  48. 90bb7ab [XFS] Fix returning case-preserved name with CI node form directories by Barry Naujok · 16 years ago
  49. 384f3ce [XFS] Return case-insensitive match for dentry cache by Barry Naujok · 16 years ago
  50. 6a17810 [XFS] Add op_flags field and helpers to xfs_da_args by Barry Naujok · 16 years ago
  51. 5163f95 [XFS] Name operation vector for hash and compare by Barry Naujok · 16 years ago
  52. f9f6dce [XFS] Split xfs_dir2_leafn_lookup_int into its two pieces of functionality by Barry Naujok · 16 years ago
  53. 413d57c xfs: convert beX_add to beX_add_cpu (new common API) by Marcin Slusarz · 16 years ago
  54. da353b0 [XFS] Radix tree based inode caching by David Chinner · 17 years ago
  55. bbaaf53 [XFS] Reduce shouting by removing unnecessary macros from dir2 code. by Christoph Hellwig · 17 years ago
  56. ef497f8 [XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it. by Eric Sandeen · 17 years ago
  57. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  58. 477829e [XFS] Fix nused counter. It's currently getting set to -1 rather than by Mandy Kirkconnell · 18 years ago
  59. e1090074 [XFS] Fix a buffer refcount leak in dir2 code on a forced shutdown. by Nathan Scott · 18 years ago
  60. ff9901c [XFS] endianess annotations for xfs_dir2_data_entry_t by Christoph Hellwig · 18 years ago
  61. c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 18 years ago
  62. 89da054 [XFS] endianess annotations for xfs_da_blkinfo_t by Nathan Scott · 18 years ago
  63. 3d693c6 [XFS] endianess annotations for XFS_DIR2_DATA_ENTRY_TAG_P by Nathan Scott · 18 years ago
  64. 3c1f9c1 [XFS] endianess annotations for xfs_dir2_leaf_entry_t by Nathan Scott · 18 years ago
  65. a818e5d [XFS] endianess annotations for xfs_dir2_leaf_hdr_t by Nathan Scott · 18 years ago
  66. afbcb3f [XFS] endianess annotations for xfs_dir2_leaf_tail_t by Nathan Scott · 18 years ago
  67. 68b3a10 [XFS] endianess annotations for XFS_DIR2_LEAF_BESTS_P by Nathan Scott · 18 years ago
  68. 0ba962e [XFS] endianess annotations for xfs_dir2_free_hdr_t by Nathan Scott · 18 years ago
  69. 70e73f5 [XFS] endianess annotations for xfs_dir2_data_hdr structure. by Nathan Scott · 18 years ago
  70. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  71. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  72. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago