1. ec87e1c Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix by Ingo Molnar · 9 years ago
  2. 2cdcb2b Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  3. 909c3a2 Btrfs: fix loading of orphan roots leading to BUG_ON by Filipe Manana · 9 years ago
  4. ce6b714 Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  5. 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 9 years ago
  6. 1636d1d Btrfs: fix direct IO requests not reporting IO error to user space by Filipe Manana · 9 years ago
  7. 27c9d77 Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  8. bc4ef75 btrfs: properly set the termination value of ctx->pos in readdir by David Sterba · 9 years ago
  9. 0c0fe3b Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl by Filipe Manana · 9 years ago
  10. 7f042a8 Btrfs: remove no longer used function extent_read_full_page_nolock() by Filipe Manana · 9 years ago
  11. 3131400 Btrfs: fix page reading in extent_same ioctl leading to csum errors by Filipe Manana · 9 years ago
  12. e0bd70c Btrfs: fix invalid page accesses in extent_same (dedup) ioctl by Filipe Manana · 9 years ago
  13. bc696ca x86/cpufeature: Replace the old static_cpu_has() with safe variant by Borislav Petkov · 9 years ago
  14. d3f71ae Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  15. e410e34 Revert "btrfs: synchronize incompat feature bits with sysfs files" by Chris Mason · 9 years ago
  16. e1c0eba btrfs: don't use GFP_HIGHMEM for free-space-tree bitmap kzalloc by Chris Mason · 9 years ago
  17. d32a4e3 Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 9 years ago
  18. bf60920 btrfs: sysfs: check initialization state before updating features by David Sterba · 9 years ago
  19. 80ad623 Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()" by David Sterba · 9 years ago
  20. 0a95b85 btrfs: async-thread: Fix a use-after-free error for trace by Qu Wenruo · 9 years ago
  21. de0ee0e Btrfs: fix race between fsync and lockless direct IO writes by Filipe Manana · 9 years ago
  22. 6b5aa88 Merge branch 'fix/fst-sysfs' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 9 years ago
  23. 3e4c5ef btrfs: add free space tree to the cow-only list by David Sterba · 9 years ago
  24. 6b20e0a btrfs: add free space tree to lockdep classes by David Sterba · 9 years ago
  25. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  26. 2101ae4 Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  27. 79b134a btrfs: tweak free space tree bitmap allocation by David Sterba · 9 years ago
  28. 8cce83b btrfs: tests: switch to GFP_KERNEL by David Sterba · 9 years ago
  29. 14e46e0 btrfs: synchronize incompat feature bits with sysfs files by David Sterba · 9 years ago
  30. 444e751 btrfs: sysfs: introduce helper for syncing bits with sysfs files by David Sterba · 9 years ago
  31. 3b5bb73 btrfs: sysfs: add free-space-tree bit attribute by David Sterba · 9 years ago
  32. ba2d084 btrfs: sysfs: fix typo in compat_ro attribute definition by David Sterba · 9 years ago
  33. a6111d1 btrfs: raid56: Use raid_write_end_io for scrub by Zhao Lei · 9 years ago
  34. 748f4ef btrfs: Remove unnecessary ClearPageUptodate for raid56 by Zhao Lei · 9 years ago
  35. 915e229 btrfs: use rbio->nr_pages to reduce calculation by Zhao Lei · 10 years ago
  36. b7178a5 btrfs: Use unified stripe_page's index calculation by Zhao Lei · 10 years ago
  37. bfca9a6 btrfs: Fix calculation of rbio->dbitmap's size calculation by Zhao Lei · 10 years ago
  38. e1746e8 btrfs: Fix no_space in write and rm loop by Zhao Lei · 9 years ago
  39. 0bc19f90 btrfs: merge functions for wait snapshot creation by Zhao Lei · 9 years ago
  40. ee22f0c btrfs: delete unused argument in btrfs_copy_from_user by Zhao Lei · 9 years ago
  41. ad1ba2a btrfs: Use direct way to determine raid56 write/recover mode by Zhao Lei · 9 years ago
  42. 94a97df btrfs: Small cleanup for get index_srcdev loop by Zhao Lei · 9 years ago
  43. f04b772 btrfs: Enhance chunk validation check by Qu Wenruo · 9 years ago
  44. 319e4d0 btrfs: Enhance super validation check by Qu Wenruo · 9 years ago
  45. c2d6cb1 Btrfs: fix deadlock running delayed iputs at transaction commit time by Filipe Manana · 9 years ago
  46. fedc004 Btrfs: fix typo in log message when starting a balance by Filipe Manana · 9 years ago
  47. 326f784 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 · 9 years ago
  48. acc3085 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 · 9 years ago
  49. fb75d85 btrfs: remove duplicate const specifier by Colin Ian King · 9 years ago
  50. c1a198d Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  51. 546bed6 btrfs: initialize the seq counter in struct btrfs_device by Sebastian Andrzej Siewior · 9 years ago
  52. 0dc924c5 Btrfs: clean up an error code in btrfs_init_space_info() by Dan Carpenter · 9 years ago
  53. 8e21785 btrfs: fix iterator with update error in backref.c by Geliang Tang · 9 years ago
  54. b7c47bb Btrfs: fix output of compression message in btrfs_parse_options() by Tsutomu Itoh · 9 years ago
  55. f32e48e Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and subvolume roots by Chandan Rajendra · 9 years ago
  56. 95617d6 btrfs: cleanup, stop casting for extent_map->lookup everywhere by Jeff Mahoney · 9 years ago
  57. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  58. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  59. fce205e Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  60. 67c707e Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  61. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  62. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  63. 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 · 9 years ago
  64. 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 · 9 years ago
  65. 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 · 9 years ago
  66. 8cdc7c5 Btrfs: fix fitrim discarding device area reserved for boot loader's use by Filipe Manana · 9 years ago
  67. ee592d0 Btrfs: Check metadata redundancy on balance by Sam Tygier · 9 years ago
  68. ca8a51b btrfs: statfs: report zero available if metadata are exhausted by David Sterba · 9 years ago
  69. 8546b57 btrfs: preallocate path for snapshot creation at ioctl time by David Sterba · 9 years ago
  70. b0c0ea6 btrfs: allocate root item at snapshot ioctl time by David Sterba · 9 years ago
  71. a1ee736 btrfs: do an allocation earlier during snapshot creation by David Sterba · 9 years ago
  72. 4fb72bf btrfs: use smaller type for btrfs_path locks by David Sterba · 9 years ago
  73. 7853f15 btrfs: use smaller type for btrfs_path lowest_level by David Sterba · 9 years ago
  74. dccabfa btrfs: use smaller type for btrfs_path reada by David Sterba · 9 years ago
  75. e4058b5 btrfs: cleanup, use enum values for btrfs_path reada by David Sterba · 9 years ago
  76. 4d4ab6d btrfs: constify static arrays by David Sterba · 9 years ago
  77. 20e5506 btrfs: constify remaining structs with function pointers by David Sterba · 9 years ago
  78. 28f0779 btrfs tests: replace whole ops structure for free space tests by David Sterba · 9 years ago
  79. a7ca422 btrfs: use list_for_each_entry* in backref.c by Geliang Tang · 9 years ago
  80. 7ae1681 btrfs: use list_for_each_entry_safe in free-space-cache.c by Geliang Tang · 9 years ago
  81. b69f2be btrfs: use list_for_each_entry* in check-integrity.c by Geliang Tang · 9 years ago
  82. ee22184 Btrfs: use linux/sizes.h to represent constants by Byongho Lee · 9 years ago
  83. 7928d67 btrfs: cleanup, remove stray return statements by David Sterba · 9 years ago
  84. 352dd9c btrfs: zero out delayed node upon allocation by Alexandru Moise · 9 years ago
  85. 575a75d btrfs: pass proper enum type to start_transaction() by Alexandru Moise · 9 years ago
  86. 9780c49 btrfs: switch __btrfs_fs_incompat return type from int to bool by Alexandru Moise · 9 years ago
  87. e40da0e btrfs: remove unused inode argument from uncompress_inline() by Byongho Lee · 9 years ago
  88. 100d570 btrfs: don't use slab cache for struct btrfs_delalloc_work by David Sterba · 9 years ago
  89. 0de270f btrfs: drop duplicate prefix from scrub workqueues by David Sterba · 9 years ago
  90. 93a3d46 btrfs: verbose error when we find an unexpected item in sys_array by David Sterba · 9 years ago
  91. f5cdedd btrfs: handle invalid num_stripes in sys_array by David Sterba · 9 years ago
  92. 35b3ad5 btrfs: better packing of btrfs_delayed_extent_op by David Sterba · 9 years ago
  93. 8089fe6 btrfs: put delayed item hook into inode by David Sterba · 9 years ago
  94. c5ca878 btrfs: Support convert to -d dup for btrfs-convert by Zhao Lei · 9 years ago
  95. be7bd73 Btrfs: igrab inode in writepage by Josef Bacik · 9 years ago
  96. b2acddd Btrfs: add missing brelse when superblock checksum fails by Anand Jain · 9 years ago
  97. 271dba4 Btrfs: fix transaction handle leak on failure to create hard link by Filipe Manana · 9 years ago
  98. a1c6f057 fs: use block_device name vsprintf helper by Dmitry Monakhov · 10 years ago
  99. 2b3909f btrfs: use new dedupe data function pointer by Darrick J. Wong · 9 years ago
  100. 9269d12 Btrfs: fix number of transaction units required to create symlink by Filipe Manana · 9 years ago