platform/kernel/linux-rpi.git
2021-04-19 Josef Bacikbtrfs: handle btrfs_record_root_in_trans failure in...
2021-04-19 Josef Bacikbtrfs: handle btrfs_record_root_in_trans failure in...
2021-04-19 Josef Bacikbtrfs: handle btrfs_record_root_in_trans failure in...
2021-04-19 Josef Bacikbtrfs: handle btrfs_record_root_in_trans failure in...
2021-04-19 Josef Bacikbtrfs: do proper error handling in record_reloc_root_in...
2021-04-19 Josef Bacikbtrfs: check record_root_in_trans related failures...
2021-04-19 Josef Bacikbtrfs: convert BUG_ON()'s in select_reloc_root() to...
2021-04-19 Josef Bacikbtrfs: handle errors from select_reloc_root()
2021-04-19 Josef Bacikbtrfs: convert BUG_ON()'s in relocate_tree_block
2021-04-19 Josef Bacikbtrfs: convert some BUG_ON()'s to ASSERT()'s in do_relo...
2021-04-19 Matthew Wilcox... btrfs: add and use readahead_batch_length
2021-04-19 Wan Jiabingbtrfs: move forward declarations to the beginning of...
2021-04-19 Qu Wenruobtrfs: subpage: add overview comments
2021-04-19 Qu Wenruobtrfs: make set_btree_ioerr accept extent buffer and...
2021-04-19 Qu Wenruobtrfs: make set/clear_extent_buffer_dirty() subpage...
2021-04-19 Qu Wenruobtrfs: support page uptodate assertions in subpage...
2021-04-19 Qu Wenruobtrfs: make alloc_extent_buffer() check subpage dirty...
2021-04-19 Qu Wenruobtrfs: subpage: support metadata checksum calculation...
2021-04-19 Qu Wenruobtrfs: subpage: do more sanity checks on metadata page...
2021-04-19 Qu Wenruobtrfs: subpage: introduce helpers for writeback status
2021-04-19 Qu Wenruobtrfs: subpage: introduce helpers for dirty status
2021-04-19 Qu Wenruobtrfs: remove unnecessary variable shadowing in btrfs_i...
2021-04-19 Qu Wenruobtrfs: use min() to replace open-code in btrfs_invalida...
2021-04-19 Qu Wenruobtrfs: add sysfs interface for supported sectorsize
2021-04-19 Filipe Mananabtrfs: improve btree readahead for full send operations
2021-04-19 Filipe Mananabtrfs: fix exhaustion of the system chunk array due...
2021-04-19 Filipe Mananabtrfs: make reflinks respect O_SYNC O_DSYNC and S_SYNC...
2021-04-19 Arnd Bergmannbtrfs: zoned: bail out in btrfs_alloc_chunk for bad...
2021-04-19 BingJing Changbtrfs: fix a potential hole punching failure
2021-04-19 Naohiro Aotabtrfs: zoned: move log tree node allocation out of...
2021-04-19 Josef Bacikbtrfs: use percpu_read_positive instead of sum_positive...
2021-04-19 Filipe Mananabtrfs: update outdated comment at btrfs_replace_file_ex...
2021-04-19 Filipe Mananabtrfs: update outdated comment at btrfs_orphan_cleanup()
2021-04-19 Filipe Mananabtrfs: update debug message when checking seq number...
2021-04-19 Filipe Mananabtrfs: add and use helper to get lowest sequence number...
2021-04-19 Filipe Mananabtrfs: remove unnecessary leaf check at btrfs_tree_mod_...
2021-04-19 Filipe Mananabtrfs: use the new bit BTRFS_FS_TREE_MOD_LOG_USERS...
2021-04-19 Filipe Mananabtrfs: use a bit to track the existence of tree mod...
2021-04-19 Filipe Mananabtrfs: use booleans where appropriate for the tree...
2021-04-19 Filipe Mananabtrfs: move the tree mod log code into its own file
2021-04-19 Ira Weinybtrfs: integrity-checker: convert block context kmap...
2021-04-19 Ira Weinybtrfs: integrity-checker: use kmap_local_page in __btrf...
2021-04-19 Ira Weinybtrfs: raid56: convert kmaps to kmap_local_page
2021-04-19 Ira Weinybtrfs: convert kmap to kmap_local_page, simple cases
2021-04-19 Johannes Thumshirnbtrfs: remove duplicated in_range() macro
2021-04-19 Filipe Mananabtrfs: remove stale comment and logic from btrfs_inode_...
2021-04-19 Filipe Mananabtrfs: fix race between marking inode needs to be logge...
2021-04-19 Filipe Mananabtrfs: fix race between memory mapped writes and fsync
2021-04-19 Josef Bacikbtrfs: exclude mmap from happening during all fallocate...
2021-04-19 Josef Bacikbtrfs: exclude mmaps while doing remap
2021-04-19 Josef Bacikbtrfs: use btrfs_inode_lock/btrfs_inode_unlock inode...
2021-04-19 Josef Bacikbtrfs: add a i_mmap_lock to our inode
2021-04-19 Goldwyn Rodriguesbtrfs: remove mirror argument from btrfs_csum_verify_data()
2021-04-19 Goldwyn Rodriguesbtrfs: remove force argument from run_delalloc_nocow()
2021-04-19 Nikolay Borisovbtrfs: don't opencode extent_changeset_free
2021-04-19 Jiapeng Chongbtrfs: assign proper values to a bool variable in dev_e...
2021-04-19 Filipe Mananabtrfs: add btree read ahead for incremental send operations
2021-04-19 Filipe Mananabtrfs: add btree read ahead for full send operations
2021-04-19 Nikolay Borisovbtrfs: simplify code flow in btrfs_delayed_inode_reserv...
2021-04-19 Nikolay Borisovbtrfs: remove btrfs_inode parameter from btrfs_delayed_...
2021-04-19 Nikolay Borisovbtrfs: simplify commit logic in try_flush_qgroup
2021-04-19 Anand Jainbtrfs: scrub: drop a few function declarations
2021-04-19 Anand Jainbtrfs: change return type to bool in btrfs_extent_readonly
2021-04-19 Anand Jainbtrfs: unexport btrfs_extent_readonly() and make it...
2021-04-19 Nikolay Borisovbtrfs: replace open coded while loop with proper construct
2021-04-19 Nikolay Borisovbtrfs: replace offset_in_entry with in_range
2021-04-19 Nikolay Borisovbtrfs: make find_desired_extent take btrfs_inode
2021-04-19 Nikolay Borisovbtrfs: make btrfs_replace_file_extents take btrfs_inode
2021-04-19 Qu Wenruobtrfs: fix comment for btrfs ordered extent flag bits
2021-04-18 Linus TorvaldsLinux 5.12-rc8
2021-04-18 Linus TorvaldsMerge tag 'arm-fixes-5.12-3' of git://git./linux/kernel...
2021-04-18 Linus TorvaldsMerge tag 'for-linus' of git://git.armlinux.org.uk...
2021-04-18 Fredrik StrupeARM: 9071/1: uprobes: Don't hook on thumb instructions
2021-04-18 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2021-04-18 Linus TorvaldsMerge tag 'drm-fixes-2021-04-18' of git://anongit.freed...
2021-04-17 Dave AirlieMerge tag 'vmwgfx-fixes-2021-04-14' of gitlab.freedeskt...
2021-04-17 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2021-04-17 Linus Torvaldsreaddir: make sure to verify directory entry for legacy...
2021-04-17 Linus TorvaldsMerge tag 'net-5.12-rc8' of git://git./linux/kernel...
2021-04-17 Linus TorvaldsMerge tag 'libnvdimm-fixes-for-5.12-rc8' of git://git...
2021-04-17 Linus TorvaldsMerge tag 'cxl-fixes-for-5.12-rc8' of git://git./linux...
2021-04-17 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2021-04-17 Dan Williamscxl/mem: Fix memory device capacity probing
2021-04-17 Florian Westphalnetlink: don't call ->netlink_bind with table lock...
2021-04-16 Linus TorvaldsMerge tag 'io_uring-5.12-2021-04-16' of git://git.kerne...
2021-04-16 Randy Dunlaplib: remove "expecting prototype" kernel-doc warnings
2021-04-16 Johannes Berggcov: clang: fix clang-11+ build
2021-04-16 Christophe... mm: ptdump: fix build failure
2021-04-16 Zack Rusinmm/mapping_dirty_helpers: guard hugepage pud's usage
2021-04-16 John Paul Adrian... ia64: tools: remove duplicate definition of ia64_mf...
2021-04-16 John Paul Adrian... ia64: tools: remove inclusion of ia64-specific version...
2021-04-16 Randy Dunlapia64: fix discontig.c section mismatches
2021-04-16 Randy Dunlapia64: remove duplicate entries in generic_defconfig
2021-04-16 Randy Dunlapcsky: change a Kconfig symbol name to fix e1000 build...
2021-04-16 Walter Wukasan: remove redundant config option
2021-04-16 Arnd Bergmannkasan: fix hwasan build for gcc
2021-04-16 Randy Dunlapmm: eliminate "expecting prototype" kernel-doc warnings
2021-04-16 David S. MillerMerge git://git./pub/scm/linux/kernel/git/bpf/bpf
2021-04-16 Lijun PanMAINTAINERS: update my email
2021-04-16 Daniel Borkmannbpf: Update selftests to reflect new error states
next