cascardo/linux.git
2016-05-17 Chris MasonMerge branch 'for-chris-4.7' of git://git./linux/kernel...
2016-05-16 David SterbaMerge branch 'foreign/jeffm/uapi' into for-chris-4...
2016-05-16 David SterbaMerge branch 'foreign/anand/dev-del-by-id-ext' into...
2016-05-16 David SterbaMerge branch 'cleanups-4.7' into for-chris-4.7-20160516
2016-05-16 David SterbaMerge branch 'misc-4.7' into for-chris-4.7-20160516
2016-05-16 Scott Talbertbtrfs: fix memory leak during RAID 5/6 device replacement
2016-05-12 David Sterbabtrfs: build fixup for qgroup_account_snapshot
2016-05-12 Qu Wenruobtrfs: qgroup: Fix qgroup accounting when creating...
2016-05-10 Vincent StehléBtrfs: fix fspath error deallocation
2016-05-10 David Sterbabtrfs: make find_workspace warn if there are no workspaces
2016-05-10 David Sterbabtrfs: make find_workspace always succeed
2016-05-10 David Sterbabtrfs: preallocate compression workspaces
2016-05-10 David Sterbabtrfs: rename and document compression workspace members
2016-05-10 David Sterbabtrfs: GFP_NOFS does not GFP_HIGHMEM
2016-05-10 David Sterbabtrfs: switch to common message helpers in open_ctree...
2016-05-09 Adam Borowskibtrfs: fix int32 overflow in shrink_delalloc().
2016-05-06 Zygo Blaxellbtrfs: don't force mounts to wait for cleaner_kthread...
2016-05-06 David Sterbabtrfs: ioctl: reorder exclusive op check in RM_DEV
2016-05-06 David Sterbabtrfs: add write protection to SET_FEATURES ioctl
2016-05-06 Anand Jainbtrfs: fix lock dep warning move scratch super outside...
2016-05-06 Ashish Samantbtrfs: Fix BUG_ON condition in scrub_setup_recheck_block()
2016-05-06 Josef BacikBtrfs: remove BUG_ON()'s in btrfs_map_block
2016-05-06 Liu BoBtrfs: fix divide error upon chunk's stripe_len
2016-05-06 David Sterbabtrfs: sysfs: protect reading label by lock
2016-05-06 David Sterbabtrfs: add check to sysfs handler of label
2016-05-06 David Sterbabtrfs: add read-only check to sysfs handler of features
2016-05-06 David Sterbabtrfs: reuse existing variable in scrub_stripe, reduce...
2016-05-06 David Sterbabtrfs: use dynamic allocation for root item in create_s...
2016-05-06 David Sterbabtrfs: clone: use vmalloc only as fallback for nodesize...
2016-05-06 David Sterbabtrfs: send: use vmalloc only as fallback for clone_sou...
2016-05-06 David Sterbabtrfs: send: use vmalloc only as fallback for clone_roots
2016-05-06 David Sterbabtrfs: send: use temporary variable to store allocation...
2016-05-06 David Sterbabtrfs: send: use vmalloc only as fallback for read_buf
2016-05-06 David Sterbabtrfs: send: use vmalloc only as fallback for send_buf
2016-05-06 Anand Jainbtrfs: fix lock dep warning, move scratch dev out of...
2016-05-06 Dan Carpenterbtrfs: send: silence an integer overflow warning
2016-05-06 Luis de Bethencourtbtrfs: avoid overflowing f_bfree
2016-05-06 Luis de Bethencourtbtrfs: fix mixed block count of available space
2016-05-06 Austin S. Hemmelgarnbtrfs: allow balancing to dup with multi-device
2016-05-06 David Sterbabtrfs: ioctl: reorder exclusive op check in RM_DEV
2016-05-06 David Sterbabtrfs: kill unused writepage_io_hook callback
2016-05-04 Anand Jainbtrfs: cleanup assigning next active device with a...
2016-05-04 Anand Jainbtrfs: s_bdev is not null after missing replace
2016-05-02 Anand Jainbtrfs: pass the right error code to the btrfs_std_error
2016-04-28 Jeff Mahoneybtrfs: uapi/linux/btrfs_tree.h, use __u8 and __u64
2016-04-28 Jeff Mahoneybtrfs: uapi/linux/btrfs_tree.h migration, item types...
2016-04-28 Jeff Mahoneybtrfs: uapi/linux/btrfs.h migration, move struct btrfs_...
2016-04-28 Jeff Mahoneybtrfs: uapi/linux/btrfs.h migration, move balance flags
2016-04-28 Jeff Mahoneybtrfs: uapi/linux/btrfs.h migration, move feature flags
2016-04-28 Jeff Mahoneybtrfs: uapi/linux/btrfs.h migration, document subvol...
2016-04-28 Jeff Mahoneybtrfs: uapi/linux/btrfs.h migration, qgroup limit flags
2016-04-28 Jeff Mahoneybtrfs: uapi/linux/btrfs.h migration, move BTRFS_LABEL_SIZE
2016-04-28 Anand Jainbtrfs: refactor btrfs_dev_replace_start for reuse
2016-04-28 Anand Jainbtrfs: use fs_info directly
2016-04-28 David Sterbabtrfs: rename flags for vol args v2
2016-04-28 David Sterbabtrfs: rename btrfs_find_device_by_user_input
2016-04-28 David Sterbabtrfs: use existing device constraints table btrfs_raid...
2016-04-28 David Sterbabtrfs: introduce raid-type to error-code table, for...
2016-04-28 David Sterbabtrfs: pass number of devices to btrfs_check_raid_min_d...
2016-04-28 David Sterbabtrfs: rename __check_raid_min_devices
2016-04-28 Anand Jainbtrfs: optimize check for stale device
2016-04-28 Anand Jainbtrfs: introduce device delete by devid
2016-04-28 Anand Jainbtrfs: make use of btrfs_scratch_superblocks() in btrfs...
2016-04-28 Anand Jainbtrfs: enhance btrfs_find_device_by_user_input() to...
2016-04-28 Anand Jainbtrfs: make use of btrfs_find_device_by_user_input()
2016-04-28 Anand Jainbtrfs: create helper btrfs_find_device_by_user_input()
2016-04-28 Anand Jainbtrfs: clean up and optimize __check_raid_min_device()
2016-04-28 Anand Jainbtrfs: create helper function __check_raid_min_devices()
2016-04-28 Anand Jainbtrfs: create a helper function to read the disk super
2016-04-28 Liu BoBtrfs: do not create empty block group if we have alloc...
2016-04-28 Chandan RajendraBtrfs: __btrfs_buffered_write: Pass valid file offset...
2016-04-28 Liu BoBtrfs: cleanup error handling in extent_write_cached_pages
2016-04-28 Liu BoBtrfs: make mapping->writeback_index point to the last...
2016-04-28 Luke Dashjrbtrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVE...
2016-04-28 Luis de Bethencourtbtrfs: fix typos in comments
2016-04-28 Geert UytterhoevenBtrfs: Refactor btrfs_lock_cluster() to kill compiler...
2016-04-28 Anand Jainbtrfs: remove save_error_info()
2016-04-28 Satoru Takeuchibtrfs: Simplify conditions about compress while mapping...
2016-04-28 Anand Jainbtrfs: move error handling code together in ctree.h
2016-04-28 Anand Jainbtrfs: remove unused function btrfs_assert()
2016-04-28 Anand Jainbtrfs: rename btrfs_std_error to btrfs_handle_fs_error
2016-04-24 Linus TorvaldsLinux 4.6-rc5 v4.6-rc5
2016-04-24 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2016-04-23 Linus TorvaldsMerge tag 'asm-generic-4.6' of git://git./linux/kernel...
2016-04-23 Andre Przywarageneric syscalls: wire up preadv2 and pwritev2 syscalls
2016-04-23 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2016-04-23 Linus TorvaldsMerge branches 'perf-urgent-for-linus', 'smp-urgent...
2016-04-23 Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2016-04-23 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git./linux...
2016-04-23 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git....
2016-04-23 Linus TorvaldsMerge tag 'usb-4.6-rc5' of git://git./linux/kernel...
2016-04-23 Linus TorvaldsMerge tag 'tty-4.6-rc5' of git://git./linux/kernel...
2016-04-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-04-22 Linus TorvaldsMerge tag 'pinctrl-v4.6-3' of git://git./linux/kernel...
2016-04-22 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2016-04-22 Linus TorvaldsMerge tag 'powerpc-4.6-3' of git://git./linux/kernel...
2016-04-22 Linus TorvaldsMerge tag 'iommu-fixes-v4.6-rc4' of git://git./linux...
2016-04-22 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2016-04-22 Linus TorvaldsMerge tag 'sound-4.6-rc5' of git://git./linux/kernel...
2016-04-22 Greg Kroah... Merge tag 'phy-for-4.6-rc' of git://git./linux/kernel...
next