1. afe3d24 btrfs: Replace fs_info->delalloc_workers with btrfs_workqueue by Qu Wenruo · 11 years ago
  2. 5cdc7ad3 btrfs: Replace fs_info->workers with btrfs_workqueue. by Qu Wenruo · 11 years ago
  3. 0bd9289 btrfs: Add threshold workqueue based on kernel workqueue by Qu Wenruo · 11 years ago
  4. 1ca0897 btrfs: Add high priority workqueue support for btrfs_workqueue_struct by Qu Wenruo · 11 years ago
  5. 08a9ff3 btrfs: Added btrfs_workqueue_struct implemented ordered execution based on kernel workqueue by Qu Wenruo · 11 years ago
  6. f5961d4 btrfs: Cleanup the unused struct async_sched. by Qu Wenruo · 11 years ago
  7. 644d194 Btrfs: skip search tree for REG files by Liu Bo · 11 years ago
  8. 7b2b708 Btrfs: fix preallocate vs double nocow write by Miao Xie · 11 years ago
  9. c933956 Btrfs: fix wrong lock range and write size in check_can_nocow() by Miao Xie · 11 years ago
  10. 9c9ca00 btrfs: send: simplify allocation code in fs_path_ensure_buf by David Sterba · 11 years ago
  11. 1b2782c btrfs: send: fix old buffer length in fs_path_ensure_buf by David Sterba · 11 years ago
  12. 176840b Btrfs: more efficient btrfs_drop_extent_cache by Filipe Manana · 11 years ago
  13. f2071b2 Btrfs: more efficient split extent state insertion by Filipe Manana · 11 years ago
  14. cbc0e92 Btrfs: remove unneeded field / smaller extent_map structure by Filipe Manana · 11 years ago
  15. e84752d Btrfs: skip locking when searching commit root by Wang Shilong · 11 years ago
  16. 32a4478 Btrfs: wake up @scrub_pause_wait as much as we can by Wang Shilong · 11 years ago
  17. c0af8f0 Btrfs: cancel scrub on transaction abortion by Wang Shilong · 11 years ago
  18. 12cf937 Btrfs: device_replace: fix deadlock for nocow case by Wang Shilong · 11 years ago
  19. 6cf7f77 Btrfs: fix a possible deadlock between scrub and transaction committing by Wang Shilong · 11 years ago
  20. 886322e btrfs: Use PTR_ERR_OR_ZERO by Sachin Kamat · 11 years ago
  21. bf0d1f4 Btrfs: fix send issuing outdated paths for utimes, chown and chmod by Filipe Manana · 11 years ago
  22. 6baa429 Btrfs: correctly determine if blocks are shared in btrfs_compare_trees by Filipe Manana · 11 years ago
  23. 9dc4421 Btrfs: fix send attempting to rmdir non-empty directories by Filipe Manana · 11 years ago
  24. 29d6d30 Btrfs: send, don't send rmdir for same target multiple times by Filipe Manana · 11 years ago
  25. 2b863a1 Btrfs: incremental send, fix invalid path after dir rename by Filipe Manana · 11 years ago
  26. 12870f1 Btrfs: don't insert useless holes when punching beyond the inode's size by Filipe Manana · 11 years ago
  27. 85fdfdf Btrfs: cleanup delayed-ref.c:find_ref_head() by Filipe Manana · 11 years ago
  28. 6103fb4 Btrfs: remove unnecessary ref heads rb tree search by Filipe Manana · 11 years ago
  29. 2c6a92b btrfs: wake up transaction thread upon remount by Justin Maggard · 11 years ago
  30. 50471a3 Btrfs: stop joining the log transaction if sync log fails by Miao Xie · 11 years ago
  31. d1433de Btrfs: just wait or commit our own log sub-transaction by Miao Xie · 11 years ago
  32. 8b050d3 Btrfs: fix skipped error handle when log sync failed by Miao Xie · 11 years ago
  33. bb14a59 Btrfs: use signed integer instead of unsigned long integer for log transid by Miao Xie · 11 years ago
  34. 7483e1a Btrfs: remove unnecessary memory barrier in btrfs_sync_log() by Miao Xie · 11 years ago
  35. e87ac13 Btrfs: don't start the log transaction if the log tree init fails by Miao Xie · 11 years ago
  36. 48cab2e Btrfs: fix the skipped transaction commit during the file sync by Miao Xie · 11 years ago
  37. 5c902ba Btrfs: use ACCESS_ONCE to prevent the optimize accesses to ->last_trans_log_full_commit by Miao Xie · 11 years ago
  38. 7813b3d Btrfs: avoid warning bomb of btrfs_invalidate_inodes by Liu Bo · 11 years ago
  39. 2a85d9c Btrfs: fix possible deadlock in btrfs_cleanup_transaction by Liu Bo · 11 years ago
  40. d5f3752 Btrfs: faster/more efficient insertion of file extent items by Filipe David Borba Manana · 11 years ago
  41. 51b98ef btrfs: always choose work from prio_head first by Stanislaw Gruszka · 11 years ago
  42. dcfd5ad Revert "Btrfs: remove transaction from btrfs send" by Wang Shilong · 11 years ago
  43. bcbba5e Btrfs: skip readonly root for snapshot-aware defragment by Wang Shilong · 11 years ago
  44. 850a8cd Btrfs: switch to btrfs_previous_extent_item() by Wang Shilong · 11 years ago
  45. f88ba6a Btrfs: skip submitting barrier for missing device by Hidetoshi Seto · 11 years ago
  46. 29bce2f Btrfs: unlock extent and pages on error in cow_file_range by Josef Bacik · 11 years ago
  47. c581afc Btrfs: balance delayed inode updates by Josef Bacik · 11 years ago
  48. 1bae309 btrfs: add simple debugfs interface by David Sterba · 11 years ago
  49. ace0105 btrfs: send: lower memory requirements in common case by David Sterba · 11 years ago
  50. dff6d0a Btrfs: make some tree searches in send.c more efficient by Filipe David Borba Manana · 11 years ago
  51. a0859c0 Btrfs: use right extent item position in send when finding extent clones by Filipe David Borba Manana · 11 years ago
  52. 57fb891 btrfs: send: remove BUG_ON from name_cache_delete by David Sterba · 11 years ago
  53. 4d1a63b btrfs: send: remove BUG from process_all_refs by David Sterba · 11 years ago
  54. 1f5a7ff btrfs: send: squeeze bitfilelds in fs_path by David Sterba · 11 years ago
  55. e25a812 btrfs: send: remove virtual_mem member from fs_path by David Sterba · 11 years ago
  56. b23ab57 btrfs: send: remove prepared member from fs_path by David Sterba · 11 years ago
  57. 64792f2 btrfs: send: replace check with an assert in gen_unique_name by David Sterba · 11 years ago
  58. 5ed7f9f Btrfs: more send support for parent/child dir relationship inversion by Filipe David Borba Manana · 11 years ago
  59. 03cb4fb Btrfs: fix send dealing with file renames and directory moves by Filipe David Borba Manana · 11 years ago
  60. 98cfee21 Btrfs: only add roots if necessary in find_parent_nodes() by Wang Shilong · 11 years ago
  61. abccd00 btrfs: Fix 32/64-bit problem with BTRFS_SET_RECEIVED_SUBVOL ioctl by Hugo Mills · 11 years ago
  62. d86477b Btrfs: add missing error check in incremental send by Filipe David Borba Manana · 11 years ago
  63. c404e0d Btrfs: fix use-after-free in the finishing procedure of the device replace by Miao Xie · 11 years ago
  64. 391cd9d Btrfs: fix unprotected alloc list insertion during the finishing procedure of replace by Miao Xie · 11 years ago
  65. 23ad5b1 btrfs: Return EXDEV for cross file system snapshot by Kusanagi Kouichi · 11 years ago
  66. 827463c Btrfs: don't mix the ordered extents of all files together during logging the inodes by Miao Xie · 11 years ago
  67. f9a8a0a Merge branch 'fortglx/3.15/time' of git://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 11 years ago
  68. 92f092d Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 11 years ago
  69. 9063e21 netlink: autosize skb lengthes by Eric Dumazet · 11 years ago
  70. cd84ff4 sfc: Use ether_addr_copy and eth_broadcast_addr by Edward Cree · 11 years ago
  71. bde2403 ASoC: spear: spdif_out: Fix mute control by Lars-Peter Clausen · 11 years ago
  72. 23a735c ASoC: migor: Convert to table based DAPM setup by Lars-Peter Clausen · 11 years ago
  73. 1943364 Merge branch 'gianfar-next' by David S. Miller · 11 years ago
  74. 71ff9e3 gianfar: Use Single-Queue polling for "fsl,etsec2" by Claudiu Manoil · 11 years ago
  75. aeb12c5 gianfar: Separate out the Tx interrupt handling (Tx NAPI) by Claudiu Manoil · 11 years ago
  76. e894c3f regmap: Implementation for regmap_multi_reg_write by Opensource [Anthony Olech] · 11 years ago
  77. 9b6f0c4 usbcore: rename struct dev_state to struct usb_dev_state by Valentina Manea · 11 years ago
  78. 4fda996 i2c: st: Fix return in case of arbitration lost by Maxime COQUELIN · 11 years ago
  79. f9fa2b1 ASoC: dapm: Sprinkle lockdep asserts through the code by Mark Brown · 11 years ago
  80. cd5006d i2c: s3c2410: Trivial cleanup in header file by Sachin Kamat · 11 years ago
  81. 485ecdf i2c: mv64xxx: refactor initialization for new msgs by Wolfram Sang · 11 years ago
  82. b0200ab i2c: mv64xxx: directly call send_start when initializing transfer by Wolfram Sang · 11 years ago
  83. 4c5b38e i2c: mv64xxx: refactor send_start by Wolfram Sang · 11 years ago
  84. 2271cf1 spi: coldfire-qspi: Prevent NULL pointer dereference by Axel Lin · 11 years ago
  85. e8b2da6 ARM: at91/DT: add NAND + DMA property by Nicolas Ferre · 11 years ago
  86. 3bf0e9e0b regulator: tps65910: fix interrupt documentation link by Yegor Yefremov · 11 years ago
  87. bd2a31d get rid of fget_light() by Al Viro · 11 years ago
  88. 00e188e sockfd_lookup_light(): switch to fdget^W^Waway from fget_light by Al Viro · 11 years ago
  89. 9c225f2 vfs: atomic f_pos accesses as per POSIX by Linus Torvalds · 11 years ago
  90. 1b56e98 ocfs2 syncs the wrong range... by Al Viro · 11 years ago
  91. 83493d7 libata: use wider match for blacklisting Crucial M500 by Tejun Heo · 11 years ago
  92. ceccd29 i2c: designware-pci: add 10-bit addressing mode functionality for BYT I2C by Chew, Chiau Ee · 11 years ago
  93. 867a6fc ARM: at91/defconfig: refresh at91sam9260_9g20_defconfig by Alexandre Belloni · 11 years ago
  94. be70445 ARM: at91/defconfig: remove useless configuration in at91sam9260_9g20_defconfig by Alexandre Belloni · 11 years ago
  95. 80f7f92 ARM: at91/defconfig: refresh at91sam9rl_defconfig by Alexandre Belloni · 11 years ago
  96. fdf57dd perf machine: Use map as success in ip__resolve_ams by Don Zickus · 11 years ago
  97. 155b3a1 perf symbols: Fix crash in elf_section_by_name by Jiri Olsa · 11 years ago
  98. 02c5bb4 perf trace: Decode architecture-specific signal numbers by Ben Hutchings · 11 years ago
  99. 22e8ee1 Bluetooth: add module name for btwilink by Pavel Machek · 11 years ago
  100. 966746b driver core: unexport static function create_syslog_header by Jiang Liu · 11 years ago