btrfs: avoid unnecessary ref initialization when freeing log tree block
[linux-2.6-microblaze.git] / fs /
2024-03-04 Filipe Mananabtrfs: avoid unnecessary ref initialization when freein...
2024-03-04 Filipe Mananabtrfs: send: avoid duplicated search for last extent...
2024-03-04 David Sterbabtrfs: factor out validation of btrfs_ioctl_vol_args_v2...
2024-03-04 David Sterbabtrfs: factor out validation of btrfs_ioctl_vol_args...
2024-03-04 Filipe Mananabtrfs: remove no longer used btrfs_transaction_in_commit()
2024-03-04 Neal Gompabtrfs: sysfs: drop unnecessary double logical negation...
2024-03-04 David Sterbabtrfs: delete BUG_ON in btrfs_init_locked_inode()
2024-03-04 David Sterbabtrfs: delete pointless BUG_ONs on extent item size
2024-03-04 David Sterbabtrfs: delete pointless BUG_ON check on quota root...
2024-03-04 David Sterbabtrfs: change BUG_ONs to assertions in btrfs_qgroup_tra...
2024-03-04 David Sterbabtrfs: change BUG_ON to assertion in tree_move_down()
2024-03-04 David Sterbabtrfs: send: handle path ref underflow in header iterat...
2024-03-04 David Sterbabtrfs: send: handle unexpected inode in header process_...
2024-03-04 David Sterbabtrfs: send: handle unexpected data in header buffer...
2024-03-04 David Sterbabtrfs: handle invalid root reference found in may_destr...
2024-03-04 David Sterbabtrfs: handle invalid extent item reference found in...
2024-03-04 David Sterbabtrfs: handle invalid extent item reference found in...
2024-03-04 David Sterbabtrfs: update comment and drop assertion in extent...
2024-03-04 David Sterbabtrfs: push errors up from add_async_extent()
2024-03-04 Filipe Mananabtrfs: remove do_list variable at btrfs_clear_delalloc_...
2024-03-04 Filipe Mananabtrfs: remove do_list variable at btrfs_set_delalloc_ex...
2024-03-04 Filipe Mananabtrfs: use assertion instead of BUG_ON when adding...
2024-03-04 Filipe Mananabtrfs: add lockdep assertion to remaining delalloc...
2024-03-04 Filipe Mananabtrfs: reduce inode lock critical section when setting...
2024-03-04 Filipe Mananabtrfs: rename btrfs_add_delalloc_inodes() to singular...
2024-03-04 Filipe Mananabtrfs: assert root delalloc lock is held at __btrfs_del...
2024-03-04 Filipe Mananabtrfs: stop passing root argument to __btrfs_del_delall...
2024-03-04 Filipe Mananabtrfs: stop passing root argument to btrfs_add_delalloc...
2024-03-04 David Sterbabtrfs: add forward declarations and headers, part 3
2024-03-04 David Sterbabtrfs: add forward declarations and headers, part 2
2024-03-04 David Sterbabtrfs: add forward declarations and headers, part 1
2024-03-04 David Sterbabtrfs: hoist fs_info out of loops in end_bbio_data_writ...
2024-03-04 David Sterbabtrfs: add helper to get fs_info from struct inode...
2024-03-04 David Sterbabtrfs: add helpers to get fs_info from page/folio pointers
2024-03-04 David Sterbabtrfs: add helpers to get inode from page/folio pointers
2024-03-04 David Sterbabtrfs: tests: allocate dummy fs_info and root in test_f...
2024-03-04 Lijuan Libtrfs: mark __btrfs_add_free_space static
2024-03-04 David Sterbabtrfs: move transaction abort to the error site btrfs_r...
2024-03-04 David Sterbabtrfs: move transaction abort to the error site in...
2024-03-04 David Sterbabtrfs: move transaction abort to the error site in...
2024-03-04 David Sterbabtrfs: unify handling of return values of btrfs_insert_...
2024-03-04 David Sterbabtrfs: change BUG_ON to assertion in reset_balance_state()
2024-03-04 David Sterbabtrfs: change BUG_ON to assertion when verifying root...
2024-03-04 David Sterbabtrfs: change BUG_ON to assertion when verifying lockde...
2024-03-04 David Sterbabtrfs: change BUG_ON to assertion in btrfs_read_roots()
2024-03-04 David Sterbabtrfs: defrag: change BUG_ON to assertion in btrfs_defr...
2024-03-04 David Sterbabtrfs: change BUG_ON to assertion when checking for...
2024-03-04 David Sterbabtrfs: delayed-inode: drop pointless BUG_ON in __btrfs_...
2024-03-04 David Sterbabtrfs: export: handle invalid inode or root reference...
2024-03-04 David Sterbabtrfs: handle invalid extent item reference found in...
2024-03-04 David Sterbabtrfs: handle chunk tree lookup error in btrfs_relocate...
2024-03-04 David Sterbabtrfs: handle invalid root reference found in btrfs_ini...
2024-03-04 David Sterbabtrfs: handle invalid root reference found in btrfs_fin...
2024-03-04 David Sterbabtrfs: handle root deletion lookup error in btrfs_del_r...
2024-03-04 David Sterbabtrfs: handle block group lookup error when it's being...
2024-03-04 David Sterbabtrfs: handle invalid range and start in merge_extent_m...
2024-03-04 David Sterbabtrfs: handle directory and dentry mismatch in btrfs_ma...
2024-03-04 Naohiro Aotabtrfs: use READ/WRITE_ONCE for fs_devices->read_policy
2024-03-04 Filipe Mananabtrfs: preallocate temporary extent buffer for inode...
2024-03-04 Filipe Mananabtrfs: add comment about list_is_singular() use at...
2024-03-04 Filipe Mananabtrfs: document what the spinlock unused_bgs_lock protects
2024-03-04 David Sterbabtrfs: make btrfs_error_unpin_extent_range() return...
2024-03-04 David Sterbabtrfs: return errors from unpin_extent_range()
2024-03-04 David Sterbabtrfs: handle errors returned from unpin_extent_cache()
2024-03-04 Colin Ian Kingbtrfs: zlib: Fix spelling mistake "infalte" -> "inflate"
2024-03-04 Qu Wenruobtrfs: zstd: fix and simplify the inline extent decompr...
2024-03-04 David Sterbabtrfs: remove unused included headers
2024-03-04 David Sterbabtrfs: replace i_blocksize by fs_info::sectorsize
2024-03-04 David Sterbabtrfs: replace sb::s_blocksize by fs_info::sectorsize
2024-03-04 Johannes Thumshirnbtrfs: remove duplicate recording of physical address
2024-03-04 Goldwyn Rodriguesbtrfs: page to folio conversion in btrfs_truncate_block()
2024-03-04 Matthew Wilcox ... btrfs: use a folio array throughout the defrag process
2024-03-04 Matthew Wilcox ... btrfs: convert defrag_prepare_one_page() to use a folio
2024-03-04 Matthew Wilcox ... btrfs: add set_folio_extent_mapped() helper
2024-03-04 Josef Bacikbtrfs: WARN_ON_ONCE() in our leak detection code
2024-03-04 Filipe Mananabtrfs: remove extent_map_tree forward declaration at...
2024-03-04 Qu Wenruobtrfs: cache folio size and shift in extent_buffer
2024-03-04 Qu Wenruobtrfs: remove unused variable bio_offset from end_bbio_...
2024-03-04 Qu Wenruobtrfs: remove the pg_offset parameter from btrfs_get_ex...
2024-03-03 Linus TorvaldsMerge tag 'phy-fixes2-6.8' of git://git./linux/kernel...
2024-03-03 Linus TorvaldsMerge tag 'dmaengine-fix2-6.8' of git://git./linux...
2024-03-03 Linus TorvaldsMerge tag 'powerpc-6.8-5' of git://git./linux/kernel...
2024-03-03 Linus TorvaldsMerge tag 'x86_urgent_for_v6.8_rc7' of git://git./linux...
2024-03-02 Linus TorvaldsMerge tag 'firewire-fixes-6.8-rc7' of git://git./linux...
2024-03-02 Linus TorvaldsMerge tag 'xfs-6.8-fixes-4' of git://git./fs/xfs/xfs...
2024-03-02 Linus TorvaldsMerge tag 'gpio-fixes-for-v6.8-rc7' of git://git./linux...
2024-03-02 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2024-03-02 Linus TorvaldsMerge tag 'for-v6.8-rc2' of git://git./linux/kernel...
2024-03-02 Linus TorvaldsMerge tag 'for-linus-iommufd' of git://git./linux/kerne...
2024-03-02 Linus TorvaldsMerge tag 'devicetree-fixes-for-6.8-2' of git://git...
2024-03-01 Linus TorvaldsMerge tag 'riscv-for-linus-6.8-rc7' of git://git./linux...
2024-03-01 Linus TorvaldsMerge tag 'ceph-for-6.8-rc7' of https://github.com...
2024-03-01 Linus TorvaldsMerge tag 'for-6.8-rc6-tag' of git://git./linux/kernel...
2024-03-01 Linus TorvaldsMerge tag 'exfat-for-6.8-rc7' of git://git./linux/kerne...
2024-03-01 Linus TorvaldsMerge tag 'vfs-6.8-rc7.fixes' of git://git./linux/kerne...
2024-03-01 Linus TorvaldsMerge tag 'iommu-fix-v6.8-rc6' of git://git./linux...
2024-03-01 Linus TorvaldsMerge tag 'mmc-v6.8-rc4' of git://git./linux/kernel...
2024-03-01 Linus TorvaldsMerge tag 'pmdomain-v6.8-rc4' of git://git./linux/kerne...
2024-03-01 Linus TorvaldsMerge tag 'efi-fixes-for-v6.8-2' of git://git./linux...
2024-03-01 Linus TorvaldsMerge tag 'sound-6.8-rc7' of git://git./linux/kernel...
next