summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'for-5.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-10-111-1/+1
|\
| * btrfs: unify lookup return value when dir entry is missingFilipe Manana2021-10-071-1/+1
* | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-1/+1
|\ \ | |/ |/|
| * vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-181-1/+1
* | btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctlsChristian Brauner2021-08-231-1/+2
* | btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza2021-08-231-0/+4
* | btrfs: initial fsverity supportBoris Burkov2021-08-231-2/+29
* | btrfs: add ro compat flags to inodesBoris Burkov2021-08-231-14/+16
* | btrfs: use delalloc_bytes to determine flush amount for shrink_delallocJosef Bacik2021-08-231-4/+5
* | btrfs: make btrfs_next_leaf static inlineDavid Sterba2021-08-231-1/+12
* | btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_orderedDavid Sterba2021-08-231-1/+1
* | btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()Qu Wenruo2021-08-231-1/+1
* | btrfs: zoned: remove max_zone_append_size logicJohannes Thumshirn2021-08-231-2/+0
|/
* btrfs: remove unused btrfs_fs_info::total_pinnedNikolay Borisov2021-06-221-2/+0
* btrfs: rip out may_commit_transactionJosef Bacik2021-06-221-1/+0
* btrfs: ensure relocation never runs while we have send operations runningFilipe Manana2021-06-221-2/+3
* btrfs: shorten integrity checker extent data mount optionDavid Sterba2021-06-221-1/+1
* btrfs: switch mount option bits to enums and use wider typeDavid Sterba2021-06-221-32/+33
* btrfs: fix typos in commentsDavid Sterba2021-06-221-3/+3
* btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo2021-06-211-1/+1
* btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo2021-06-211-0/+10
* btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo2021-06-211-1/+2
* btrfs: refactor submit_extent_page() to make bio and its flag tracing easierQu Wenruo2021-06-211-2/+0
* btrfs: introduce try-lock semantics for exclusive op startDavid Sterba2021-06-211-0/+3
* btrfs: add cancellable chunk relocation supportDavid Sterba2021-06-211-0/+9
* btrfs: protect exclusive_operation by super_lockDavid Sterba2021-06-211-2/+2
* btrfs: document byte swap optimization of root_item::flags accessorsDavid Sterba2021-06-211-0/+2
* btrfs: don't set the full sync flag when truncation does not touch extentsFilipe Manana2021-06-211-1/+1
* btrfs: make btrfs_verify_data_csum() to return a bitmapQu Wenruo2021-06-211-2/+2
* Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-101-1/+1
|\
| * btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana2021-04-281-1/+1
* | Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-0/+3
|\ \ | |/ |/|
| * btrfs: convert to fileattrMiklos Szeredi2021-04-121-0/+3
* | btrfs: zoned: automatically reclaim zonesJohannes Thumshirn2021-04-201-0/+5
* | btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn2021-04-201-1/+2
* | btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo2021-04-201-0/+19
* | btrfs: improve btree readahead for full send operationsFilipe Manana2021-04-191-1/+21
* | btrfs: use a bit to track the existence of tree mod log usersFilipe Manana2021-04-191-0/+3