1. 09a9ad6a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  2. e9069f4 btrfs: Fix compilation with user namespace support enabled by Eric W. Biederman · 12 years ago
  3. 4fa6b5e audit: overhaul __audit_inode_child to accomodate retrying by Jeff Layton · 12 years ago
  4. c43a25a audit: reverse arguments to audit_inode_child by Jeff Layton · 12 years ago
  5. 7205542 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  6. f46dbe3de btrfs: init ref_index to zero in add_inode_ref by Chris Mason · 12 years ago
  7. 1037a5a Btrfs: remove repeated eb->pages check in, disk-io.c/csum_dirty_buffer by Wang Sheng-Hui · 12 years ago
  8. f60b1b4 Btrfs: fix page leakage by Josef Bacik · 12 years ago
  9. 4804b38 Btrfs: do not warn_on when we cannot alloc a page for an extent buffer by Josef Bacik · 12 years ago
  10. edd33c9 Btrfs: don't bug on enomem in readpage by Josef Bacik · 12 years ago
  11. 15e3004 Btrfs: cleanup pages properly when ENOMEM in compression by Josef Bacik · 12 years ago
  12. 5af3e8c Btrfs: make filesystem read-only when submitting barrier fails by Stefan Behrens · 12 years ago
  13. 62856a9 Btrfs: detect corrupted filesystem after write I/O errors by Stefan Behrens · 12 years ago
  14. bedb2cc Btrfs: make compress and nodatacow mount options mutually exclusive by Andrei Popa · 12 years ago
  15. 4894066 btrfs: fix message printing by Daniel J Blueman · 12 years ago
  16. 94edf4a Btrfs: don't bother committing delayed inode updates when fsyncing by Josef Bacik · 12 years ago
  17. 479ed9a btrfs: move inline function code to header file by Robin Dong · 12 years ago
  18. 7a2d6a6 Btrfs: remove unnecessary IS_ERR in bio_readpage_error() by Tsutomu Itoh · 12 years ago
  19. 8d1a131 btrfs: remove unused function btrfs_insert_some_items() by Robin Dong · 12 years ago
  20. 44734ed Btrfs: don't commit instead of overcommitting by Josef Bacik · 12 years ago
  21. f0bd95e Btrfs: confirmation of value is added before trace_btrfs_get_extent() is called by Tsutomu Itoh · 12 years ago
  22. 18ec90d Btrfs: be smarter about dropping things from the tree log by Josef Bacik · 12 years ago
  23. 6f1fed7 Btrfs: don't lookup csums for prealloc extents by Josef Bacik · 12 years ago
  24. e613887 Btrfs: cache extent state when writing out dirty metadata pages by Josef Bacik · 12 years ago
  25. ce19533 Btrfs: do not hold the file extent leaf locked when adding extent item by Josef Bacik · 12 years ago
  26. de0022b Btrfs: do not async metadata csumming in certain situations by Josef Bacik · 12 years ago
  27. 221b831 btrfs: fix min csum item size warnings in 32bit by Zach Brown · 12 years ago
  28. 67b0fd6 Btrfs: run delayed refs first when out of space by Josef Bacik · 12 years ago
  29. 354aa0f Btrfs: fix orphan transaction on the freezed filesystem by Miao Xie · 12 years ago
  30. a698d075 Btrfs: add a type field for the transaction handle by Miao Xie · 12 years ago
  31. e8830e6 Btrfs: fix memory leak in start_transaction() by Miao Xie · 12 years ago
  32. d24bec3 btrfs: extended inode ref iteration by Mark Fasheh · 12 years ago
  33. f186373 btrfs: extended inode refs by Mark Fasheh · 12 years ago
  34. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  35. 5a1d784 btrfs: improved readablity for add_inode_ref by Jan Schmidt · 12 years ago
  36. 0aa4a17 Btrfs: handle not finding the extent exactly when logging changed extents by Josef Bacik · 12 years ago
  37. 005d642 btrfs: move transaction aborts to the point of failure by David Sterba · 12 years ago
  38. 8732d44 Btrfs: fix the missing error information in create_pending_snapshot() by Miao Xie · 12 years ago
  39. aa42ffd Btrfs: fix off-by-one in file clone by Liu Bo · 12 years ago
  40. 7e97b8d btrfs: allow setting NOCOW for a zero sized file via ioctl by David Sterba · 12 years ago
  41. c3308f8 Btrfs: fix punch hole when no extent exists by Josef Bacik · 12 years ago
  42. 926ced1 Btrfs: don't do anything in our ->freeze_fs and ->unfreeze_fs by Josef Bacik · 12 years ago
  43. 892951a Btrfs: remove unused write cache pages hook by Josef Bacik · 12 years ago
  44. b5bae26 Btrfs: fix race when getting the eb out of page->private by Josef Bacik · 12 years ago
  45. ff44c6e Btrfs: do not hold the write_lock on the extent tree while logging by Josef Bacik · 12 years ago
  46. 9811465 Btrfs: fix race with freeze and free space inodes by Josef Bacik · 12 years ago
  47. 6bbe3a9 Btrfs: kill obsolete arguments in btrfs_wait_ordered_extents by Liu Bo · 12 years ago
  48. 2e90cf8 Btrfs: cleanup fs_info->hashers by Liu Bo · 12 years ago
  49. ab26e9d Btrfs: cleanup for duplicated code in find_free_extent by Liu Bo · 12 years ago
  50. 60376ce Btrfs: fix race in sync and freeze again by Josef Bacik · 12 years ago
  51. b3ae244 btrfs: return EPERM upon rmdir on a subvolume by David Sterba · 12 years ago
  52. ebb3dad Btrfs: using for_each_set_bit_from to simplify the code by Wei Yongjun · 12 years ago
  53. 1bcea35 Btrfs: write_buf is now callable outside send.c by Anand Jain · 12 years ago
  54. b4f359a Btrfs: remove unnecessary code in btree_get_extent() by Tsutomu Itoh · 12 years ago
  55. 0433f20 Btrfs: cleanup of error processing in btree_get_extent() by Tsutomu Itoh · 12 years ago
  56. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  57. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  58. 99621b4 btrfs: reada_extent doesn't need kref for refcount by Al Viro · 12 years ago
  59. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  60. 90abccf Revert "Btrfs: do not do filemap_write_and_wait_range in fsync" by Miao Xie · 12 years ago
  61. 698d008 Btrfs: remove bytes argument from do_chunk_alloc by Josef Bacik · 12 years ago
  62. ea658ba Btrfs: delay block group item insertion by Josef Bacik · 12 years ago
  63. be3940c btrfs: Kill some bi_idx references by Kent Overstreet · 12 years ago
  64. 962197b Btrfs: fix unnecessary warning when the fragments make the space alloc fail by Miao Xie · 12 years ago
  65. 69ffb54 Btrfs: create a pinned em when writing to a prealloc range in DIO by Josef Bacik · 12 years ago
  66. 6df7881 Btrfs: move the sb_end_intwrite until after the throttle logic by Josef Bacik · 12 years ago
  67. 425d17a Btrfs: use larger limit for translation of logical to inode by Liu Bo · 12 years ago
  68. df031f0 Btrfs: use helper for logical resolve by Liu Bo · 12 years ago
  69. 69917e4 Btrfs: fix a bug in parsing return value in logical resolve by Liu Bo · 12 years ago
  70. 0647d6b Btrfs: cleanup for unused ref cache stuff by liubo · 12 years ago
  71. 8407aa4 Btrfs: fix corrupted metadata in the snapshot by Miao Xie · 12 years ago
  72. 837e197 btrfs: polish names of kmem caches by David Sterba · 12 years ago
  73. a80c8dc Btrfs: fix our overcommit math by Josef Bacik · 12 years ago
  74. dea31f5 Btrfs: wait on async pages when shrinking delalloc by Josef Bacik · 12 years ago
  75. 9e8a4a8 Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defrag by Liu Bo · 12 years ago
  76. 3d6b5c3 Btrfs: check return value of ulist_alloc() properly by Tsutomu Itoh · 12 years ago
  77. f54fb85 Btrfs: fix error handling in delete_block_group_cache() by Tsutomu Itoh · 12 years ago
  78. 903889f4 Btrfs: fix wrong size for the reservation when doing, file pre-allocation. by Miao Xie · 12 years ago
  79. 69ce977 Btrfs: output more information when aborting a unused transaction handle by Miao Xie · 12 years ago
  80. 2ecb792 Btrfs: fix unprotected ->log_batch by Miao Xie · 12 years ago
  81. 48c03c4 Btrfs: fix wrong size for the reservation of the, snapshot creation by Miao Xie · 12 years ago
  82. 42874b3 Btrfs: fix the snapshot that should not exist by Miao Xie · 12 years ago
  83. 66d8f3d Btrfs: add a new "type" field into the block reservation structure by Miao Xie · 12 years ago
  84. 6352b91 Btrfs: use a slab for ordered extents allocation by Miao Xie · 12 years ago
  85. b9a8cc5 Btrfs: fix file extent discount problem in the, snapshot by Miao Xie · 12 years ago
  86. 361048f Btrfs: fix full backref problem when inserting shared block reference by Miao Xie · 12 years ago
  87. 6fa9700 Btrfs: fix error path in create_pending_snapshot() by Miao Xie · 12 years ago
  88. cf93dcc Btrfs: fix possible memory leak in scrub_setup_recheck_block() by Wei Yongjun · 12 years ago
  89. 7014cdb Btrfs: btrfs_drop_extent_cache should never fail by Josef Bacik · 12 years ago
  90. ac14aed Btrfs: do not take cleanup_work_sem in btrfs_run_delayed_iputs() by Sage Weil · 12 years ago
  91. e209db7 Btrfs: set journal_info in async trans commit worker by Sage Weil · 12 years ago
  92. 6fc4e3548 Btrfs: pass lockdep rwsem metadata to async commit transaction by Sage Weil · 12 years ago
  93. 2aaa665 Btrfs: add hole punching by Josef Bacik · 12 years ago
  94. 2671485 Btrfs: remove unused hint byte argument for btrfs_drop_extents by Josef Bacik · 12 years ago
  95. d279440 Btrfs: check if an inode has no checksum when logging it by Liu Bo · 12 years ago
  96. 46d8bc3 Btrfs: fix a bug in checking whether a inode is already in log by Liu Bo · 12 years ago
  97. 321f0e7 Btrfs: fix wrong orphan count of the fs/file tree by Miao Xie · 12 years ago
  98. 4e2f84e Btrfs: improve fsync by filtering extents that we want by Liu Bo · 12 years ago
  99. ca7e70f Btrfs: do not needlessly restart the transaction for enospc by Josef Bacik · 12 years ago
  100. 06d3d22 Btrfs: cleanup extents after we finish logging inode by Liu Bo · 12 years ago