platform/kernel/linux-starfive.git
2017-02-08 Jeff Mahoneybtrfs: fix btrfs_compat_ioctl failures on non-compat...
2017-01-26 Omar SandovalBtrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inod...
2017-01-26 Omar SandovalBtrfs: disable xattr operations on subvolume directories
2017-01-26 Omar SandovalBtrfs: remove old tree_root case in btrfs_read_locked_i...
2017-01-19 Liu BoBtrfs: fix truncate down when no_holes feature is enabled
2017-01-19 Chandan RajendraBtrfs: Fix deadlock between direct IO and fast fsync
2017-01-19 Wang Xiaoguangbtrfs: fix false enospc error when truncating heavily...
2017-01-11 Chris MasonMerge branch 'tracepoint-updates-4.10' of git://git...
2017-01-09 David Sterbabtrfs: make tracepoint format strings more compact
2017-01-09 Liu BoBtrfs: add truncated_len for ordered extent tracepoints
2017-01-09 Liu BoBtrfs: add 'inode' for extent map tracepoint
2017-01-09 David Sterbabtrfs: fix crash when tracepoint arguments are freed...
2017-01-04 David SterbaMerge branch 'misc-4.10' into for-chris-4.10-20170104
2017-01-03 Liu BoBtrfs: adjust outstanding_extents counter properly...
2017-01-03 Liu BoBtrfs: fix lockdep warning about log_mutex
2017-01-03 Liu BoBtrfs: use down_read_nested to make lockdep silent
2017-01-03 Jeff Mahoneybtrfs: fix locking when we put back a delayed ref that...
2017-01-03 Jeff Mahoneybtrfs: fix error handling when run_delayed_extent_op...
2016-12-19 Pan Bianbtrfs: return the actual error value from from btrfs_u...
2016-12-13 Maxim Patlasovbtrfs: limit async_work allocation and worker func...
2016-12-13 Chris MasonMerge branch 'for-chris-4.10' of git://git./linux/kerne...
2016-12-11 Chris MasonRevert "Btrfs: adjust len of writes if following a...
2016-12-09 Chris MasonBtrfs: don't WARN() in btrfs_transaction_abort() for...
2016-12-06 David Sterbabtrfs: opencode chunk locking, remove helpers
2016-12-06 Jeff Mahoneybtrfs: remove root parameter from transaction commit...
2016-12-06 Jeff Mahoneybtrfs: split btrfs_wait_marked_extents into normal...
2016-12-06 Jeff Mahoneybtrfs: take an fs_info directly when the root is not...
2016-12-06 Jeff Mahoneybtrfs: simplify btrfs_wait_cache_io prototype
2016-12-06 Jeff Mahoneybtrfs: convert extent-tree tracepoints to use fs_info
2016-12-06 Jeff Mahoneybtrfs: root->fs_info cleanup, access fs_info->delayed_r...
2016-12-06 Jeff Mahoneybtrfs: root->fs_info cleanup, add fs_info convenience...
2016-12-06 Jeff Mahoneybtrfs: root->fs_info cleanup, update_block_group{,flags}
2016-12-06 Jeff Mahoneybtrfs: root->fs_info cleanup, lock/unlock_chunks
2016-12-06 Jeff Mahoneybtrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc...
2016-12-06 Jeff Mahoneybtrfs: pull node/sector/stripe sizes out of root and...
2016-12-06 Jeff Mahoneybtrfs: root->fs_info cleanup, io_ctl_init
2016-12-06 Jeff Mahoneybtrfs: root->fs_info cleanup, use fs_info->dev_root...
2016-12-06 Jeff Mahoneybtrfs: struct reada_control.root -> reada_control.fs_info
2016-12-06 Jeff Mahoneybtrfs: struct btrfsic_state->root should be an fs_info
2016-12-06 Jeff Mahoneybtrfs: alloc_reserved_file_extent trace point should...
2016-12-06 Jeff Mahoneybtrfs: btrfs_init_new_device should use fs_info->dev_root
2016-12-06 Jeff Mahoneybtrfs: call functions that always use the same root...
2016-12-06 Jeff Mahoneybtrfs: call functions that overwrite their root paramet...
2016-11-30 Robbie KoBtrfs: fix tree search logic when replaying directory...
2016-11-30 Robbie KoBtrfs: fix deadlock caused by fsync when logging direct...
2016-11-30 Robbie KoBtrfs: fix enospc in hole punching
2016-11-30 David SterbaMerge branch 'misc-4.10' into for-chris-4.10-20161130
2016-11-30 Wang Xiaoguangbtrfs: improve delayed refs iterations
2016-11-30 Qu Wenruobtrfs: qgroup: Fix qgroup data leaking by using subtree...
2016-11-30 Qu Wenruobtrfs: Export and move leaf/subtree qgroup helpers...
2016-11-30 Qu Wenruobtrfs: qgroup: Rename functions to make it follow reser...
2016-11-30 Qu Wenruobtrfs: qgroup: Add comments explaining how btrfs qgroup...
2016-11-30 Christoph Hellwigbtrfs: use bio_for_each_segment_all in __btrfsic_submit_bio
2016-11-30 Christoph Hellwigbtrfs: refactor __btrfs_lookup_bio_sums to use bio_for_...
2016-11-30 Christoph Hellwigbtrfs: calculate end of bio offset properly
2016-11-30 Christoph Hellwigbtrfs: use bi_size
2016-11-30 Christoph Hellwigbtrfs: don't access the bio directly in btrfs_csum_one_bio
2016-11-30 Christoph Hellwigbtrfs: don't access the bio directly in the direct...
2016-11-30 Christoph Hellwigbtrfs: don't access the bio directly in the raid5/6...
2016-11-30 Christoph Hellwigbtrfs: use bio iterators for the decompression handlers
2016-11-30 Jeff Mahoneybtrfs: Ensure proper sector alignment for btrfs_free_re...
2016-11-30 Josef BacikBtrfs: abort transaction if fill_holes() fails
2016-11-30 Josef BacikBtrfs: fix file extent corruption
2016-11-30 Jeff Mahoneybtrfs: increment ctx->pos for every emitted or skipped...
2016-11-30 Jeff Mahoneybtrfs: remove old tree_root dirent processing in btrfs_...
2016-11-30 Nick Terrellbtrfs: Call kunmap if zlib_inflateInit2 fails
2016-11-30 David Sterbabtrfs: store and load values of stripes_min/stripes_max...
2016-11-30 Christophe... btrfs: remove redundant check of btrfs_iget return...
2016-11-30 Domagoj Tršanbtrfs: change btrfs_csum_final result param type to u8
2016-11-30 Liu BoBtrfs: adjust len of writes if following a preallocated...
2016-11-30 Shailendra... btrfs: return early from failed memory allocations...
2016-11-30 David Sterbabtrfs: add optimized version of eb to eb copy
2016-11-30 David Sterbabtrfs: remove constant parameter to memset_extent_buffe...
2016-11-30 David Sterbabtrfs: use specialized page copying helpers in btrfs_cl...
2016-11-30 David Sterbabtrfs: use new helpers to set uuids in eb
2016-11-30 David Sterbabtrfs: introduce helpers for updating eb uuids
2016-11-30 David Sterbabtrfs: delete unused member from superblock
2016-11-30 David Sterbabtrfs: remove trivial helper btrfs_find_tree_block
2016-11-30 David Sterbabtrfs: reada, remove pointless BUG_ON check for fs_info
2016-11-30 David Sterbabtrfs: reada, remove pointless BUG_ON in reada_find_extent
2016-11-30 David Sterbabtrfs: reada, sink start parameter to btree_readahead_hook
2016-11-30 David Sterbabtrfs: reada, remove unused parameter from __readahead_hook
2016-11-30 David Sterbabtrfs: reada, cleanup remove unneeded variable in __rea...
2016-11-30 David Sterbabtrfs: rename helper macros for qgroup and aux data...
2016-11-30 David Sterbabtrfs: remove stale comment from btrfs_statfs
2016-11-30 David Sterbabtrfs: remove unused headers, statfs.h
2016-11-30 Xiaoguang Wangbtrfs: remove useless comments
2016-11-30 Adam Borowskibtrfs: make block group flags in balance printks human...
2016-11-30 Omar SandovalBtrfs: deal with existing encompassing extent map in...
2016-11-30 Wang Xiaoguangbtrfs: add necessary comments about tickets_id
2016-11-29 Wang Xiaoguangbtrfs: cleanup: use already calculated value in btrfs_s...
2016-11-29 Christoph Hellwigbtrfs: don't abuse REQ_OP_* flags for btrfs_map_block
2016-11-27 Linus TorvaldsLinux 4.9-rc7
2016-11-27 Linus TorvaldsMerge git://git.infradead.org/intel-iommu
2016-11-27 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2016-11-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-11-27 Al Virofix default_file_splice_read()
2016-11-26 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2016-11-26 Linus TorvaldsMerge branch 'fixes' of git://git.armlinux.org.uk/...
2016-11-26 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
next