linux-2.6-microblaze.git
2024-05-07 Josef Bacikbtrfs: handle errors in btrfs_reloc_clone_csums properly
2024-05-07 Qu Wenruobtrfs: add extra sanity checks for create_io_em()
2024-05-07 Qu Wenruobtrfs: simplify the inline extent map creation
2024-05-07 Qu Wenruobtrfs: add extra comments on extent_map members
2024-05-07 Naohiro Aotabtrfs: drop unused argument of calcu_metadata_size()
2024-05-07 Anand Jainbtrfs: simplify return variables in btrfs_drop_subtree()
2024-05-07 Anand Jainbtrfs: simplify return variables in lookup_extent_data_...
2024-05-07 Anand Jainbtrfs: rename return variables in btrfs_qgroup_rescan_w...
2024-05-07 Anand Jainbtrfs: drop variable err in quick_update_accounting()
2024-05-07 Anand Jainbtrfs: reuse ret instead of err in relocate_tree_blocks()
2024-05-07 Anand Jainbtrfs: rename err and ret to ret in build_backref_tree()
2024-05-07 Anand Jainbtrfs: rename werr and err to ret in __btrfs_wait_marke...
2024-05-07 Anand Jainbtrfs: rename werr and err to ret in btrfs_write_marked...
2024-05-07 Anand Jainbtrfs: report filemap_fdata<write|wait>_range() error
2024-05-07 David Sterbabtrfs: use btrfs_is_testing() everywhere
2024-05-07 Filipe Mananabtrfs: initialize delayed inodes xarray without GFP_ATOMIC
2024-05-07 Filipe Mananabtrfs: make try_release_extent_mapping() return a bool
2024-05-07 Filipe Mananabtrfs: be better releasing extent maps at try_release_e...
2024-05-07 Filipe Mananabtrfs: remove i_size restriction at try_release_extent_...
2024-05-07 Filipe Mananabtrfs: use btrfs_get_fs_generation() at try_release_ext...
2024-05-07 Filipe Mananabtrfs: rename some variables at try_release_extent_mapp...
2024-05-07 Filipe Mananabtrfs: add tracepoints for extent map shrinker events
2024-05-07 Filipe Mananabtrfs: update comment for btrfs_set_inode_full_sync...
2024-05-07 Filipe Mananabtrfs: add a shrinker for extent maps
2024-05-07 Filipe Mananabtrfs: add a global per cpu counter to track number...
2024-05-07 Filipe Mananabtrfs: pass the extent map tree's inode to try_merge_map()
2024-05-07 Filipe Mananabtrfs: pass the extent map tree's inode to setup_extent...
2024-05-07 Filipe Mananabtrfs: pass the extent map tree's inode to replace_exte...
2024-05-07 Filipe Mananabtrfs: pass the extent map tree's inode to remove_exten...
2024-05-07 Filipe Mananabtrfs: pass the extent map tree's inode to clear_em_log...
2024-05-07 Filipe Mananabtrfs: pass the extent map tree's inode to add_extent_m...
2024-05-07 Josef Bacikbtrfs: change root->root_key.objectid to btrfs_root_id()
2024-05-07 Josef Bacikbtrfs: set start on clone before calling copy_extent_bu...
2024-05-07 Josef Bacikbtrfs: replace btrfs_delayed_*_ref with btrfs_*_ref
2024-05-07 Josef Bacikbtrfs: remove the btrfs_delayed_ref_node container...
2024-05-07 Josef Bacikbtrfs: stop referencing btrfs_delayed_tree_ref directly
2024-05-07 Josef Bacikbtrfs: stop referencing btrfs_delayed_data_ref directly
2024-05-07 Josef Bacikbtrfs: make the insert backref helpers take a btrfs_del...
2024-05-07 Josef Bacikbtrfs: drop unnecessary arguments from __btrfs_free_extent
2024-05-07 Josef Bacikbtrfs: make __btrfs_inc_extent_ref take a btrfs_delayed...
2024-05-07 Josef Bacikbtrfs: rename btrfs_data_ref->ino to ->objectid
2024-05-07 Josef Bacikbtrfs: move ->parent and ->ref_root into btrfs_delayed_...
2024-05-07 Josef Bacikbtrfs: rename ->len to ->num_bytes in btrfs_ref
2024-05-07 Josef Bacikbtrfs: unify the btrfs_add_delayed_*_ref helpers into...
2024-05-07 Josef Bacikbtrfs: simplify delayed ref tracepoints
2024-05-07 Josef Bacikbtrfs: move ref specific initialization into init_delay...
2024-05-07 Josef Bacikbtrfs: initialize btrfs_delayed_ref_head with btrfs_ref
2024-05-07 Josef Bacikbtrfs: pass btrfs_ref to init_delayed_ref_common
2024-05-07 Josef Bacikbtrfs: move ref_root into btrfs_ref
2024-05-07 Josef Bacikbtrfs: do not use a function to initialize btrfs_ref
2024-05-07 Josef Bacikbtrfs: embed data_ref and tree_ref in btrfs_delayed_ref...
2024-05-07 Josef Bacikbtrfs: add a helper to get the delayed ref node from...
2024-05-07 Filipe Mananabtrfs: use btrfs_find_first_inode() at btrfs_prune_dent...
2024-05-07 Filipe Mananabtrfs: export find_next_inode() as btrfs_find_first_inode()
2024-05-07 Filipe Mananabtrfs: simplify add_extent_mapping() by removing pointl...
2024-05-07 Filipe Mananabtrfs: tests: error out on unexpected extent map refere...
2024-05-07 Filipe Mananabtrfs: pass an inode to btrfs_add_extent_mapping()
2024-05-07 Filipe Mananabtrfs: open code csum_exist_in_range()
2024-05-07 Filipe Mananabtrfs: make NOCOW checks for existence of checksums...
2024-05-07 Filipe Mananabtrfs: simplify error path for btrfs_lookup_csums_list()
2024-05-07 Filipe Mananabtrfs: remove use of a temporary list at btrfs_lookup_c...
2024-05-07 Filipe Mananabtrfs: remove search_commit parameter from btrfs_lookup...
2024-05-07 Filipe Mananabtrfs: add function comment to btrfs_lookup_csums_list()
2024-05-07 Filipe Mananabtrfs: move btrfs_page_mkwrite() from inode.c into...
2024-05-07 Filipe Mananabtrfs: remove no longer used btrfs_clone_chunk_map()
2024-05-07 Filipe Mananabtrfs: remove list_empty() check at warn_about_uncommit...
2024-05-07 Filipe Mananabtrfs: remove pointless return value assignment at...
2024-05-07 Filipe Mananabtrfs: remove not needed mod_start and mod_len from...
2024-05-07 Boris Burkovbtrfs: free PERTRANS at the end of cleanup_transaction()
2024-05-07 Qu Wenruobtrfs: compression: migrate compression/decompression...
2024-05-07 Qu Wenruobtrfs: introduce btrfs_alloc_folio_array()
2024-05-07 Qu Wenruobtrfs: migrate insert_inline_extent() to folio interfaces
2024-05-07 Qu Wenruobtrfs: make insert_inline_extent() accept one page...
2024-05-07 Qu Wenruobtrfs: compression: convert page allocation to folio...
2024-05-07 Qu Wenruobtrfs: compression: add error handling for missed page...
2024-05-07 Filipe Mananabtrfs: stop locking the source extent range during...
2024-05-07 Dan Carpenterbtrfs: qgroup: delete unnecessary check in btrfs_qgroup...
2024-05-07 Goldwyn Rodriguesbtrfs: convert put_file_data() to folios
2024-05-07 Goldwyn Rodriguesbtrfs: convert relocate_one_page() to folios and rename
2024-05-07 Goldwyn Rodriguesbtrfs: page to folio conversion: prealloc_file_extent_c...
2024-05-07 Anand Jainbtrfs: rename err to ret in btrfs_direct_write()
2024-05-07 Anand Jainbtrfs: rename err to ret in prepare_pages()
2024-05-07 Anand Jainbtrfs: rename err to ret in btrfs_dirty_pages()
2024-05-07 Anand Jainbtrfs: rename err to ret in create_reloc_inode()
2024-05-07 Anand Jainbtrfs: rename err to ret in __btrfs_end_transaction()
2024-05-07 Anand Jainbtrfs: rename err to ret in convert_extent_bit()
2024-05-07 Anand Jainbtrfs: rename err to ret in __set_extent_bit()
2024-05-07 Anand Jainbtrfs: rename err to ret in btrfs_ioctl_snap_destroy()
2024-05-07 Anand Jainbtrfs: rename err to ret in btrfs_cont_expand()
2024-05-07 Anand Jainbtrfs: rename err to ret in btrfs_rmdir()
2024-05-07 Anand Jainbtrfs: rename err to ret in btrfs_initxattrs()
2024-05-07 Tavian Barnesbtrfs: warn if EXTENT_BUFFER_UPTODATE is set while...
2024-05-07 Tavian Barnesbtrfs: add helper to clear EXTENT_BUFFER_READING
2024-05-07 Filipe Mananabtrfs: avoid pointless wake ups of drew lock readers
2024-05-07 Filipe Mananabtrfs: remove pointless writepages callback wrapper
2024-05-07 Filipe Mananabtrfs: remove pointless readahead callback wrapper
2024-05-07 Filipe Mananabtrfs: locking: rename __btrfs_tree_lock() and __btrfs_...
2024-05-07 Filipe Mananabtrfs: locking: inline btrfs_tree_lock() and btrfs_tree...
2024-05-07 Filipe Mananabtrfs: remove pointless BUG_ON() when creating snapshot
2024-05-06 Linus TorvaldsMerge tag 'for-6.9-rc7-tag' of git://git./linux/kernel...
next