summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Convert btrfs to read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-261-0/+1
|\
| * btrfs: zoned: use dedicated lock for data relocationNaohiro Aota2022-04-211-0/+1
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+3
|\ \ | |/ |/|
| * btrfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+3
* | btrfs: pass btrfs_fs_info to btrfs_recover_relocationJosef Bacik2022-03-141-1/+1
* | btrfs: add filesystems state details to error messagesSweet Tea Dorminy2022-03-141-0/+2
* | btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval2022-03-141-0/+4
* | btrfs: add BTRFS_IOC_ENCODED_READ ioctlOmar Sandoval2022-03-141-0/+4
* | btrfs: support different disk extent size for delallocOmar Sandoval2022-03-141-1/+2
* | btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Omar Sandoval2022-03-141-1/+1
* | btrfs: replace BUILD_BUG_ON by static_assertDavid Sterba2022-03-141-8/+8
* | btrfs: add support for multiple global rootsJosef Bacik2022-03-141-0/+2
* | btrfs: add code to support the block group rootJosef Bacik2022-03-141-1/+26
* | btrfs: add definition for EXTENT_TREE_V2Josef Bacik2022-03-141-0/+21
* | btrfs: do not start relocation until in progress drops are doneJosef Bacik2022-03-021-0/+10
* | btrfs: reduce extent threshold for autodefragQu Wenruo2022-02-241-1/+1
|/
* btrfs: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana2022-01-311-0/+6
* btrfs: remove reada infrastructureQu Wenruo2022-01-071-25/+0
* btrfs: move btrfs_truncate_inode_items to inode-item.cJosef Bacik2022-01-071-4/+0
* btrfs: add an inode-item.hJosef Bacik2022-01-071-30/+0
* btrfs: introduce exclusive operation BALANCE_PAUSED stateNikolay Borisov2022-01-071-0/+4
* btrfs: make send work with concurrent block group relocationFilipe Manana2022-01-071-8/+6
* btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik2022-01-031-3/+6
* btrfs: stop accessing ->free_space_root directlyJosef Bacik2022-01-031-1/+1
* btrfs: stop accessing ->csum_root directlyJosef Bacik2022-01-031-1/+1
* btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootJosef Bacik2022-01-031-0/+2
* btrfs: stop accessing ->extent_root directlyJosef Bacik2022-01-031-1/+1
* btrfs: rework async transaction committingJosef Bacik2022-01-031-0/+3
* btrfs: remove unused BTRFS_FS_BARRIER flagJosef Bacik2022-01-031-1/+0
* btrfs: get rid of root->orphan_cleanup_stateJosef Bacik2022-01-031-7/+2
* btrfs: rename btrfs_item_end_nr to btrfs_item_data_endJosef Bacik2022-01-031-1/+1
* btrfs: remove the btrfs_item_end() helperJosef Bacik2022-01-031-11/+5
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-60/+33
* btrfs: introduce item_nr token variant helpersJosef Bacik2022-01-031-0/+32
* btrfs: make btrfs_file_extent_inline_item_len take a slotJosef Bacik2022-01-031-2/+2
* btrfs: add btrfs_set_item_*_nr() helpersJosef Bacik2022-01-031-0/+12
* btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana2021-12-151-1/+6
* btrfs: remove root argument from btrfs_unlink_inode()Filipe Manana2021-10-291-1/+0
* btrfs: make btrfs_super_block size match BTRFS_SUPER_INFO_SIZEQu Wenruo2021-10-261-0/+7
* btrfs: add a BTRFS_FS_ERROR helperJosef Bacik2021-10-261-0/+3
* btrfs: remove unused function btrfs_bio_fits_in_stripe()Qu Wenruo2021-10-261-2/+0
* btrfs: unexport setup_items_for_insert()Filipe Manana2021-10-261-19/+5
* btrfs: loop only once over data sizes array when inserting an item batchFilipe Manana2021-10-261-5/+52
* btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo2021-10-261-2/+4
* btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn2021-10-261-0/+7
* btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn2021-10-261-0/+5
* btrfs: zoned: implement active zone trackingNaohiro Aota2021-10-261-0/+3
* btrfs: defrag: pass file_ra_state instead of file to btrfs_defrag_file()Qu Wenruo2021-10-261-2/+2
* btrfs: subpage: introduce btrfs_subpage_bitmap_infoQu Wenruo2021-10-251-0/+1