1. 67c5e7d Btrfs: fix race between balance and unused block group deletion by Filipe Manana · 10 years ago
  2. e82afc5 btrfs: add error handling for scrub_workers_get() by Zhao Lei · 10 years ago
  3. 65f5333 btrfs: cleanup noused initialization of dev in btrfs_end_bio() by Zhao Lei · 10 years ago
  4. fe75990 btrfs: qgroup: allow user to clear the limitation on qgroup by Yang Dongsheng · 10 years ago
  5. 5a5003df btrfs: delayed-ref: double free in btrfs_add_delayed_tree_ref() by Dan Carpenter · 10 years ago
  6. c40b7b0 Merge branch 'sysfs-fsdevices-4.2-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into anand by Chris Mason · 10 years ago
  7. f90fc54 Btrfs: Check if kobject is initialized before put by Anand Jain · 10 years ago
  8. 24199d2 lib: export symbol kobject_move() by Anand Jain · 10 years ago
  9. d2ff1b2 Btrfs: sysfs: add support to show replacing target in the sysfs by Anand Jain · 10 years ago
  10. 4fde46f Btrfs: free the stale device by Anand Jain · 10 years ago
  11. 37b8d27 Btrfs: use received_uuid of parent during send by Josef Bacik · 10 years ago
  12. 0eeff23 Btrfs: fix use-after-free in btrfs_replay_log by Liu Bo · 10 years ago
  13. 9a4e727 btrfs: wait for delayed iputs on no space by Zhao Lei · 10 years ago
  14. d672633 btrfs: qgroup: Make snapshot accounting work with new extent-oriented qgroup. by Qu Wenruo · 10 years ago
  15. 9086db8 btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots. by Qu Wenruo · 10 years ago
  16. d4b8040 btrfs: ulist: Add ulist_del() function. by Qu Wenruo · 10 years ago
  17. e69bcee btrfs: qgroup: Cleanup the old ref_node-oriented mechanism. by Qu Wenruo · 10 years ago
  18. 442244c btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism. by Qu Wenruo · 10 years ago
  19. 0ed4792 btrfs: qgroup: Switch to new extent-oriented qgroup mechanism. by Qu Wenruo · 10 years ago
  20. 9d220c9 btrfs: qgroup: Switch rescan to new mechanism. by Qu Wenruo · 10 years ago
  21. 550d7a2 btrfs: qgroup: Add new qgroup calculation function by Qu Wenruo · 10 years ago
  22. 21633fc btrfs: backref: Add special time_seq == (u64)-1 case for btrfs_find_all_roots(). by Qu Wenruo · 10 years ago
  23. 3b7d00f btrfs: qgroup: Add new function to record old_roots. by Qu Wenruo · 10 years ago
  24. 3368d00 btrfs: qgroup: Record possible quota-related extent for qgroup. by Qu Wenruo · 10 years ago
  25. 823ae5b btrfs: qgroup: Add function qgroup_update_counters(). by Qu Wenruo · 10 years ago
  26. d810ef2 btrfs: qgroup: Add function qgroup_update_refcnt(). by Qu Wenruo · 10 years ago
  27. c682f9b btrfs: extent-tree: Use ref_node to replace unneeded parameters in __inc_extent_ref() and __free_extent() by Qu Wenruo · 10 years ago
  28. 9c54213 btrfs: qgroup: Cleanup open-coded old/new_refcnt update and read. by Qu Wenruo · 10 years ago
  29. c43d160 btrfs: delayed-ref: Cleanup the unneeded functions. by Qu Wenruo · 10 years ago
  30. c6fc245 btrfs: delayed-ref: Use list to replace the ref_root in ref_head. by Qu Wenruo · 10 years ago
  31. 00db646 btrfs: backref: Don't merge refs which are not for same block. by Qu Wenruo · 10 years ago
  32. 20b2e30 btrfs: Fix lockdep warning of wr_ctx->wr_lock in scrub_free_wr_ctx() by Zhao Lei · 10 years ago
  33. e1d227a btrfs: Handle unaligned length in extent_same by Mark Fasheh · 10 years ago
  34. 070034b Btrfs: btrfs_defrag_file: Fix calculation of max_to_defrag. by chandan · 10 years ago
  35. e4826a5 Btrfs: btrfs_defrag_file: Fix ra_index computation. by chandan · 10 years ago
  36. 4617ea3 Btrfs: fix necessary chunk tree space calculation when allocating a chunk by Filipe Manana · 10 years ago
  37. 7558c8b Btrfs: don't attach unnecessary extents to transaction on fsync by Filipe Manana · 10 years ago
  38. b659ef0 Btrfs: avoid syncing log in the fast fsync path when not necessary by Filipe Manana · 10 years ago
  39. 1ab818b Merge branch 'send_fixes_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.2 by Chris Mason · 10 years ago
  40. 6ca0709 Btrfs: fix hang during inode eviction due to concurrent readahead by Filipe Manana · 10 years ago
  41. 64c043d Btrfs: fix up read_tree_block to return proper error by Liu Bo · 10 years ago
  42. 8635eda Btrfs: add missing free_extent_buffer by Liu Bo · 10 years ago
  43. 0c30430 Btrfs: remove csum_bytes_left by Liu Bo · 10 years ago
  44. 39c2d7f Btrfs: fix -ENOSPC on block group removal by Filipe Manana · 10 years ago
  45. 4fbcdf6 Btrfs: fix -ENOSPC when finishing block group creation by Filipe Manana · 10 years ago
  46. 0d2b237 Btrfs: set UNWRITTEN for prealloc'ed extents in fiemap by Josef Bacik · 10 years ago
  47. c8d3fe0 Btrfs: show subvol= and subvolid= in /proc/mounts by Omar Sandoval · 10 years ago
  48. 05dbe68 Btrfs: unify subvol= and subvolid= mounting by Omar Sandoval · 10 years ago
  49. bb289b7 Btrfs: fail on mismatched subvol and subvolid mount options by Omar Sandoval · 10 years ago
  50. fa33065 Btrfs: clean up error handling in mount_subvol() by Omar Sandoval · 10 years ago
  51. e6e4dbe Btrfs: remove all subvol options before mounting top-level by Omar Sandoval · 10 years ago
  52. 773cd04 Btrfs: lock superblock before remounting for rw subvol by Omar Sandoval · 10 years ago
  53. 0f31871 Btrfs: wake up extent state waiters on unlock through clear_extent_bits by Filipe Manana · 10 years ago
  54. c152b63 Btrfs: fix chunk allocation regression leading to transaction abort by Filipe Manana · 10 years ago
  55. 2037a09 btrfs: use after free when closing devices by Sasha Levin · 10 years ago
  56. 01b810b btrfs: make root id query unprivileged by David Sterba · 10 years ago
  57. 2e6e518 Btrfs: fix block group ->space_info null pointer dereference by Filipe Manana · 10 years ago
  58. 33b97e4 Btrfs: check error before reporting missing device and add uuid by Anand Jain · 10 years ago
  59. 1f6e4b3 btrfs: Fix superblock csum type check. by Qu Wenruo · 10 years ago
  60. 619d8c4 Btrfs: incremental send, fix clone operations for compressed extents by Filipe Manana · 10 years ago
  61. ab3680d btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation() by Christian Engelmayer · 10 years ago
  62. 35c7664 Btrfs: fix mutex unlock without prior lock on space cache truncation by Filipe Manana · 10 years ago
  63. 816fceb Btrfs: log when missing device is created by Anand Jain · 10 years ago
  64. 6d13f54 btrfs: fix warnings after changes in btrfs_abort_transaction by David Sterba · 10 years ago
  65. c0d19e2 btrfs: add 'cold' compiler annotations to all error handling functions by David Sterba · 10 years ago
  66. 1a9a8a7 btrfs: report exact callsite where transaction abort occurs by David Sterba · 10 years ago
  67. 1302890 btrfs: let tree defrag work in SSD mode by David Sterba · 10 years ago
  68. 53e489b Btrfs: check pending chunks when shrinking fs to avoid corruption by Filipe Manana · 10 years ago
  69. 64ad6c4 Btrfs: don't invalidate root dentry when subvolume deletion fails by Omar Sandoval · 10 years ago
  70. 8b191a6 Btrfs: incremental send, check if orphanized dir inode needs delayed rename by Filipe Manana · 10 years ago
  71. 80aa602 Btrfs: incremental send, don't delay directory renames unnecessarily by Filipe Manana · 10 years ago
  72. c65b99f Linux 4.1-rc6 by Linus Torvalds · 10 years ago
  73. 8ba64dc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  74. 36a8b9a Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  75. e4ca714b Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf/linux by Linus Torvalds · 10 years ago
  76. 50f5a1e Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 10 years ago
  77. dae8f28 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  78. 30a5f11 Merge tag 'hwmon-for-linus-v4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 10 years ago
  79. b2feda4 iser-target: Fix error path in isert_create_pi_ctx() by Roland Dreier · 10 years ago
  80. a354170 target: Use a PASSTHROUGH flag instead of transport_types by Andy Grover · 10 years ago
  81. 7bfea53b target: Move passthrough CDB parsing into a common function by Andy Grover · 10 years ago
  82. 9c1cd1b target/user: Only support full command pass-through by Andy Grover · 10 years ago
  83. cf87edc target/user: Update example code for new ABI requirements by Andy Grover · 10 years ago
  84. 5a7125c target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST by Andy Grover · 10 years ago
  85. d588cf8 target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem by Christoph Hellwig · 10 years ago
  86. c7bd6dc hwmon: (nct6683) Add missing sysfs attribute initialization by Guenter Roeck · 10 years ago
  87. 1b63bf6 hwmon: (nct6775) Add missing sysfs attribute initialization by Guenter Roeck · 10 years ago
  88. aaa20fc Merge tag 'acpi-pci-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  89. 1be44e2 Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
  90. 2a64517 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  91. 0f1e5b5 Merge tag 'dm-4.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  92. 9aecac0 hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37 by Guenter Roeck · 10 years ago
  93. c2102f3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  94. 6e49ba1 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  95. c4fca4f MIPS: strnlen_user.S: Fix a CPU_DADDI_WORKAROUNDS regression by Maciej W. Rozycki · 10 years ago
  96. 57b4175 MIPS: BMIPS: Fix bmips_wr_vec() by Petri Gynther · 10 years ago
  97. 556b662 MIPS: ath79: fix build problem if CONFIG_BLK_DEV_INITRD is not set by Laurent Fasnacht · 10 years ago
  98. d0af698 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  99. 70946b5 Merge tag 'sound-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  100. 1c220c6 dm: fix casting bug in dm_merge_bvec() by Joe Thornber · 10 years ago