]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/shortlog
mirror_ubuntu-zesty-kernel.git
2016-12-13 Chris MasonMerge branch 'for-chris-4.10' of git://git.kernel.org...
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.kernel.org/pub...
2016-11-27 Al Virofix default_file_splice_read()
2016-11-26 Linus TorvaldsMerge branch 'i2c/for-current' of git://git.kernel...
2016-11-26 Linus TorvaldsMerge branch 'fixes' of git://git.armlinux.org.uk/...
2016-11-26 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2016-11-26 Linus TorvaldsMerge branch 'libnvdimm-fixes' of git://git.kernel...
2016-11-26 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2016-11-26 Linus TorvaldsMerge tag 'powerpc-4.9-6' of git://git.kernel.org/pub...
2016-11-26 Jon Paul Maloytipc: resolve connection flow control compatibility...
2016-11-26 Arnd Bergmannmvpp2: use correct size for memset
2016-11-26 Geliang Tangnet/mlx5: drop duplicate header delay.h
2016-11-26 Geliang Tangnet: ieee802154: drop duplicate header delay.h
2016-11-26 Geliang Tangibmvnic: drop duplicate header seq_file.h
2016-11-26 Dan Carpenterfsl/fman: fix a leak in tgec_free()
2016-11-26 Miroslav Lichvarnet: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_G...
2016-11-26 Jon Paul Maloytipc: improve sanity check for received domain records
2016-11-26 Jon Paul Maloytipc: fix compatibility bug in link monitoring
2016-11-26 Andrew Lunnnet: ethernet: mvneta: Remove IFF_UNICAST_FLT which...
2016-11-26 Linus TorvaldsMerge branch 'parisc-4.9-4' of git://git.kernel.org...
2016-11-25 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2016-11-25 Linus TorvaldsFix subtle CONFIG_MODVERSIONS problems
2016-11-25 Linus TorvaldsMerge tag 'acpi-4.9-rc7' of git://git.kernel.org/pub...
2016-11-25 Rafael J. WysockiMAINTAINERS: Add bug tracking system location entry...
2016-11-25 Jarkko NikulaRevert "i2c: designware: do not disable adapter after...
2016-11-25 Rafael J. WysockiMerge branches 'acpi-sleep-fixes' and 'acpi-wdat-fixes'
next