1. c1a198d Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  2. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 10 years ago
  3. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  4. fce205e Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  5. 67c707e Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  6. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  7. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  8. 988f1f5 Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5 by Chris Mason · 10 years ago
  9. b28cf57 Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 10 years ago
  10. a305810 Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 10 years ago
  11. 8cdc7c5 Btrfs: fix fitrim discarding device area reserved for boot loader's use by Filipe Manana · 10 years ago
  12. ee592d0 Btrfs: Check metadata redundancy on balance by Sam Tygier · 10 years ago
  13. ca8a51b btrfs: statfs: report zero available if metadata are exhausted by David Sterba · 10 years ago
  14. 8546b57 btrfs: preallocate path for snapshot creation at ioctl time by David Sterba · 10 years ago
  15. b0c0ea6 btrfs: allocate root item at snapshot ioctl time by David Sterba · 10 years ago
  16. a1ee736 btrfs: do an allocation earlier during snapshot creation by David Sterba · 10 years ago
  17. 4fb72bf btrfs: use smaller type for btrfs_path locks by David Sterba · 10 years ago
  18. 7853f15 btrfs: use smaller type for btrfs_path lowest_level by David Sterba · 10 years ago
  19. dccabfa btrfs: use smaller type for btrfs_path reada by David Sterba · 10 years ago
  20. e4058b5 btrfs: cleanup, use enum values for btrfs_path reada by David Sterba · 10 years ago
  21. 4d4ab6d btrfs: constify static arrays by David Sterba · 10 years ago
  22. 20e5506 btrfs: constify remaining structs with function pointers by David Sterba · 10 years ago
  23. 28f0779 btrfs tests: replace whole ops structure for free space tests by David Sterba · 10 years ago
  24. a7ca422 btrfs: use list_for_each_entry* in backref.c by Geliang Tang · 10 years ago
  25. 7ae1681 btrfs: use list_for_each_entry_safe in free-space-cache.c by Geliang Tang · 10 years ago
  26. b69f2be btrfs: use list_for_each_entry* in check-integrity.c by Geliang Tang · 10 years ago
  27. ee22184 Btrfs: use linux/sizes.h to represent constants by Byongho Lee · 10 years ago
  28. 7928d67 btrfs: cleanup, remove stray return statements by David Sterba · 10 years ago
  29. 352dd9c btrfs: zero out delayed node upon allocation by Alexandru Moise · 10 years ago
  30. 575a75d btrfs: pass proper enum type to start_transaction() by Alexandru Moise · 10 years ago
  31. 9780c49 btrfs: switch __btrfs_fs_incompat return type from int to bool by Alexandru Moise · 10 years ago
  32. e40da0e btrfs: remove unused inode argument from uncompress_inline() by Byongho Lee · 10 years ago
  33. 100d570 btrfs: don't use slab cache for struct btrfs_delalloc_work by David Sterba · 10 years ago
  34. 0de270f btrfs: drop duplicate prefix from scrub workqueues by David Sterba · 10 years ago
  35. 93a3d46 btrfs: verbose error when we find an unexpected item in sys_array by David Sterba · 10 years ago
  36. f5cdedd btrfs: handle invalid num_stripes in sys_array by David Sterba · 10 years ago
  37. 35b3ad5 btrfs: better packing of btrfs_delayed_extent_op by David Sterba · 10 years ago
  38. 8089fe6 btrfs: put delayed item hook into inode by David Sterba · 10 years ago
  39. c5ca878 btrfs: Support convert to -d dup for btrfs-convert by Zhao Lei · 10 years ago
  40. be7bd73 Btrfs: igrab inode in writepage by Josef Bacik · 10 years ago
  41. b2acddd Btrfs: add missing brelse when superblock checksum fails by Anand Jain · 10 years ago
  42. 271dba4 Btrfs: fix transaction handle leak on failure to create hard link by Filipe Manana · 10 years ago
  43. a1c6f057 fs: use block_device name vsprintf helper by Dmitry Monakhov · 10 years ago
  44. 2b3909f btrfs: use new dedupe data function pointer by Darrick J. Wong · 10 years ago
  45. 9269d12 Btrfs: fix number of transaction units required to create symlink by Filipe Manana · 10 years ago
  46. d50866d Btrfs: don't leave dangling dentry if symlink creation failed by Filipe Manana · 10 years ago
  47. a879719 Btrfs: send, don't BUG_ON() when an empty symlink is found by Filipe Manana · 10 years ago
  48. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 10 years ago
  49. 2bc0bb5 Btrfs: fix race between free space endio workers and space cache writeout by Filipe Manana · 10 years ago
  50. 511711a btrfs: don't run delayed references while we are creating the free space tree by Chris Mason · 10 years ago
  51. b4570aa btrfs: fix compiling with CONFIG_BTRFS_DEBUG enabled. by Chris Mason · 10 years ago
  52. 140e639 btrfs: fix warning on uninit variable in btrfs_finish_chunk_alloc by Chris Mason · 10 years ago
  53. f0f7641 Merge branch 'freespace-4.5' into for-linus-4.5 by Chris Mason · 10 years ago
  54. a53fe25 Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5 by Chris Mason · 10 years ago
  55. bb9d687 Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 10 years ago
  56. 13d5d15 Merge branch 'dev/gfp-flags' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 10 years ago
  57. afa427c Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 10 years ago
  58. e44081e Btrfs: fix unprotected list operations at btrfs_write_dirty_block_groups by Filipe Manana · 10 years ago
  59. 362f924 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros by Borislav Petkov · 10 years ago
  60. fc315e3 Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  61. f7d3d2f Merge branch 'freespace-tree' into for-linus-4.5 by Chris Mason · 10 years ago
  62. 0376374 Btrfs: fix locking bugs when defragging leaves by Filipe Manana · 10 years ago
  63. 70f6d82 Btrfs: add free space tree mount option by Omar Sandoval · 10 years ago
  64. 1e144fb Btrfs: wire up the free space tree to the extent tree by Omar Sandoval · 10 years ago
  65. 7c55ee0 Btrfs: add free space tree sanity tests by Omar Sandoval · 10 years ago
  66. a5ed918 Btrfs: implement the free space B-tree by Omar Sandoval · 10 years ago
  67. 208acb8 Btrfs: introduce the free space B-tree on-disk format by Omar Sandoval · 10 years ago
  68. 73fa48b Btrfs: refactor caching_thread() by Omar Sandoval · 10 years ago
  69. 1abfbcd Btrfs: add helpers for read-only compat bits by Omar Sandoval · 10 years ago
  70. 0f33122 Btrfs: add extent buffer bitmap sanity tests by Omar Sandoval · 10 years ago
  71. 3e1e8bb Btrfs: add extent buffer bitmap operations by Omar Sandoval · 10 years ago
  72. f28a492 Btrfs: fix leaking of ordered extents after direct IO write error by Filipe Manana · 10 years ago
  73. b850ae1 Btrfs: fix deadlock between direct IO write and defrag/readpages by Filipe Manana · 10 years ago
  74. 1454377 Btrfs: fix error path when failing to submit bio for direct IO write by Filipe Manana · 10 years ago
  75. 7785a66 Btrfs: fix memory leaks after transaction is aborted by Filipe Manana · 10 years ago
  76. 50460e3 Btrfs: fix race when finishing dev replace leading to transaction abort by Filipe Manana · 10 years ago
  77. 1d3a5a8 Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.4 by Chris Mason · 10 years ago
  78. bb1591b4 Btrfs: check prepare_uptodate_page() error code earlier by Chris Mason · 10 years ago
  79. 1b9b922 Btrfs: check for empty bitmap list in setup_cluster_bitmaps by Chris Mason · 10 years ago
  80. 9435688 btrfs: fix misleading warning when space cache failed to load by Holger Hoffstätte · 10 years ago
  81. 8a7d656 Btrfs: fix transaction handle leak in balance by Filipe Manana · 10 years ago
  82. 348a001 Btrfs: fix unprotected list move from unused_bgs to deleted_bgs list by Filipe Manana · 10 years ago
  83. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 10 years ago
  84. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 10 years ago
  85. 04b38d6 vfs: pull btrfs clone API to vfs layer by Christoph Hellwig · 10 years ago
  86. 35de6db btrfs: make set_range_writeback return void by David Sterba · 10 years ago
  87. f631157 btrfs: make extent_range_redirty_for_io return void by David Sterba · 10 years ago
  88. bd1fa4f btrfs: make extent_range_clear_dirty_for_io return void by David Sterba · 10 years ago
  89. b5227c0 btrfs: make end_extent_writepage return void by David Sterba · 10 years ago
  90. a9d93e1 btrfs: make extent_clear_unlock_delalloc return void by David Sterba · 10 years ago
  91. 69ba392 btrfs: make clear_extent_buffer_uptodate return void by David Sterba · 10 years ago
  92. 09c25a8 btrfs: make set_extent_buffer_uptodate return void by David Sterba · 10 years ago
  93. 4db8c52 btrfs: remove a trivial helper btrfs_set_buffer_uptodate by David Sterba · 10 years ago
  94. 9172abb btrfs: Use xattr handler infrastructure by Andreas Gruenbacher · 10 years ago
  95. 97d7929 posix acls: Remove duplicate xattr name definitions by Andreas Gruenbacher · 10 years ago
  96. 39a27ec btrfs: use GFP_KERNEL for xattr and acl allocations by David Sterba · 10 years ago
  97. 61dd5ae btrfs: use GFP_KERNEL for allocations of workqueues by David Sterba · 10 years ago
  98. 8d2db78 btrfs: use GFP_KERNEL for allocations in ioctl handlers by David Sterba · 10 years ago
  99. 3042460 btrfs: remove wait from struct btrfs_delalloc_work by David Sterba · 10 years ago
  100. 651d494 btrfs: sink parameter wait to btrfs_alloc_delalloc_work by David Sterba · 10 years ago