aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-26Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2022-04-21btrfs: zoned: use dedicated lock for data relocationGravatar Naohiro Aota 1-0/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-0/+3
2022-03-15btrfs: Convert from invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-0/+3
2022-03-14btrfs: pass btrfs_fs_info to btrfs_recover_relocationGravatar Josef Bacik 1-1/+1
2022-03-14btrfs: add filesystems state details to error messagesGravatar Sweet Tea Dorminy 1-0/+2
2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEGravatar Omar Sandoval 1-0/+4
2022-03-14btrfs: add BTRFS_IOC_ENCODED_READ ioctlGravatar Omar Sandoval 1-0/+4
2022-03-14btrfs: support different disk extent size for delallocGravatar Omar Sandoval 1-1/+2
2022-03-14btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Gravatar Omar Sandoval 1-1/+1
2022-03-14btrfs: replace BUILD_BUG_ON by static_assertGravatar David Sterba 1-8/+8
2022-03-14btrfs: add support for multiple global rootsGravatar Josef Bacik 1-0/+2
2022-03-14btrfs: add code to support the block group rootGravatar Josef Bacik 1-1/+26
2022-03-14btrfs: add definition for EXTENT_TREE_V2Gravatar Josef Bacik 1-0/+21
2022-03-02btrfs: do not start relocation until in progress drops are doneGravatar Josef Bacik 1-0/+10
2022-02-24btrfs: reduce extent threshold for autodefragGravatar Qu Wenruo 1-1/+1
2022-01-31btrfs: skip reserved bytes warning on unmount after log cleanup failureGravatar Filipe Manana 1-0/+6
2022-01-07btrfs: remove reada infrastructureGravatar Qu Wenruo 1-25/+0
2022-01-07btrfs: move btrfs_truncate_inode_items to inode-item.cGravatar Josef Bacik 1-4/+0
2022-01-07btrfs: add an inode-item.hGravatar Josef Bacik 1-30/+0
2022-01-07btrfs: introduce exclusive operation BALANCE_PAUSED stateGravatar Nikolay Borisov 1-0/+4
2022-01-07btrfs: make send work with concurrent block group relocationGravatar Filipe Manana 1-8/+6
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeGravatar Josef Bacik 1-3/+6
2022-01-03btrfs: stop accessing ->free_space_root directlyGravatar Josef Bacik 1-1/+1
2022-01-03btrfs: stop accessing ->csum_root directlyGravatar Josef Bacik 1-1/+1
2022-01-03btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootGravatar Josef Bacik 1-0/+2
2022-01-03btrfs: stop accessing ->extent_root directlyGravatar Josef Bacik 1-1/+1
2022-01-03btrfs: rework async transaction committingGravatar Josef Bacik 1-0/+3
2022-01-03btrfs: remove unused BTRFS_FS_BARRIER flagGravatar Josef Bacik 1-1/+0
2022-01-03btrfs: get rid of root->orphan_cleanup_stateGravatar Josef Bacik 1-7/+2
2022-01-03btrfs: rename btrfs_item_end_nr to btrfs_item_data_endGravatar Josef Bacik 1-1/+1
2022-01-03btrfs: remove the btrfs_item_end() helperGravatar Josef Bacik 1-11/+5
2022-01-03btrfs: drop the _nr from the item helpersGravatar Josef Bacik 1-60/+33
2022-01-03btrfs: introduce item_nr token variant helpersGravatar Josef Bacik 1-0/+32
2022-01-03btrfs: make btrfs_file_extent_inline_item_len take a slotGravatar Josef Bacik 1-2/+2
2022-01-03btrfs: add btrfs_set_item_*_nr() helpersGravatar Josef Bacik 1-0/+12
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureGravatar Filipe Manana 1-1/+6
2021-10-29btrfs: remove root argument from btrfs_unlink_inode()Gravatar Filipe Manana 1-1/+0
2021-10-26btrfs: make btrfs_super_block size match BTRFS_SUPER_INFO_SIZEGravatar Qu Wenruo 1-0/+7
2021-10-26btrfs: add a BTRFS_FS_ERROR helperGravatar Josef Bacik 1-0/+3
2021-10-26btrfs: remove unused function btrfs_bio_fits_in_stripe()Gravatar Qu Wenruo 1-2/+0
2021-10-26btrfs: unexport setup_items_for_insert()Gravatar Filipe Manana 1-19/+5
2021-10-26btrfs: loop only once over data sizes array when inserting an item batchGravatar Filipe Manana 1-5/+52
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioGravatar Qu Wenruo 1-2/+4
2021-10-26btrfs: zoned: add a dedicated data relocation block groupGravatar Johannes Thumshirn 1-0/+7
2021-10-26btrfs: introduce btrfs_is_data_reloc_rootGravatar Johannes Thumshirn 1-0/+5
2021-10-26btrfs: zoned: implement active zone trackingGravatar Naohiro Aota 1-0/+3
2021-10-26btrfs: defrag: pass file_ra_state instead of file to btrfs_defrag_file()Gravatar Qu Wenruo 1-2/+2
2021-10-25btrfs: subpage: introduce btrfs_subpage_bitmap_infoGravatar Qu Wenruo 1-0/+1
2021-10-11Merge tag 'for-5.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1