aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-07btrfs: unify lookup return value when dir entry is missingGravatar Filipe Manana 1-1/+1
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2021-08-23btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctlsGravatar Christian Brauner 1-1/+2
2021-08-23btrfs: introduce btrfs_search_backwards functionGravatar Marcos Paulo de Souza 1-0/+4
2021-08-23btrfs: initial fsverity supportGravatar Boris Burkov 1-2/+29
2021-08-23btrfs: add ro compat flags to inodesGravatar Boris Burkov 1-14/+16
2021-08-23btrfs: use delalloc_bytes to determine flush amount for shrink_delallocGravatar Josef Bacik 1-4/+5
2021-08-23btrfs: make btrfs_next_leaf static inlineGravatar David Sterba 1-1/+12
2021-08-23btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_orderedGravatar David Sterba 1-1/+1
2021-08-23btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()Gravatar Qu Wenruo 1-1/+1
2021-08-23btrfs: zoned: remove max_zone_append_size logicGravatar Johannes Thumshirn 1-2/+0
2021-08-18vfs: add rcu argument to ->get_acl() callbackGravatar Miklos Szeredi 1-1/+1
2021-06-22btrfs: remove unused btrfs_fs_info::total_pinnedGravatar Nikolay Borisov 1-2/+0
2021-06-22btrfs: rip out may_commit_transactionGravatar Josef Bacik 1-1/+0
2021-06-22btrfs: ensure relocation never runs while we have send operations runningGravatar Filipe Manana 1-2/+3
2021-06-22btrfs: shorten integrity checker extent data mount optionGravatar David Sterba 1-1/+1
2021-06-22btrfs: switch mount option bits to enums and use wider typeGravatar David Sterba 1-32/+33
2021-06-22btrfs: fix typos in commentsGravatar David Sterba 1-3/+3
2021-06-21btrfs: make btrfs_set_range_writeback() subpage compatibleGravatar Qu Wenruo 1-1/+1
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsGravatar Qu Wenruo 1-0/+10
2021-06-21btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Gravatar Qu Wenruo 1-1/+2
2021-06-21btrfs: refactor submit_extent_page() to make bio and its flag tracing easierGravatar Qu Wenruo 1-2/+0
2021-06-21btrfs: introduce try-lock semantics for exclusive op startGravatar David Sterba 1-0/+3
2021-06-21btrfs: add cancellable chunk relocation supportGravatar David Sterba 1-0/+9
2021-06-21btrfs: protect exclusive_operation by super_lockGravatar David Sterba 1-2/+2
2021-06-21btrfs: document byte swap optimization of root_item::flags accessorsGravatar David Sterba 1-0/+2
2021-06-21btrfs: don't set the full sync flag when truncation does not touch extentsGravatar Filipe Manana 1-1/+1
2021-06-21btrfs: make btrfs_verify_data_csum() to return a bitmapGravatar Qu Wenruo 1-2/+2
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2021-04-28btrfs: fix deadlock when cloning inline extents and using qgroupsGravatar Filipe Manana 1-1/+1
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+3
2021-04-20btrfs: zoned: automatically reclaim zonesGravatar Johannes Thumshirn 1-0/+5
2021-04-20btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockGravatar Johannes Thumshirn 1-1/+2
2021-04-20btrfs: more graceful errors/warnings on 32bit systems when reaching limitsGravatar Qu Wenruo 1-0/+19
2021-04-19btrfs: improve btree readahead for full send operationsGravatar Filipe Manana 1-1/+21
2021-04-19btrfs: use a bit to track the existence of tree mod log usersGravatar Filipe Manana 1-0/+3