1. 089e77e btrfs: convert btrfs_delayed_item.refs from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  2. 6de5f18 btrfs: convert btrfs_delayed_node.refs from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  3. 6ef06d2 btrfs: Make btrfs_i_size_write take btrfs_inode by Nikolay Borisov · 8 years ago
  4. f85b737 btrfs: fix over-80 lines introduced by previous cleanups by David Sterba · 8 years ago
  5. f5cc7b8 btrfs: Make btrfs_inode_delayed_dir_index_count take btrfs_inode by Nikolay Borisov · 8 years ago
  6. 5f4b32e btrfs: Make btrfs_commit_inode_delayed_items take btrfs_inode by Nikolay Borisov · 8 years ago
  7. aa79021 btrfs: Make btrfs_commit_inode_delayed_inode take btrfs_inode by Nikolay Borisov · 8 years ago
  8. f48d1cf btrfs: Make btrfs_remove_delayed_node take btrfs_inode by Nikolay Borisov · 8 years ago
  9. 4ccb5c7 btrfs: Make btrfs_kill_delayed_inode_items take btrfs_inode by Nikolay Borisov · 8 years ago
  10. e07222c btrfs: Make btrfs_delayed_delete_inode_ref take btrfs_inode by Nikolay Borisov · 8 years ago
  11. e67bbbb btrfs: Make btrfs_delete_delayed_dir_index take btrfs_inode by Nikolay Borisov · 8 years ago
  12. 6f45d18 btrfs: Make btrfs_insert_delayed_dir_index take btrfs_inode by Nikolay Borisov · 8 years ago
  13. fcabdd1 btrfs: Make btrfs_delayed_inode_reserve_metadata take btrfs_inode by Nikolay Borisov · 8 years ago
  14. e5517a7 btrfs: Make btrfs_get_or_create_delayed_node take btrfs_inode by Nikolay Borisov · 8 years ago
  15. 340c6ca btrfs: Make btrfs_get_delayed_node take btrfs_inode by Nikolay Borisov · 8 years ago
  16. 4a0cc7c btrfs: Make btrfs_ino take a struct btrfs_inode by Nikolay Borisov · 8 years ago
  17. 20c7bce Btrfs: ACCESS_ONCE cleanup by Seraphime Kirkovski · 8 years ago
  18. 2939e1a btrfs: limit async_work allocation and worker func duration by Maxim Patlasov · 8 years ago
  19. 3a45bb2 btrfs: remove root parameter from transaction commit/end routines by Jeff Mahoney · 8 years ago
  20. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 8 years ago
  21. ccdf9b3 btrfs: root->fs_info cleanup, access fs_info->delayed_root directly by Jeff Mahoney · 8 years ago
  22. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 8 years ago
  23. 27965b6 btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size by Jeff Mahoney · 8 years ago
  24. d2fbb2b btrfs: increment ctx->pos for every emitted or skipped dirent in readdir by Jeff Mahoney · 8 years ago
  25. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  26. e2c8990 btrfs: squash lines for simple wrapper functions by Masahiro Yamada · 8 years ago
  27. afcdd12 Btrfs: add a flags field to btrfs_fs_info by Josef Bacik · 8 years ago
  28. 6664283 btrfs: btrfs_abort_transaction, drop root parameter by Jeff Mahoney · 8 years ago
  29. fba4b69 btrfs: Fix slab accounting flags by Nikolay Borisov · 8 years ago
  30. c48f49d Btrfs: change delayed reservation fallback behavior by Josef Bacik · 8 years ago
  31. 25d609f Btrfs: fix callers of btrfs_block_rsv_migrate by Josef Bacik · 8 years ago
  32. 02dbfc9 Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodes by Omar Sandoval · 8 years ago
  33. e1860a7 btrfs: GFP_NOFS does not GFP_HIGHMEM by David Sterba · 8 years ago
  34. 2e3fcb1 btrfs: Print Warning only if ENOSPC_DEBUG is enabled by Ashish Samant · 9 years ago
  35. f004fae0 Merge branch 'cleanups-4.6' into for-chris-4.6 by David Sterba · 9 years ago
  36. 5598e90 btrfs: drop null testing before destroy functions by Kinglong Mee · 9 years ago
  37. bc4ef75 btrfs: properly set the termination value of ctx->pos in readdir by David Sterba · 9 years ago
  38. 352dd9c btrfs: zero out delayed node upon allocation by Alexandru Moise · 9 years ago
  39. ee86395 btrfs: comment the rest of implicit barriers before waitqueue_active by David Sterba · 10 years ago
  40. 6e17d30 Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode. by Yang Dongsheng · 9 years ago
  41. a585e94 Btrfs: delayed-inode: replace root args iff only fs_info used by Daniel Dressler · 10 years ago
  42. 9cc97d6 Btrfs: Add code to support file creation time by chandan r · 12 years ago
  43. a937b97 btrfs: kill btrfs_inode_*time helpers by David Sterba · 10 years ago
  44. 6f89605 Btrfs: don't delay inode ref updates during log replay by Chris Mason · 10 years ago
  45. 962a298 btrfs: kill the key type accessor helpers by David Sterba · 10 years ago
  46. 9e0af23 Btrfs: fix task hang under heavy compressed write by Liu Bo · 10 years ago
  47. 9649303 btrfs: free delayed node outside of root->inode_lock by Jeff Mahoney · 10 years ago
  48. d458b05 btrfs: Cleanup the "_struct" suffix in btrfs_workequeue by Qu Wenruo · 11 years ago
  49. 5b3bc44 btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  50. 67de117 Btrfs: introduce the delayed inode ref deletion for the single link inode by Miao Xie · 11 years ago
  51. 7cf35d9 Btrfs: use flags instead of the bool variants in delayed node by Miao Xie · 11 years ago
  52. a56dbd8 Btrfs: remove btrfs_end_transaction_dmeta() by Miao Xie · 11 years ago
  53. 0353808 Btrfs: cleanup code of btrfs_balance_delayed_items() by Miao Xie · 11 years ago
  54. 4dd466d Btrfs: don't run delayed nodes again after all nodes flush by Miao Xie · 11 years ago
  55. 74c40f9 Btrfs: remove residual code in delayed inode async helper by Miao Xie · 11 years ago
  56. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  57. d9b0d9b btrfs: Replace kmalloc with kmalloc_array by Dulshani Gunawardhana · 11 years ago
  58. fae7f21 btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) by Dulshani Gunawardhana · 11 years ago
  59. 95e94d1 btrfs: Replace multiple atomic_inc() with atomic_add() by Rashika · 11 years ago
  60. 3c77bd9 Btrfs: don't leak delayed node on path allocation failure by Filipe David Borba Manana · 11 years ago
  61. bdab49d Btrfs: fix printing of non NULL terminated string by Filipe David Borba Manana · 11 years ago
  62. c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago
  63. 3cae210 btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert by Qu Wenruo · 11 years ago
  64. e3a0dd9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  65. 9cdda8d [readdir] convert btrfs by Al Viro · 11 years ago
  66. 78a1068 Btrfs: delete unused function by Stefan Behrens · 11 years ago
  67. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 11 years ago
  68. afe5fea Btrfs: cleanup of function where fixup_low_keys() is called by Tsutomu Itoh · 11 years ago
  69. de3cb94 Btrfs: improve the delayed inode throttling by Chris Mason · 12 years ago
  70. d4c0a7d btrfs: remove unused "item" in btrfs_insert_delayed_item() by Eric Sandeen · 12 years ago
  71. 0e8c36a Btrfs: fix lots of orphan inodes when the space is not enough by Miao Xie · 12 years ago
  72. 4ea41ce Btrfs: cleanup similar code in delayed inode by Miao Xie · 12 years ago
  73. b53d3f5 Btrfs: cleanup for btrfs_btree_balance_dirty by Liu Bo · 12 years ago
  74. 08e007d Btrfs: improve the noflush reservation by Miao Xie · 12 years ago
  75. 7205542 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  76. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  77. 837e197 btrfs: polish names of kmem caches by David Sterba · 12 years ago
  78. 66d8f3d Btrfs: add a new "type" field into the block reservation structure by Miao Xie · 12 years ago
  79. 2f2f43d userns: Convert btrfs to use kuid/kgid where appropriate by Eric W. Biederman · 13 years ago
  80. 66657b3 Btrfs: barrier before waitqueue_active by Josef Bacik · 12 years ago
  81. 6209526 btrfs: fix second lock in btrfs_delete_delayed_items() by Fengguang Wu · 12 years ago
  82. 293f7e0 Btrfs: zero unused bytes in inode item by Li Zefan · 12 years ago
  83. 96c3f43 Btrfs: flush delayed inodes if we're short on space by Josef Bacik · 12 years ago
  84. 67cde34 Btrfs: destroy the items of the delayed inodes in error handling routine by Miao Xie · 12 years ago
  85. 72ac3c0 Btrfs: convert the inode bit field to use the actual bit operations by Josef Bacik · 12 years ago
  86. 0c4d2d9 Btrfs: use i_version instead of our own sequence by Josef Bacik · 12 years ago
  87. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 13 years ago
  88. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 13 years ago
  89. 8c2a3ca Btrfs: space leak tracepoints by Josef Bacik · 13 years ago
  90. c9a7fe9 Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  91. e755d9a Btrfs: deal with NULL srv_rsv in the delalloc inode reservation code by Chris Mason · 13 years ago
  92. c1f4246 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  93. 2115133 Btrfs: tweak the delayed inode reservations again by Chris Mason · 13 years ago
  94. 7fd2ae2 Btrfs: fix our reservations for updating an inode when completing io by Josef Bacik · 13 years ago
  95. 6a6662c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  96. c06a0e1 Btrfs: fix delayed insertion reservation by Josef Bacik · 13 years ago
  97. 6d668dd Btrfs: make a delayed_block_rsv for the delayed item insertion by Josef Bacik · 13 years ago
  98. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  99. bd68151 Btrfs: switch the btrfs tree locks to reader/writer by Chris Mason · 13 years ago
  100. 2f7e33d btrfs: fix inconsonant inode information by Miao Xie · 13 years ago