1. d210a28 [XFS] In actual allocation of file system blocks and freeing extents, the by Yingping Lu · 18 years ago
  2. d3446ea [XFS] Add degframentation exclusion support by Barry Naujok · 18 years ago
  3. fbc1462 [XFS] Fix a noatime regression related to updating inode atime field on by Nathan Scott · 18 years ago
  4. ba0b92d [XFS] Fix a comment typo, originally noticed by Ming Zhang. by Nathan Scott · 18 years ago
  5. fe6c1e7 [XFS] Fix size argument in kmem_free(). by Mandy Kirkconnell · 18 years ago
  6. 3f368a0 [XFS] Originally the ATTR_DMI flag also had the functionality of the by Olaf Weber · 18 years ago
  7. 1d8daf0 [XFS] endianess annotations for xfs_dir_leaf_entry_t by Christoph Hellwig · 18 years ago
  8. 8034fff [XFS] endianess annotations for xfs_dir_leaf_hdr_t by Christoph Hellwig · 18 years ago
  9. ff9901c [XFS] endianess annotations for xfs_dir2_data_entry_t by Christoph Hellwig · 18 years ago
  10. 3e57ecf [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report by Olaf Weber · 18 years ago
  11. e63a369 [XFS] Fix a possible metadata buffer (AGFL) refcount leak when fixing an by Nathan Scott · 18 years ago
  12. b1ecdda [XFS] Fix a project quota space accounting leak on rename. by Nathan Scott · 18 years ago
  13. d08d389 [XFS] Fix a possible forced shutdown due to mishandling write barriers by Nathan Scott · 18 years ago
  14. cbb7e57 [PATCH] splice: pass offset around for ->splice_read() and ->splice_write() by Jens Axboe · 19 years ago
  15. 88dd9c1 Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  16. 7b04d71 [PATCH] Add GFP_NOWAIT by Jeff Dike · 19 years ago
  17. 019ff2d [XFS] Fix a problem in aligning inode allocations to stripe unit boundaries. by Nathan Scott · 19 years ago
  18. 8c0b511 [XFS] Fix utime(2) in the case that no times parameter was passed in. by Nathan Scott · 19 years ago
  19. 58829e4 [XFS] Fix an inode use-after-free durin an unpin. When reclaiming inodes by David Chinner · 19 years ago
  20. 1fc5d95 [XFS] Fix inode reclaim scalability regression. When a filesystem has by David Chinner · 19 years ago
  21. 8272145 [XFS] Fix a writepage regression where we accidentally stopped honouring by Nathan Scott · 19 years ago
  22. e50bd16 [XFS] Fix superblock validation regression for the zero imaxpct case. by Nathan Scott · 19 years ago
  23. 3a326a2 [PATCH] introduce a "kernel-internal pipe object" abstraction by Ingo Molnar · 19 years ago
  24. 1b89584 [XFS] Provide XFS support for the splice syscall. by Nathan Scott · 19 years ago
  25. 3bbcc8e [XFS] Reenable write barriers by default. by Nathan Scott · 19 years ago
  26. 9a2a7de [XFS] Make project quota enforcement return an error code consistent with by Nathan Scott · 19 years ago
  27. 764d1f8 [XFS] Implement the silent parameter to fill_super, previously ignored. by Nathan Scott · 19 years ago
  28. 4b4fa25 [XFS] Cleanup comment to remove reference to obsoleted function by Mandy Kirkconnell · 19 years ago
  29. c253666 [XFS] Cleanup in XFS after recent get_block_t interface tweaks. by Nathan Scott · 19 years ago
  30. 0b7e56a [XFS] Remove unused/obsoleted function: xfs_bmap_do_search_extents() by Mandy Kirkconnell · 19 years ago
  31. 3ccb8b5 [XFS] A change to inode chunk allocation to try allocating the new chunk by Glen Overby · 19 years ago
  32. e0edd59 [XFS] Fix compiler warning and small code inconsistencies in compat by Nathan Scott · 19 years ago
  33. c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 19 years ago
  34. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 19 years ago
  35. 1d8fa7a [PATCH] remove ->get_blocks() support by Badari Pulavarty · 19 years ago
  36. fa30bd0 [PATCH] map multiple blocks for mpage_readpages() by Badari Pulavarty · 19 years ago
  37. 93d2341 [PATCH] mempool: use mempool_create_slab_pool() by Matthew Dobson · 19 years ago
  38. 2ff28e2 [PATCH] Make address_space_operations->invalidatepage return void by NeilBrown · 19 years ago
  39. b019600 [PATCH] cpuset memory spread slab cache hooks by Paul Jackson · 19 years ago
  40. e8c96f8 [PATCH] fs: Use ARRAY_SIZE macro by Tobias Klauser · 19 years ago
  41. debf798 Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 19 years ago
  42. 394e390 [PATCH] more for_each_cpu() conversions by Andrew Morton · 19 years ago
  43. b20a350 [PATCH] page migration reorg by Christoph Lameter · 19 years ago
  44. bb19fba [XFS] Sync up one/two other minor changes missed in previous merges. by Nathan Scott · 19 years ago
  45. e15f195 [XFS] Reenable the noikeep (delete inode cluster space) option by default. by Nathan Scott · 19 years ago
  46. 2ddee84 [XFS] Check that a page has dirty buffers before finding it acceptable for by David Chinner · 19 years ago
  47. 3758dee [XFS] Fixup naming inconsistencies found by Pekka Enberg and one from Jan by Nathan Scott · 19 years ago
  48. 38e2299 [XFS] Explain the race closed by the addition of vn_iowait() to the start by David Chinner · 19 years ago
  49. 9fa8046 [XFS] Fixing the error caused by the conflict between DIO Write's by Yingping Lu · 19 years ago
  50. f1fdc84 [XFS] Fixing KDB's xrwtrc command, also added the current process id into by Yingping Lu · 19 years ago
  51. 6cc8fef [XFS] Fix compiler warning from xfs_file_compat_invis_ioctl prototype. by Nathan Scott · 19 years ago
  52. b2fc6ad [XFS] remove bogus INT_GET for u8 variables in xfs_dir_leaf.c by Nathan Scott · 19 years ago
  53. fac80cc [XFS] endianess annotations for xfs_da_node_hdr_t by Nathan Scott · 19 years ago
  54. 403432d [XFS] endianess annotations for xfs_da_node_entry_t by Nathan Scott · 19 years ago
  55. d7929ff [XFS] store xfs_attr_inactive_list_t in native endian by Nathan Scott · 19 years ago
  56. 984a081 [XFS] store xfs_attr_sf_sort in native endian by Nathan Scott · 19 years ago
  57. 3b244aa [XFS] endianess annotations for xfs_attr_shortform_t by Nathan Scott · 19 years ago
  58. c0f054e [XFS] endianess annotations for xfs_attr_leaf_name_remote_t by Nathan Scott · 19 years ago
  59. 053b575 [XFS] endianess annotations for xfs_attr_leaf_name_local_t by Nathan Scott · 19 years ago
  60. 6b19f2d [XFS] endianess annotations for xfs_attr_leaf_entry_t by Nathan Scott · 19 years ago
  61. 918ae42 [XFS] endianess annotations for xfs_attr_leaf_hdr_t by Nathan Scott · 19 years ago
  62. 8f44e04 [XFS] remove bogus INT_GET on u8 variables in xfs_dir2_block.c by Nathan Scott · 19 years ago
  63. 89da054 [XFS] endianess annotations for xfs_da_blkinfo_t by Nathan Scott · 19 years ago
  64. 3d693c6 [XFS] endianess annotations for XFS_DIR2_DATA_ENTRY_TAG_P by Nathan Scott · 19 years ago
  65. 3c1f9c1 [XFS] endianess annotations for xfs_dir2_leaf_entry_t by Nathan Scott · 19 years ago
  66. a818e5d [XFS] endianess annotations for xfs_dir2_leaf_hdr_t by Nathan Scott · 19 years ago
  67. e922fff [XFS] endianess annotations for xfs_dir2_block_tail_t by Nathan Scott · 19 years ago
  68. 1fba9f7 [XFS] endianess annotations for XFS_DIR2_DATA_UNUSED_TAG_P by Nathan Scott · 19 years ago
  69. ad354eb [XFS] endianess annotations for xfs_dir2_data_unused_t by Nathan Scott · 19 years ago
  70. afbcb3f [XFS] endianess annotations for xfs_dir2_leaf_tail_t by Nathan Scott · 19 years ago
  71. 68b3a10 [XFS] endianess annotations for XFS_DIR2_LEAF_BESTS_P by Nathan Scott · 19 years ago
  72. 0ba962e [XFS] endianess annotations for xfs_dir2_free_hdr_t by Nathan Scott · 19 years ago
  73. 70e73f5 [XFS] endianess annotations for xfs_dir2_data_hdr structure. by Nathan Scott · 19 years ago
  74. 9cea236 [XFS] Flush and invalidate dirty pages at the start of a direct read also, by Nathan Scott · 19 years ago
  75. ce9d37c [XFS] Merge Yingpings fix for a vn_count assert failure during QA - by Nathan Scott · 19 years ago
  76. 238f4c5 [XFS] Make couple names consitent, be more defensive on releasepage (and by Nathan Scott · 19 years ago
  77. a13828b [XFS] Cleanup references to i_sem. by Nathan Scott · 19 years ago
  78. b12dd34 [XFS] Fix an infinite loop issue in bulkstat when a corrupt inode is by Nathan Scott · 19 years ago
  79. 2ddd592 [XFS] Correct the dquot reservation component for the link transation. by Nathan Scott · 19 years ago
  80. ec86dc0 [XFS] Complete transition away from linvfs naming convention, finally. by Nathan Scott · 19 years ago
  81. 8867bc9 [XFS] There are a few problems with the new by Mandy Kirkconnell · 19 years ago
  82. 524fbf5 [XFS] Revert kiocb and vattr stack changes, theory is the AIO rework will by Nathan Scott · 19 years ago
  83. f30a121 [XFS] Dynamically allocate the xfs_dinode_core_t structure to reduce our by Nathan Scott · 19 years ago
  84. f020b67 [XFS] Fix assert to check that in-core extents are inline only. by Mandy Kirkconnell · 19 years ago
  85. a50cd26 [XFS] Switch over from linvfs names for sb/quotactl operations for by Nathan Scott · 19 years ago
  86. 416c6d5 [XFS] Switch over from linvfs names for inode operations for consistent naming. by Nathan Scott · 19 years ago
  87. 3562fd4 [XFS] Switch over from linvfs names for file operations for consistent naming. by Nathan Scott · 19 years ago
  88. e4c573b [XFS] Switch over from linvfs names for address space ops for consistent naming. by Nathan Scott · 19 years ago
  89. b8b0f54 [XFS] Remove a couple of no-longer-used macros/types from XFS. by Nathan Scott · 19 years ago
  90. a365bdd [XFS] Reduce stack usage within xfs_bmapi by rearranging some code, by Nathan Scott · 19 years ago
  91. 39269e2 [XFS] Reduce xfs_bmapi stack use by removing some local state variables, by Nathan Scott · 19 years ago
  92. 220b528 [XFS] Dynamically allocate vattr in places it makes sense to do so, to by Nathan Scott · 19 years ago
  93. 9b94c2e [XFS] Take a dentry structure off the stack into the data segment. by Nathan Scott · 19 years ago
  94. 8f79405 [XFS] Reduce complexity in xfs_trans_init by pushing complex macros out by Nathan Scott · 19 years ago
  95. f6d75cb [XFS] Dynamically allocate xfs_dir2_put_args_t structure to reduce stack by Nathan Scott · 19 years ago
  96. 1f6553f [XFS] Dynamically allocate local kiocb structures in readv/writev routines by Nathan Scott · 19 years ago
  97. 0293ce3 [XFS] 929045 567344 This mod introduces multi-level in-core file extent by Mandy Kirkconnell · 19 years ago
  98. 4eea22f [XFS] 929045 567344 This mod re-organizes some of the in-core file extent by Mandy Kirkconnell · 19 years ago
  99. 9f989c9 [XFS] Additional mount time superblock validation checks. by Nathan Scott · 19 years ago
  100. 01e1b69 [XFS] using a spinlock per cpu for superblock counter exclusion results in by David Chinner · 19 years ago