aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: add helpers to get fs_info from page/folio pointersGravatar David Sterba 6-12/+15
2024-03-04btrfs: add helpers to get inode from page/folio pointersGravatar David Sterba 4-6/+12
2024-03-04btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()Gravatar David Sterba 1-4/+24
2024-03-04btrfs: mark __btrfs_add_free_space staticGravatar Lijuan Li 2-3/+1
2024-03-04btrfs: move transaction abort to the error site btrfs_rebuild_free_space_tree()Gravatar David Sterba 1-8/+10
2024-03-04btrfs: move transaction abort to the error site in btrfs_create_free_space_tr...Gravatar David Sterba 1-7/+12
2024-03-04btrfs: move transaction abort to the error site in btrfs_delete_free_space_tr...Gravatar David Sterba 1-9/+10
2024-03-04btrfs: unify handling of return values of btrfs_insert_empty_items()Gravatar David Sterba 3-4/+5
2024-03-04btrfs: change BUG_ON to assertion in reset_balance_state()Gravatar David Sterba 1-1/+1
2024-03-04btrfs: change BUG_ON to assertion when verifying root in btrfs_alloc_reserved...Gravatar David Sterba 1-1/+1
2024-03-04btrfs: change BUG_ON to assertion when verifying lockdep class setupGravatar David Sterba 1-1/+1
2024-03-04btrfs: change BUG_ON to assertion in btrfs_read_roots()Gravatar David Sterba 1-1/+1
2024-03-04btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()Gravatar David Sterba 1-1/+1
2024-03-04btrfs: change BUG_ON to assertion when checking for delayed_node rootGravatar David Sterba 1-1/+1
2024-03-04btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()Gravatar David Sterba 1-2/+0
2024-03-04btrfs: export: handle invalid inode or root reference in btrfs_get_parent()Gravatar David Sterba 1-1/+8
2024-03-04btrfs: handle invalid extent item reference found in check_committed_ref()Gravatar David Sterba 1-1/+8
2024-03-04btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()Gravatar David Sterba 1-1/+11
2024-03-04btrfs: handle invalid root reference found in btrfs_init_root_free_objectid()Gravatar David Sterba 1-1/+8
2024-03-04btrfs: handle invalid root reference found in btrfs_find_root()Gravatar David Sterba 1-1/+8
2024-03-04btrfs: handle root deletion lookup error in btrfs_del_root()Gravatar David Sterba 1-2/+5
2024-03-04btrfs: handle block group lookup error when it's being removedGravatar David Sterba 1-1/+3
2024-03-04btrfs: handle invalid range and start in merge_extent_mapping()Gravatar David Sterba 1-4/+5
2024-03-04btrfs: handle directory and dentry mismatch in btrfs_may_delete()Gravatar David Sterba 1-1/+3
2024-03-04btrfs: use READ/WRITE_ONCE for fs_devices->read_policyGravatar Naohiro Aota 2-8/+9
2024-03-04btrfs: preallocate temporary extent buffer for inode logging when neededGravatar Filipe Manana 3-36/+94
2024-03-04btrfs: add comment about list_is_singular() use at btrfs_delete_unused_bgs()Gravatar Filipe Manana 1-0/+7
2024-03-04btrfs: document what the spinlock unused_bgs_lock protectsGravatar Filipe Manana 1-0/+3
2024-03-04btrfs: make btrfs_error_unpin_extent_range() return voidGravatar David Sterba 2-9/+7
2024-03-04btrfs: return errors from unpin_extent_range()Gravatar David Sterba 2-5/+16
2024-03-04btrfs: handle errors returned from unpin_extent_cache()Gravatar David Sterba 2-3/+16
2024-03-04btrfs: zlib: Fix spelling mistake "infalte" -> "inflate"Gravatar Colin Ian King 1-1/+1
2024-03-04btrfs: zstd: fix and simplify the inline extent decompression (v2)Gravatar Qu Wenruo 2-54/+24
2024-03-04btrfs: remove unused included headersGravatar David Sterba 42-65/+6
2024-03-04btrfs: replace i_blocksize by fs_info::sectorsizeGravatar David Sterba 1-2/+2
2024-03-04btrfs: replace sb::s_blocksize by fs_info::sectorsizeGravatar David Sterba 7-9/+11
2024-03-04btrfs: remove duplicate recording of physical addressGravatar Johannes Thumshirn 1-2/+0
2024-03-04btrfs: page to folio conversion in btrfs_truncate_block()Gravatar Goldwyn Rodrigues 1-22/+24
2024-03-04btrfs: use a folio array throughout the defrag processGravatar Matthew Wilcox (Oracle) 1-23/+21
2024-03-04btrfs: convert defrag_prepare_one_page() to use a folioGravatar Matthew Wilcox (Oracle) 1-26/+27
2024-03-04btrfs: add set_folio_extent_mapped() helperGravatar Matthew Wilcox (Oracle) 2-4/+9
2024-03-04btrfs: WARN_ON_ONCE() in our leak detection codeGravatar Josef Bacik 3-0/+3
2024-03-04btrfs: remove extent_map_tree forward declaration at extent_io.hGravatar Filipe Manana 1-2/+0
2024-03-04btrfs: cache folio size and shift in extent_bufferGravatar Qu Wenruo 5-28/+42
2024-03-04btrfs: remove unused variable bio_offset from end_bbio_data_read()Gravatar Qu Wenruo 1-9/+0
2024-03-04btrfs: remove the pg_offset parameter from btrfs_get_extent()Gravatar Qu Wenruo 5-44/+36
2024-03-02Merge tag 'xfs-6.8-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-1/+0
2024-03-01Merge tag 'ceph-for-6.8-rc7' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-4/+9
2024-03-01Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-35/+139
2024-03-01Merge tag 'exfat-for-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-15/+22