1. bf3964c Merge branch 'xfs-extent-list-locking-fixes' into for-next by Ben Myers · 11 years ago
  2. dc16b18 Merge branch 'xfs-misc' into for-next by Ben Myers · 11 years ago
  3. 6f96b30 xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() by Chuansheng Liu · 11 years ago
  4. 85dd070 xfs: fix off-by-one error in xfs_attr3_rmt_verify by Jie Liu · 11 years ago
  5. eef334e xfs: assert that we hold the ilock for extent map access by Christoph Hellwig · 11 years ago
  6. 568d994 xfs: use xfs_ilock_attr_map_shared in xfs_attr_list_int by Christoph Hellwig · 11 years ago
  7. 683cb94 xfs: use xfs_ilock_attr_map_shared in xfs_attr_get by Christoph Hellwig · 11 years ago
  8. da51d32 xfs: use xfs_ilock_data_map_shared in xfs_qm_dqiterate by Christoph Hellwig · 11 years ago
  9. f4df8ad xfs: use xfs_ilock_data_map_shared in xfs_qm_dqtobp by Christoph Hellwig · 11 years ago
  10. 4f31736 xfs: take the ilock around xfs_bmapi_read in xfs_zero_remaining_bytes by Christoph Hellwig · 11 years ago
  11. 40194ec xfs: reinstate the ilock in xfs_readdir by Ben Myers · 11 years ago
  12. efa70be xfs: add xfs_ilock_attr_map_shared by Christoph Hellwig · 11 years ago
  13. 309ecac8 xfs: rename xfs_ilock_map_shared by Christoph Hellwig · 11 years ago
  14. 01f4f32 xfs: remove xfs_iunlock_map_shared by Christoph Hellwig · 11 years ago
  15. 30ba7ad xfs: no need to lock the inode in xfs_find_handle by Christoph Hellwig · 11 years ago
  16. 324bb26 Merge branch 'xfs-for-linus-v3.13-rc5' into for-next by Ben Myers · 11 years ago
  17. ac8809f xfs: abort metadata writeback on permanent errors by Dave Chinner · 11 years ago
  18. 33177f05 xfs: swalloc doesn't align allocations properly by Dave Chinner · 11 years ago
  19. 83a0adc xfs: remove xfsbdstrat error by Christoph Hellwig · 11 years ago
  20. 6e708bc xfs: align initial file allocations correctly by Dave Chinner · 11 years ago
  21. 718cc6f xfs: fix infinite loop by detaching the group/project hints from user dquot by Jie Liu · 11 years ago
  22. 5c22727 xfs: fix assertion failure at xfs_setattr_nonsize by Jie Liu · 11 years ago
  23. 30d161c xfs: fix false assertion at xfs_qm_vop_create_dqattach by Jie Liu · 11 years ago
  24. 3a8c920 xfs: fix memory leak in xfs_dir2_node_removename by Mark Tinguely · 11 years ago
  25. 46f23ad Merge branch 'xfs-factor-icluster-macros' into for-next by Ben Myers · 11 years ago
  26. f9e5abc xfs: use xfs_icluster_size_fsb in xfs_imap by Jie Liu · 11 years ago
  27. 982e939 xfs: use xfs_icluster_size_fsb in xfs_ifree_cluster by Jie Liu · 11 years ago
  28. 6e0c7b8 xfs: use xfs_icluster_size_fsb in xfs_ialloc_inode_init by Jie Liu · 11 years ago
  29. a2ba07b xfs: use xfs_icluster_size_fsb in xfs_bulkstat by Jie Liu · 11 years ago
  30. 904957b xfs: introduce a common helper xfs_icluster_size_fsb by Jie Liu · 11 years ago
  31. 126cd10 xfs: get rid of XFS_IALLOC_BLOCKS macros by Jie Liu · 11 years ago
  32. 0f49efd xfs: get rid of XFS_INODE_CLUSTER_SIZE macros by Jie Liu · 11 years ago
  33. 7178343 xfs: get rid of XFS_IALLOC_INODES macros by Jie Liu · 11 years ago
  34. ffda4e8 xfs: remove the quotaoff log format from the quotaoff log item by Christoph Hellwig · 11 years ago
  35. ce8e962 xfs: remove the dquot log format from the dquot log item by Christoph Hellwig · 11 years ago
  36. 2f25129 xfs: remove the inode log format from the inode log item by Christoph Hellwig · 11 years ago
  37. da77650 xfs: format logged extents directly into the CIL by Christoph Hellwig · 11 years ago
  38. bde7cff xfs: format log items write directly into the linear CIL buffer by Christoph Hellwig · 11 years ago
  39. 1234351 xfs: introduce xlog_copy_iovec by Christoph Hellwig · 11 years ago
  40. 3de559fb xfs: refactor xfs_inode_item_format by Christoph Hellwig · 11 years ago
  41. ce9641d xfs: refactor xfs_inode_item_size by Christoph Hellwig · 11 years ago
  42. 7aeb722 xfs: refactor xfs_buf_item_format_segment by Christoph Hellwig · 11 years ago
  43. 9597df6 xfs: remove duplicate code in xlog_cil_insert_format_items by Christoph Hellwig · 11 years ago
  44. f9b395a xfs: align initial file allocations correctly by Dave Chinner · 11 years ago
  45. 8e825e3 xfs: fix calculation of freed inode cluster blocks by Ben Myers · 11 years ago
  46. b3f03ba xfs: xfs_dir2_block_to_sf temp buffer allocation fails by Dave Chinner · 11 years ago
  47. f94c445 xfs: growfs overruns AGFL buffer on V4 filesystems by Dave Chinner · 11 years ago
  48. 2f42d61 xfs: don't perform discard if the given range length is less than block size by Jie Liu · 11 years ago
  49. 31978b5 xfs: underflow bug in xfs_attrlist_by_handle() by Dan Carpenter · 11 years ago
  50. df8052e xfs: fix infinite loop by detaching the group/project hints from user dquot by Jie Liu · 11 years ago
  51. 5a01dd5 xfs: fix assertion failure at xfs_setattr_nonsize by Jie Liu · 11 years ago
  52. c91c46c xfs: add xfs_setattr_time by Christoph Hellwig · 11 years ago
  53. 0c3d88d xfs: tiny xfs_setattr_mode cleanup by Christoph Hellwig · 11 years ago
  54. 37eb970 xfs: fix false assertion at xfs_qm_vop_create_dqattach by Jie Liu · 11 years ago
  55. afbd123 xfs: integrate xfs_quota_priv header file to xfs_qm by Jie Liu · 11 years ago
  56. c61a9e3 xfs: make quota metadata truncation behavior consistent to user space by Jie Liu · 11 years ago
  57. ef70160 xfs: fix memory leak in xfs_dir2_node_removename by Mark Tinguely · 11 years ago
  58. 2a84108 xfs: free the list of recovery items on error by Mark Tinguely · 11 years ago
  59. b7d961b xfs: growfs overruns AGFL buffer on V4 filesystems by Dave Chinner · 11 years ago
  60. f9fd013 xfs: don't perform discard if the given range length is less than block size by Jie Liu · 11 years ago
  61. 10f73d2 xfs: fix the comment explaining xfs_trans_dqlockedjoin by Christoph Hellwig · 11 years ago
  62. 071c529 xfs: underflow bug in xfs_attrlist_by_handle() by Dan Carpenter · 11 years ago
  63. f230077 xfs: remove unused FI_ flags by Christoph Hellwig · 11 years ago
  64. 3fefdee xfs: simplify xfs_setsize_buftarg callchain; remove unused arg by Eric Sandeen · 11 years ago
  65. 6ea9786 Merge tag 'xfs-for-linus-v3.13-rc1-2' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  66. 2fe8c1c xfs: open code inc_inode_iversion when logging an inode by Dave Chinner · 11 years ago
  67. 8f80587 xfs: increase inode cluster size for v5 filesystems by Dave Chinner · 11 years ago
  68. 9e3908e xfs: fix unlock in xfs_bmap_add_attrfork by Mark Tinguely · 11 years ago
  69. 7e1a1e9 Merge tag 'xfs-for-linus-v3.13-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  70. c4a391b writeback: do not sync data dirtied after sync start by Jan Kara · 11 years ago
  71. 359d992 xfs: simplify kmem_{zone_}zalloc by Gu Zheng · 11 years ago
  72. d123031 xfs: add tracepoints to AGF/AGI read operations by Dave Chinner · 11 years ago
  73. 750b9c9 xfs: trace AIL manipulations by Dave Chinner · 11 years ago
  74. 2732036 xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock ordering by Dave Chinner · 11 years ago
  75. bb86d21 xfs: fix the extent count when allocating an new indirection array entry by Jie Liu · 11 years ago
  76. 10e6e65 xfs: be more forgiving of a v4 secondary sb w/ junk in v5 fields by Eric Sandeen · 11 years ago
  77. 643f7c4 xfs: fix possible NULL dereference in xlog_verify_iclog by Geyslan G. Bem · 11 years ago
  78. 5bf1f43 xfs:xfs_dir2_node.c: pointer use before check for null by Denis Efremov · 11 years ago
  79. ad22c7a xfs: prevent stack overflows from page cache allocation by Dave Chinner · 11 years ago
  80. 632b89e xfs: fix static and extern sparse warnings by Dave Chinner · 11 years ago
  81. a629362 xfs: validity check the directory block leaf entry count by Dave Chinner · 11 years ago
  82. b01ef65 xfs: make dir2 ftype offset pointers explicit by Dave Chinner · 11 years ago
  83. 1c9a5b2 xfs: convert directory vector functions to constants by Dave Chinner · 11 years ago
  84. 24dd0f5 xfs: convert directory vector functions to constants by Dave Chinner · 11 years ago
  85. 01ba43b xfs: vectorise encoding/decoding directory headers by Dave Chinner · 11 years ago
  86. 4bceb18 xfs: vectorise DA btree operations by Dave Chinner · 11 years ago
  87. 4141956 xfs: vectorise directory leaf operations by Dave Chinner · 11 years ago
  88. 2ca9877 xfs: vectorise directory data operations part 2 by Dave Chinner · 11 years ago
  89. 9d23fc8 xfs: vectorise directory data operations by Dave Chinner · 11 years ago
  90. 4740175 xfs: vectorise remaining shortform dir2 ops by Dave Chinner · 11 years ago
  91. 32c5483 xfs: abstract the differences in dir2/dir3 via an ops vector by Dave Chinner · 11 years ago
  92. c963c61 xfs: split xfs_rtalloc.c for userspace sanity by Dave Chinner · 11 years ago
  93. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  94. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  95. d420e5c xfs: remove unused transaction callback variables by Dave Chinner · 11 years ago
  96. 9aede1d xfs: split dquot buffer operations out by Dave Chinner · 11 years ago
  97. 5706278 xfs: unify directory/attribute format definitions by Dave Chinner · 11 years ago
  98. 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  99. 865e944 xfs: fold xfs_change_file_space into xfs_ioc_space by Christoph Hellwig · 11 years ago
  100. 83aee9e xfs: simplify the fallocate path by Christoph Hellwig · 11 years ago