summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: add helper to get fs_info from struct inode pointerDavid Sterba2024-03-0414-68/+72
* btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba2024-03-046-12/+15
* btrfs: add helpers to get inode from page/folio pointersDavid Sterba2024-03-044-6/+12
* btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()David Sterba2024-03-041-4/+24
* btrfs: mark __btrfs_add_free_space staticLijuan Li2024-03-042-3/+1
* btrfs: move transaction abort to the error site btrfs_rebuild_free_space_tree()David Sterba2024-03-041-8/+10
* btrfs: move transaction abort to the error site in btrfs_create_free_space_tr...David Sterba2024-03-041-7/+12
* btrfs: move transaction abort to the error site in btrfs_delete_free_space_tr...David Sterba2024-03-041-9/+10
* btrfs: unify handling of return values of btrfs_insert_empty_items()David Sterba2024-03-043-4/+5
* btrfs: change BUG_ON to assertion in reset_balance_state()David Sterba2024-03-041-1/+1
* btrfs: change BUG_ON to assertion when verifying root in btrfs_alloc_reserved...David Sterba2024-03-041-1/+1
* btrfs: change BUG_ON to assertion when verifying lockdep class setupDavid Sterba2024-03-041-1/+1
* btrfs: change BUG_ON to assertion in btrfs_read_roots()David Sterba2024-03-041-1/+1
* btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()David Sterba2024-03-041-1/+1
* btrfs: change BUG_ON to assertion when checking for delayed_node rootDavid Sterba2024-03-041-1/+1
* btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()David Sterba2024-03-041-2/+0
* btrfs: export: handle invalid inode or root reference in btrfs_get_parent()David Sterba2024-03-041-1/+8
* btrfs: handle invalid extent item reference found in check_committed_ref()David Sterba2024-03-041-1/+8
* btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba2024-03-041-1/+11
* btrfs: handle invalid root reference found in btrfs_init_root_free_objectid()David Sterba2024-03-041-1/+8
* btrfs: handle invalid root reference found in btrfs_find_root()David Sterba2024-03-041-1/+8
* btrfs: handle root deletion lookup error in btrfs_del_root()David Sterba2024-03-041-2/+5
* btrfs: handle block group lookup error when it's being removedDavid Sterba2024-03-041-1/+3
* btrfs: handle invalid range and start in merge_extent_mapping()David Sterba2024-03-041-4/+5
* btrfs: handle directory and dentry mismatch in btrfs_may_delete()David Sterba2024-03-041-1/+3
* btrfs: use READ/WRITE_ONCE for fs_devices->read_policyNaohiro Aota2024-03-042-8/+9
* btrfs: preallocate temporary extent buffer for inode logging when neededFilipe Manana2024-03-043-36/+94
* btrfs: add comment about list_is_singular() use at btrfs_delete_unused_bgs()Filipe Manana2024-03-041-0/+7
* btrfs: document what the spinlock unused_bgs_lock protectsFilipe Manana2024-03-041-0/+3
* btrfs: make btrfs_error_unpin_extent_range() return voidDavid Sterba2024-03-042-9/+7
* btrfs: return errors from unpin_extent_range()David Sterba2024-03-042-5/+16
* btrfs: handle errors returned from unpin_extent_cache()David Sterba2024-03-042-3/+16
* btrfs: zlib: Fix spelling mistake "infalte" -> "inflate"Colin Ian King2024-03-041-1/+1
* btrfs: zstd: fix and simplify the inline extent decompression (v2)Qu Wenruo2024-03-042-54/+24
* btrfs: remove unused included headersDavid Sterba2024-03-0442-65/+6
* btrfs: replace i_blocksize by fs_info::sectorsizeDavid Sterba2024-03-041-2/+2
* btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba2024-03-047-9/+11
* btrfs: remove duplicate recording of physical addressJohannes Thumshirn2024-03-041-2/+0
* btrfs: page to folio conversion in btrfs_truncate_block()Goldwyn Rodrigues2024-03-041-22/+24
* btrfs: use a folio array throughout the defrag processMatthew Wilcox (Oracle)2024-03-041-23/+21
* btrfs: convert defrag_prepare_one_page() to use a folioMatthew Wilcox (Oracle)2024-03-041-26/+27
* btrfs: add set_folio_extent_mapped() helperMatthew Wilcox (Oracle)2024-03-042-4/+9
* btrfs: WARN_ON_ONCE() in our leak detection codeJosef Bacik2024-03-043-0/+3
* btrfs: remove extent_map_tree forward declaration at extent_io.hFilipe Manana2024-03-041-2/+0
* btrfs: cache folio size and shift in extent_bufferQu Wenruo2024-03-045-28/+42
* btrfs: remove unused variable bio_offset from end_bbio_data_read()Qu Wenruo2024-03-041-9/+0
* btrfs: remove the pg_offset parameter from btrfs_get_extent()Qu Wenruo2024-03-045-44/+36
* Linux 6.8-rc7v6.8-rc7Linus Torvalds2024-03-031-1/+1
* Merge tag 'phy-fixes2-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-03-034-111/+69
|\
| * phy: qcom-qmp-usb: fix v3 offsets dataDmitry Baryshkov2024-02-161-5/+5