platform/kernel/linux-rpi.git
2023-02-09 Anand Jainbtrfs: free device in btrfs_close_devices for a single...
2023-02-09 Filipe Mananabtrfs: lock the inode in shared mode before starting...
2023-02-06 Filipe Mananabtrfs: simplify update of last_dir_index_offset when...
2023-01-27 Qu Wenruobtrfs: raid56: make error_bitmap update atomic
2023-01-27 David Sterbabtrfs: send: limit number of clones and allocated memor...
2023-01-25 Alexander Potapenkobtrfs: zlib: zero-initialize zlib workspace
2023-01-25 Josef Bacikbtrfs: limit device extents to the device size
2023-01-25 Tanmay Bhushanbtrfs: raid56: fix stripes if vertical errors are found
2023-01-16 Filipe Mananabtrfs: fix race between quota rescan and disable leadin...
2023-01-16 Filipe Mananabtrfs: fix invalid leaf access due to inline extent...
2023-01-16 Christoph Hellwigbtrfs: stop using write_one_page in btrfs_scratch_super...
2023-01-16 Christoph Hellwigbtrfs: factor out scratching of one regular super block
2023-01-12 Filipe Mananabtrfs: do not abort transaction on failure to update...
2023-01-12 Filipe Mananabtrfs: do not abort transaction on failure to write...
2023-01-12 Filipe Mananabtrfs: add missing setup of log for full commit at...
2023-01-12 Filipe Mananabtrfs: fix directory logging due to race with concurren...
2023-01-12 Filipe Mananabtrfs: fix missing error handling when logging director...
2023-01-11 Naohiro Aotabtrfs: zoned: enable metadata over-commit for non-ZNS...
2023-01-11 Qu Wenruobtrfs: qgroup: do not warn on record without old_roots...
2023-01-11 Qu Wenruobtrfs: add extra error messages to cover non-ENOMEM...
2023-01-03 Qu Wenruobtrfs: fix compat_ro checks against remount
2023-01-03 Qu Wenruobtrfs: always report error in run_one_delayed_ref()
2023-01-03 Qu Wenruobtrfs: handle case when repair happens with dev-replace
2023-01-03 Filipe Mananabtrfs: fix off-by-one in delalloc search during lseek
2023-01-03 Qu Wenruobtrfs: fix false alert on bad tree level check
2023-01-03 Qu Wenruobtrfs: add error message for metadata level mismatch
2023-01-03 Tanmay Bhushanbtrfs: fix ASSERT em->len condition in btrfs_get_extent
2022-12-20 Filipe Mananabtrfs: fix fscrypt name leak after failure to join...
2022-12-20 Josef Bacikbtrfs: scrub: fix uninitialized return value in recover...
2022-12-20 Boris Burkovbtrfs: fix resolving backrefs for inline extent followe...
2022-12-15 Naohiro Aotabtrfs: fix trace event name typo for FLUSH_DELAYED_REFS
2022-12-15 Josef Bacikbtrfs: restore BTRFS_SEQ_LAST when looking up qgroup...
2022-12-15 Filipe Mananabtrfs: fix leak of fs devices after removing btrfs...
2022-12-15 Christophe... btrfs: fix an error handling path in btrfs_defrag_leaves()
2022-12-15 Christophe... btrfs: fix an error handling path in btrfs_rename()
2022-12-05 Filipe Mananabtrfs: print transaction aborted messages with an error...
2022-12-05 Josef Bacikbtrfs: sync some cleanups from progs into uapi/btrfs.h
2022-12-05 Filipe Mananabtrfs: do not BUG_ON() on ENOMEM when dropping extent...
2022-12-05 void0redbtrfs: fix extent map use-after-free when handling...
2022-12-05 Filipe Mananabtrfs: remove outdated logic from overwrite_item()...
2022-12-05 Filipe Mananabtrfs: unify overwrite_item() and do_overwrite_item()
2022-12-05 Artem Chernyshevbtrfs: replace strncpy() with strscpy()
2022-12-05 Josef Bacikbtrfs: fix uninitialized variable in find_first_clear_e...
2022-12-05 Josef Bacikbtrfs: fix uninitialized parent in insert_state
2022-12-05 ChenXiaoSongbtrfs: add might_sleep() annotations
2022-12-05 Josef Bacikbtrfs: add stack helpers for a few btrfs items
2022-12-05 Josef Bacikbtrfs: add nr_global_roots to the super block definition
2022-12-05 Josef Bacikbtrfs: remove BTRFS_LEAF_DATA_OFFSET
2022-12-05 Josef Bacikbtrfs: add helpers for manipulating leaf items and...
2022-12-05 Josef Bacikbtrfs: add eb to btrfs_node_key_ptr_offset
2022-12-05 Josef Bacikbtrfs: pass the extent buffer for the btrfs_item_nr...
2022-12-05 Josef Bacikbtrfs: move the csum helpers into ctree.h
2022-12-05 Josef Bacikbtrfs: move eb offset helpers into extent_io.h
2022-12-05 Josef Bacikbtrfs: move file_extent_item helpers into file-item.h
2022-12-05 Josef Bacikbtrfs: move leaf_data_end into ctree.c
2022-12-05 Josef Bacikbtrfs: move root helpers back into ctree.h
2022-12-05 Christoph Hellwigbtrfs: move repair_io_failure to bio.c
2022-12-05 Christoph Hellwigbtrfs: split the bio submission path into a separate...
2022-12-05 Christoph Hellwigbtrfs: move struct btrfs_tree_parent_check out of disk...
2022-12-05 Qu Wenruobtrfs: raid56: do data csum verification during RMW...
2022-12-05 Qu Wenruobtrfs: raid56: prepare data checksums for later RMW...
2022-12-05 Qu Wenruobtrfs: introduce a bitmap based csum range search function
2022-12-05 Qu Wenruobtrfs: refactor checksum calculations in btrfs_lookup_c...
2022-12-05 Li zemingbtrfs: allocate btrfs_io_context without GFP_NOFAIL
2022-12-05 Qu Wenruobtrfs: use btrfs_dev_name() helper to handle missing...
2022-12-05 Filipe Mananabtrfs: use cached state when looking for delalloc range...
2022-12-05 Filipe Mananabtrfs: use cached state when looking for delalloc range...
2022-12-05 Filipe Mananabtrfs: update stale comment for count_range_bits()
2022-12-05 Filipe Mananabtrfs: allow passing a cached state record to count_ran...
2022-12-05 Filipe Mananabtrfs: remove no longer used btrfs_next_extent_map()
2022-12-05 Filipe Mananabtrfs: search for delalloc more efficiently during...
2022-12-05 Filipe Mananabtrfs: skip unnecessary delalloc searches during lseek...
2022-12-05 Filipe Mananabtrfs: add an early exit when searching for delalloc...
2022-12-05 Filipe Mananabtrfs: remove leftover setting of EXTENT_UPTODATE state...
2022-12-05 Qu Wenruobtrfs: move tree block parentness check into validate_e...
2022-12-05 Qu Wenruobtrfs: concentrate all tree block parentness check...
2022-12-05 Anand Jainbtrfs: move device->name RCU allocation and assign...
2022-12-05 David Sterbabtrfs: constify input buffer parameter in compression...
2022-12-05 Qu Wenruobtrfs: raid56: remove the old error tracking system
2022-12-05 Qu Wenruobtrfs: raid56: migrate recovery and scrub recovery...
2022-12-05 Qu Wenruobtrfs: raid56: introduce btrfs_raid_bio::error_bitmap
2022-12-05 David Sterbabtrfs: pass btrfs_inode to btrfs_add_delayed_iput
2022-12-05 David Sterbabtrfs: use btrfs_inode inside btrfs_verify_data_csum
2022-12-05 David Sterbabtrfs: use btrfs_inode inside compress_file_range
2022-12-05 David Sterbabtrfs: switch async_chunk::inode to btrfs_inode
2022-12-05 David Sterbabtrfs: pass btrfs_inode to btrfs_inherit_iflags
2022-12-05 David Sterbabtrfs: pass btrfs_inode to inode_tree_add
2022-12-05 David Sterbabtrfs: pass btrfs_inode to fixup_tree_root_location
2022-12-05 David Sterbabtrfs: pass btrfs_inode to btrfs_inode_by_name
2022-12-05 David Sterbabtrfs: pass btrfs_inode to btrfs_unlink_subvol
2022-12-05 David Sterbabtrfs: pass btrfs_inode to btrfs_clear_delalloc_extent
2022-12-05 David Sterbabtrfs: pass btrfs_inode to btrfs_split_delalloc_extent
2022-12-05 David Sterbabtrfs: pass btrfs_inode to btrfs_set_delalloc_extent
2022-12-05 David Sterbabtrfs: pass btrfs_inode to btrfs_merge_delalloc_extent
2022-12-05 David Sterbabtrfs: switch extent_io_tree::private_data to btrfs_ino...
2022-12-05 David Sterbabtrfs: drop private_data parameter from extent_io_tree_init
2022-12-05 David Sterbabtrfs: pass btrfs_inode to btrfs_delete_subvolume
2022-12-05 David Sterbabtrfs: pass btrfs_inode to __unlink_start_trans
2022-12-05 David Sterbabtrfs: pass btrfs_inode to btrfs_check_data_csum
2022-12-05 David Sterbabtrfs: switch btrfs_writepage_fixup::inode to btrfs_inode
next