1. b983471 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  2. 0977143 Btrfs: free inode struct when btrfs_new_inode fails by Shen Feng · 15 years ago
  3. c226fd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  4. 56a76f8 fs: fix page_mkwrite error cases in core code and btrfs by Nick Piggin · 15 years ago
  5. c2ec175 mm: page_mkwrite change prototype to match fault by Nick Piggin · 15 years ago
  6. 5a3f23d Btrfs: add extra flushing for renames and truncates by Chris Mason · 15 years ago
  7. 12fcfd2 Btrfs: tree logging unlink/rename fixes by Chris Mason · 15 years ago
  8. 5d13a98 Btrfs: readahead checksums during btrfs_finish_ordered_io by Chris Mason · 15 years ago
  9. b947343 Btrfs: leave btree locks spinning more often by Chris Mason · 15 years ago
  10. 7f366cf Btrfs: reduce stack in cow_file_range by Chris Mason · 15 years ago
  11. b7ec40d Btrfs: reduce stalls during transaction commit by Chris Mason · 15 years ago
  12. 6a63209 Btrfs: add better -ENOSPC handling by Josef Bacik · 15 years ago
  13. e00f730 Btrfs: remove btrfs_init_path by Jeff Mahoney · 16 years ago
  14. b335b00 Btrfs: Avoid using __GFP_HIGHMEM with slab allocator by Yan Zheng · 16 years ago
  15. 42f15d7 Btrfs: Make sure dir is non-null before doing S_ISGID checks by Chris Mason · 16 years ago
  16. 06d9a8d Btrfs: Change btrfs_truncate_inode_items to stop when it hits the inode by Chris Mason · 16 years ago
  17. f03d930 Btrfs: Don't try to compress pages past i_size by Chris Mason · 16 years ago
  18. 8c087b5 Btrfs: Handle SGID bit when creating inodes by Chris Ball · 16 years ago
  19. bd56b30 Btrfs: Make btrfs_drop_snapshot work in larger and more efficient chunks by Chris Mason · 16 years ago
  20. b4ce94d Btrfs: Change btree locking to use explicit blocking points by Chris Mason · 16 years ago
  21. 0279b4c Btrfs: selinux support by Jim Owens · 16 years ago
  22. 89f135d Btrfs: fix readdir on 32 bit machines by Chris Mason · 16 years ago
  23. 1506fcc Btrfs: fiemap support by Yehuda Sadeh · 16 years ago
  24. 3505439 Btrfs: stop providing a bmap operation to avoid swapfile corruptions by Chris Mason · 16 years ago
  25. c6e3087 Btrfs: simplify iteration codes by Qinghuang Feng · 16 years ago
  26. 7eaebe7 Btrfs: removed unused #include <version.h>'s by Huang Weiyi · 16 years ago
  27. 9ab86c8 Btrfs: kmap_atomic(KM_USER0) is safe for btrfs_readpage_end_io_hook by Chris Mason · 16 years ago
  28. cc7172d Btrfs: Don't use kmap_atomic(..., KM_IRQ0) during checksum verifies by Chris Mason · 16 years ago
  29. 07d400a Btrfs: tree logging checksum fixes by Yan Zheng · 16 years ago
  30. 180591b Btrfs: Use btrfs_join_transaction to avoid deadlocks during snapshot creation by Yan Zheng · 16 years ago
  31. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 16 years ago
  32. cad321a Btrfs: shift all end_io work to thread pools by Chris Mason · 16 years ago
  33. 75eff68 Btrfs: Don't use spin*lock_irq for the delalloc lock by Chris Mason · 16 years ago
  34. 42dc7ba Btrfs: Fix compressed writes on truncated pages by Chris Mason · 16 years ago
  35. 17d217f Btrfs: fix nodatasum handling in balancing code by Yan Zheng · 16 years ago
  36. d2fb343 Btrfs: fix leaking block group on balance by Yan Zheng · 16 years ago
  37. c3027eb Btrfs: Add inode sequence number for NFS and reserved space in a few structs by Chris Mason · 16 years ago
  38. d20f704 Btrfs: move data checksumming into a dedicated tree by Chris Mason · 16 years ago
  39. 4022abf Btrfs: delete unused function: btrfs_invalidate_dcache_root by Chris Mason · 16 years ago
  40. b295086 Btrfs: make things static and include the right headers by Christoph Hellwig · 16 years ago
  41. ce397c0 Btrfs: Fix cow semantic in run_delalloc_nocow() by Liu Hui · 16 years ago
  42. 4b4e25f Btrfs: compat code fixes by Chris Mason · 16 years ago
  43. 79683f2 Btrfs: Use current_fsuid/gid by Chris Mason · 16 years ago
  44. d2c3f4f Btrfs: Avoid writeback stalls by Chris Mason · 16 years ago
  45. 0660b5a Btrfs: Add backrefs and forward refs for subvols and snapshots by Chris Mason · 16 years ago
  46. 3394e16 Btrfs: Give each subvol and snapshot their own anonymous devid by Chris Mason · 16 years ago
  47. 3de4586 Btrfs: Allow subvolumes and snapshots anywhere in the directory tree by Chris Mason · 16 years ago
  48. c146afa Btrfs: mount ro and remount support by Yan Zheng · 16 years ago
  49. 5b050f0 Btrfs: Fix compile warnings on 32 bit machines by Chris Mason · 16 years ago
  50. 445a694 Btrfs: Fix usage of struct extent_map->orig_start by Chris Mason · 16 years ago
  51. ff5b7ee Btrfs: Fix csum error for compressed data by Yan Zheng · 16 years ago
  52. 771ed68 Btrfs: Optimize compressed writeback and reads by Chris Mason · 16 years ago
  53. 4a69a41 Btrfs: Add ordered async work queues by Chris Mason · 16 years ago
  54. 70b99e6 Btrfs: Compression corner fixes by Chris Mason · 16 years ago
  55. d899e05 Btrfs: Add fallocate support v2 by Yan Zheng · 16 years ago
  56. 80ff385 Btrfs: update nodatacow code v2 by Yan Zheng · 16 years ago
  57. 6643558 Btrfs: Fix bookend extent race v2 by Yan Zheng · 16 years ago
  58. 9036c10 Btrfs: update hole handling v2 by Yan Zheng · 16 years ago
  59. 19b9bdb Btrfs: Fix logic to avoid reading checksums for -o nodatasum,compress by Chris Mason · 16 years ago
  60. cfbc246 Btrfs: walk compressed pages based on the nr_pages count instead of bytes by Chris Mason · 16 years ago
  61. c8b9781 Btrfs: Add zlib compression support by Chris Mason · 16 years ago
  62. cb8e709 Btrfs: Fix subvolume creation locking rules by Christoph Hellwig · 16 years ago
  63. 5b84e8d Btrfs: Fix leaf reference cache miss by Yan Zheng · 16 years ago
  64. 3bb1a1b Btrfs: Remove offset field from struct btrfs_extent_ref by Yan Zheng · 16 years ago
  65. a76a3cd Btrfs: Count space allocated to file in bytes by Yan Zheng · 16 years ago
  66. a62b940 Btrfs: cast bio->bi_sector to a u64 before shifting by Chris Mason · 16 years ago
  67. 323ac95 Btrfs: don't read leaf blocks containing only checksums during truncate by Chris Mason · 16 years ago
  68. d352ac6 Btrfs: add and improve comments by Chris Mason · 16 years ago
  69. 8c8bee1 Btrfs: Wait for IO on the block device inodes of newly added devices by Chris Mason · 16 years ago
  70. 5b21f2e Btrfs: extent_map and data=ordered fixes for space balancing by Zheng Yan · 16 years ago
  71. 2b1f55b Remove Btrfs compat code for older kernels by Chris Mason · 16 years ago
  72. 3435302 Btrfs: Fix race against disk_i_size updates by Chris Mason · 16 years ago
  73. 31840ae Btrfs: Full back reference support by Zheng Yan · 16 years ago
  74. 0f9dd46 Btrfs: free space accounting redo by Josef Bacik · 16 years ago
  75. 49eb7e4 Btrfs: Dir fsync optimizations by Chris Mason · 16 years ago
  76. 98509cf Btrfs: Fix releasepage to properly keep dirty and writeback pages by Chris Mason · 16 years ago
  77. 8d5bf1c Btrfs: Update the highest objectid in a root after log replay is done by Chris Mason · 16 years ago
  78. a237d2a remove unused function btrfs_ilookup by Christoph Hellwig · 16 years ago
  79. e02119d Btrfs: Add a write ahead tree log to optimize synchronous operations by Chris Mason · 16 years ago
  80. 95819c0 Btrfs: optimize btrget/set/removexattr by Christoph Hellwig · 16 years ago
  81. f2322b1 Btrfs: Optimise NFS readdir hack slightly; don't call readdir() again when done by David Woodhouse · 16 years ago
  82. 49593bf Minor cleanup of btrfs_real_readdir() by David Woodhouse · 16 years ago
  83. 5ecc7e5 Btrfs: Remove special cases for "." and ".." by David Woodhouse · 16 years ago
  84. cbdf5a2 Btrfs: Implement our own copy of the nfsd readdir hack, for older kernels by David Woodhouse · 16 years ago
  85. 1a54ef8 Introduce btrfs_iget helper by Balaji Rao · 16 years ago
  86. 4d1b5fb Btrfs: Lookup readpage checksums on bio submission again by Chris Mason · 16 years ago
  87. 7c2fe32 Btrfs: Fix add_extent_mapping to check for duplicates across the whole range by Chris Mason · 16 years ago
  88. 5386323 Btrfs: Lower contention on the csum mutex by Chris Mason · 16 years ago
  89. db69e0e Btrfs: Init address_space->writeback_index properly by Chris Mason · 16 years ago
  90. 4ca8b41 Btrfs: Avoid calling into the FS for the final iput on fake root inodes by Chris Mason · 16 years ago
  91. 7ea394f Btrfs: Fix nodatacow for the new data=ordered mode by Yan Zheng · 16 years ago
  92. 00e4e6b Get rid of BTRFS_I(inode)->index and use local vars instead by Chris Mason · 16 years ago
  93. 3de9d6b btrfs_lookup_bio_sums seems broken, go back to the readpage_io_hook for now by Chris Mason · 16 years ago
  94. ea8c281 Btrfs: Maintain a list of inodes that are delalloc and a way to wait on them by Chris Mason · 16 years ago
  95. 6dab815 Btrfs: Hold csum mutex while reading in sums during readpages by Chris Mason · 16 years ago
  96. 3ce7e67 Btrfs: Drop some debugging around the extent_map pinned flag by Chris Mason · 16 years ago
  97. 61b4944 Btrfs: Fix streaming read performance with checksumming on by Chris Mason · 16 years ago
  98. 0ee0fda Btrfs: Add compatibility for kernels >= 2.6.27-rc1 by Sven Wegener · 16 years ago
  99. bcc63ab Btrfs: implement memory reclaim for leaf reference cache by Yan · 16 years ago
  100. f321e49 Btrfs: Update and fix mount -o nodatacow by Yan Zheng · 16 years ago