summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+3
2022-03-15btrfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-0/+3
2022-03-14btrfs: pass btrfs_fs_info to btrfs_recover_relocationJosef Bacik1-1/+1
2022-03-14btrfs: add filesystems state details to error messagesSweet Tea Dorminy1-0/+2
2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval1-0/+4
2022-03-14btrfs: add BTRFS_IOC_ENCODED_READ ioctlOmar Sandoval1-0/+4
2022-03-14btrfs: support different disk extent size for delallocOmar Sandoval1-1/+2
2022-03-14btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Omar Sandoval1-1/+1
2022-03-14btrfs: replace BUILD_BUG_ON by static_assertDavid Sterba1-8/+8
2022-03-14btrfs: add support for multiple global rootsJosef Bacik1-0/+2
2022-03-14btrfs: add code to support the block group rootJosef Bacik1-1/+26
2022-03-14btrfs: add definition for EXTENT_TREE_V2Josef Bacik1-0/+21
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik1-0/+10
2022-02-24btrfs: reduce extent threshold for autodefragQu Wenruo1-1/+1
2022-01-31btrfs: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana1-0/+6
2022-01-07btrfs: remove reada infrastructureQu Wenruo1-25/+0
2022-01-07btrfs: move btrfs_truncate_inode_items to inode-item.cJosef Bacik1-4/+0
2022-01-07btrfs: add an inode-item.hJosef Bacik1-30/+0
2022-01-07btrfs: introduce exclusive operation BALANCE_PAUSED stateNikolay Borisov1-0/+4
2022-01-07btrfs: make send work with concurrent block group relocationFilipe Manana1-8/+6
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik1-3/+6
2022-01-03btrfs: stop accessing ->free_space_root directlyJosef Bacik1-1/+1
2022-01-03btrfs: stop accessing ->csum_root directlyJosef Bacik1-1/+1
2022-01-03btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootJosef Bacik1-0/+2
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik1-1/+1
2022-01-03btrfs: rework async transaction committingJosef Bacik1-0/+3
2022-01-03btrfs: remove unused BTRFS_FS_BARRIER flagJosef Bacik1-1/+0
2022-01-03btrfs: get rid of root->orphan_cleanup_stateJosef Bacik1-7/+2
2022-01-03btrfs: rename btrfs_item_end_nr to btrfs_item_data_endJosef Bacik1-1/+1
2022-01-03btrfs: remove the btrfs_item_end() helperJosef Bacik1-11/+5
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik1-60/+33
2022-01-03btrfs: introduce item_nr token variant helpersJosef Bacik1-0/+32
2022-01-03btrfs: make btrfs_file_extent_inline_item_len take a slotJosef Bacik1-2/+2
2022-01-03btrfs: add btrfs_set_item_*_nr() helpersJosef Bacik1-0/+12
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana1-1/+6
2021-10-29btrfs: remove root argument from btrfs_unlink_inode()Filipe Manana1-1/+0
2021-10-26btrfs: make btrfs_super_block size match BTRFS_SUPER_INFO_SIZEQu Wenruo1-0/+7
2021-10-26btrfs: add a BTRFS_FS_ERROR helperJosef Bacik1-0/+3
2021-10-26btrfs: remove unused function btrfs_bio_fits_in_stripe()Qu Wenruo1-2/+0
2021-10-26btrfs: unexport setup_items_for_insert()Filipe Manana1-19/+5
2021-10-26btrfs: loop only once over data sizes array when inserting an item batchFilipe Manana1-5/+52
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo1-2/+4
2021-10-26btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn1-0/+7
2021-10-26btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn1-0/+5
2021-10-26btrfs: zoned: implement active zone trackingNaohiro Aota1-0/+3
2021-10-26btrfs: defrag: pass file_ra_state instead of file to btrfs_defrag_file()Qu Wenruo1-2/+2
2021-10-25btrfs: subpage: introduce btrfs_subpage_bitmap_infoQu Wenruo1-0/+1
2021-10-12Merge tag 'for-5.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2021-10-07btrfs: unify lookup return value when dir entry is missingFilipe Manana1-1/+1
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1