1. b43b31b Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linus by Chris Mason · 13 years ago
  2. bd68151 Btrfs: switch the btrfs tree locks to reader/writer by Chris Mason · 13 years ago
  3. 1e5063d btrfs: Don't BUG_ON alloc_path errors in replay_one_buffer() by Mark Fasheh · 13 years ago
  4. 3ed4498 btrfs: fix dereference of ERR_PTR value by David Sterba · 13 years ago
  5. d6c0cb3 Merge branch 'cleanups_and_fixes' into inode_numbers by Chris Mason · 13 years ago
  6. 37daa4f Btrfs: check return value of btrfs_inc_extent_ref() by Tsutomu Itoh · 13 years ago
  7. c00e949 Btrfs: return error to caller if read_one_inode() fails by Tsutomu Itoh · 13 years ago
  8. 1cd3079 Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item by Tsutomu Itoh · 13 years ago
  9. 65a246c Btrfs: return error code to caller when btrfs_del_item fails by Tsutomu Itoh · 13 years ago
  10. 8e531cd Btrfs: do not flush csum items of unchanged file data during treelog by liubo · 13 years ago
  11. 7126733 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbers by Chris Mason · 13 years ago
  12. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 13 years ago
  13. dcc6d07 Merge branch 'delayed_inode' into inode_numbers by Chris Mason · 13 years ago
  14. 16cdcec btrfs: implement delayed inode items operation by Miao Xie · 13 years ago
  15. 0965537 Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers by Chris Mason · 13 years ago
  16. a2de733 btrfs: scrub by Arne Jansen · 13 years ago
  17. b3b4aa7 btrfs: drop unused parameter from btrfs_release_path by David Sterba · 13 years ago
  18. c704005 btrfs: unify checking of IS_ERR and null by David Sterba · 13 years ago
  19. a62f44a Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log() by Tsutomu Itoh · 13 years ago
  20. 33345d01 Btrfs: Always use 64bit inode number by Li Zefan · 13 years ago
  21. c622ae6 btrfs: make inode ref log recovery faster by liubo · 13 years ago
  22. db5b493 Btrfs: cleanup some BUG_ON() by Tsutomu Itoh · 13 years ago
  23. 22a94d4 Btrfs: add checks to verify dir items are correct by Josef Bacik · 13 years ago
  24. 98d5dc1 btrfs: fix return value check of btrfs_start_transaction() by Tsutomu Itoh · 14 years ago
  25. 5df6708 btrfs: checking NULL or not in some functions by Tsutomu Itoh · 14 years ago
  26. b31eabd Btrfs: catch errors from btrfs_sync_log by Chris Mason · 14 years ago
  27. 2a29edc btrfs: fix several uncheck memory allocations by liubo · 14 years ago
  28. 6a91221 Btrfs: use dget_parent where we can UPDATED by Josef Bacik · 14 years ago
  29. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  30. 411fc6b Btrfs: Fix variables set but not read (bugs found by gcc 4.6) by Andi Kleen · 14 years ago
  31. 4a500fd Btrfs: Metadata ENOSPC handling for tree log by Yan, Zheng · 14 years ago
  32. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  33. 73f7341 Btrfs: change how we mount subvolumes by Josef Bacik · 15 years ago
  34. c71bf09 Btrfs: Avoid orphan inodes cleanup while replaying log by Yan, Zheng · 15 years ago
  35. 920bbbf Btrfs: Rewrite btrfs_drop_extents by Yan, Zheng · 15 years ago
  36. 8cef4e1 Btrfs: Avoid superfluous tree-log writeout by Yan, Zheng · 15 years ago
  37. dcbeb0b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  38. 86df7eb Btrfs: properly wait log writers during log sync by Yan, Zheng · 15 years ago
  39. 690587d Btrfs: streamline tree-log btree block writeout by Chris Mason · 15 years ago
  40. 257c62e Btrfs: avoid tree log commit when there are no changes by Chris Mason · 15 years ago
  41. 4722607 Btrfs: only write one super copy during fsync by Chris Mason · 15 years ago
  42. 474a503 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  43. ff782e0 Btrfs: optimize fsync for the single writer case by Josef Bacik · 15 years ago
  44. 54bcf38 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linus by Chris Mason · 15 years ago
  45. 76dda93 Btrfs: add snapshot/subvolume destroy ioctl by Yan, Zheng · 15 years ago
  46. 13a8a7c Btrfs: do not reuse objectid of deleted snapshot/subvol by Yan, Zheng · 15 years ago
  47. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  48. 11833d6 Btrfs: improve async block group caching by Yan Zheng · 15 years ago
  49. a1ed835 Btrfs: Fix extent replacment race by Chris Mason · 15 years ago
  50. 68b3855 Btrfs: change how we unpin extents by Josef Bacik · 15 years ago
  51. 631c07c Btrfs: Correct redundant test in add_inode_ref by Julia Lawall · 15 years ago
  52. 817d52f Btrfs: async block group caching by Josef Bacik · 15 years ago
  53. b263c2c Btrfs: fix extent_buffer leak during tree log replay by Chris Mason · 15 years ago
  54. 5d4f98a Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE) by Yan Zheng · 15 years ago
  55. e980b50 Btrfs: fix fallocate deadlock on inode extent lock by Chris Mason · 15 years ago
  56. c293498 Btrfs: BUG to BUG_ON changes by Stoyan Gaydarov · 15 years ago
  57. 3a5e140 Btrfs: notreelog mount option by Sage Weil · 15 years ago
  58. 04018de Btrfs: kill the pinned_mutex by Josef Bacik · 15 years ago
  59. af4176b Btrfs: optimize fsyncs on old files by Chris Mason · 15 years ago
  60. 12fcfd2 Btrfs: tree logging unlink/rename fixes by Chris Mason · 15 years ago
  61. a74ac32 Btrfs: Make sure i_nlink doesn't hit zero too soon during log replay by Chris Mason · 15 years ago
  62. b947343 Btrfs: leave btree locks spinning more often by Chris Mason · 15 years ago
  63. 2456242 Btrfs: hold trans_mutex when using btrfs_record_root_in_trans by Yan Zheng · 15 years ago
  64. b4ce94d Btrfs: Change btree locking to use explicit blocking points by Chris Mason · 16 years ago
  65. 7237f18 Btrfs: fix tree logs parallel sync by Yan Zheng · 16 years ago
  66. e293e97 Btrfs: explicitly mark the tree log root for writeback by Chris Mason · 16 years ago
  67. 07d400a Btrfs: tree logging checksum fixes by Yan Zheng · 16 years ago
  68. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 16 years ago
  69. ec051c0 Btrfs: avoid orphan inode caused by log replay by Yan Zheng · 16 years ago
  70. 87b29b2 Btrfs: properly check free space for tree balancing by Yan Zheng · 16 years ago
  71. 580afd7 Btrfs: Fix compressed checksum fsync log copies by Chris Mason · 16 years ago
  72. a512bbf Btrfs: superblock duplication by Yan Zheng · 16 years ago
  73. d20f704 Btrfs: move data checksumming into a dedicated tree by Chris Mason · 16 years ago
  74. 607d432 Btrfs: add support for multiple csum algorithms by Josef Bacik · 16 years ago
  75. b295086 Btrfs: make things static and include the right headers by Christoph Hellwig · 16 years ago
  76. d899e05 Btrfs: Add fallocate support v2 by Yan Zheng · 16 years ago
  77. 84234f3 Btrfs: Add root tree pointer transaction ids by Yan Zheng · 16 years ago
  78. 2517920 Btrfs: nuke fs wide allocation mutex V2 by Josef Bacik · 16 years ago
  79. c8b9781 Btrfs: Add zlib compression support by Chris Mason · 16 years ago
  80. 3bb1a1b Btrfs: Remove offset field from struct btrfs_extent_ref by Yan Zheng · 16 years ago
  81. a76a3cd Btrfs: Count space allocated to file in bytes by Yan Zheng · 16 years ago
  82. 31840ae Btrfs: Full back reference support by Zheng Yan · 16 years ago
  83. 9623f9a Btrfs: Disable the dir fsync optimization to skip logging the dir sometimes by Chris Mason · 16 years ago
  84. d0c803c Btrfs: Record dirty pages tree-log pages in an extent_io tree by Chris Mason · 16 years ago
  85. 31ff1cd Btrfs: Copy into the log tree in big batches by Chris Mason · 16 years ago
  86. d00aff0 Btrfs: Optimize tree log block allocations by Chris Mason · 16 years ago
  87. 3a5f1d4 Btrfs: Optimize btree walking while logging inodes by Chris Mason · 16 years ago
  88. 49eb7e4 Btrfs: Dir fsync optimizations by Chris Mason · 16 years ago
  89. 8d5bf1c Btrfs: Update the highest objectid in a root after log replay is done by Chris Mason · 16 years ago
  90. 4bef084 Btrfs: Tree logging fixes by Chris Mason · 16 years ago
  91. e02119d Btrfs: Add a write ahead tree log to optimize synchronous operations by Chris Mason · 16 years ago