platform/kernel/linux-rpi.git
2022-05-16 Sweet Tea Dorminybtrfs: allocate page arrays using bulk page allocator
2022-05-16 Sweet Tea Dorminybtrfs: factor out allocating an array of pages
2022-05-16 Yu Zhebtrfs: remove unnecessary type casts
2022-05-16 Qu Wenruobtrfs: expand subpage support to any PAGE_SIZE > 4K
2022-05-16 Qu Wenruobtrfs: make nodesize >= PAGE_SIZE case to reuse the...
2022-05-16 Qu Wenruobtrfs: use dummy extent buffer for super block sys...
2022-05-16 Naohiro Aotabtrfs: assert that relocation is protected with sb_star...
2022-05-16 Naohiro Aotafs: add a lockdep check function for sb_start_write()
2022-05-16 Nikolay Borisovbtrfs: simplify code flow in btrfs_ioctl_balance
2022-05-16 Nikolay Borisovbtrfs: remove checks for arg argument in btrfs_ioctl_ba...
2022-05-16 Qu Wenruobtrfs: replace memset with memzero_page in data checksu...
2022-05-16 Filipe Mananabtrfs: avoid blocking on space revervation when doing...
2022-05-16 Filipe Mananabtrfs: avoid blocking when allocating context for nowai...
2022-05-16 Filipe Mananabtrfs: release path earlier at can_nocow_extent()
2022-05-16 Filipe Mananabtrfs: free path at can_nocow_extent() before checking...
2022-05-16 Filipe Mananabtrfs: stop allocating a path when checking if cross...
2022-05-16 Filipe Mananabtrfs: avoid double nocow check when doing nowait dio...
2022-05-16 Filipe Mananabtrfs: avoid blocking nowait dio when locking file...
2022-05-16 Filipe Mananabtrfs: avoid blocking on page locks with nowait dio...
2022-05-16 Jonathan Lassoffbtrfs: add messages to printk index
2022-05-16 Qu Wenruobtrfs: tree-checker: check extent buffer owner against...
2022-05-16 Filipe Mananabtrfs: add and use helper to assert an inode range...
2022-05-16 Filipe Mananabtrfs: remove ordered extent check and wait during...
2022-05-16 Filipe Mananabtrfs: lock the inode first before flushing range when...
2022-05-16 Filipe Mananabtrfs: remove ordered extent check and wait during...
2022-05-16 Filipe Mananabtrfs: remove inode_dio_wait() calls when starting...
2022-05-16 Filipe Mananabtrfs: remove useless dio wait call when doing fallocat...
2022-05-16 Filipe Mananabtrfs: only reserve the needed data space amount during...
2022-05-16 Sweet Tea Dorminybtrfs: restore inode creation before xattr setting
2022-05-16 Omar Sandovalbtrfs: move common inode creation code into btrfs_creat...
2022-05-16 Omar Sandovalbtrfs: reserve correct number of items for inode creation
2022-05-16 Omar Sandovalbtrfs: factor out common part of btrfs_{mknod,create...
2022-05-16 Omar Sandovalbtrfs: allocate inode outside of btrfs_new_inode()
2022-05-16 Qu Wenruobtrfs: warn when extent buffer leak test fails
2022-05-16 Anand Jainbtrfs: use a local variable for fs_devices pointer...
2022-05-16 Gabriel Nieblerbtrfs: use btrfs_for_each_slot in btrfs_listxattr
2022-05-16 Gabriel Nieblerbtrfs: use btrfs_for_each_slot in btrfs_read_chunk_tree
2022-05-16 Gabriel Nieblerbtrfs: use btrfs_for_each_slot in btrfs_unlink_all_paths
2022-05-16 Gabriel Nieblerbtrfs: use btrfs_for_each_slot in process_all_extents
2022-05-16 Gabriel Nieblerbtrfs: use btrfs_for_each_slot in process_all_new_xattrs
2022-05-16 Gabriel Nieblerbtrfs: use btrfs_for_each_slot in process_all_refs
2022-05-16 Gabriel Nieblerbtrfs: use btrfs_for_each_slot in is_ancestor
2022-05-16 Gabriel Nieblerbtrfs: use btrfs_for_each_slot in can_rmdir
2022-05-16 Gabriel Nieblerbtrfs: use btrfs_for_each_slot in did_create_dir
2022-05-16 Gabriel Nieblerbtrfs: use btrfs_for_each_slot in btrfs_real_readdir
2022-05-16 Gabriel Nieblerbtrfs: use btrfs_for_each_slot in btrfs_search_dir_inde...
2022-05-16 Gabriel Nieblerbtrfs: use btrfs_for_each_slot in mark_block_group_to_copy
2022-05-16 Gabriel Nieblerbtrfs: use btrfs_for_each_slot in find_first_block_group
2022-05-16 Gabriel Nieblerbtrfs: introduce btrfs_for_each_slot iterator macro
2022-05-16 Qu Wenruobtrfs: scrub: rename scrub_bio::pagev and related members
2022-05-16 Qu Wenruobtrfs: scrub: rename scrub_page to scrub_sector
2022-05-16 Qu Wenruobtrfs: scrub: rename members related to scrub_block...
2022-05-16 Filipe Mananabtrfs: remove trivial wrapper btrfs_read_buffer()
2022-05-16 Filipe Mananabtrfs: update outdated comment for read_block_for_search()
2022-05-16 Filipe Mananabtrfs: release upper nodes when reading stale btree...
2022-05-16 Filipe Mananabtrfs: avoid unnecessary btree search restarts when...
2022-05-16 Omar Sandovalbtrfs: set inode flags earlier in btrfs_new_inode()
2022-05-16 Omar Sandovalbtrfs: move btrfs_get_free_objectid() call into btrfs_n...
2022-05-16 Omar Sandovalbtrfs: don't pass parent objectid to btrfs_new_inode...
2022-05-16 Omar Sandovalbtrfs: remove redundant name and name_len parameters...
2022-05-16 Omar Sandovalbtrfs: remove unused mnt_userns parameter from __btrfs_...
2022-05-16 Omar Sandovalbtrfs: remove unnecessary set_nlink() in btrfs_create_s...
2022-05-16 Omar Sandovalbtrfs: remove unnecessary inode_set_bytes(0) call
2022-05-16 Omar Sandovalbtrfs: remove unnecessary btrfs_i_size_write(0) calls
2022-05-16 Omar Sandovalbtrfs: get rid of btrfs_add_nondir()
2022-05-16 Omar Sandovalbtrfs: fix anon_dev leak in create_subvol()
2022-05-16 Omar Sandovalbtrfs: reserve correct number of items for rename
2022-05-16 Omar Sandovalbtrfs: reserve correct number of items for unlink and...
2022-05-16 Linus TorvaldsLinux 5.18-rc7
2022-05-15 Linus TorvaldsMerge tag 'driver-core-5.18-rc7' of git://git./linux...
2022-05-15 Linus TorvaldsMerge tag 'char-misc-5.18-rc7' of git://git./linux...
2022-05-15 Linus TorvaldsMerge tag 'tty-5.18-rc7' of git://git./linux/kernel...
2022-05-15 Linus TorvaldsMerge tag 'usb-5.18-rc7' of git://git./linux/kernel...
2022-05-15 Linus TorvaldsMerge tag 'powerpc-5.18-5' of git://git./linux/kernel...
2022-05-15 Linus TorvaldsMerge tag 'x86-urgent-2022-05-15' of git://git./linux...
2022-05-15 Linus TorvaldsMerge tag 'sched-urgent-2022-05-15' of git://git./linux...
2022-05-15 Linus TorvaldsMerge tag 'irq-urgent-2022-05-15' of git://git./linux...
2022-05-14 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v5.18-2022-05-14' of...
2022-05-13 Linus TorvaldsMerge tag 'drm-fixes-2022-05-14' of git://anongit.freed...
2022-05-13 Dave AirlieMerge tag 'drm-misc-fixes-2022-05-13' of git://anongit...
2022-05-13 Dave AirlieMerge tag 'vmwgfx-drm-fixes-5.18-2022-05-13' of https...
2022-05-13 Linus TorvaldsMerge tag 'gfs2-v5.18-rc4-fix3' of git://git./linux...
2022-05-13 Andreas Gruenbachergfs2: Stop using glock holder auto-demotion for now
2022-05-13 Andreas Gruenbachergfs2: buffered write prefaulting
2022-05-13 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2022-05-13 Andreas Gruenbachergfs2: Align read and write chunks to the page cache
2022-05-13 Andreas Gruenbachergfs2: Pull return value test out of should_fault_in_pages
2022-05-13 Andreas Gruenbachergfs2: Clean up use of fault_in_iov_iter_{read,write...
2022-05-13 Andreas Gruenbachergfs2: Variable rename
2022-05-13 Andreas Gruenbachergfs2: Fix filesystem block deallocation for short writes
2022-05-13 Linus TorvaldsMerge tag 'ceph-for-5.18-rc7' of https://github.com...
2022-05-13 Linus TorvaldsMerge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org...
2022-05-13 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2022-05-11' of git:/...
2022-05-13 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2022-05-13 Linus TorvaldsMerge tag 'hwmon-for-v5.18-rc7' of git://git./linux...
2022-05-13 Linus TorvaldsMerge tag 'drm-fixes-2022-05-13' of git://anongit.freed...
2022-05-13 Zack Rusindrm/vmwgfx: Disable command buffers on svga3 without...
2022-05-13 Zack Rusindrm/vmwgfx: Initialize drm_mode_fb_cmd2
2022-05-13 Zack Rusindrm/vmwgfx: Fix fencing on SVGAv3
2022-05-13 Greg Kroah... Merge tag 'icc-5.18-rc6' of git://git./linux/kernel...
next