aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11Merge tag 'for-5.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus 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/mszeredi/vfsLinus Torvalds1-1/+1
2021-08-23btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctlsChristian Brauner1-1/+2
2021-08-23btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza1-0/+4
2021-08-23btrfs: initial fsverity supportBoris Burkov1-2/+29
2021-08-23btrfs: add ro compat flags to inodesBoris Burkov1-14/+16
2021-08-23btrfs: use delalloc_bytes to determine flush amount for shrink_delallocJosef Bacik1-4/+5
2021-08-23btrfs: make btrfs_next_leaf static inlineDavid Sterba1-1/+12
2021-08-23btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_orderedDavid Sterba1-1/+1
2021-08-23btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()Qu Wenruo1-1/+1
2021-08-23btrfs: zoned: remove max_zone_append_size logicJohannes Thumshirn1-2/+0
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi1-1/+1
2021-06-22btrfs: remove unused btrfs_fs_info::total_pinnedNikolay Borisov1-2/+0
2021-06-22btrfs: rip out may_commit_transactionJosef Bacik1-1/+0
2021-06-22btrfs: ensure relocation never runs while we have send operations runningFilipe Manana1-2/+3
2021-06-22btrfs: shorten integrity checker extent data mount optionDavid Sterba1-1/+1
2021-06-22btrfs: switch mount option bits to enums and use wider typeDavid Sterba1-32/+33
2021-06-22btrfs: fix typos in commentsDavid Sterba1-3/+3
2021-06-21btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo1-1/+1
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo1-0/+10