1. 9c931c5 btrfs: fix minor typo in comment by Nathaniel Yazdani · 11 years ago
  2. 2e60a51 Btrfs: serialize unlocked dio reads with truncate by Miao Xie · 11 years ago
  3. df0af1a Btrfs: use the inode own lock to protect its delalloc_bytes by Miao Xie · 11 years ago
  4. b812ce2 Btrfs: inline csums if we're fsyncing by Josef Bacik · 12 years ago
  5. e997615 Btrfs: only log the inode item if we can get away with it by Josef Bacik · 12 years ago
  6. 46d8bc3 Btrfs: fix a bug in checking whether a inode is already in log by Liu Bo · 12 years ago
  7. 5dc562c Btrfs: turbo charge fsync by Josef Bacik · 12 years ago
  8. b4d7c3c Btrfs: kill free_space pointer from inode structure by Li Zefan · 12 years ago
  9. 83eea1f Btrfs: kill root from btrfs_is_free_space_inode by Liu Bo · 12 years ago
  10. 51a8cf9 Btrfs: fix btrfs_is_free_space_inode to recognize btree inode by Liu Bo · 12 years ago
  11. 7ddf5a4 Btrfs: call filemap_fdatawrite twice for compression by Josef Bacik · 12 years ago
  12. 22ee698 Btrfs: check to see if the inode is in the log before fsyncing by Josef Bacik · 12 years ago
  13. 8a35d95 Btrfs: fix how we deal with the orphan block rsv by Josef Bacik · 12 years ago
  14. 72ac3c0 Btrfs: convert the inode bit field to use the actual bit operations by Josef Bacik · 12 years ago
  15. 0c4d2d9 Btrfs: use i_version instead of our own sequence by Josef Bacik · 12 years ago
  16. f248679 Btrfs: add a delalloc mutex to inodes for delalloc reservations by Josef Bacik · 12 years ago
  17. 7fd2ae2 Btrfs: fix our reservations for updating an inode when completing io by Josef Bacik · 13 years ago
  18. 7709cde Btrfs: calculate checksum space correctly by Josef Bacik · 13 years ago
  19. 0cbbdf7 Btrfs: kill reserved_bytes in inode by Josef Bacik · 13 years ago
  20. f1bdcc0 Btrfs: move stuff around in btrfs_inode to get better packing by Josef Bacik · 13 years ago
  21. 14c7cca Btrfs: fix an oops when deleting snapshots by Liu Bo · 13 years ago
  22. 2cf8572 Btrfs: use the commit_root for reading free_space_inode crcs by Chris Mason · 13 years ago
  23. 9e0baf6 Btrfs: fix enospc problems with delalloc by Josef Bacik · 13 years ago
  24. ff5714c Merge branch 'for-chris' of by Chris Mason · 13 years ago
  25. 4cb5300 Btrfs: add mount -o auto_defrag by Chris Mason · 13 years ago
  26. d82a6f1 Btrfs: kill BTRFS_I(inode)->block_group by Josef Bacik · 13 years ago
  27. dcc6d07 Merge branch 'delayed_inode' into inode_numbers by Chris Mason · 13 years ago
  28. 16cdcec btrfs: implement delayed inode items operation by Miao Xie · 13 years ago
  29. 33345d01 Btrfs: Always use 64bit inode number by Li Zefan · 13 years ago
  30. 57a45ced Btrfs: change reserved_extents to an atomic_t by Josef Bacik · 13 years ago
  31. 261507a0 btrfs: Allow to add new compression algorithm by Li Zefan · 14 years ago
  32. d68fc57 Btrfs: Metadata reservation for orphan inodes by Yan, Zheng · 14 years ago
  33. 0ca1f7c Btrfs: Update metadata reservation for delayed allocation by Yan, Zheng · 14 years ago
  34. 1e701a3 Btrfs: add new defrag-range ioctl. by Chris Mason · 14 years ago
  35. c216775 Btrfs: Fix disk_i_size update corner case by Yan, Zheng · 15 years ago
  36. 257c62e Btrfs: avoid tree log commit when there are no changes by Chris Mason · 15 years ago
  37. 32c00af Btrfs: release delalloc reservations on extent item insertion by Josef Bacik · 15 years ago
  38. 9ed74f2 Btrfs: proper -ENOSPC handling by Josef Bacik · 15 years ago
  39. 4df27c4d Btrfs: change how subvolumes are organized by Yan, Zheng · 15 years ago
  40. 5affd88 switch btrfs to inode->i_acl by Al Viro · 15 years ago
  41. 6cbff00 Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION by Christoph Hellwig · 15 years ago
  42. 5d4f98a Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE) by Yan Zheng · 15 years ago
  43. 5a3f23d Btrfs: add extra flushing for renames and truncates by Chris Mason · 15 years ago
  44. 12fcfd2 Btrfs: tree logging unlink/rename fixes by Chris Mason · 15 years ago
  45. 6a63209 Btrfs: add better -ENOSPC handling by Josef Bacik · 15 years ago
  46. d2fb343 Btrfs: fix leaking block group on balance by Yan Zheng · 16 years ago
  47. c3027eb Btrfs: Add inode sequence number for NFS and reserved space in a few structs by Chris Mason · 16 years ago
  48. d352ac6 Btrfs: add and improve comments by Chris Mason · 16 years ago
  49. 49eb7e4 Btrfs: Dir fsync optimizations by Chris Mason · 16 years ago
  50. e02119d Btrfs: Add a write ahead tree log to optimize synchronous operations by Chris Mason · 16 years ago
  51. 00e4e6b Get rid of BTRFS_I(inode)->index and use local vars instead by Chris Mason · 16 years ago
  52. ea8c281 Btrfs: Maintain a list of inodes that are delalloc and a way to wait on them by Chris Mason · 16 years ago
  53. 7b12876 Btrfs: Create orphan inode records to prevent lost files after a crash by Josef Bacik · 16 years ago
  54. 33268ea Btrfs: Add ACL support by Josef Bacik · 16 years ago
  55. aec7477 Btrfs: Implement new dir index format by Josef Bacik · 16 years ago
  56. ee6e650 Add a per-inode lock around btrfs_drop_extents by Chris Mason · 16 years ago
  57. dbe674a Btrfs: Update on disk i_size only after pending ordered extents are done by Chris Mason · 16 years ago
  58. e6dcd2d Btrfs: New data=ordered implementation by Chris Mason · 16 years ago
  59. 1b1e213 Btrfs: Add a per-inode csum mutex to avoid races creating csum items by Chris Mason · 16 years ago
  60. 81d7ed2 Btrfs: Throttle file_write when data=ordered is flushing the inode by Chris Mason · 16 years ago
  61. 7e38326 Btrfs: Handle checksumming errors while reading data blocks by Chris Mason · 16 years ago
  62. 9069218 Btrfs: Fix i_blocks accounting by Chris Mason · 16 years ago
  63. d1310b2 Btrfs: Split the extent_map code into two parts by Chris Mason · 16 years ago
  64. b98b676 Btrfs: Add inode flags support by Yan · 16 years ago
  65. dc17ff8 Btrfs: Add data=ordered support by Chris Mason · 16 years ago
  66. a52d9a8 Btrfs: Extent based page cache code. This uses an rbtree of extents and tests by Chris Mason · 17 years ago
  67. 15ee9bc Btrfs: delay commits during fsync to allow more writers by Josef Bacik · 17 years ago
  68. f1ace24 btrfs: Code cleanup by Aneesh · 17 years ago
  69. 6cbd557 Btrfs: add GPLv2 by Chris Mason · 17 years ago
  70. 31f3c99 Btrfs: allocator improvements, inode block groups by Chris Mason · 17 years ago
  71. 1b05da2 Btrfs: drop the inode map tree by Chris Mason · 17 years ago
  72. d6e4a42 Btrfs: start of support for many FS volumes by Chris Mason · 17 years ago
  73. 2c90e5d Btrfs: still corruption hunting by Chris Mason · 17 years ago