1. 005d642 btrfs: move transaction aborts to the point of failure by David Sterba · 12 years ago
  2. 8732d44 Btrfs: fix the missing error information in create_pending_snapshot() by Miao Xie · 12 years ago
  3. aa42ffd Btrfs: fix off-by-one in file clone by Liu Bo · 12 years ago
  4. 7e97b8d btrfs: allow setting NOCOW for a zero sized file via ioctl by David Sterba · 12 years ago
  5. c3308f8 Btrfs: fix punch hole when no extent exists by Josef Bacik · 12 years ago
  6. 926ced1 Btrfs: don't do anything in our ->freeze_fs and ->unfreeze_fs by Josef Bacik · 12 years ago
  7. 892951a Btrfs: remove unused write cache pages hook by Josef Bacik · 12 years ago
  8. b5bae26 Btrfs: fix race when getting the eb out of page->private by Josef Bacik · 12 years ago
  9. ff44c6e Btrfs: do not hold the write_lock on the extent tree while logging by Josef Bacik · 12 years ago
  10. 9811465 Btrfs: fix race with freeze and free space inodes by Josef Bacik · 12 years ago
  11. 6bbe3a9 Btrfs: kill obsolete arguments in btrfs_wait_ordered_extents by Liu Bo · 12 years ago
  12. 2e90cf8 Btrfs: cleanup fs_info->hashers by Liu Bo · 12 years ago
  13. ab26e9d Btrfs: cleanup for duplicated code in find_free_extent by Liu Bo · 12 years ago
  14. 60376ce Btrfs: fix race in sync and freeze again by Josef Bacik · 12 years ago
  15. b3ae244 btrfs: return EPERM upon rmdir on a subvolume by David Sterba · 12 years ago
  16. ebb3dad Btrfs: using for_each_set_bit_from to simplify the code by Wei Yongjun · 12 years ago
  17. 1bcea35 Btrfs: write_buf is now callable outside send.c by Anand Jain · 12 years ago
  18. b4f359a Btrfs: remove unnecessary code in btree_get_extent() by Tsutomu Itoh · 12 years ago
  19. 0433f20 Btrfs: cleanup of error processing in btree_get_extent() by Tsutomu Itoh · 12 years ago
  20. 90abccf Revert "Btrfs: do not do filemap_write_and_wait_range in fsync" by Miao Xie · 12 years ago
  21. 698d008 Btrfs: remove bytes argument from do_chunk_alloc by Josef Bacik · 12 years ago
  22. ea658ba Btrfs: delay block group item insertion by Josef Bacik · 12 years ago
  23. be3940c btrfs: Kill some bi_idx references by Kent Overstreet · 12 years ago
  24. 962197b Btrfs: fix unnecessary warning when the fragments make the space alloc fail by Miao Xie · 12 years ago
  25. 69ffb54 Btrfs: create a pinned em when writing to a prealloc range in DIO by Josef Bacik · 12 years ago
  26. 6df7881 Btrfs: move the sb_end_intwrite until after the throttle logic by Josef Bacik · 12 years ago
  27. 425d17a Btrfs: use larger limit for translation of logical to inode by Liu Bo · 12 years ago
  28. df031f0 Btrfs: use helper for logical resolve by Liu Bo · 12 years ago
  29. 69917e4 Btrfs: fix a bug in parsing return value in logical resolve by Liu Bo · 12 years ago
  30. 0647d6b Btrfs: cleanup for unused ref cache stuff by liubo · 12 years ago
  31. 8407aa4 Btrfs: fix corrupted metadata in the snapshot by Miao Xie · 12 years ago
  32. 837e197 btrfs: polish names of kmem caches by David Sterba · 12 years ago
  33. a80c8dc Btrfs: fix our overcommit math by Josef Bacik · 12 years ago
  34. dea31f5 Btrfs: wait on async pages when shrinking delalloc by Josef Bacik · 12 years ago
  35. 9e8a4a8 Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defrag by Liu Bo · 12 years ago
  36. 3d6b5c3 Btrfs: check return value of ulist_alloc() properly by Tsutomu Itoh · 12 years ago
  37. f54fb85 Btrfs: fix error handling in delete_block_group_cache() by Tsutomu Itoh · 12 years ago
  38. 903889f4 Btrfs: fix wrong size for the reservation when doing, file pre-allocation. by Miao Xie · 12 years ago
  39. 69ce977 Btrfs: output more information when aborting a unused transaction handle by Miao Xie · 12 years ago
  40. 2ecb792 Btrfs: fix unprotected ->log_batch by Miao Xie · 12 years ago
  41. 48c03c4 Btrfs: fix wrong size for the reservation of the, snapshot creation by Miao Xie · 12 years ago
  42. 42874b3 Btrfs: fix the snapshot that should not exist by Miao Xie · 12 years ago
  43. 66d8f3d Btrfs: add a new "type" field into the block reservation structure by Miao Xie · 12 years ago
  44. 6352b91 Btrfs: use a slab for ordered extents allocation by Miao Xie · 12 years ago
  45. b9a8cc5 Btrfs: fix file extent discount problem in the, snapshot by Miao Xie · 12 years ago
  46. 361048f Btrfs: fix full backref problem when inserting shared block reference by Miao Xie · 12 years ago
  47. 6fa9700 Btrfs: fix error path in create_pending_snapshot() by Miao Xie · 12 years ago
  48. cf93dcc Btrfs: fix possible memory leak in scrub_setup_recheck_block() by Wei Yongjun · 12 years ago
  49. 7014cdb Btrfs: btrfs_drop_extent_cache should never fail by Josef Bacik · 12 years ago
  50. ac14aed Btrfs: do not take cleanup_work_sem in btrfs_run_delayed_iputs() by Sage Weil · 12 years ago
  51. e209db7 Btrfs: set journal_info in async trans commit worker by Sage Weil · 12 years ago
  52. 6fc4e3548 Btrfs: pass lockdep rwsem metadata to async commit transaction by Sage Weil · 12 years ago
  53. 2aaa665 Btrfs: add hole punching by Josef Bacik · 12 years ago
  54. 2671485 Btrfs: remove unused hint byte argument for btrfs_drop_extents by Josef Bacik · 12 years ago
  55. d279440 Btrfs: check if an inode has no checksum when logging it by Liu Bo · 12 years ago
  56. 46d8bc3 Btrfs: fix a bug in checking whether a inode is already in log by Liu Bo · 12 years ago
  57. 321f0e7 Btrfs: fix wrong orphan count of the fs/file tree by Miao Xie · 12 years ago
  58. 4e2f84e Btrfs: improve fsync by filtering extents that we want by Liu Bo · 12 years ago
  59. ca7e70f Btrfs: do not needlessly restart the transaction for enospc by Josef Bacik · 12 years ago
  60. 06d3d22 Btrfs: cleanup extents after we finish logging inode by Liu Bo · 12 years ago
  61. 0fa83cd Btrfs: only warn if we hit an error when doing the tree logging by Josef Bacik · 12 years ago
  62. 5dc562c Btrfs: turbo charge fsync by Josef Bacik · 12 years ago
  63. 224ecce Btrfs: fix possible corruption when fsyncing written prealloced extents by Josef Bacik · 12 years ago
  64. 54338b5 Btrfs: do not allocate chunks as agressively by Josef Bacik · 12 years ago
  65. 7c73531 Btrfs: update last trans if we don't update the inode by Josef Bacik · 12 years ago
  66. 995e01b Btrfs: fix gcc warnings for 32bit compiles by Jan Schmidt · 12 years ago
  67. 74dd17f Btrfs: fix btrfs send for inline items and compression by Chris Mason · 12 years ago
  68. 6d85ed0 Btrfs: don't treat top/root directory inode as deleted/reused by Alexander Block · 12 years ago
  69. 2981e22 Btrfs: ignore non-FS inodes for send/receive by Alexander Block · 12 years ago
  70. 2f28f47 Btrfs: pass root instead of parent_root to iterate_inode_ref by Alexander Block · 12 years ago
  71. d8347fa Btrfs: use <= instead of < in is_extent_unchanged by Alexander Block · 12 years ago
  72. 3954096 Btrfs: fix check for changed extent in is_extent_unchanged by Alexander Block · 12 years ago
  73. 5dc67d0 Btrfs: free nce and nce_head on error in name_cache_insert by Alexander Block · 12 years ago
  74. 3e126f3 Btrfs: remove unused tmp_path from iterate_dir_item by Alexander Block · 12 years ago
  75. e938c8a Btrfs: code cleanups for send/receive by Alexander Block · 12 years ago
  76. 766702e Btrfs: add/fix comments/documentation for send/receive by Alexander Block · 12 years ago
  77. e479d9b Btrfs: update send_progress at correct places by Alexander Block · 12 years ago
  78. 34d73f5 Btrfs: make aux field of ulist 64 bit by Alexander Block · 12 years ago
  79. 7e0926f Btrfs: fix use of radix_tree for name_cache in send/receive by Alexander Block · 12 years ago
  80. 17589bd Btrfs: fix memory leak for name_cache in send/receive by Alexander Block · 12 years ago
  81. adbe7fb Btrfs: don't break in the final loop of find_extent_clone by Alexander Block · 12 years ago
  82. 52f9e53 Btrfs: use normal return path for root == send_root case by Alexander Block · 12 years ago
  83. 35075bb Btrfs: use kmalloc instead of stack for backref_ctx by Alexander Block · 12 years ago
  84. ee849c0 Btrfs: rename backref_ctx::found_in_send_root to found_itself by Alexander Block · 12 years ago
  85. d27aed5 Btrfs: remove unused use_list from send/receive code by Alexander Block · 12 years ago
  86. ccf1626 Btrfs: add correct parent to check_dirs when dir got moved by Alexander Block · 12 years ago
  87. 9ea3ef5 Btrfs: remove unused code with #if 0 by Alexander Block · 12 years ago
  88. b9291af Btrfs: add missing check for dir != tmp_dir to is_first_ref by Alexander Block · 12 years ago
  89. 1f4692d Btrfs: fix cur_ino < parent_ino case for send/receive by Alexander Block · 12 years ago
  90. 85a7b33 Btrfs: add rdev to get_inode_info in send/receive by Alexander Block · 12 years ago
  91. 8110e16 vfs: dcache: fix deadlock in tree traversal by Miklos Szeredi · 12 years ago
  92. 7596824 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  93. fd51790 trivial select_parent documentation fix by J. Bruce Fields · 12 years ago
  94. c5aa1e5 close the race in nlmsvc_free_block() by Al Viro · 12 years ago
  95. 156cacb do_add_mount()/umount -l races by Al Viro · 12 years ago
  96. a4be6c7 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  97. 789f95b Merge tag 'for-linus-v3.6-rc7' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  98. e05e279 debugfs: fix u32_array race in format_array_alloc by Linus Torvalds · 12 years ago
  99. 3604885 debugfs: fix race in u32_array_read and allocate array at open by David Rientjes · 12 years ago
  100. 0ba6e53 xfs: stop the sync worker before xfs_unmountfs by Ben Myers · 12 years ago