1. 105a048 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  2. 9aeead7 Btrfs: add more error checking to btrfs_dirty_inode by Chris Mason · 14 years ago
  3. 5a5f79b Btrfs: allow unaligned DIO by Chris Mason · 14 years ago
  4. 46bfbb5 Btrfs: fix preallocation and nodatacow checks in O_DIRECT by Chris Mason · 14 years ago
  5. 94b6044 Btrfs: avoid ENOSPC errors in btrfs_dirty_inode by Chris Mason · 14 years ago
  6. 3f7c579 Btrfs: move O_DIRECT space reservation to btrfs_direct_IO by Chris Mason · 14 years ago
  7. 4845e44 Btrfs: rework O_DIRECT enospc handling by Chris Mason · 14 years ago
  8. eaf25d9 Btrfs: use async helpers for DIO write checksumming by Chris Mason · 14 years ago
  9. 4b46fce Btrfs: add basic DIO read/write support by Josef Bacik · 14 years ago
  10. efa5646 Btrfs: Pre-allocate space for data relocation by Yan, Zheng · 14 years ago
  11. d68fc57 Btrfs: Metadata reservation for orphan inodes by Yan, Zheng · 14 years ago
  12. 8929ecfa Btrfs: Introduce global metadata reservation by Yan, Zheng · 14 years ago
  13. 0ca1f7c Btrfs: Update metadata reservation for delayed allocation by Yan, Zheng · 14 years ago
  14. a22285a Btrfs: Integrate metadata reservation with start_transaction by Yan, Zheng · 14 years ago
  15. 2ead6ae Btrfs: Kill init_btrfs_i() by Yan, Zheng · 14 years ago
  16. 5da9d01 Btrfs: Shrink delay allocated space in a synchronized by Yan, Zheng · 14 years ago
  17. ecc11fab btrfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
  18. 795d580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  19. 287a0ab Btrfs: kill max_extent mount option by Josef Bacik · 15 years ago
  20. 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
  21. 441f405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  22. 2ac55d4 Btrfs: cache the extent state everywhere we possibly can V2 by Josef Bacik · 15 years ago
  23. 5a1a3df Btrfs: cache ordered extent when completing io by Josef Bacik · 15 years ago
  24. 0be2e98 btrfs: fix btrfs_mkdir goto for no free objectids by Miao Xie · 15 years ago
  25. 1e701a3 Btrfs: add new defrag-range ioctl. by Chris Mason · 15 years ago
  26. 73f7341 Btrfs: change how we mount subvolumes by Josef Bacik · 15 years ago
  27. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 15 years ago
  28. 23b5c50 Btrfs: apply updated fallocate i_size fix by Aneesh Kumar K.V · 15 years ago
  29. efd049f Btrfs: do not try and lookup the file extent when finishing ordered io by Josef Bacik · 15 years ago
  30. e3acc2a Btrfs: run orphan cleanup on default fs root by Josef Bacik · 15 years ago
  31. d1ea6a6 Btrfs: Use correct values when updating inode i_size on fallocate by Aneesh Kumar K.V · 15 years ago
  32. a555f81 Btrfs: Add mount -o compress-force by Chris Mason · 15 years ago
  33. 6c090a1 Btrfs: fix regression in orphan cleanup by Josef Bacik · 15 years ago
  34. 406266a btrfs: fix missing last-entry in readdir(3) by Jan Engelhardt · 15 years ago
  35. 3a1abec Btrfs: make sure fallocate properly starts a transaction by Chris Mason · 15 years ago
  36. 4a8be42 Btrfs: deny sys_link across subvolumes. by TARUISI Hiroaki · 15 years ago
  37. 24bbcf0 Btrfs: Add delayed iput by Yan, Zheng · 15 years ago
  38. f34f57a Btrfs: Pass transaction handle to security and ACL initialization functions by Yan, Zheng · 15 years ago
  39. 8082510 Btrfs: Make truncate(2) more ENOSPC friendly by Yan, Zheng · 15 years ago
  40. 5a303d5 Btrfs: Make fallocate(2) more ENOSPC friendly by Yan, Zheng · 15 years ago
  41. c71bf09 Btrfs: Avoid orphan inodes cleanup while replaying log by Yan, Zheng · 15 years ago
  42. c216775 Btrfs: Fix disk_i_size update corner case by Yan, Zheng · 15 years ago
  43. 920bbbf Btrfs: Rewrite btrfs_drop_extents by Yan, Zheng · 15 years ago
  44. aa021ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  45. a6dbd42 Btrfs: fix panic when trying to destroy a newly allocated by Josef Bacik · 15 years ago
  46. f5a84ee3 Btrfs: fallback on uncompressed io if compressed io fails by Josef Bacik · 15 years ago
  47. 5df6a9f Btrfs: fix some metadata enospc issues by Josef Bacik · 15 years ago
  48. 6346c93 Btrfs: fix data allocation hint start by Josef Bacik · 15 years ago
  49. dcbeb0b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  50. 5d5e103 Btrfs: fix possible ENOSPC problems with truncate by Josef Bacik · 15 years ago
  51. 257c62e Btrfs: avoid tree log commit when there are no changes by Chris Mason · 15 years ago
  52. 474a503 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  53. e9061e2 Btrfs: fix uninit compiler warning in cow_file_range_nocow by Chris Mason · 15 years ago
  54. 82d339d Btrfs: constify dentry_operations by Alexey Dobriyan · 15 years ago
  55. efefb14 Btrfs: remove negative dentry when deleting subvolumne by Yan, Zheng · 15 years ago
  56. 32c00af Btrfs: release delalloc reservations on extent item insertion by Josef Bacik · 15 years ago
  57. a3429ab Btrfs: delay clearing EXTENT_DELALLOC for compressed extents by Chris Mason · 15 years ago
  58. a791e35 Btrfs: cleanup extent_clear_unlock_delalloc flags by Chris Mason · 15 years ago
  59. 0efe5e3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  60. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  61. 9c2693c 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
  62. fbf1908 Btrfs: fix data space leak fix by Josef Bacik · 15 years ago
  63. 25472b8 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
  64. 9ed74f2 Btrfs: proper -ENOSPC handling by Josef Bacik · 15 years ago
  65. dc2af6a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  66. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  67. 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
  68. f679a84 Btrfs: don't rename file into dummy directory by Yan, Zheng · 15 years ago
  69. a571952 Btrfs: check size of inode backref before adding hardlink by Yan, Zheng · 15 years ago
  70. 6e1d5dc const: mark remaining inode_operations as const by Alexey Dobriyan · 15 years ago
  71. 7f09410 const: mark remaining address_space_operations const by Alexey Dobriyan · 15 years ago
  72. 76dda93 Btrfs: add snapshot/subvolume destroy ioctl by Yan, Zheng · 15 years ago
  73. 4df27c4d Btrfs: change how subvolumes are organized by Yan, Zheng · 15 years ago
  74. 13a8a7c Btrfs: do not reuse objectid of deleted snapshot/subvol by Yan, Zheng · 15 years ago
  75. b917b7c Btrfs: search for an allocation hint while filling file COW by Chris Mason · 15 years ago
  76. 465fdd9 HWPOISON: Enable error_remove_page on btrfs by Andi Kleen · 15 years ago
  77. 83ebade Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Chris Mason · 15 years ago
  78. 93c82d5 Btrfs: zero page past end of inline file items by Chris Mason · 15 years ago
  79. 50a9b21 Btrfs: fix btrfs page_mkwrite to return locked page by Chris Mason · 15 years ago
  80. a1ed835 Btrfs: Fix extent replacment race by Chris Mason · 15 years ago
  81. 8b62b72 Btrfs: Use PagePrivate2 to track pages in the data=ordered code. by Chris Mason · 15 years ago
  82. 9655d29 Btrfs: use a cached state for extent state operations during delalloc by Chris Mason · 15 years ago
  83. 2c64c53 Btrfs: cache values for locking extents by Chris Mason · 15 years ago
  84. 890871b Btrfs: switch extent_map to a rw lock by Chris Mason · 15 years ago
  85. 03e860b btrfs: fix inode rbtree corruption by From: Nick Piggin · 15 years ago
  86. d6a0967 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  87. 4baf8c9 Btrfs: remove superfluous NULL pointer check in btrfs_rename() by Bartlomiej Zolnierkiewicz · 15 years ago
  88. 655c5d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  89. 33c17ad Btrfs: adjust NULL test by Julia Lawall · 15 years ago
  90. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  91. 5291a12 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  92. 9427216 Btrfs: honor nodatacow/sum mount options for new files by Chris Mason · 15 years ago
  93. a970b0a Btrfs: account for space we may use in fallocate by Josef Bacik · 15 years ago
  94. 72c0490 Get "no acls for this inode" right, fix shmem breakage by Al Viro · 15 years ago
  95. 5affd88 switch btrfs to inode->i_acl by Al Viro · 15 years ago
  96. 59d697b btrfs: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  97. 6cbff00 Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION by Christoph Hellwig · 15 years ago
  98. 5d4f98a Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE) by Yan Zheng · 15 years ago
  99. cc7b0c9 Btrfs: remove some WARN_ONs in the IO failure path by Chris Mason · 15 years ago
  100. 2757495 Btrfs: init inode ordered_data_close flag properly by Chris Mason · 15 years ago